#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // Mono.Security.PKCS7/ContentInfo struct ContentInfo_t3218159895; // Mono.Security.ASN1 struct ASN1_t2114160832; // System.String struct String_t; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.ArgumentException struct ArgumentException_t132251570; // Mono.Security.PKCS7/EncryptedData struct EncryptedData_t3577548732; // Mono.Security.StrongName struct StrongName_t4093849377; // System.Security.Cryptography.RSA struct RSA_t2385438082; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219; // Mono.Security.Uri struct Uri_t722248887; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Text.StringBuilder struct StringBuilder_t; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Text.Encoding struct Encoding_t1523322056; // System.Char[] struct CharU5BU5D_t3528271667; // System.FormatException struct FormatException_t154580423; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.String[] struct StringU5BU5D_t1281789340; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Exception struct Exception_t; // System.Type struct Type_t; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // Mono.Security.X509.PKCS12 struct PKCS12_t4101533060; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168549; // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // Mono.Security.X509.SafeBag struct SafeBag_t3961248199; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t4254223087; // Mono.Security.X509.PKCS12/DeriveBytes struct DeriveBytes_t1492915135; // System.NotSupportedException struct NotSupportedException_t1314879016; // Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t3515934697; // System.Security.Cryptography.DSA struct DSA_t2386879874; // Mono.Security.Cryptography.PKCS8/PrivateKeyInfo struct PrivateKeyInfo_t668027992; // Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo struct EncryptedPrivateKeyInfo_t862116835; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Security.Cryptography.HMAC struct HMAC_t2621101144; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554708; // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_t3992668923; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // Mono.Security.X509.X509Extension struct X509Extension_t3173393652; // Mono.Xml.SecurityParser struct SecurityParser_t4124480077; // Mono.Xml.SmallXmlParser struct SmallXmlParser_t973787839; // System.Collections.Stack struct Stack_t2329662280; // System.IO.StringReader struct StringReader_t3465604688; // System.IO.TextReader struct TextReader_t283511965; // Mono.Xml.SmallXmlParser/IContentHandler struct IContentHandler_t2787973995; // System.Security.SecurityElement struct SecurityElement_t1046076091; // Mono.Xml.SmallXmlParser/IAttrList struct IAttrList_t3807428360; // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_t567962447; // Mono.Xml.SmallXmlParserException struct SmallXmlParserException_t1329648272; // System.SystemException struct SystemException_t176217640; // System.__Il2CppComDelegate struct __Il2CppComDelegate_t1102178620; // System.__Il2CppComObject struct Il2CppComObject; // System.AccessViolationException struct AccessViolationException_t339633883; // System.ActivationContext struct ActivationContext_t976916018; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Reflection.Binder struct Binder_t2999457153; // System.MissingMethodException struct MissingMethodException_t1274661534; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Reflection.MethodBase struct MethodBase_t; // System.MonoType struct MonoType_t; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543; // System.AppDomain struct AppDomain_t1571427825; // System.MarshalByRefObject struct MarshalByRefObject_t2760389100; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // System.Delegate struct Delegate_t1188392813; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854; // System.Reflection.Assembly struct Assembly_t; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Reflection.AssemblyName struct AssemblyName_t270931938; // System.IO.FileNotFoundException struct FileNotFoundException_t225391025; // System.Version struct Version_t3456873960; // System.Runtime.Remoting.Contexts.Context struct Context_t3285446944; // System.Reflection.Emit.TypeBuilder struct TypeBuilder_t1073948154; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.MulticastDelegate struct MulticastDelegate_t; // System.Delegate[] struct DelegateU5BU5D_t1703627840; // System.ResolveEventArgs struct ResolveEventArgs_t1779456501; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.AppDomainInitializer struct AppDomainInitializer_t682969308; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.AppDomainSetup struct AppDomainSetup_t123196401; // System.ApplicationException struct ApplicationException_t2339761290; // System.ApplicationIdentity struct ApplicationIdentity_t1917735356; // System.ArithmeticException struct ArithmeticException_t4283546778; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820; // System.RankException struct RankException_t3812021567; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Array/SimpleEnumerator struct SimpleEnumerator_t433892249; // System.TypeLoadException struct TypeLoadException_t3707937253; // System.Int64[] struct Int64U5BU5D_t2559172825; // System.Collections.IComparer struct IComparer_t1540313114; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.InvalidCastException struct InvalidCastException_t3927145244; // System.ArrayTypeMismatchException struct ArrayTypeMismatchException_t2342549375; // System.Array/Swapper struct Swapper_t2822380397; // System.Double[] struct DoubleU5BU5D_t3413330114; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893; // System.AssemblyLoadEventArgs struct AssemblyLoadEventArgs_t2792010465; // System.Attribute struct Attribute_t861562559; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.ICustomAttributeProvider struct ICustomAttributeProvider_t1530824137; // System.Attribute[] struct AttributeU5BU5D_t1575011174; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Reflection.Module struct Module_t2987026101; // System.AttributeUsageAttribute struct AttributeUsageAttribute_t290877318; // System.BadImageFormatException struct BadImageFormatException_t251534586; // System.OverflowException struct OverflowException_t2020128637; // System.CharEnumerator struct CharEnumerator_t1121470421; // System.CLSCompliantAttribute struct CLSCompliantAttribute_t999444765; // System.Collections.ICollection struct ICollection_t3904884886; // System.Collections.ArrayList/SimpleEnumerator struct SimpleEnumerator_t4287166116; // System.Collections.ArrayList/SynchronizedArrayListWrapper struct SynchronizedArrayListWrapper_t2283757095; // System.Collections.ArrayList/ReadOnlyArrayListWrapper struct ReadOnlyArrayListWrapper_t3401315650; // System.Collections.ArrayList/ArrayListWrapper struct ArrayListWrapper_t240606758; // System.Collections.ArrayList/FixedSizeArrayListWrapper struct FixedSizeArrayListWrapper_t220909481; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // Mono.Security.Uri/UriScheme[] struct UriSchemeU5BU5D_t1281162915; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Runtime.Remoting.Messaging.IMessageSink struct IMessageSink_t2514424906; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t652373272; // System.Runtime.Remoting.Contexts.ContextCallbackObject struct ContextCallbackObject_t2292721408; // Mono.Security.Cryptography.BlockProcessor struct BlockProcessor_t1851031225; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t2094547461; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_t2800260182; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Runtime.Hosting.ActivationArguments struct ActivationArguments_t4219999170; // System.Security.Policy.ApplicationTrust struct ApplicationTrust_t3270368423; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // System.Reflection.TypeFilter struct TypeFilter_t2356120900; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_t3411219591; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.AppDomainManager struct AppDomainManager_t1420869192; // System.EventHandler struct EventHandler_t1348719766; // System.MonoTypeInfo struct MonoTypeInfo_t3366989025; // System.UnhandledExceptionEventArgs struct UnhandledExceptionEventArgs_t2886101344; // System.Reflection.Emit.MethodBuilder[] struct MethodBuilderU5BU5D_t3705301900; // System.Reflection.Emit.ConstructorBuilder[] struct ConstructorBuilderU5BU5D_t3223009221; // System.Reflection.Emit.PropertyBuilder[] struct PropertyBuilderU5BU5D_t4023329206; // System.Reflection.Emit.FieldBuilder[] struct FieldBuilderU5BU5D_t138311604; // System.Reflection.Emit.EventBuilder[] struct EventBuilderU5BU5D_t3902749141; // System.Reflection.Emit.CustomAttributeBuilder[] struct CustomAttributeBuilderU5BU5D_t2951373564; // System.Reflection.Emit.TypeBuilder[] struct TypeBuilderU5BU5D_t786280671; // System.Reflection.Emit.ModuleBuilder struct ModuleBuilder_t731887691; // System.Reflection.Emit.GenericTypeParameterBuilder[] struct GenericTypeParameterBuilderU5BU5D_t3780444109; // System.Reflection.Emit.RefEmitPermissionSet[] struct RefEmitPermissionSetU5BU5D_t567451178; extern RuntimeClass* ASN1_t2114160832_il2cpp_TypeInfo_var; extern const uint32_t ContentInfo__ctor_m28146633_MetadataUsageId; extern const uint32_t ContentInfo__ctor_m1888388023_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* ContentInfo__ctor_m2639021892_RuntimeMethod_var; extern String_t* _stringLiteral532208778; extern String_t* _stringLiteral2231488616; extern String_t* _stringLiteral825954302; extern const uint32_t ContentInfo__ctor_m2639021892_MetadataUsageId; extern const uint32_t ContentInfo_GetASN1_m3665489137_MetadataUsageId; extern RuntimeClass* ContentInfo_t3218159895_il2cpp_TypeInfo_var; extern const RuntimeMethod* EncryptedData__ctor_m2497911783_RuntimeMethod_var; extern String_t* _stringLiteral2787816553; extern String_t* _stringLiteral1110505755; extern String_t* _stringLiteral3295482658; extern String_t* _stringLiteral2103170127; extern String_t* _stringLiteral3133584213; extern String_t* _stringLiteral3316324514; extern const uint32_t EncryptedData__ctor_m2497911783_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const uint32_t EncryptedData_get_EncryptedContent_m4211024111_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* StrongName_t4093849377_il2cpp_TypeInfo_var; extern const uint32_t StrongName__cctor_m1246179561_MetadataUsageId; extern const uint32_t StrongName_get_PublicKey_m1841537984_MetadataUsageId; extern const uint32_t StrongName_get_PublicKeyToken_m2115276552_MetadataUsageId; extern String_t* _stringLiteral1144609714; extern const uint32_t StrongName_get_TokenAlgorithm_m1794722022_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t Uri__ctor_m3371378525_MetadataUsageId; extern RuntimeClass* Uri_t722248887_il2cpp_TypeInfo_var; extern RuntimeClass* UriSchemeU5BU5D_t1281162915_il2cpp_TypeInfo_var; extern String_t* _stringLiteral598647136; extern String_t* _stringLiteral1057238085; extern String_t* _stringLiteral1629333464; extern String_t* _stringLiteral228733076; extern String_t* _stringLiteral2386815142; extern String_t* _stringLiteral3140485902; extern String_t* _stringLiteral1973861653; extern String_t* _stringLiteral416809914; extern String_t* _stringLiteral15098073; extern String_t* _stringLiteral3139830536; extern String_t* _stringLiteral3452614550; extern const uint32_t Uri__cctor_m1536455237_MetadataUsageId; extern const uint32_t Uri_get_IsFile_m2291228500_MetadataUsageId; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3458119668; extern const uint32_t Uri_get_LocalPath_m3693494488_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const uint32_t Uri_Equals_m1712374490_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const uint32_t Uri_GetLeftPart_m1914001258_MetadataUsageId; extern const RuntimeMethod* Uri_FromHex_m1876907924_RuntimeMethod_var; extern String_t* _stringLiteral2699191085; extern const uint32_t Uri_FromHex_m1876907924_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const RuntimeMethod* Uri_HexEscape_m4028711331_RuntimeMethod_var; extern String_t* _stringLiteral1776941794; extern String_t* _stringLiteral3452614523; extern const uint32_t Uri_HexEscape_m4028711331_MetadataUsageId; extern const RuntimeMethod* Uri_HexUnescape_m2481968660_RuntimeMethod_var; extern String_t* _stringLiteral2326546891; extern String_t* _stringLiteral797640427; extern const uint32_t Uri_HexUnescape_m2481968660_MetadataUsageId; extern const uint32_t Uri_IsHexEncoding_m115784074_MetadataUsageId; extern String_t* _stringLiteral3452614545; extern const uint32_t Uri_ToString_m2429082086_MetadataUsageId; extern const uint32_t Uri_EscapeString_m1309855468_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1759775709; extern String_t* _stringLiteral259003225; extern const uint32_t Uri_EscapeString_m2634131677_MetadataUsageId; extern const uint32_t Uri_Parse_m3848432633_MetadataUsageId; extern String_t* _stringLiteral2671228134; extern const uint32_t Uri_Unescape_m3322609099_MetadataUsageId; extern String_t* _stringLiteral3452614644; extern String_t* _stringLiteral3452614529; extern const uint32_t Uri_ParseAsWindowsUNC_m1737812184_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* Uri_ParseAsWindowsAbsoluteFilePath_m1727752059_RuntimeMethod_var; extern String_t* _stringLiteral796679200; extern const uint32_t Uri_ParseAsWindowsAbsoluteFilePath_m1727752059_MetadataUsageId; extern String_t* _stringLiteral3450582913; extern const uint32_t Uri_ParseAsUnixAbsoluteFilePath_m3857958059_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Uri_Parse_m2623468805_RuntimeMethod_var; extern String_t* _stringLiteral3582941166; extern String_t* _stringLiteral3414827505; extern String_t* _stringLiteral3194992375; extern String_t* _stringLiteral3292841530; extern String_t* _stringLiteral1057238064; extern String_t* _stringLiteral1573465136; extern String_t* _stringLiteral3452614624; extern String_t* _stringLiteral2671804265; extern String_t* _stringLiteral4171376173; extern const uint32_t Uri_Parse_m2623468805_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const RuntimeMethod* Uri_Reduce_m4076929152_RuntimeMethod_var; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral3450648450; extern String_t* _stringLiteral962976914; extern const uint32_t Uri_Reduce_m4076929152_MetadataUsageId; extern const uint32_t Uri_GetSchemeDelimiter_m2222641454_MetadataUsageId; extern const uint32_t Uri_GetDefaultPort_m3448401421_MetadataUsageId; extern const uint32_t Uri_GetOpaqueWiseSchemeDelimiter_m3269508432_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern const uint32_t Uri_IsPredefinedScheme_m2172454152_MetadataUsageId; extern RuntimeClass* PKCS12_t4101533060_il2cpp_TypeInfo_var; extern RuntimeClass* X509CertificateCollection_t1542168549_il2cpp_TypeInfo_var; extern const uint32_t PKCS12__ctor_m2768693996_MetadataUsageId; extern const uint32_t PKCS12__cctor_m2862471915_MetadataUsageId; extern RuntimeClass* CryptographicException_t248831461_il2cpp_TypeInfo_var; extern RuntimeClass* EncryptedData_t3577548732_il2cpp_TypeInfo_var; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* PKCS12_Decode_m1913457787_RuntimeMethod_var; extern String_t* _stringLiteral1783285669; extern String_t* _stringLiteral574292110; extern String_t* _stringLiteral3723664332; extern String_t* _stringLiteral1042602006; extern String_t* _stringLiteral1588682583; extern String_t* _stringLiteral3539017007; extern String_t* _stringLiteral3549470071; extern String_t* _stringLiteral2920106322; extern String_t* _stringLiteral2950585271; extern String_t* _stringLiteral2360737648; extern String_t* _stringLiteral620338124; extern String_t* _stringLiteral3341327308; extern String_t* _stringLiteral1009957252; extern String_t* _stringLiteral2661214061; extern const uint32_t PKCS12_Decode_m1913457787_MetadataUsageId; extern const uint32_t PKCS12_set_Password_m3259330454_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* SafeBag_t3961248199_il2cpp_TypeInfo_var; extern RuntimeClass* X509Certificate_t489243024_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1074765375; extern const uint32_t PKCS12_get_Certificates_m1630860723_MetadataUsageId; extern RuntimeClass* DeriveBytes_t1492915135_il2cpp_TypeInfo_var; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* PKCS12_GetSymmetricAlgorithm_m1390440284_RuntimeMethod_var; extern String_t* _stringLiteral3723795404; extern String_t* _stringLiteral3341458380; extern String_t* _stringLiteral1002806220; extern String_t* _stringLiteral620469196; extern String_t* _stringLiteral1792409609; extern String_t* _stringLiteral1792409608; extern String_t* _stringLiteral1813517709; extern String_t* _stringLiteral1410233182; extern String_t* _stringLiteral2976317123; extern String_t* _stringLiteral2216802236; extern String_t* _stringLiteral3782886177; extern String_t* _stringLiteral3379601650; extern String_t* _stringLiteral4242423987; extern String_t* _stringLiteral2696477479; extern String_t* _stringLiteral3839139460; extern String_t* _stringLiteral4242489534; extern String_t* _stringLiteral1110321652; extern String_t* _stringLiteral3569897280; extern String_t* _stringLiteral1606416236; extern const uint32_t PKCS12_GetSymmetricAlgorithm_m1390440284_MetadataUsageId; extern RuntimeClass* ICryptoTransform_t2733259762_il2cpp_TypeInfo_var; extern const uint32_t PKCS12_Decrypt_m2241300865_MetadataUsageId; extern const uint32_t PKCS12_Encrypt_m2617413749_MetadataUsageId; extern const uint32_t PKCS12_GetExistingParameters_m3511027613_MetadataUsageId; extern const RuntimeMethod* PKCS12_AddPrivateKey_m1542850936_RuntimeMethod_var; extern String_t* _stringLiteral3909342886; extern const uint32_t PKCS12_AddPrivateKey_m1542850936_MetadataUsageId; extern RuntimeClass* PrivateKeyInfo_t668027992_il2cpp_TypeInfo_var; extern RuntimeClass* EncryptedPrivateKeyInfo_t862116835_il2cpp_TypeInfo_var; extern const RuntimeMethod* PKCS12_ReadSafeBag_m1585166574_RuntimeMethod_var; extern String_t* _stringLiteral2550292624; extern String_t* _stringLiteral2036728472; extern String_t* _stringLiteral1074896447; extern String_t* _stringLiteral1074699839; extern String_t* _stringLiteral1075093055; extern String_t* _stringLiteral1075158591; extern String_t* _stringLiteral1074961983; extern String_t* _stringLiteral2010631744; extern String_t* _stringLiteral153696270; extern String_t* _stringLiteral1454462369; extern String_t* _stringLiteral3652877187; extern String_t* _stringLiteral1132020804; extern String_t* _stringLiteral1867823663; extern String_t* _stringLiteral3757375497; extern String_t* _stringLiteral3757375496; extern String_t* _stringLiteral1787122988; extern const uint32_t PKCS12_ReadSafeBag_m1585166574_MetadataUsageId; extern RuntimeClass* IDictionary_t1363984059_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var; extern const uint32_t PKCS12_CertificateSafeBag_m3469173172_MetadataUsageId; extern RuntimeClass* HMACSHA1_t1952596188_il2cpp_TypeInfo_var; extern const uint32_t PKCS12_MAC_m3401183837_MetadataUsageId; extern const uint32_t PKCS12_GetBytes_m3933153476_MetadataUsageId; extern const uint32_t PKCS12_EncryptedContentInfo_m1012097402_MetadataUsageId; extern const uint32_t PKCS12_AddCertificate_m3618696508_MetadataUsageId; extern const uint32_t PKCS12_RemoveCertificate_m1421555398_MetadataUsageId; extern const uint32_t PKCS12_Clone_m93617975_MetadataUsageId; extern const uint32_t PKCS12_get_MaximumPasswordLength_m883183191_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D20_12_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D21_13_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D22_14_FieldInfo_var; extern const uint32_t DeriveBytes__cctor_m1212925033_MetadataUsageId; extern const uint32_t DeriveBytes_set_Password_m3005258189_MetadataUsageId; extern const uint32_t DeriveBytes_set_Salt_m441577179_MetadataUsageId; extern const uint32_t DeriveBytes_Derive_m408582823_MetadataUsageId; extern const uint32_t DeriveBytes_DeriveKey_m2238010581_MetadataUsageId; extern const uint32_t DeriveBytes_DeriveIV_m3639813821_MetadataUsageId; extern const uint32_t DeriveBytes_DeriveMAC_m694919248_MetadataUsageId; extern RuntimeClass* X501_t1758824425_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D23_15_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D24_16_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D25_17_FieldInfo_var; extern const uint32_t X501__cctor_m1166912714_MetadataUsageId; extern String_t* _stringLiteral3450517380; extern const uint32_t X501_ToString_m4186311521_MetadataUsageId; extern const uint32_t X501_ToString_m2278029064_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D26_18_FieldInfo_var; extern String_t* _stringLiteral3451762653; extern String_t* _stringLiteral3451762657; extern String_t* _stringLiteral3483892138; extern String_t* _stringLiteral3483302310; extern String_t* _stringLiteral3451762660; extern String_t* _stringLiteral3451762669; extern String_t* _stringLiteral4091040253; extern String_t* _stringLiteral3482974629; extern String_t* _stringLiteral1505933697; extern String_t* _stringLiteral3451762651; extern String_t* _stringLiteral4248496721; extern String_t* _stringLiteral3451762668; extern String_t* _stringLiteral3483302326; extern String_t* _stringLiteral3451762649; extern String_t* _stringLiteral3451762663; extern String_t* _stringLiteral403552631; extern String_t* _stringLiteral3452614547; extern String_t* _stringLiteral3452614528; extern String_t* _stringLiteral3452614526; extern const uint32_t X501_AppendEntry_m2470239841_MetadataUsageId; extern const RuntimeMethod* X509Certificate__ctor_m3656389950_RuntimeMethod_var; extern String_t* _stringLiteral1735138889; extern const uint32_t X509Certificate__ctor_m3656389950_MetadataUsageId; extern String_t* _stringLiteral1185035339; extern const uint32_t X509Certificate__cctor_m198658613_MetadataUsageId; extern RuntimeClass* X509ExtensionCollection_t609554708_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509Certificate_Parse_m1106379228_RuntimeMethod_var; extern const uint32_t X509Certificate_Parse_m1106379228_MetadataUsageId; extern const uint32_t X509Certificate_GetUnsignedBigInteger_m1025066663_MetadataUsageId; extern RuntimeClass* DSACryptoServiceProvider_t3992668923_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509Certificate_get_DSA_m1760272844_RuntimeMethod_var; extern String_t* _stringLiteral683764801; extern const uint32_t X509Certificate_get_DSA_m1760272844_MetadataUsageId; extern const uint32_t X509Certificate_get_KeyAlgorithmParameters_m681676289_MetadataUsageId; extern const uint32_t X509Certificate_get_PublicKey_m1627137142_MetadataUsageId; extern const uint32_t X509Certificate_get_RawData_m2387471414_MetadataUsageId; extern String_t* _stringLiteral2150195429; extern const uint32_t X509Certificate_GetObjectData_m2057262401_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern String_t* _stringLiteral418672143; extern String_t* _stringLiteral2710142936; extern const uint32_t X509Certificate_PEM_m1177570576_MetadataUsageId; extern const uint32_t X509CertificateCollection_get_Item_m3219599455_MetadataUsageId; extern const RuntimeMethod* X509CertificateCollection_Add_m3136524580_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern const uint32_t X509CertificateCollection_Add_m3136524580_MetadataUsageId; extern RuntimeClass* X509CertificateEnumerator_t3515934697_il2cpp_TypeInfo_var; extern const uint32_t X509CertificateCollection_GetEnumerator_m4229251522_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t X509CertificateEnumerator__ctor_m3747779152_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m418791713_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m708500216_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m2928805663_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_get_Current_m3041233561_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_MoveNext_m2269241175_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_Reset_m122774664_MetadataUsageId; extern const RuntimeMethod* X509Extension__ctor_m1750445243_RuntimeMethod_var; extern String_t* _stringLiteral1590810976; extern const uint32_t X509Extension__ctor_m1750445243_MetadataUsageId; extern RuntimeClass* X509Extension_t3173393652_il2cpp_TypeInfo_var; extern const uint32_t X509Extension_Equals_m1222951829_MetadataUsageId; extern String_t* _stringLiteral3451435000; extern String_t* _stringLiteral3786055882; extern String_t* _stringLiteral3450517376; extern const uint32_t X509Extension_WriteLine_m1400196767_MetadataUsageId; extern const uint32_t X509Extension_ToString_m3664524823_MetadataUsageId; extern const RuntimeMethod* X509ExtensionCollection__ctor_m3315097415_RuntimeMethod_var; extern String_t* _stringLiteral632220839; extern const uint32_t X509ExtensionCollection__ctor_m3315097415_MetadataUsageId; extern RuntimeClass* Stack_t2329662280_il2cpp_TypeInfo_var; extern const uint32_t SecurityParser__ctor_m1786039976_MetadataUsageId; extern RuntimeClass* StringReader_t3465604688_il2cpp_TypeInfo_var; extern const uint32_t SecurityParser_LoadXml_m1638830459_MetadataUsageId; extern RuntimeClass* SecurityElement_t1046076091_il2cpp_TypeInfo_var; extern RuntimeClass* IAttrList_t3807428360_il2cpp_TypeInfo_var; extern const uint32_t SecurityParser_OnStartElement_m2534612579_MetadataUsageId; extern const uint32_t SecurityParser_OnEndElement_m2088612360_MetadataUsageId; extern const uint32_t SecurityParser_OnChars_m396174937_MetadataUsageId; extern RuntimeClass* AttrListImpl_t567962447_il2cpp_TypeInfo_var; extern const uint32_t SmallXmlParser__ctor_m202236734_MetadataUsageId; extern RuntimeClass* SmallXmlParserException_t1329648272_il2cpp_TypeInfo_var; extern const uint32_t SmallXmlParser_Error_m3899025466_MetadataUsageId; extern String_t* _stringLiteral2888367018; extern String_t* _stringLiteral3452614532; extern const uint32_t SmallXmlParser_UnexpectedEndError_m1914362401_MetadataUsageId; extern const uint32_t SmallXmlParser_IsNameChar_m2946368541_MetadataUsageId; extern const RuntimeMethod* SmallXmlParser_SkipWhitespaces_m4243606597_RuntimeMethod_var; extern String_t* _stringLiteral2234486756; extern const uint32_t SmallXmlParser_SkipWhitespaces_m4243606597_MetadataUsageId; extern const RuntimeMethod* SmallXmlParser_Expect_m674880652_RuntimeMethod_var; extern String_t* _stringLiteral3607331757; extern const uint32_t SmallXmlParser_Expect_m674880652_MetadataUsageId; extern const RuntimeMethod* SmallXmlParser_ReadUntil_m2715581630_RuntimeMethod_var; extern const uint32_t SmallXmlParser_ReadUntil_m2715581630_MetadataUsageId; extern const RuntimeMethod* SmallXmlParser_ReadName_m3409228522_RuntimeMethod_var; extern String_t* _stringLiteral178613742; extern String_t* _stringLiteral2257131301; extern const uint32_t SmallXmlParser_ReadName_m3409228522_MetadataUsageId; extern RuntimeClass* IContentHandler_t2787973995_il2cpp_TypeInfo_var; extern const RuntimeMethod* SmallXmlParser_Parse_m2140493703_RuntimeMethod_var; extern String_t* _stringLiteral1840238834; extern const uint32_t SmallXmlParser_Parse_m2140493703_MetadataUsageId; extern const RuntimeMethod* SmallXmlParser_ReadContent_m1631445300_RuntimeMethod_var; extern String_t* _stringLiteral2757040089; extern String_t* _stringLiteral2151608716; extern String_t* _stringLiteral2857192859; extern String_t* _stringLiteral1056387298; extern String_t* _stringLiteral703883227; extern String_t* _stringLiteral2270729185; extern const uint32_t SmallXmlParser_ReadContent_m1631445300_MetadataUsageId; extern const uint32_t SmallXmlParser_HandleBufferedContent_m3185158999_MetadataUsageId; extern RuntimeClass* SmallXmlParser_t973787839_il2cpp_TypeInfo_var; extern const RuntimeMethod* SmallXmlParser_ReadReference_m1750252339_RuntimeMethod_var; extern String_t* _stringLiteral228143257; extern String_t* _stringLiteral2328692158; extern String_t* _stringLiteral372704686; extern String_t* _stringLiteral3455498180; extern String_t* _stringLiteral3455498169; extern String_t* _stringLiteral203507977; extern const uint32_t SmallXmlParser_ReadReference_m1750252339_MetadataUsageId; extern const RuntimeMethod* SmallXmlParser_ReadAttribute_m3518350607_RuntimeMethod_var; extern String_t* _stringLiteral4028743167; extern String_t* _stringLiteral1942376246; extern const uint32_t SmallXmlParser_ReadAttribute_m3518350607_MetadataUsageId; extern const RuntimeMethod* SmallXmlParser_ReadCDATASection_m138715165_RuntimeMethod_var; extern const uint32_t SmallXmlParser_ReadCDATASection_m138715165_MetadataUsageId; extern const RuntimeMethod* SmallXmlParser_ReadComment_m1578426707_RuntimeMethod_var; extern String_t* _stringLiteral2372855559; extern const uint32_t SmallXmlParser_ReadComment_m1578426707_MetadataUsageId; extern const uint32_t AttrListImpl__ctor_m3844427077_MetadataUsageId; extern const uint32_t AttrListImpl_GetName_m2880551319_MetadataUsageId; extern const uint32_t AttrListImpl_GetValue_m3657391095_MetadataUsageId; extern const uint32_t AttrListImpl_GetValue_m215192361_MetadataUsageId; extern const uint32_t AttrListImpl_get_Names_m977594476_MetadataUsageId; extern const uint32_t AttrListImpl_get_Values_m3139810172_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3493700598; extern const uint32_t SmallXmlParserException__ctor_m1976648878_MetadataUsageId; extern String_t* _stringLiteral2452977534; extern const uint32_t AccessViolationException__ctor_m459401853_MetadataUsageId; extern const RuntimeMethod* ActivationContext_System_Runtime_Serialization_ISerializable_GetObjectData_m2821911612_RuntimeMethod_var; extern String_t* _stringLiteral79347; extern const uint32_t ActivationContext_System_Runtime_Serialization_ISerializable_GetObjectData_m2821911612_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const uint32_t Activator_CreateInstance_m94526014_MetadataUsageId; extern RuntimeClass* Binder_t2999457153_il2cpp_TypeInfo_var; extern const uint32_t Activator_CreateInstance_m3736402505_MetadataUsageId; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern RuntimeClass* ConstructorInfo_t5769829_il2cpp_TypeInfo_var; extern RuntimeClass* MissingMethodException_t1274661534_il2cpp_TypeInfo_var; extern const RuntimeMethod* Activator_CreateInstance_m2998273980_RuntimeMethod_var; extern String_t* _stringLiteral2686827879; extern String_t* _stringLiteral3243520166; extern String_t* _stringLiteral2788501656; extern String_t* _stringLiteral576173281; extern String_t* _stringLiteral3861759892; extern const uint32_t Activator_CreateInstance_m2998273980_MetadataUsageId; extern RuntimeClass* MonoType_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Activator_CreateInstance_m2597605935_RuntimeMethod_var; extern String_t* _stringLiteral940967826; extern String_t* _stringLiteral882111926; extern const uint32_t Activator_CreateInstance_m2597605935_MetadataUsageId; extern const RuntimeType* TypedReference_t1491108119_0_0_0_var; extern const RuntimeType* ArgIterator_t539591376_0_0_0_var; extern const RuntimeType* Void_t1185182177_0_0_0_var; extern const RuntimeType* RuntimeArgumentHandle_t3162137059_0_0_0_var; extern const RuntimeMethod* Activator_CheckType_m2787213785_RuntimeMethod_var; extern String_t* _stringLiteral434156966; extern const uint32_t Activator_CheckType_m2787213785_MetadataUsageId; extern const RuntimeMethod* Activator_CheckAbstractType_m2015247896_RuntimeMethod_var; extern String_t* _stringLiteral1908389171; extern const uint32_t Activator_CheckAbstractType_m2015247896_MetadataUsageId; extern RuntimeClass* UnhandledExceptionEventHandler_t3101989324_il2cpp_TypeInfo_var; extern const uint32_t AppDomain_add_UnhandledException_m66698413_MetadataUsageId; extern const uint32_t AppDomain_remove_UnhandledException_m1144722992_MetadataUsageId; extern RuntimeClass* FileNotFoundException_t225391025_il2cpp_TypeInfo_var; extern RuntimeClass* Version_t3456873960_il2cpp_TypeInfo_var; extern const RuntimeMethod* AppDomain_Load_m658415838_RuntimeMethod_var; extern String_t* _stringLiteral2892699190; extern String_t* _stringLiteral408360174; extern String_t* _stringLiteral4054833267; extern const uint32_t AppDomain_Load_m658415838_MetadataUsageId; extern const RuntimeMethod* AppDomain_Load_m2969998014_RuntimeMethod_var; extern String_t* _stringLiteral1952006009; extern String_t* _stringLiteral248753636; extern const uint32_t AppDomain_Load_m2969998014_MetadataUsageId; extern RuntimeClass* AppDomain_t1571427825_il2cpp_TypeInfo_var; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern const uint32_t AppDomain_GetProcessGuid_m3316193837_MetadataUsageId; extern RuntimeClass* TypeBuilder_t1073948154_il2cpp_TypeInfo_var; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* ResolveEventHandler_t2775508208_il2cpp_TypeInfo_var; extern RuntimeClass* ResolveEventArgs_t1779456501_il2cpp_TypeInfo_var; extern const uint32_t AppDomain_DoTypeResolve_m1335093328_MetadataUsageId; extern String_t* _stringLiteral2760664194; extern const uint32_t ApplicationException__ctor_m2557611022_MetadataUsageId; extern const RuntimeMethod* ApplicationIdentity_System_Runtime_Serialization_ISerializable_GetObjectData_m995105840_RuntimeMethod_var; extern const uint32_t ApplicationIdentity_System_Runtime_Serialization_ISerializable_GetObjectData_m995105840_MetadataUsageId; extern const RuntimeMethod* ArgIterator_Equals_m4289772452_RuntimeMethod_var; extern String_t* _stringLiteral3728554605; extern const uint32_t ArgIterator_Equals_m4289772452_MetadataUsageId; extern String_t* _stringLiteral2953645311; extern const uint32_t ArgumentException__ctor_m3698743796_MetadataUsageId; extern String_t* _stringLiteral3227757242; extern const uint32_t ArgumentException__ctor_m3200406061_MetadataUsageId; extern String_t* _stringLiteral3659667674; extern const uint32_t ArgumentException_get_Message_m520762021_MetadataUsageId; extern const uint32_t ArgumentException_GetObjectData_m4122729010_MetadataUsageId; extern String_t* _stringLiteral595465389; extern const uint32_t ArgumentNullException__ctor_m2751210921_MetadataUsageId; extern const uint32_t ArgumentNullException__ctor_m1170824041_MetadataUsageId; extern String_t* _stringLiteral4256626985; extern const uint32_t ArgumentOutOfRangeException__ctor_m2047740448_MetadataUsageId; extern const uint32_t ArgumentOutOfRangeException__ctor_m3628145864_MetadataUsageId; extern String_t* _stringLiteral4139101678; extern const uint32_t ArgumentOutOfRangeException__ctor_m769015475_MetadataUsageId; extern const uint32_t ArgumentOutOfRangeException_get_Message_m1913926628_MetadataUsageId; extern const uint32_t ArgumentOutOfRangeException_GetObjectData_m1344552880_MetadataUsageId; extern String_t* _stringLiteral3292752458; extern const uint32_t ArithmeticException__ctor_m479063094_MetadataUsageId; extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_System_Collections_IList_get_Item_m631337679_RuntimeMethod_var; extern String_t* _stringLiteral1684534236; extern const uint32_t Array_System_Collections_IList_get_Item_m631337679_MetadataUsageId; extern const RuntimeMethod* Array_System_Collections_IList_set_Item_m2667455393_RuntimeMethod_var; extern const uint32_t Array_System_Collections_IList_set_Item_m2667455393_MetadataUsageId; extern const RuntimeMethod* Array_System_Collections_IList_Add_m1063688101_RuntimeMethod_var; extern const uint32_t Array_System_Collections_IList_Add_m1063688101_MetadataUsageId; extern RuntimeClass* RankException_t3812021567_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_System_Collections_IList_Contains_m3297693594_RuntimeMethod_var; extern const uint32_t Array_System_Collections_IList_Contains_m3297693594_MetadataUsageId; extern const RuntimeMethod* Array_System_Collections_IList_IndexOf_m3301661616_RuntimeMethod_var; extern const uint32_t Array_System_Collections_IList_IndexOf_m3301661616_MetadataUsageId; extern const RuntimeMethod* Array_System_Collections_IList_Insert_m2476478913_RuntimeMethod_var; extern const uint32_t Array_System_Collections_IList_Insert_m2476478913_MetadataUsageId; extern const RuntimeMethod* Array_System_Collections_IList_Remove_m1479535418_RuntimeMethod_var; extern const uint32_t Array_System_Collections_IList_Remove_m1479535418_MetadataUsageId; extern const RuntimeMethod* Array_System_Collections_IList_RemoveAt_m41405158_RuntimeMethod_var; extern const uint32_t Array_System_Collections_IList_RemoveAt_m41405158_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Clear_m4058340337_RuntimeMethod_var; extern String_t* _stringLiteral2240313997; extern const uint32_t Array_InternalArray__ICollection_Clear_m4058340337_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__RemoveAt_m616137314_RuntimeMethod_var; extern const uint32_t Array_InternalArray__RemoveAt_m616137314_MetadataUsageId; extern RuntimeClass* SimpleEnumerator_t433892249_il2cpp_TypeInfo_var; extern const uint32_t Array_GetEnumerator_m4277730612_MetadataUsageId; extern const RuntimeMethod* Array_GetValue_m2528546681_RuntimeMethod_var; extern String_t* _stringLiteral2455840074; extern String_t* _stringLiteral1145078360; extern const uint32_t Array_GetValue_m2528546681_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const uint32_t Array_GetValue_m352525925_MetadataUsageId; extern const uint32_t Array_GetValue_m793801589_MetadataUsageId; extern const RuntimeMethod* Array_GetValue_m2528415604_RuntimeMethod_var; extern String_t* _stringLiteral1356516794; extern const uint32_t Array_GetValue_m2528415604_MetadataUsageId; extern const RuntimeMethod* Array_GetValue_m4249310555_RuntimeMethod_var; extern String_t* _stringLiteral800851691; extern String_t* _stringLiteral800917227; extern const uint32_t Array_GetValue_m4249310555_MetadataUsageId; extern const RuntimeMethod* Array_GetValue_m1062368071_RuntimeMethod_var; extern String_t* _stringLiteral800982763; extern const uint32_t Array_GetValue_m1062368071_MetadataUsageId; extern const RuntimeMethod* Array_SetValue_m3412648248_RuntimeMethod_var; extern const uint32_t Array_SetValue_m3412648248_MetadataUsageId; extern const RuntimeMethod* Array_SetValue_m394135409_RuntimeMethod_var; extern const uint32_t Array_SetValue_m394135409_MetadataUsageId; extern const RuntimeMethod* Array_SetValue_m282347242_RuntimeMethod_var; extern const uint32_t Array_SetValue_m282347242_MetadataUsageId; extern const RuntimeMethod* Array_SetValue_m3412255035_RuntimeMethod_var; extern String_t* _stringLiteral1537657916; extern const uint32_t Array_SetValue_m3412255035_MetadataUsageId; extern const uint32_t Array_SetValue_m3998268557_MetadataUsageId; extern const uint32_t Array_SetValue_m2601781200_MetadataUsageId; extern const uint32_t Array_CreateInstance_m2750085942_MetadataUsageId; extern const uint32_t Array_CreateInstance_m1740754882_MetadataUsageId; extern const uint32_t Array_CreateInstance_m2696293787_MetadataUsageId; extern RuntimeClass* TypeLoadException_t3707937253_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_CreateInstance_m2175520447_RuntimeMethod_var; extern String_t* _stringLiteral1767760159; extern String_t* _stringLiteral1151827249; extern String_t* _stringLiteral3410374040; extern String_t* _stringLiteral408657276; extern String_t* _stringLiteral482725228; extern const uint32_t Array_CreateInstance_m2175520447_MetadataUsageId; extern const RuntimeMethod* Array_CreateInstance_m3395539612_RuntimeMethod_var; extern String_t* _stringLiteral1784063431; extern String_t* _stringLiteral543129819; extern String_t* _stringLiteral368171286; extern String_t* _stringLiteral2504639343; extern String_t* _stringLiteral3934254921; extern const uint32_t Array_CreateInstance_m3395539612_MetadataUsageId; extern const RuntimeMethod* Array_GetIntArray_m1205726566_RuntimeMethod_var; extern String_t* _stringLiteral3498926489; extern String_t* _stringLiteral1633051326; extern const uint32_t Array_GetIntArray_m1205726566_MetadataUsageId; extern const RuntimeMethod* Array_CreateInstance_m1027597705_RuntimeMethod_var; extern const uint32_t Array_CreateInstance_m1027597705_MetadataUsageId; extern const RuntimeMethod* Array_GetValue_m116098292_RuntimeMethod_var; extern String_t* _stringLiteral3305999801; extern const uint32_t Array_GetValue_m116098292_MetadataUsageId; extern const RuntimeMethod* Array_SetValue_m1817114699_RuntimeMethod_var; extern const uint32_t Array_SetValue_m1817114699_MetadataUsageId; extern RuntimeClass* IComparable_t36111218_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_BinarySearch_m687718979_RuntimeMethod_var; extern String_t* _stringLiteral4007973390; extern String_t* _stringLiteral3353253190; extern const uint32_t Array_BinarySearch_m687718979_MetadataUsageId; extern const RuntimeMethod* Array_BinarySearch_m157235616_RuntimeMethod_var; extern String_t* _stringLiteral2275762465; extern const uint32_t Array_BinarySearch_m157235616_MetadataUsageId; extern const RuntimeMethod* Array_BinarySearch_m3171087170_RuntimeMethod_var; extern String_t* _stringLiteral165262286; extern String_t* _stringLiteral1212500642; extern String_t* _stringLiteral4139011980; extern String_t* _stringLiteral764441593; extern String_t* _stringLiteral4109807668; extern const uint32_t Array_BinarySearch_m3171087170_MetadataUsageId; extern const RuntimeMethod* Array_BinarySearch_m1987924169_RuntimeMethod_var; extern const uint32_t Array_BinarySearch_m1987924169_MetadataUsageId; extern RuntimeClass* Comparer_t1912461351_il2cpp_TypeInfo_var; extern RuntimeClass* IComparer_t1540313114_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_DoBinarySearch_m3657328456_RuntimeMethod_var; extern String_t* _stringLiteral525549249; extern const uint32_t Array_DoBinarySearch_m3657328456_MetadataUsageId; extern const RuntimeMethod* Array_Clear_m2231608178_RuntimeMethod_var; extern String_t* _stringLiteral981375421; extern String_t* _stringLiteral3960923460; extern String_t* _stringLiteral3722491601; extern const uint32_t Array_Clear_m2231608178_MetadataUsageId; extern const RuntimeMethod* Array_Copy_m1988217701_RuntimeMethod_var; extern String_t* _stringLiteral530567594; extern String_t* _stringLiteral1688126764; extern const uint32_t Array_Copy_m1988217701_MetadataUsageId; extern const RuntimeType* RuntimeObject_0_0_0_var; extern RuntimeClass* InvalidCastException_t3927145244_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayTypeMismatchException_t2342549375_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_Copy_m344457298_RuntimeMethod_var; extern String_t* _stringLiteral4004074309; extern String_t* _stringLiteral1511102372; extern String_t* _stringLiteral17874541; extern String_t* _stringLiteral1039466911; extern const uint32_t Array_Copy_m344457298_MetadataUsageId; extern const RuntimeMethod* Array_Copy_m514679699_RuntimeMethod_var; extern String_t* _stringLiteral2620667082; extern const uint32_t Array_Copy_m514679699_MetadataUsageId; extern const RuntimeMethod* Array_Copy_m1988610914_RuntimeMethod_var; extern const uint32_t Array_Copy_m1988610914_MetadataUsageId; extern const RuntimeMethod* Array_IndexOf_m1714973386_RuntimeMethod_var; extern const uint32_t Array_IndexOf_m1714973386_MetadataUsageId; extern const RuntimeMethod* Array_IndexOf_m2527777724_RuntimeMethod_var; extern const uint32_t Array_IndexOf_m2527777724_MetadataUsageId; extern const RuntimeMethod* Array_IndexOf_m2805394078_RuntimeMethod_var; extern const uint32_t Array_IndexOf_m2805394078_MetadataUsageId; extern const RuntimeMethod* Array_LastIndexOf_m1426784917_RuntimeMethod_var; extern const uint32_t Array_LastIndexOf_m1426784917_MetadataUsageId; extern const RuntimeMethod* Array_LastIndexOf_m3999123122_RuntimeMethod_var; extern const uint32_t Array_LastIndexOf_m3999123122_MetadataUsageId; extern const RuntimeMethod* Array_LastIndexOf_m707980579_RuntimeMethod_var; extern const uint32_t Array_LastIndexOf_m707980579_MetadataUsageId; extern RuntimeClass* Swapper_t2822380397_il2cpp_TypeInfo_var; extern RuntimeClass* DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_int_swapper_m3830919681_RuntimeMethod_var; extern const RuntimeMethod* Array_double_swapper_m4135376022_RuntimeMethod_var; extern const RuntimeMethod* Array_obj_swapper_m472969017_RuntimeMethod_var; extern const RuntimeMethod* Array_slow_swapper_m4116724811_RuntimeMethod_var; extern const uint32_t Array_get_swapper_m3428716670_MetadataUsageId; extern const RuntimeMethod* Array_Reverse_m3714848183_RuntimeMethod_var; extern const uint32_t Array_Reverse_m3714848183_MetadataUsageId; extern const RuntimeMethod* Array_Reverse_m816310962_RuntimeMethod_var; extern const uint32_t Array_Reverse_m816310962_MetadataUsageId; extern const RuntimeMethod* Array_Sort_m3698291233_RuntimeMethod_var; extern const uint32_t Array_Sort_m3698291233_MetadataUsageId; extern const RuntimeMethod* Array_Sort_m459550270_RuntimeMethod_var; extern String_t* _stringLiteral465436770; extern const uint32_t Array_Sort_m459550270_MetadataUsageId; extern const RuntimeMethod* Array_Sort_m870838517_RuntimeMethod_var; extern const uint32_t Array_Sort_m870838517_MetadataUsageId; extern const RuntimeMethod* Array_Sort_m3145621264_RuntimeMethod_var; extern const uint32_t Array_Sort_m3145621264_MetadataUsageId; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_Sort_m2934663614_RuntimeMethod_var; extern String_t* _stringLiteral3166607389; extern const uint32_t Array_Sort_m2934663614_MetadataUsageId; extern const uint32_t Array_int_swapper_m3830919681_MetadataUsageId; extern const uint32_t Array_obj_swapper_m472969017_MetadataUsageId; extern const uint32_t Array_double_swapper_m4135376022_MetadataUsageId; extern const uint32_t Array_compare_m2837221808_MetadataUsageId; extern const RuntimeMethod* Array_CopyTo_m225704097_RuntimeMethod_var; extern String_t* _stringLiteral221691501; extern const uint32_t Array_CopyTo_m225704097_MetadataUsageId; extern const RuntimeMethod* Array_CopyTo_m3358199659_RuntimeMethod_var; extern const uint32_t Array_CopyTo_m3358199659_MetadataUsageId; extern const RuntimeMethod* SimpleEnumerator_get_Current_m72361444_RuntimeMethod_var; extern String_t* _stringLiteral320771010; extern String_t* _stringLiteral3811138045; extern const uint32_t SimpleEnumerator_get_Current_m72361444_MetadataUsageId; extern const uint32_t Swapper_BeginInvoke_m1688449973_MetadataUsageId; extern String_t* _stringLiteral435687691; extern const uint32_t ArrayTypeMismatchException__ctor_m3375008173_MetadataUsageId; extern const RuntimeType* Attribute_t861562559_0_0_0_var; extern const RuntimeMethod* Attribute_CheckParameters_m456532822_RuntimeMethod_var; extern String_t* _stringLiteral4059539929; extern String_t* _stringLiteral1460131600; extern String_t* _stringLiteral1497536000; extern const uint32_t Attribute_CheckParameters_m456532822_MetadataUsageId; extern RuntimeClass* MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var; extern const uint32_t Attribute_GetCustomAttribute_m1244111375_MetadataUsageId; extern RuntimeClass* AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var; extern const uint32_t Attribute_GetCustomAttributes_m2797989819_MetadataUsageId; extern const uint32_t Attribute_GetCustomAttributes_m581407460_MetadataUsageId; extern const uint32_t Attribute_GetCustomAttributes_m635736302_MetadataUsageId; extern const uint32_t Attribute_GetCustomAttributes_m1427582442_MetadataUsageId; extern const uint32_t Attribute_GetCustomAttributes_m4276120683_MetadataUsageId; extern const uint32_t Attribute_GetCustomAttributes_m1931692115_MetadataUsageId; extern const uint32_t Attribute_GetCustomAttributes_m3575848472_MetadataUsageId; extern const uint32_t Attribute_GetCustomAttributes_m4211271358_MetadataUsageId; extern const RuntimeMethod* Attribute_IsDefined_m1430686743_RuntimeMethod_var; extern String_t* _stringLiteral919961682; extern const uint32_t Attribute_IsDefined_m1430686743_MetadataUsageId; extern RuntimeClass* Attribute_t861562559_il2cpp_TypeInfo_var; extern const uint32_t Attribute_Equals_m710241514_MetadataUsageId; extern String_t* _stringLiteral1907067926; extern const uint32_t BadImageFormatException__ctor_m1464630413_MetadataUsageId; extern String_t* _stringLiteral597774023; extern String_t* _stringLiteral715407690; extern const uint32_t BadImageFormatException__ctor_m3393559863_MetadataUsageId; extern String_t* _stringLiteral2815702284; extern const uint32_t BadImageFormatException_get_Message_m2064372988_MetadataUsageId; extern const uint32_t BadImageFormatException_GetObjectData_m2751981831_MetadataUsageId; extern String_t* _stringLiteral3669466394; extern String_t* _stringLiteral4087326242; extern String_t* _stringLiteral3248178041; extern const uint32_t BadImageFormatException_ToString_m3724559990_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t BitConverter__cctor_m3841343255_MetadataUsageId; extern const uint32_t BitConverter_DoubleToInt64Bits_m3574395137_MetadataUsageId; extern const uint32_t BitConverter_GetBytes_m2120707223_MetadataUsageId; extern const uint32_t BitConverter_GetBytes_m1603262885_MetadataUsageId; extern const uint32_t BitConverter_GetBytes_m658425501_MetadataUsageId; extern const uint32_t BitConverter_GetBytes_m1040762521_MetadataUsageId; extern const uint32_t BitConverter_GetBytes_m4144088731_MetadataUsageId; extern const uint32_t BitConverter_GetBytes_m2890086663_MetadataUsageId; extern const uint32_t BitConverter_GetBytes_m692533364_MetadataUsageId; extern const uint32_t BitConverter_GetBytes_m3693159656_MetadataUsageId; extern const RuntimeMethod* BitConverter_PutBytes_m2614286581_RuntimeMethod_var; extern String_t* _stringLiteral2410720131; extern String_t* _stringLiteral1358229803; extern String_t* _stringLiteral218911153; extern const uint32_t BitConverter_PutBytes_m2614286581_MetadataUsageId; extern const uint32_t BitConverter_ToChar_m1348346703_MetadataUsageId; extern const uint32_t BitConverter_ToInt16_m2376388426_MetadataUsageId; extern const uint32_t BitConverter_ToInt32_m1089563119_MetadataUsageId; extern const uint32_t BitConverter_ToInt64_m349022421_MetadataUsageId; extern const uint32_t BitConverter_ToUInt16_m4076849680_MetadataUsageId; extern const uint32_t BitConverter_ToUInt32_m3737646381_MetadataUsageId; extern const uint32_t BitConverter_ToUInt64_m1220063212_MetadataUsageId; extern const uint32_t BitConverter_ToSingle_m2597008633_MetadataUsageId; extern const RuntimeMethod* BitConverter_ToDouble_m527296068_RuntimeMethod_var; extern const uint32_t BitConverter_ToDouble_m527296068_MetadataUsageId; extern const RuntimeMethod* BitConverter_ToString_m3464863163_RuntimeMethod_var; extern const uint32_t BitConverter_ToString_m3464863163_MetadataUsageId; extern const RuntimeMethod* BitConverter_ToString_m3439099539_RuntimeMethod_var; extern String_t* _stringLiteral1401089528; extern String_t* _stringLiteral1939948882; extern String_t* _stringLiteral3506339377; extern const uint32_t BitConverter_ToString_m3439099539_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3875955625; extern String_t* _stringLiteral4002445261; extern const uint32_t Boolean__cctor_m1091629305_MetadataUsageId; extern const RuntimeMethod* Boolean_System_IConvertible_ToType_m2078828242_RuntimeMethod_var; extern String_t* _stringLiteral3252615044; extern const uint32_t Boolean_System_IConvertible_ToType_m2078828242_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToByte_m3917074947_MetadataUsageId; extern const RuntimeMethod* Boolean_System_IConvertible_ToChar_m4279513009_RuntimeMethod_var; extern const uint32_t Boolean_System_IConvertible_ToChar_m4279513009_MetadataUsageId; extern const RuntimeMethod* Boolean_System_IConvertible_ToDateTime_m603510836_RuntimeMethod_var; extern const uint32_t Boolean_System_IConvertible_ToDateTime_m603510836_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToDecimal_m3176932461_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToDouble_m2859188631_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToInt16_m973746887_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToInt32_m1127498050_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToInt64_m2059204559_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToSByte_m806999_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToSingle_m1524606222_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToUInt16_m3465173538_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToUInt32_m2723177447_MetadataUsageId; extern const uint32_t Boolean_System_IConvertible_ToUInt64_m1739877596_MetadataUsageId; extern const RuntimeMethod* Boolean_CompareTo_m3665076258_RuntimeMethod_var; extern String_t* _stringLiteral1558646782; extern const uint32_t Boolean_CompareTo_m3665076258_MetadataUsageId; extern const uint32_t Boolean_Equals_m2410333903_MetadataUsageId; extern const RuntimeMethod* Boolean_Parse_m2370352694_RuntimeMethod_var; extern String_t* _stringLiteral3793797373; extern const uint32_t Boolean_Parse_m2370352694_MetadataUsageId; extern const uint32_t Boolean_TryParse_m1999513058_MetadataUsageId; extern const uint32_t Boolean_ToString_m2664721875_MetadataUsageId; extern const RuntimeMethod* Buffer_ByteLength_m2639516074_RuntimeMethod_var; extern String_t* _stringLiteral2265951865; extern const uint32_t Buffer_ByteLength_m2639516074_MetadataUsageId; extern const RuntimeMethod* Buffer_BlockCopy_m2884209081_RuntimeMethod_var; extern String_t* _stringLiteral538040360; extern String_t* _stringLiteral2554397442; extern String_t* _stringLiteral220175259; extern String_t* _stringLiteral2892689725; extern String_t* _stringLiteral3566890907; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral4039891654; extern const uint32_t Buffer_BlockCopy_m2884209081_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern const RuntimeMethod* Byte_System_IConvertible_ToType_m2251112646_RuntimeMethod_var; extern const uint32_t Byte_System_IConvertible_ToType_m2251112646_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToBoolean_m2888023769_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToChar_m2173687830_MetadataUsageId; extern const RuntimeMethod* Byte_System_IConvertible_ToDateTime_m3654084722_RuntimeMethod_var; extern const uint32_t Byte_System_IConvertible_ToDateTime_m3654084722_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToDecimal_m3746192770_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToDouble_m1540319472_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToInt16_m4136764794_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToInt32_m3495522413_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToInt64_m285584218_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToSByte_m1869482168_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToSingle_m324484566_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToUInt16_m1879180133_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToUInt32_m1049546902_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToUInt64_m371883985_MetadataUsageId; extern const RuntimeMethod* Byte_CompareTo_m4285128861_RuntimeMethod_var; extern String_t* _stringLiteral171208806; extern const uint32_t Byte_CompareTo_m4285128861_MetadataUsageId; extern const uint32_t Byte_Equals_m1161982810_MetadataUsageId; extern RuntimeClass* OverflowException_t2020128637_il2cpp_TypeInfo_var; extern const RuntimeMethod* Byte_Parse_m3200377149_RuntimeMethod_var; extern String_t* _stringLiteral2517860609; extern const uint32_t Byte_Parse_m3200377149_MetadataUsageId; extern RuntimeClass* NumberFormatter_t1182924621_il2cpp_TypeInfo_var; extern const uint32_t Byte_ToString_m721125428_MetadataUsageId; extern const uint32_t Byte_ToString_m2335342258_MetadataUsageId; extern const uint32_t Byte_ToString_m4063101981_MetadataUsageId; extern const uint32_t Char__cctor_m2787437263_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToType_m4138905176_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToType_m4138905176_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToBoolean_m309214875_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToBoolean_m309214875_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToByte_m2347554595_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToDateTime_m3564102661_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToDateTime_m3564102661_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToDecimal_m3534906463_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToDecimal_m3534906463_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToDouble_m3575321888_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToDouble_m3575321888_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToInt16_m975497224_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToInt32_m1777243200_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToInt64_m1630543716_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToSByte_m973063527_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToSingle_m2690985411_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToSingle_m2690985411_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToUInt16_m2449138174_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToUInt32_m3901815580_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToUInt64_m3536560782_MetadataUsageId; extern const RuntimeMethod* Char_CompareTo_m42489266_RuntimeMethod_var; extern String_t* _stringLiteral1920911092; extern const uint32_t Char_CompareTo_m42489266_MetadataUsageId; extern const uint32_t Char_Equals_m1279957088_MetadataUsageId; extern const uint32_t Char_GetUnicodeCategory_m57882613_MetadataUsageId; extern const uint32_t Char_IsDigit_m3646673943_MetadataUsageId; extern const uint32_t Char_IsDigit_m891258618_MetadataUsageId; extern const uint32_t Char_IsLetter_m3996985877_MetadataUsageId; extern const uint32_t Char_IsLetterOrDigit_m3494175785_MetadataUsageId; extern const uint32_t Char_IsLetterOrDigit_m2309361746_MetadataUsageId; extern const uint32_t Char_IsLower_m3108076820_MetadataUsageId; extern const uint32_t Char_IsNumber_m2445552278_MetadataUsageId; extern const uint32_t Char_IsSurrogate_m3686972571_MetadataUsageId; extern const uint32_t Char_IsUpper_m3564669513_MetadataUsageId; extern const uint32_t Char_IsWhiteSpace_m2148390798_MetadataUsageId; extern const uint32_t Char_IsWhiteSpace_m3213701995_MetadataUsageId; extern const RuntimeMethod* Char_CheckParameter_m4114020212_RuntimeMethod_var; extern String_t* _stringLiteral3452614605; extern String_t* _stringLiteral250046704; extern const uint32_t Char_CheckParameter_m4114020212_MetadataUsageId; extern const RuntimeMethod* Char_Parse_m82218915_RuntimeMethod_var; extern String_t* _stringLiteral2754150777; extern const uint32_t Char_Parse_m82218915_MetadataUsageId; extern const uint32_t Char_ToLower_m844856331_MetadataUsageId; extern const uint32_t Char_ToLowerInvariant_m1926695830_MetadataUsageId; extern const RuntimeMethod* Char_ToLower_m3999837485_RuntimeMethod_var; extern String_t* _stringLiteral461586467; extern const uint32_t Char_ToLower_m3999837485_MetadataUsageId; extern const uint32_t Char_ToUpper_m3999570441_MetadataUsageId; extern const uint32_t Char_ToUpperInvariant_m3658711221_MetadataUsageId; extern const uint32_t CharEnumerator_System_Collections_IEnumerator_get_Current_m1328529384_MetadataUsageId; extern const RuntimeMethod* CharEnumerator_get_Current_m525608209_RuntimeMethod_var; extern String_t* _stringLiteral2140447019; extern const uint32_t CharEnumerator_get_Current_m525608209_MetadataUsageId; extern RuntimeClass* CharEnumerator_t1121470421_il2cpp_TypeInfo_var; extern const uint32_t CharEnumerator_Clone_m1884400089_MetadataUsageId; extern const uint32_t ArrayList__ctor_m4254721275_MetadataUsageId; extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const RuntimeMethod* ArrayList__ctor_m2130986447_RuntimeMethod_var; extern String_t* _stringLiteral3452614589; extern const uint32_t ArrayList__ctor_m2130986447_MetadataUsageId; extern String_t* _stringLiteral3623012086; extern String_t* _stringLiteral3500389620; extern const uint32_t ArrayList__ctor_m3828927650_MetadataUsageId; extern const uint32_t ArrayList__ctor_m2075768692_MetadataUsageId; extern const uint32_t ArrayList__cctor_m3052737821_MetadataUsageId; extern String_t* _stringLiteral1370080298; extern const uint32_t ArrayList_get_Item_m3820278660_MetadataUsageId; extern const uint32_t ArrayList_set_Item_m2003485935_MetadataUsageId; extern String_t* _stringLiteral3623013078; extern String_t* _stringLiteral2019553010; extern const uint32_t ArrayList_set_Capacity_m1058991803_MetadataUsageId; extern const uint32_t ArrayList_EnsureCapacity_m3016383533_MetadataUsageId; extern const uint32_t ArrayList_Shift_m395607654_MetadataUsageId; extern const RuntimeMethod* ArrayList_IndexOf_m1052788661_RuntimeMethod_var; extern const RuntimeMethod* Array_IndexOf_TisRuntimeObject_m828474689_RuntimeMethod_var; extern String_t* _stringLiteral2662431096; extern String_t* _stringLiteral3732847104; extern String_t* _stringLiteral738047332; extern const uint32_t ArrayList_IndexOf_m1052788661_MetadataUsageId; extern String_t* _stringLiteral3314103136; extern const uint32_t ArrayList_Insert_m3524057793_MetadataUsageId; extern const RuntimeMethod* ArrayList_InsertRange_m1740766984_RuntimeMethod_var; extern const uint32_t ArrayList_InsertRange_m1740766984_MetadataUsageId; extern String_t* _stringLiteral2628772951; extern const uint32_t ArrayList_RemoveAt_m761734947_MetadataUsageId; extern const RuntimeMethod* ArrayList_CopyTo_m3105450421_RuntimeMethod_var; extern String_t* _stringLiteral2432024763; extern const uint32_t ArrayList_CopyTo_m3105450421_MetadataUsageId; extern RuntimeClass* SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var; extern const uint32_t ArrayList_GetEnumerator_m3176119603_MetadataUsageId; extern const RuntimeMethod* Array_Sort_TisRuntimeObject_m440635289_RuntimeMethod_var; extern const uint32_t ArrayList_Sort_m582560637_MetadataUsageId; extern const uint32_t ArrayList_ToArray_m3827492363_MetadataUsageId; extern const uint32_t ArrayList_Clone_m2682741233_MetadataUsageId; extern const RuntimeMethod* ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888_RuntimeMethod_var; extern const uint32_t ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888_MetadataUsageId; extern RuntimeClass* SynchronizedArrayListWrapper_t2283757095_il2cpp_TypeInfo_var; extern const RuntimeMethod* ArrayList_Synchronized_m1327684267_RuntimeMethod_var; extern String_t* _stringLiteral3941568111; extern const uint32_t ArrayList_Synchronized_m1327684267_MetadataUsageId; extern RuntimeClass* ReadOnlyArrayListWrapper_t3401315650_il2cpp_TypeInfo_var; extern const RuntimeMethod* ArrayList_ReadOnly_m1905796817_RuntimeMethod_var; extern const uint32_t ArrayList_ReadOnly_m1905796817_MetadataUsageId; extern const uint32_t ArrayListWrapper__ctor_m970192266_MetadataUsageId; extern String_t* _stringLiteral1872550032; extern const uint32_t FixedSizeArrayListWrapper_get_ErrorMessage_m3049061776_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_set_Capacity_m4221053039_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_set_Capacity_m4221053039_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_Add_m4066213493_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_Add_m4066213493_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_AddRange_m413351014_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_AddRange_m413351014_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_Clear_m1544415003_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_Clear_m1544415003_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_Insert_m723948816_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_Insert_m723948816_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_InsertRange_m1706982628_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_InsertRange_m1706982628_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_Remove_m3827525800_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_Remove_m3827525800_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_RemoveAt_m3591870267_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_RemoveAt_m3591870267_MetadataUsageId; extern String_t* _stringLiteral2728449070; extern const uint32_t ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994_MetadataUsageId; extern const RuntimeMethod* ReadOnlyArrayListWrapper_set_Item_m1909157432_RuntimeMethod_var; extern const uint32_t ReadOnlyArrayListWrapper_set_Item_m1909157432_MetadataUsageId; extern const RuntimeMethod* ReadOnlyArrayListWrapper_Sort_m2577012511_RuntimeMethod_var; extern const uint32_t ReadOnlyArrayListWrapper_Sort_m2577012511_MetadataUsageId; extern const RuntimeMethod* ReadOnlyArrayListWrapper_Sort_m2022378864_RuntimeMethod_var; extern const uint32_t ReadOnlyArrayListWrapper_Sort_m2022378864_MetadataUsageId; struct ByteU5BU5D_t4116647657; struct UriSchemeU5BU5D_t1281162915; struct CharU5BU5D_t3528271667; struct StringU5BU5D_t1281789340; struct ObjectU5BU5D_t2843939325; struct TypeU5BU5D_t3940880105; struct ConstructorInfoU5BU5D_t881249896; struct MethodBaseU5BU5D_t779831733; struct ParameterModifierU5BU5D_t2943407543; struct AssemblyU5BU5D_t2792222854; struct DelegateU5BU5D_t1703627840; struct Int32U5BU5D_t385246372; struct Int64U5BU5D_t2559172825; struct DoubleU5BU5D_t3413330114; struct UInt32U5BU5D_t2770800703; struct AttributeU5BU5D_t1575011174; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef X509EXTENSION_T3173393652_H #define X509EXTENSION_T3173393652_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Extension struct X509Extension_t3173393652 : public RuntimeObject { public: // System.String Mono.Security.X509.X509Extension::extnOid String_t* ___extnOid_0; // System.Boolean Mono.Security.X509.X509Extension::extnCritical bool ___extnCritical_1; // Mono.Security.ASN1 Mono.Security.X509.X509Extension::extnValue ASN1_t2114160832 * ___extnValue_2; public: inline static int32_t get_offset_of_extnOid_0() { return static_cast(offsetof(X509Extension_t3173393652, ___extnOid_0)); } inline String_t* get_extnOid_0() const { return ___extnOid_0; } inline String_t** get_address_of_extnOid_0() { return &___extnOid_0; } inline void set_extnOid_0(String_t* value) { ___extnOid_0 = value; Il2CppCodeGenWriteBarrier((&___extnOid_0), value); } inline static int32_t get_offset_of_extnCritical_1() { return static_cast(offsetof(X509Extension_t3173393652, ___extnCritical_1)); } inline bool get_extnCritical_1() const { return ___extnCritical_1; } inline bool* get_address_of_extnCritical_1() { return &___extnCritical_1; } inline void set_extnCritical_1(bool value) { ___extnCritical_1 = value; } inline static int32_t get_offset_of_extnValue_2() { return static_cast(offsetof(X509Extension_t3173393652, ___extnValue_2)); } inline ASN1_t2114160832 * get_extnValue_2() const { return ___extnValue_2; } inline ASN1_t2114160832 ** get_address_of_extnValue_2() { return &___extnValue_2; } inline void set_extnValue_2(ASN1_t2114160832 * value) { ___extnValue_2 = value; Il2CppCodeGenWriteBarrier((&___extnValue_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSION_T3173393652_H #ifndef SMALLXMLPARSER_T973787839_H #define SMALLXMLPARSER_T973787839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.SmallXmlParser struct SmallXmlParser_t973787839 : public RuntimeObject { public: // Mono.Xml.SmallXmlParser/IContentHandler Mono.Xml.SmallXmlParser::handler RuntimeObject* ___handler_0; // System.IO.TextReader Mono.Xml.SmallXmlParser::reader TextReader_t283511965 * ___reader_1; // System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames Stack_t2329662280 * ___elementNames_2; // System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces Stack_t2329662280 * ___xmlSpaces_3; // System.String Mono.Xml.SmallXmlParser::xmlSpace String_t* ___xmlSpace_4; // System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer StringBuilder_t * ___buffer_5; // System.Char[] Mono.Xml.SmallXmlParser::nameBuffer CharU5BU5D_t3528271667* ___nameBuffer_6; // System.Boolean Mono.Xml.SmallXmlParser::isWhitespace bool ___isWhitespace_7; // Mono.Xml.SmallXmlParser/AttrListImpl Mono.Xml.SmallXmlParser::attributes AttrListImpl_t567962447 * ___attributes_8; // System.Int32 Mono.Xml.SmallXmlParser::line int32_t ___line_9; // System.Int32 Mono.Xml.SmallXmlParser::column int32_t ___column_10; // System.Boolean Mono.Xml.SmallXmlParser::resetColumn bool ___resetColumn_11; public: inline static int32_t get_offset_of_handler_0() { return static_cast(offsetof(SmallXmlParser_t973787839, ___handler_0)); } inline RuntimeObject* get_handler_0() const { return ___handler_0; } inline RuntimeObject** get_address_of_handler_0() { return &___handler_0; } inline void set_handler_0(RuntimeObject* value) { ___handler_0 = value; Il2CppCodeGenWriteBarrier((&___handler_0), value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(SmallXmlParser_t973787839, ___reader_1)); } inline TextReader_t283511965 * get_reader_1() const { return ___reader_1; } inline TextReader_t283511965 ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(TextReader_t283511965 * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((&___reader_1), value); } inline static int32_t get_offset_of_elementNames_2() { return static_cast(offsetof(SmallXmlParser_t973787839, ___elementNames_2)); } inline Stack_t2329662280 * get_elementNames_2() const { return ___elementNames_2; } inline Stack_t2329662280 ** get_address_of_elementNames_2() { return &___elementNames_2; } inline void set_elementNames_2(Stack_t2329662280 * value) { ___elementNames_2 = value; Il2CppCodeGenWriteBarrier((&___elementNames_2), value); } inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast(offsetof(SmallXmlParser_t973787839, ___xmlSpaces_3)); } inline Stack_t2329662280 * get_xmlSpaces_3() const { return ___xmlSpaces_3; } inline Stack_t2329662280 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; } inline void set_xmlSpaces_3(Stack_t2329662280 * value) { ___xmlSpaces_3 = value; Il2CppCodeGenWriteBarrier((&___xmlSpaces_3), value); } inline static int32_t get_offset_of_xmlSpace_4() { return static_cast(offsetof(SmallXmlParser_t973787839, ___xmlSpace_4)); } inline String_t* get_xmlSpace_4() const { return ___xmlSpace_4; } inline String_t** get_address_of_xmlSpace_4() { return &___xmlSpace_4; } inline void set_xmlSpace_4(String_t* value) { ___xmlSpace_4 = value; Il2CppCodeGenWriteBarrier((&___xmlSpace_4), value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(SmallXmlParser_t973787839, ___buffer_5)); } inline StringBuilder_t * get_buffer_5() const { return ___buffer_5; } inline StringBuilder_t ** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(StringBuilder_t * value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((&___buffer_5), value); } inline static int32_t get_offset_of_nameBuffer_6() { return static_cast(offsetof(SmallXmlParser_t973787839, ___nameBuffer_6)); } inline CharU5BU5D_t3528271667* get_nameBuffer_6() const { return ___nameBuffer_6; } inline CharU5BU5D_t3528271667** get_address_of_nameBuffer_6() { return &___nameBuffer_6; } inline void set_nameBuffer_6(CharU5BU5D_t3528271667* value) { ___nameBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___nameBuffer_6), value); } inline static int32_t get_offset_of_isWhitespace_7() { return static_cast(offsetof(SmallXmlParser_t973787839, ___isWhitespace_7)); } inline bool get_isWhitespace_7() const { return ___isWhitespace_7; } inline bool* get_address_of_isWhitespace_7() { return &___isWhitespace_7; } inline void set_isWhitespace_7(bool value) { ___isWhitespace_7 = value; } inline static int32_t get_offset_of_attributes_8() { return static_cast(offsetof(SmallXmlParser_t973787839, ___attributes_8)); } inline AttrListImpl_t567962447 * get_attributes_8() const { return ___attributes_8; } inline AttrListImpl_t567962447 ** get_address_of_attributes_8() { return &___attributes_8; } inline void set_attributes_8(AttrListImpl_t567962447 * value) { ___attributes_8 = value; Il2CppCodeGenWriteBarrier((&___attributes_8), value); } inline static int32_t get_offset_of_line_9() { return static_cast(offsetof(SmallXmlParser_t973787839, ___line_9)); } inline int32_t get_line_9() const { return ___line_9; } inline int32_t* get_address_of_line_9() { return &___line_9; } inline void set_line_9(int32_t value) { ___line_9 = value; } inline static int32_t get_offset_of_column_10() { return static_cast(offsetof(SmallXmlParser_t973787839, ___column_10)); } inline int32_t get_column_10() const { return ___column_10; } inline int32_t* get_address_of_column_10() { return &___column_10; } inline void set_column_10(int32_t value) { ___column_10 = value; } inline static int32_t get_offset_of_resetColumn_11() { return static_cast(offsetof(SmallXmlParser_t973787839, ___resetColumn_11)); } inline bool get_resetColumn_11() const { return ___resetColumn_11; } inline bool* get_address_of_resetColumn_11() { return &___resetColumn_11; } inline void set_resetColumn_11(bool value) { ___resetColumn_11 = value; } }; struct SmallXmlParser_t973787839_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Xml.SmallXmlParser::<>f__switch$map18 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map18_12; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map18_12() { return static_cast(offsetof(SmallXmlParser_t973787839_StaticFields, ___U3CU3Ef__switchU24map18_12)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map18_12() const { return ___U3CU3Ef__switchU24map18_12; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map18_12() { return &___U3CU3Ef__switchU24map18_12; } inline void set_U3CU3Ef__switchU24map18_12(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map18_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map18_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMALLXMLPARSER_T973787839_H #ifndef STACK_T2329662280_H #define STACK_T2329662280_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Stack struct Stack_t2329662280 : public RuntimeObject { public: // System.Object[] System.Collections.Stack::contents ObjectU5BU5D_t2843939325* ___contents_0; // System.Int32 System.Collections.Stack::current int32_t ___current_1; // System.Int32 System.Collections.Stack::count int32_t ___count_2; // System.Int32 System.Collections.Stack::capacity int32_t ___capacity_3; // System.Int32 System.Collections.Stack::modCount int32_t ___modCount_4; public: inline static int32_t get_offset_of_contents_0() { return static_cast(offsetof(Stack_t2329662280, ___contents_0)); } inline ObjectU5BU5D_t2843939325* get_contents_0() const { return ___contents_0; } inline ObjectU5BU5D_t2843939325** get_address_of_contents_0() { return &___contents_0; } inline void set_contents_0(ObjectU5BU5D_t2843939325* value) { ___contents_0 = value; Il2CppCodeGenWriteBarrier((&___contents_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Stack_t2329662280, ___current_1)); } inline int32_t get_current_1() const { return ___current_1; } inline int32_t* get_address_of_current_1() { return &___current_1; } inline void set_current_1(int32_t value) { ___current_1 = value; } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Stack_t2329662280, ___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_capacity_3() { return static_cast(offsetof(Stack_t2329662280, ___capacity_3)); } inline int32_t get_capacity_3() const { return ___capacity_3; } inline int32_t* get_address_of_capacity_3() { return &___capacity_3; } inline void set_capacity_3(int32_t value) { ___capacity_3 = value; } inline static int32_t get_offset_of_modCount_4() { return static_cast(offsetof(Stack_t2329662280, ___modCount_4)); } inline int32_t get_modCount_4() const { return ___modCount_4; } inline int32_t* get_address_of_modCount_4() { return &___modCount_4; } inline void set_modCount_4(int32_t value) { ___modCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_T2329662280_H #ifndef TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public RuntimeObject { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_0)); } inline TextReader_t283511965 * get_Null_0() const { return ___Null_0; } inline TextReader_t283511965 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(TextReader_t283511965 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef SECURITYELEMENT_T1046076091_H #define SECURITYELEMENT_T1046076091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityElement struct SecurityElement_t1046076091 : public RuntimeObject { public: // System.String System.Security.SecurityElement::text String_t* ___text_0; // System.String System.Security.SecurityElement::tag String_t* ___tag_1; // System.Collections.ArrayList System.Security.SecurityElement::attributes ArrayList_t2718874744 * ___attributes_2; // System.Collections.ArrayList System.Security.SecurityElement::children ArrayList_t2718874744 * ___children_3; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(SecurityElement_t1046076091, ___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((&___text_0), value); } inline static int32_t get_offset_of_tag_1() { return static_cast(offsetof(SecurityElement_t1046076091, ___tag_1)); } inline String_t* get_tag_1() const { return ___tag_1; } inline String_t** get_address_of_tag_1() { return &___tag_1; } inline void set_tag_1(String_t* value) { ___tag_1 = value; Il2CppCodeGenWriteBarrier((&___tag_1), value); } inline static int32_t get_offset_of_attributes_2() { return static_cast(offsetof(SecurityElement_t1046076091, ___attributes_2)); } inline ArrayList_t2718874744 * get_attributes_2() const { return ___attributes_2; } inline ArrayList_t2718874744 ** get_address_of_attributes_2() { return &___attributes_2; } inline void set_attributes_2(ArrayList_t2718874744 * value) { ___attributes_2 = value; Il2CppCodeGenWriteBarrier((&___attributes_2), value); } inline static int32_t get_offset_of_children_3() { return static_cast(offsetof(SecurityElement_t1046076091, ___children_3)); } inline ArrayList_t2718874744 * get_children_3() const { return ___children_3; } inline ArrayList_t2718874744 ** get_address_of_children_3() { return &___children_3; } inline void set_children_3(ArrayList_t2718874744 * value) { ___children_3 = value; Il2CppCodeGenWriteBarrier((&___children_3), value); } }; struct SecurityElement_t1046076091_StaticFields { public: // System.Char[] System.Security.SecurityElement::invalid_tag_chars CharU5BU5D_t3528271667* ___invalid_tag_chars_4; // System.Char[] System.Security.SecurityElement::invalid_text_chars CharU5BU5D_t3528271667* ___invalid_text_chars_5; // System.Char[] System.Security.SecurityElement::invalid_attr_name_chars CharU5BU5D_t3528271667* ___invalid_attr_name_chars_6; // System.Char[] System.Security.SecurityElement::invalid_attr_value_chars CharU5BU5D_t3528271667* ___invalid_attr_value_chars_7; // System.Char[] System.Security.SecurityElement::invalid_chars CharU5BU5D_t3528271667* ___invalid_chars_8; public: inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_tag_chars_4)); } inline CharU5BU5D_t3528271667* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; } inline CharU5BU5D_t3528271667** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; } inline void set_invalid_tag_chars_4(CharU5BU5D_t3528271667* value) { ___invalid_tag_chars_4 = value; Il2CppCodeGenWriteBarrier((&___invalid_tag_chars_4), value); } inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_text_chars_5)); } inline CharU5BU5D_t3528271667* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; } inline CharU5BU5D_t3528271667** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; } inline void set_invalid_text_chars_5(CharU5BU5D_t3528271667* value) { ___invalid_text_chars_5 = value; Il2CppCodeGenWriteBarrier((&___invalid_text_chars_5), value); } inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_attr_name_chars_6)); } inline CharU5BU5D_t3528271667* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; } inline CharU5BU5D_t3528271667** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; } inline void set_invalid_attr_name_chars_6(CharU5BU5D_t3528271667* value) { ___invalid_attr_name_chars_6 = value; Il2CppCodeGenWriteBarrier((&___invalid_attr_name_chars_6), value); } inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_attr_value_chars_7)); } inline CharU5BU5D_t3528271667* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; } inline CharU5BU5D_t3528271667** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; } inline void set_invalid_attr_value_chars_7(CharU5BU5D_t3528271667* value) { ___invalid_attr_value_chars_7 = value; Il2CppCodeGenWriteBarrier((&___invalid_attr_value_chars_7), value); } inline static int32_t get_offset_of_invalid_chars_8() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_chars_8)); } inline CharU5BU5D_t3528271667* get_invalid_chars_8() const { return ___invalid_chars_8; } inline CharU5BU5D_t3528271667** get_address_of_invalid_chars_8() { return &___invalid_chars_8; } inline void set_invalid_chars_8(CharU5BU5D_t3528271667* value) { ___invalid_chars_8 = value; Il2CppCodeGenWriteBarrier((&___invalid_chars_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYELEMENT_T1046076091_H #ifndef ATTRLISTIMPL_T567962447_H #define ATTRLISTIMPL_T567962447_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_t567962447 : public RuntimeObject { public: // System.Collections.ArrayList Mono.Xml.SmallXmlParser/AttrListImpl::attrNames ArrayList_t2718874744 * ___attrNames_0; // System.Collections.ArrayList Mono.Xml.SmallXmlParser/AttrListImpl::attrValues ArrayList_t2718874744 * ___attrValues_1; public: inline static int32_t get_offset_of_attrNames_0() { return static_cast(offsetof(AttrListImpl_t567962447, ___attrNames_0)); } inline ArrayList_t2718874744 * get_attrNames_0() const { return ___attrNames_0; } inline ArrayList_t2718874744 ** get_address_of_attrNames_0() { return &___attrNames_0; } inline void set_attrNames_0(ArrayList_t2718874744 * value) { ___attrNames_0 = value; Il2CppCodeGenWriteBarrier((&___attrNames_0), value); } inline static int32_t get_offset_of_attrValues_1() { return static_cast(offsetof(AttrListImpl_t567962447, ___attrValues_1)); } inline ArrayList_t2718874744 * get_attrValues_1() const { return ___attrValues_1; } inline ArrayList_t2718874744 ** get_address_of_attrValues_1() { return &___attrValues_1; } inline void set_attrValues_1(ArrayList_t2718874744 * value) { ___attrValues_1 = value; Il2CppCodeGenWriteBarrier((&___attrValues_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRLISTIMPL_T567962447_H #ifndef IL2CPPCOMOBJECT_H #define IL2CPPCOMOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.__Il2CppComObject #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IL2CPPCOMOBJECT_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef SAFEBAG_T3961248199_H #define SAFEBAG_T3961248199_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.SafeBag struct SafeBag_t3961248199 : public RuntimeObject { public: // System.String Mono.Security.X509.SafeBag::_bagOID String_t* ____bagOID_0; // Mono.Security.ASN1 Mono.Security.X509.SafeBag::_asn1 ASN1_t2114160832 * ____asn1_1; public: inline static int32_t get_offset_of__bagOID_0() { return static_cast(offsetof(SafeBag_t3961248199, ____bagOID_0)); } inline String_t* get__bagOID_0() const { return ____bagOID_0; } inline String_t** get_address_of__bagOID_0() { return &____bagOID_0; } inline void set__bagOID_0(String_t* value) { ____bagOID_0 = value; Il2CppCodeGenWriteBarrier((&____bagOID_0), value); } inline static int32_t get_offset_of__asn1_1() { return static_cast(offsetof(SafeBag_t3961248199, ____asn1_1)); } inline ASN1_t2114160832 * get__asn1_1() const { return ____asn1_1; } inline ASN1_t2114160832 ** get_address_of__asn1_1() { return &____asn1_1; } inline void set__asn1_1(ASN1_t2114160832 * value) { ____asn1_1 = value; Il2CppCodeGenWriteBarrier((&____asn1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAFEBAG_T3961248199_H #ifndef COLLECTIONBASE_T2727926298_H #define COLLECTIONBASE_T2727926298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionBase struct CollectionBase_t2727926298 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_t2727926298, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONBASE_T2727926298_H #ifndef RANDOMNUMBERGENERATOR_T386037858_H #define RANDOMNUMBERGENERATOR_T386037858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOMNUMBERGENERATOR_T386037858_H #ifndef DERIVEBYTES_T1492915135_H #define DERIVEBYTES_T1492915135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.PKCS12/DeriveBytes struct DeriveBytes_t1492915135 : public RuntimeObject { public: // System.String Mono.Security.X509.PKCS12/DeriveBytes::_hashName String_t* ____hashName_3; // System.Int32 Mono.Security.X509.PKCS12/DeriveBytes::_iterations int32_t ____iterations_4; // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::_password ByteU5BU5D_t4116647657* ____password_5; // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::_salt ByteU5BU5D_t4116647657* ____salt_6; public: inline static int32_t get_offset_of__hashName_3() { return static_cast(offsetof(DeriveBytes_t1492915135, ____hashName_3)); } inline String_t* get__hashName_3() const { return ____hashName_3; } inline String_t** get_address_of__hashName_3() { return &____hashName_3; } inline void set__hashName_3(String_t* value) { ____hashName_3 = value; Il2CppCodeGenWriteBarrier((&____hashName_3), value); } inline static int32_t get_offset_of__iterations_4() { return static_cast(offsetof(DeriveBytes_t1492915135, ____iterations_4)); } inline int32_t get__iterations_4() const { return ____iterations_4; } inline int32_t* get_address_of__iterations_4() { return &____iterations_4; } inline void set__iterations_4(int32_t value) { ____iterations_4 = value; } inline static int32_t get_offset_of__password_5() { return static_cast(offsetof(DeriveBytes_t1492915135, ____password_5)); } inline ByteU5BU5D_t4116647657* get__password_5() const { return ____password_5; } inline ByteU5BU5D_t4116647657** get_address_of__password_5() { return &____password_5; } inline void set__password_5(ByteU5BU5D_t4116647657* value) { ____password_5 = value; Il2CppCodeGenWriteBarrier((&____password_5), value); } inline static int32_t get_offset_of__salt_6() { return static_cast(offsetof(DeriveBytes_t1492915135, ____salt_6)); } inline ByteU5BU5D_t4116647657* get__salt_6() const { return ____salt_6; } inline ByteU5BU5D_t4116647657** get_address_of__salt_6() { return &____salt_6; } inline void set__salt_6(ByteU5BU5D_t4116647657* value) { ____salt_6 = value; Il2CppCodeGenWriteBarrier((&____salt_6), value); } }; struct DeriveBytes_t1492915135_StaticFields { public: // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::keyDiversifier ByteU5BU5D_t4116647657* ___keyDiversifier_0; // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::ivDiversifier ByteU5BU5D_t4116647657* ___ivDiversifier_1; // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::macDiversifier ByteU5BU5D_t4116647657* ___macDiversifier_2; public: inline static int32_t get_offset_of_keyDiversifier_0() { return static_cast(offsetof(DeriveBytes_t1492915135_StaticFields, ___keyDiversifier_0)); } inline ByteU5BU5D_t4116647657* get_keyDiversifier_0() const { return ___keyDiversifier_0; } inline ByteU5BU5D_t4116647657** get_address_of_keyDiversifier_0() { return &___keyDiversifier_0; } inline void set_keyDiversifier_0(ByteU5BU5D_t4116647657* value) { ___keyDiversifier_0 = value; Il2CppCodeGenWriteBarrier((&___keyDiversifier_0), value); } inline static int32_t get_offset_of_ivDiversifier_1() { return static_cast(offsetof(DeriveBytes_t1492915135_StaticFields, ___ivDiversifier_1)); } inline ByteU5BU5D_t4116647657* get_ivDiversifier_1() const { return ___ivDiversifier_1; } inline ByteU5BU5D_t4116647657** get_address_of_ivDiversifier_1() { return &___ivDiversifier_1; } inline void set_ivDiversifier_1(ByteU5BU5D_t4116647657* value) { ___ivDiversifier_1 = value; Il2CppCodeGenWriteBarrier((&___ivDiversifier_1), value); } inline static int32_t get_offset_of_macDiversifier_2() { return static_cast(offsetof(DeriveBytes_t1492915135_StaticFields, ___macDiversifier_2)); } inline ByteU5BU5D_t4116647657* get_macDiversifier_2() const { return ___macDiversifier_2; } inline ByteU5BU5D_t4116647657** get_address_of_macDiversifier_2() { return &___macDiversifier_2; } inline void set_macDiversifier_2(ByteU5BU5D_t4116647657* value) { ___macDiversifier_2 = value; Il2CppCodeGenWriteBarrier((&___macDiversifier_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DERIVEBYTES_T1492915135_H #ifndef X509CERTIFICATEENUMERATOR_T3515934697_H #define X509CERTIFICATEENUMERATOR_T3515934697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t3515934697 : public RuntimeObject { public: // System.Collections.IEnumerator Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(X509CertificateEnumerator_t3515934697, ___enumerator_0)); } inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; } inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; } inline void set_enumerator_0(RuntimeObject* value) { ___enumerator_0 = value; Il2CppCodeGenWriteBarrier((&___enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATEENUMERATOR_T3515934697_H #ifndef PRIVATEKEYINFO_T668027992_H #define PRIVATEKEYINFO_T668027992_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.PKCS8/PrivateKeyInfo struct PrivateKeyInfo_t668027992 : public RuntimeObject { public: // System.Int32 Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_version int32_t ____version_0; // System.String Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_algorithm String_t* ____algorithm_1; // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_key ByteU5BU5D_t4116647657* ____key_2; // System.Collections.ArrayList Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_list ArrayList_t2718874744 * ____list_3; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(PrivateKeyInfo_t668027992, ____version_0)); } inline int32_t get__version_0() const { return ____version_0; } inline int32_t* get_address_of__version_0() { return &____version_0; } inline void set__version_0(int32_t value) { ____version_0 = value; } inline static int32_t get_offset_of__algorithm_1() { return static_cast(offsetof(PrivateKeyInfo_t668027992, ____algorithm_1)); } inline String_t* get__algorithm_1() const { return ____algorithm_1; } inline String_t** get_address_of__algorithm_1() { return &____algorithm_1; } inline void set__algorithm_1(String_t* value) { ____algorithm_1 = value; Il2CppCodeGenWriteBarrier((&____algorithm_1), value); } inline static int32_t get_offset_of__key_2() { return static_cast(offsetof(PrivateKeyInfo_t668027992, ____key_2)); } inline ByteU5BU5D_t4116647657* get__key_2() const { return ____key_2; } inline ByteU5BU5D_t4116647657** get_address_of__key_2() { return &____key_2; } inline void set__key_2(ByteU5BU5D_t4116647657* value) { ____key_2 = value; Il2CppCodeGenWriteBarrier((&____key_2), value); } inline static int32_t get_offset_of__list_3() { return static_cast(offsetof(PrivateKeyInfo_t668027992, ____list_3)); } inline ArrayList_t2718874744 * get__list_3() const { return ____list_3; } inline ArrayList_t2718874744 ** get_address_of__list_3() { return &____list_3; } inline void set__list_3(ArrayList_t2718874744 * value) { ____list_3 = value; Il2CppCodeGenWriteBarrier((&____list_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRIVATEKEYINFO_T668027992_H #ifndef ENCRYPTEDPRIVATEKEYINFO_T862116835_H #define ENCRYPTEDPRIVATEKEYINFO_T862116835_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo struct EncryptedPrivateKeyInfo_t862116835 : public RuntimeObject { public: // System.String Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_algorithm String_t* ____algorithm_0; // System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_salt ByteU5BU5D_t4116647657* ____salt_1; // System.Int32 Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_iterations int32_t ____iterations_2; // System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_data ByteU5BU5D_t4116647657* ____data_3; public: inline static int32_t get_offset_of__algorithm_0() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t862116835, ____algorithm_0)); } inline String_t* get__algorithm_0() const { return ____algorithm_0; } inline String_t** get_address_of__algorithm_0() { return &____algorithm_0; } inline void set__algorithm_0(String_t* value) { ____algorithm_0 = value; Il2CppCodeGenWriteBarrier((&____algorithm_0), value); } inline static int32_t get_offset_of__salt_1() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t862116835, ____salt_1)); } inline ByteU5BU5D_t4116647657* get__salt_1() const { return ____salt_1; } inline ByteU5BU5D_t4116647657** get_address_of__salt_1() { return &____salt_1; } inline void set__salt_1(ByteU5BU5D_t4116647657* value) { ____salt_1 = value; Il2CppCodeGenWriteBarrier((&____salt_1), value); } inline static int32_t get_offset_of__iterations_2() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t862116835, ____iterations_2)); } inline int32_t get__iterations_2() const { return ____iterations_2; } inline int32_t* get_address_of__iterations_2() { return &____iterations_2; } inline void set__iterations_2(int32_t value) { ____iterations_2 = value; } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t862116835, ____data_3)); } inline ByteU5BU5D_t4116647657* get__data_3() const { return ____data_3; } inline ByteU5BU5D_t4116647657** get_address_of__data_3() { return &____data_3; } inline void set__data_3(ByteU5BU5D_t4116647657* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((&____data_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCRYPTEDPRIVATEKEYINFO_T862116835_H #ifndef X501_T1758824425_H #define X501_T1758824425_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X501 struct X501_t1758824425 : public RuntimeObject { public: public: }; struct X501_t1758824425_StaticFields { public: // System.Byte[] Mono.Security.X509.X501::countryName ByteU5BU5D_t4116647657* ___countryName_0; // System.Byte[] Mono.Security.X509.X501::organizationName ByteU5BU5D_t4116647657* ___organizationName_1; // System.Byte[] Mono.Security.X509.X501::organizationalUnitName ByteU5BU5D_t4116647657* ___organizationalUnitName_2; // System.Byte[] Mono.Security.X509.X501::commonName ByteU5BU5D_t4116647657* ___commonName_3; // System.Byte[] Mono.Security.X509.X501::localityName ByteU5BU5D_t4116647657* ___localityName_4; // System.Byte[] Mono.Security.X509.X501::stateOrProvinceName ByteU5BU5D_t4116647657* ___stateOrProvinceName_5; // System.Byte[] Mono.Security.X509.X501::streetAddress ByteU5BU5D_t4116647657* ___streetAddress_6; // System.Byte[] Mono.Security.X509.X501::domainComponent ByteU5BU5D_t4116647657* ___domainComponent_7; // System.Byte[] Mono.Security.X509.X501::userid ByteU5BU5D_t4116647657* ___userid_8; // System.Byte[] Mono.Security.X509.X501::email ByteU5BU5D_t4116647657* ___email_9; // System.Byte[] Mono.Security.X509.X501::dnQualifier ByteU5BU5D_t4116647657* ___dnQualifier_10; // System.Byte[] Mono.Security.X509.X501::title ByteU5BU5D_t4116647657* ___title_11; // System.Byte[] Mono.Security.X509.X501::surname ByteU5BU5D_t4116647657* ___surname_12; // System.Byte[] Mono.Security.X509.X501::givenName ByteU5BU5D_t4116647657* ___givenName_13; // System.Byte[] Mono.Security.X509.X501::initial ByteU5BU5D_t4116647657* ___initial_14; public: inline static int32_t get_offset_of_countryName_0() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___countryName_0)); } inline ByteU5BU5D_t4116647657* get_countryName_0() const { return ___countryName_0; } inline ByteU5BU5D_t4116647657** get_address_of_countryName_0() { return &___countryName_0; } inline void set_countryName_0(ByteU5BU5D_t4116647657* value) { ___countryName_0 = value; Il2CppCodeGenWriteBarrier((&___countryName_0), value); } inline static int32_t get_offset_of_organizationName_1() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___organizationName_1)); } inline ByteU5BU5D_t4116647657* get_organizationName_1() const { return ___organizationName_1; } inline ByteU5BU5D_t4116647657** get_address_of_organizationName_1() { return &___organizationName_1; } inline void set_organizationName_1(ByteU5BU5D_t4116647657* value) { ___organizationName_1 = value; Il2CppCodeGenWriteBarrier((&___organizationName_1), value); } inline static int32_t get_offset_of_organizationalUnitName_2() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___organizationalUnitName_2)); } inline ByteU5BU5D_t4116647657* get_organizationalUnitName_2() const { return ___organizationalUnitName_2; } inline ByteU5BU5D_t4116647657** get_address_of_organizationalUnitName_2() { return &___organizationalUnitName_2; } inline void set_organizationalUnitName_2(ByteU5BU5D_t4116647657* value) { ___organizationalUnitName_2 = value; Il2CppCodeGenWriteBarrier((&___organizationalUnitName_2), value); } inline static int32_t get_offset_of_commonName_3() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___commonName_3)); } inline ByteU5BU5D_t4116647657* get_commonName_3() const { return ___commonName_3; } inline ByteU5BU5D_t4116647657** get_address_of_commonName_3() { return &___commonName_3; } inline void set_commonName_3(ByteU5BU5D_t4116647657* value) { ___commonName_3 = value; Il2CppCodeGenWriteBarrier((&___commonName_3), value); } inline static int32_t get_offset_of_localityName_4() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___localityName_4)); } inline ByteU5BU5D_t4116647657* get_localityName_4() const { return ___localityName_4; } inline ByteU5BU5D_t4116647657** get_address_of_localityName_4() { return &___localityName_4; } inline void set_localityName_4(ByteU5BU5D_t4116647657* value) { ___localityName_4 = value; Il2CppCodeGenWriteBarrier((&___localityName_4), value); } inline static int32_t get_offset_of_stateOrProvinceName_5() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___stateOrProvinceName_5)); } inline ByteU5BU5D_t4116647657* get_stateOrProvinceName_5() const { return ___stateOrProvinceName_5; } inline ByteU5BU5D_t4116647657** get_address_of_stateOrProvinceName_5() { return &___stateOrProvinceName_5; } inline void set_stateOrProvinceName_5(ByteU5BU5D_t4116647657* value) { ___stateOrProvinceName_5 = value; Il2CppCodeGenWriteBarrier((&___stateOrProvinceName_5), value); } inline static int32_t get_offset_of_streetAddress_6() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___streetAddress_6)); } inline ByteU5BU5D_t4116647657* get_streetAddress_6() const { return ___streetAddress_6; } inline ByteU5BU5D_t4116647657** get_address_of_streetAddress_6() { return &___streetAddress_6; } inline void set_streetAddress_6(ByteU5BU5D_t4116647657* value) { ___streetAddress_6 = value; Il2CppCodeGenWriteBarrier((&___streetAddress_6), value); } inline static int32_t get_offset_of_domainComponent_7() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___domainComponent_7)); } inline ByteU5BU5D_t4116647657* get_domainComponent_7() const { return ___domainComponent_7; } inline ByteU5BU5D_t4116647657** get_address_of_domainComponent_7() { return &___domainComponent_7; } inline void set_domainComponent_7(ByteU5BU5D_t4116647657* value) { ___domainComponent_7 = value; Il2CppCodeGenWriteBarrier((&___domainComponent_7), value); } inline static int32_t get_offset_of_userid_8() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___userid_8)); } inline ByteU5BU5D_t4116647657* get_userid_8() const { return ___userid_8; } inline ByteU5BU5D_t4116647657** get_address_of_userid_8() { return &___userid_8; } inline void set_userid_8(ByteU5BU5D_t4116647657* value) { ___userid_8 = value; Il2CppCodeGenWriteBarrier((&___userid_8), value); } inline static int32_t get_offset_of_email_9() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___email_9)); } inline ByteU5BU5D_t4116647657* get_email_9() const { return ___email_9; } inline ByteU5BU5D_t4116647657** get_address_of_email_9() { return &___email_9; } inline void set_email_9(ByteU5BU5D_t4116647657* value) { ___email_9 = value; Il2CppCodeGenWriteBarrier((&___email_9), value); } inline static int32_t get_offset_of_dnQualifier_10() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___dnQualifier_10)); } inline ByteU5BU5D_t4116647657* get_dnQualifier_10() const { return ___dnQualifier_10; } inline ByteU5BU5D_t4116647657** get_address_of_dnQualifier_10() { return &___dnQualifier_10; } inline void set_dnQualifier_10(ByteU5BU5D_t4116647657* value) { ___dnQualifier_10 = value; Il2CppCodeGenWriteBarrier((&___dnQualifier_10), value); } inline static int32_t get_offset_of_title_11() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___title_11)); } inline ByteU5BU5D_t4116647657* get_title_11() const { return ___title_11; } inline ByteU5BU5D_t4116647657** get_address_of_title_11() { return &___title_11; } inline void set_title_11(ByteU5BU5D_t4116647657* value) { ___title_11 = value; Il2CppCodeGenWriteBarrier((&___title_11), value); } inline static int32_t get_offset_of_surname_12() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___surname_12)); } inline ByteU5BU5D_t4116647657* get_surname_12() const { return ___surname_12; } inline ByteU5BU5D_t4116647657** get_address_of_surname_12() { return &___surname_12; } inline void set_surname_12(ByteU5BU5D_t4116647657* value) { ___surname_12 = value; Il2CppCodeGenWriteBarrier((&___surname_12), value); } inline static int32_t get_offset_of_givenName_13() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___givenName_13)); } inline ByteU5BU5D_t4116647657* get_givenName_13() const { return ___givenName_13; } inline ByteU5BU5D_t4116647657** get_address_of_givenName_13() { return &___givenName_13; } inline void set_givenName_13(ByteU5BU5D_t4116647657* value) { ___givenName_13 = value; Il2CppCodeGenWriteBarrier((&___givenName_13), value); } inline static int32_t get_offset_of_initial_14() { return static_cast(offsetof(X501_t1758824425_StaticFields, ___initial_14)); } inline ByteU5BU5D_t4116647657* get_initial_14() const { return ___initial_14; } inline ByteU5BU5D_t4116647657** get_address_of_initial_14() { return &___initial_14; } inline void set_initial_14(ByteU5BU5D_t4116647657* value) { ___initial_14 = value; Il2CppCodeGenWriteBarrier((&___initial_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X501_T1758824425_H #ifndef ACTIVATIONCONTEXT_T976916018_H #define ACTIVATIONCONTEXT_T976916018_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ActivationContext struct ActivationContext_t976916018 : public RuntimeObject { public: // System.Boolean System.ActivationContext::_disposed bool ____disposed_0; public: inline static int32_t get_offset_of__disposed_0() { return static_cast(offsetof(ActivationContext_t976916018, ____disposed_0)); } inline bool get__disposed_0() const { return ____disposed_0; } inline bool* get_address_of__disposed_0() { return &____disposed_0; } inline void set__disposed_0(bool value) { ____disposed_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIVATIONCONTEXT_T976916018_H #ifndef CHARENUMERATOR_T1121470421_H #define CHARENUMERATOR_T1121470421_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.CharEnumerator struct CharEnumerator_t1121470421 : public RuntimeObject { public: // System.String System.CharEnumerator::str String_t* ___str_0; // System.Int32 System.CharEnumerator::index int32_t ___index_1; // System.Int32 System.CharEnumerator::length int32_t ___length_2; public: inline static int32_t get_offset_of_str_0() { return static_cast(offsetof(CharEnumerator_t1121470421, ___str_0)); } inline String_t* get_str_0() const { return ___str_0; } inline String_t** get_address_of_str_0() { return &___str_0; } inline void set_str_0(String_t* value) { ___str_0 = value; Il2CppCodeGenWriteBarrier((&___str_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(CharEnumerator_t1121470421, ___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(CharEnumerator_t1121470421, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARENUMERATOR_T1121470421_H #ifndef SIMPLEENUMERATOR_T433892249_H #define SIMPLEENUMERATOR_T433892249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/SimpleEnumerator struct SimpleEnumerator_t433892249 : public RuntimeObject { public: // System.Array System.Array/SimpleEnumerator::enumeratee RuntimeArray * ___enumeratee_0; // System.Int32 System.Array/SimpleEnumerator::currentpos int32_t ___currentpos_1; // System.Int32 System.Array/SimpleEnumerator::length int32_t ___length_2; public: inline static int32_t get_offset_of_enumeratee_0() { return static_cast(offsetof(SimpleEnumerator_t433892249, ___enumeratee_0)); } inline RuntimeArray * get_enumeratee_0() const { return ___enumeratee_0; } inline RuntimeArray ** get_address_of_enumeratee_0() { return &___enumeratee_0; } inline void set_enumeratee_0(RuntimeArray * value) { ___enumeratee_0 = value; Il2CppCodeGenWriteBarrier((&___enumeratee_0), value); } inline static int32_t get_offset_of_currentpos_1() { return static_cast(offsetof(SimpleEnumerator_t433892249, ___currentpos_1)); } inline int32_t get_currentpos_1() const { return ___currentpos_1; } inline int32_t* get_address_of_currentpos_1() { return &___currentpos_1; } inline void set_currentpos_1(int32_t value) { ___currentpos_1 = value; } inline static int32_t get_offset_of_length_2() { return static_cast(offsetof(SimpleEnumerator_t433892249, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLEENUMERATOR_T433892249_H #ifndef COMPARER_T1912461351_H #define COMPARER_T1912461351_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Comparer struct Comparer_t1912461351 : public RuntimeObject { public: // System.Globalization.CompareInfo System.Collections.Comparer::m_compareInfo CompareInfo_t1092934962 * ___m_compareInfo_2; public: inline static int32_t get_offset_of_m_compareInfo_2() { return static_cast(offsetof(Comparer_t1912461351, ___m_compareInfo_2)); } inline CompareInfo_t1092934962 * get_m_compareInfo_2() const { return ___m_compareInfo_2; } inline CompareInfo_t1092934962 ** get_address_of_m_compareInfo_2() { return &___m_compareInfo_2; } inline void set_m_compareInfo_2(CompareInfo_t1092934962 * value) { ___m_compareInfo_2 = value; Il2CppCodeGenWriteBarrier((&___m_compareInfo_2), value); } }; struct Comparer_t1912461351_StaticFields { public: // System.Collections.Comparer System.Collections.Comparer::Default Comparer_t1912461351 * ___Default_0; // System.Collections.Comparer System.Collections.Comparer::DefaultInvariant Comparer_t1912461351 * ___DefaultInvariant_1; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(Comparer_t1912461351_StaticFields, ___Default_0)); } inline Comparer_t1912461351 * get_Default_0() const { return ___Default_0; } inline Comparer_t1912461351 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(Comparer_t1912461351 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((&___Default_0), value); } inline static int32_t get_offset_of_DefaultInvariant_1() { return static_cast(offsetof(Comparer_t1912461351_StaticFields, ___DefaultInvariant_1)); } inline Comparer_t1912461351 * get_DefaultInvariant_1() const { return ___DefaultInvariant_1; } inline Comparer_t1912461351 ** get_address_of_DefaultInvariant_1() { return &___DefaultInvariant_1; } inline void set_DefaultInvariant_1(Comparer_t1912461351 * value) { ___DefaultInvariant_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultInvariant_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_T1912461351_H #ifndef BUFFER_T1599081364_H #define BUFFER_T1599081364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Buffer struct Buffer_t1599081364 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUFFER_T1599081364_H #ifndef ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef BITCONVERTER_T3118986983_H #define BITCONVERTER_T3118986983_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.BitConverter struct BitConverter_t3118986983 : public RuntimeObject { public: public: }; struct BitConverter_t3118986983_StaticFields { public: // System.Boolean System.BitConverter::SwappedWordsInDouble bool ___SwappedWordsInDouble_0; // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_1; public: inline static int32_t get_offset_of_SwappedWordsInDouble_0() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___SwappedWordsInDouble_0)); } inline bool get_SwappedWordsInDouble_0() const { return ___SwappedWordsInDouble_0; } inline bool* get_address_of_SwappedWordsInDouble_0() { return &___SwappedWordsInDouble_0; } inline void set_SwappedWordsInDouble_0(bool value) { ___SwappedWordsInDouble_0 = value; } inline static int32_t get_offset_of_IsLittleEndian_1() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___IsLittleEndian_1)); } inline bool get_IsLittleEndian_1() const { return ___IsLittleEndian_1; } inline bool* get_address_of_IsLittleEndian_1() { return &___IsLittleEndian_1; } inline void set_IsLittleEndian_1(bool value) { ___IsLittleEndian_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BITCONVERTER_T3118986983_H #ifndef SIMPLEENUMERATOR_T4287166116_H #define SIMPLEENUMERATOR_T4287166116_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList/SimpleEnumerator struct SimpleEnumerator_t4287166116 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.ArrayList/SimpleEnumerator::list ArrayList_t2718874744 * ___list_0; // System.Int32 System.Collections.ArrayList/SimpleEnumerator::index int32_t ___index_1; // System.Int32 System.Collections.ArrayList/SimpleEnumerator::version int32_t ___version_2; // System.Object System.Collections.ArrayList/SimpleEnumerator::currentElement RuntimeObject * ___currentElement_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(SimpleEnumerator_t4287166116, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(SimpleEnumerator_t4287166116, ___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_version_2() { return static_cast(offsetof(SimpleEnumerator_t4287166116, ___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_currentElement_3() { return static_cast(offsetof(SimpleEnumerator_t4287166116, ___currentElement_3)); } inline RuntimeObject * get_currentElement_3() const { return ___currentElement_3; } inline RuntimeObject ** get_address_of_currentElement_3() { return &___currentElement_3; } inline void set_currentElement_3(RuntimeObject * value) { ___currentElement_3 = value; Il2CppCodeGenWriteBarrier((&___currentElement_3), value); } }; struct SimpleEnumerator_t4287166116_StaticFields { public: // System.Object System.Collections.ArrayList/SimpleEnumerator::endFlag RuntimeObject * ___endFlag_4; public: inline static int32_t get_offset_of_endFlag_4() { return static_cast(offsetof(SimpleEnumerator_t4287166116_StaticFields, ___endFlag_4)); } inline RuntimeObject * get_endFlag_4() const { return ___endFlag_4; } inline RuntimeObject ** get_address_of_endFlag_4() { return &___endFlag_4; } inline void set_endFlag_4(RuntimeObject * value) { ___endFlag_4 = value; Il2CppCodeGenWriteBarrier((&___endFlag_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLEENUMERATOR_T4287166116_H #ifndef ACTIVATOR_T1841325713_H #define ACTIVATOR_T1841325713_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Activator struct Activator_t1841325713 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIVATOR_T1841325713_H #ifndef BINDER_T2999457153_H #define BINDER_T2999457153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Binder struct Binder_t2999457153 : public RuntimeObject { public: public: }; struct Binder_t2999457153_StaticFields { public: // System.Reflection.Binder System.Reflection.Binder::default_binder Binder_t2999457153 * ___default_binder_0; public: inline static int32_t get_offset_of_default_binder_0() { return static_cast(offsetof(Binder_t2999457153_StaticFields, ___default_binder_0)); } inline Binder_t2999457153 * get_default_binder_0() const { return ___default_binder_0; } inline Binder_t2999457153 ** get_address_of_default_binder_0() { return &___default_binder_0; } inline void set_default_binder_0(Binder_t2999457153 * value) { ___default_binder_0 = value; Il2CppCodeGenWriteBarrier((&___default_binder_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDER_T2999457153_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef EVIDENCE_T2008144148_H #define EVIDENCE_T2008144148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.Evidence struct Evidence_t2008144148 : public RuntimeObject { public: // System.Boolean System.Security.Policy.Evidence::_locked bool ____locked_0; // System.Collections.ArrayList System.Security.Policy.Evidence::hostEvidenceList ArrayList_t2718874744 * ___hostEvidenceList_1; // System.Collections.ArrayList System.Security.Policy.Evidence::assemblyEvidenceList ArrayList_t2718874744 * ___assemblyEvidenceList_2; // System.Int32 System.Security.Policy.Evidence::_hashCode int32_t ____hashCode_3; public: inline static int32_t get_offset_of__locked_0() { return static_cast(offsetof(Evidence_t2008144148, ____locked_0)); } inline bool get__locked_0() const { return ____locked_0; } inline bool* get_address_of__locked_0() { return &____locked_0; } inline void set__locked_0(bool value) { ____locked_0 = value; } inline static int32_t get_offset_of_hostEvidenceList_1() { return static_cast(offsetof(Evidence_t2008144148, ___hostEvidenceList_1)); } inline ArrayList_t2718874744 * get_hostEvidenceList_1() const { return ___hostEvidenceList_1; } inline ArrayList_t2718874744 ** get_address_of_hostEvidenceList_1() { return &___hostEvidenceList_1; } inline void set_hostEvidenceList_1(ArrayList_t2718874744 * value) { ___hostEvidenceList_1 = value; Il2CppCodeGenWriteBarrier((&___hostEvidenceList_1), value); } inline static int32_t get_offset_of_assemblyEvidenceList_2() { return static_cast(offsetof(Evidence_t2008144148, ___assemblyEvidenceList_2)); } inline ArrayList_t2718874744 * get_assemblyEvidenceList_2() const { return ___assemblyEvidenceList_2; } inline ArrayList_t2718874744 ** get_address_of_assemblyEvidenceList_2() { return &___assemblyEvidenceList_2; } inline void set_assemblyEvidenceList_2(ArrayList_t2718874744 * value) { ___assemblyEvidenceList_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyEvidenceList_2), value); } inline static int32_t get_offset_of__hashCode_3() { return static_cast(offsetof(Evidence_t2008144148, ____hashCode_3)); } inline int32_t get__hashCode_3() const { return ____hashCode_3; } inline int32_t* get_address_of__hashCode_3() { return &____hashCode_3; } inline void set__hashCode_3(int32_t value) { ____hashCode_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVIDENCE_T2008144148_H #ifndef VERSION_T3456873960_H #define VERSION_T3456873960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Version struct Version_t3456873960 : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_1; // System.Int32 System.Version::_Minor int32_t ____Minor_2; // System.Int32 System.Version::_Build int32_t ____Build_3; // System.Int32 System.Version::_Revision int32_t ____Revision_4; public: inline static int32_t get_offset_of__Major_1() { return static_cast(offsetof(Version_t3456873960, ____Major_1)); } inline int32_t get__Major_1() const { return ____Major_1; } inline int32_t* get_address_of__Major_1() { return &____Major_1; } inline void set__Major_1(int32_t value) { ____Major_1 = value; } inline static int32_t get_offset_of__Minor_2() { return static_cast(offsetof(Version_t3456873960, ____Minor_2)); } inline int32_t get__Minor_2() const { return ____Minor_2; } inline int32_t* get_address_of__Minor_2() { return &____Minor_2; } inline void set__Minor_2(int32_t value) { ____Minor_2 = value; } inline static int32_t get_offset_of__Build_3() { return static_cast(offsetof(Version_t3456873960, ____Build_3)); } inline int32_t get__Build_3() const { return ____Build_3; } inline int32_t* get_address_of__Build_3() { return &____Build_3; } inline void set__Build_3(int32_t value) { ____Build_3 = value; } inline static int32_t get_offset_of__Revision_4() { return static_cast(offsetof(Version_t3456873960, ____Revision_4)); } inline int32_t get__Revision_4() const { return ____Revision_4; } inline int32_t* get_address_of__Revision_4() { return &____Revision_4; } inline void set__Revision_4(int32_t value) { ____Revision_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERSION_T3456873960_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef APPLICATIONIDENTITY_T1917735356_H #define APPLICATIONIDENTITY_T1917735356_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ApplicationIdentity struct ApplicationIdentity_t1917735356 : public RuntimeObject { public: // System.String System.ApplicationIdentity::_fullName String_t* ____fullName_0; public: inline static int32_t get_offset_of__fullName_0() { return static_cast(offsetof(ApplicationIdentity_t1917735356, ____fullName_0)); } inline String_t* get__fullName_0() const { return ____fullName_0; } inline String_t** get_address_of__fullName_0() { return &____fullName_0; } inline void set__fullName_0(String_t* value) { ____fullName_0 = value; Il2CppCodeGenWriteBarrier((&____fullName_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPLICATIONIDENTITY_T1917735356_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____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__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef ASYMMETRICALGORITHM_T932037087_H #define ASYMMETRICALGORITHM_T932037087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___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_t932037087, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICALGORITHM_T932037087_H #ifndef STRONGNAME_T4093849377_H #define STRONGNAME_T4093849377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.StrongName struct StrongName_t4093849377 : public RuntimeObject { public: // System.Security.Cryptography.RSA Mono.Security.StrongName::rsa RSA_t2385438082 * ___rsa_0; // System.Byte[] Mono.Security.StrongName::publicKey ByteU5BU5D_t4116647657* ___publicKey_1; // System.Byte[] Mono.Security.StrongName::keyToken ByteU5BU5D_t4116647657* ___keyToken_2; // System.String Mono.Security.StrongName::tokenAlgorithm String_t* ___tokenAlgorithm_3; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(StrongName_t4093849377, ___rsa_0)); } inline RSA_t2385438082 * get_rsa_0() const { return ___rsa_0; } inline RSA_t2385438082 ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t2385438082 * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((&___rsa_0), value); } inline static int32_t get_offset_of_publicKey_1() { return static_cast(offsetof(StrongName_t4093849377, ___publicKey_1)); } inline ByteU5BU5D_t4116647657* get_publicKey_1() const { return ___publicKey_1; } inline ByteU5BU5D_t4116647657** get_address_of_publicKey_1() { return &___publicKey_1; } inline void set_publicKey_1(ByteU5BU5D_t4116647657* value) { ___publicKey_1 = value; Il2CppCodeGenWriteBarrier((&___publicKey_1), value); } inline static int32_t get_offset_of_keyToken_2() { return static_cast(offsetof(StrongName_t4093849377, ___keyToken_2)); } inline ByteU5BU5D_t4116647657* get_keyToken_2() const { return ___keyToken_2; } inline ByteU5BU5D_t4116647657** get_address_of_keyToken_2() { return &___keyToken_2; } inline void set_keyToken_2(ByteU5BU5D_t4116647657* value) { ___keyToken_2 = value; Il2CppCodeGenWriteBarrier((&___keyToken_2), value); } inline static int32_t get_offset_of_tokenAlgorithm_3() { return static_cast(offsetof(StrongName_t4093849377, ___tokenAlgorithm_3)); } inline String_t* get_tokenAlgorithm_3() const { return ___tokenAlgorithm_3; } inline String_t** get_address_of_tokenAlgorithm_3() { return &___tokenAlgorithm_3; } inline void set_tokenAlgorithm_3(String_t* value) { ___tokenAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((&___tokenAlgorithm_3), value); } }; struct StrongName_t4093849377_StaticFields { public: // System.Object Mono.Security.StrongName::lockObject RuntimeObject * ___lockObject_4; // System.Boolean Mono.Security.StrongName::initialized bool ___initialized_5; public: inline static int32_t get_offset_of_lockObject_4() { return static_cast(offsetof(StrongName_t4093849377_StaticFields, ___lockObject_4)); } inline RuntimeObject * get_lockObject_4() const { return ___lockObject_4; } inline RuntimeObject ** get_address_of_lockObject_4() { return &___lockObject_4; } inline void set_lockObject_4(RuntimeObject * value) { ___lockObject_4 = value; Il2CppCodeGenWriteBarrier((&___lockObject_4), value); } inline static int32_t get_offset_of_initialized_5() { return static_cast(offsetof(StrongName_t4093849377_StaticFields, ___initialized_5)); } inline bool get_initialized_5() const { return ___initialized_5; } inline bool* get_address_of_initialized_5() { return &___initialized_5; } inline void set_initialized_5(bool value) { ___initialized_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRONGNAME_T4093849377_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef ASN1_T2114160832_H #define ASN1_T2114160832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.ASN1 struct ASN1_t2114160832 : public RuntimeObject { public: // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_t4116647657* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t2718874744 * ___elist_2; public: inline static int32_t get_offset_of_m_nTag_0() { return static_cast(offsetof(ASN1_t2114160832, ___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_t2114160832, ___m_aValue_1)); } inline ByteU5BU5D_t4116647657* get_m_aValue_1() const { return ___m_aValue_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_aValue_1() { return &___m_aValue_1; } inline void set_m_aValue_1(ByteU5BU5D_t4116647657* value) { ___m_aValue_1 = value; Il2CppCodeGenWriteBarrier((&___m_aValue_1), value); } inline static int32_t get_offset_of_elist_2() { return static_cast(offsetof(ASN1_t2114160832, ___elist_2)); } inline ArrayList_t2718874744 * get_elist_2() const { return ___elist_2; } inline ArrayList_t2718874744 ** get_address_of_elist_2() { return &___elist_2; } inline void set_elist_2(ArrayList_t2718874744 * value) { ___elist_2 = value; Il2CppCodeGenWriteBarrier((&___elist_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASN1_T2114160832_H #ifndef HASHALGORITHM_T1432317219_H #define HASHALGORITHM_T1432317219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_t4116647657* ___HashValue_0; // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_HashValue_0() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashValue_0)); } inline ByteU5BU5D_t4116647657* get_HashValue_0() const { return ___HashValue_0; } inline ByteU5BU5D_t4116647657** get_address_of_HashValue_0() { return &___HashValue_0; } inline void set_HashValue_0(ByteU5BU5D_t4116647657* value) { ___HashValue_0 = value; Il2CppCodeGenWriteBarrier((&___HashValue_0), value); } inline static int32_t get_offset_of_HashSizeValue_1() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashSizeValue_1)); } inline int32_t get_HashSizeValue_1() const { return ___HashSizeValue_1; } inline int32_t* get_address_of_HashSizeValue_1() { return &___HashSizeValue_1; } inline void set_HashSizeValue_1(int32_t value) { ___HashSizeValue_1 = value; } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHM_T1432317219_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef PATH_T1605229823_H #define PATH_T1605229823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Path struct Path_t1605229823 : public RuntimeObject { public: public: }; struct Path_t1605229823_StaticFields { public: // System.Char[] System.IO.Path::InvalidPathChars CharU5BU5D_t3528271667* ___InvalidPathChars_0; // System.Char System.IO.Path::AltDirectorySeparatorChar Il2CppChar ___AltDirectorySeparatorChar_1; // System.Char System.IO.Path::DirectorySeparatorChar Il2CppChar ___DirectorySeparatorChar_2; // System.Char System.IO.Path::PathSeparator Il2CppChar ___PathSeparator_3; // System.String System.IO.Path::DirectorySeparatorStr String_t* ___DirectorySeparatorStr_4; // System.Char System.IO.Path::VolumeSeparatorChar Il2CppChar ___VolumeSeparatorChar_5; // System.Char[] System.IO.Path::PathSeparatorChars CharU5BU5D_t3528271667* ___PathSeparatorChars_6; // System.Boolean System.IO.Path::dirEqualsVolume bool ___dirEqualsVolume_7; public: inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___InvalidPathChars_0)); } inline CharU5BU5D_t3528271667* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; } inline CharU5BU5D_t3528271667** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; } inline void set_InvalidPathChars_0(CharU5BU5D_t3528271667* value) { ___InvalidPathChars_0 = value; Il2CppCodeGenWriteBarrier((&___InvalidPathChars_0), value); } inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___AltDirectorySeparatorChar_1)); } inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; } inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; } inline void set_AltDirectorySeparatorChar_1(Il2CppChar value) { ___AltDirectorySeparatorChar_1 = value; } inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___DirectorySeparatorChar_2)); } inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; } inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; } inline void set_DirectorySeparatorChar_2(Il2CppChar value) { ___DirectorySeparatorChar_2 = value; } inline static int32_t get_offset_of_PathSeparator_3() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___PathSeparator_3)); } inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; } inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; } inline void set_PathSeparator_3(Il2CppChar value) { ___PathSeparator_3 = value; } inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___DirectorySeparatorStr_4)); } inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; } inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; } inline void set_DirectorySeparatorStr_4(String_t* value) { ___DirectorySeparatorStr_4 = value; Il2CppCodeGenWriteBarrier((&___DirectorySeparatorStr_4), value); } inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___VolumeSeparatorChar_5)); } inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; } inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; } inline void set_VolumeSeparatorChar_5(Il2CppChar value) { ___VolumeSeparatorChar_5 = value; } inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___PathSeparatorChars_6)); } inline CharU5BU5D_t3528271667* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; } inline CharU5BU5D_t3528271667** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; } inline void set_PathSeparatorChars_6(CharU5BU5D_t3528271667* value) { ___PathSeparatorChars_6 = value; Il2CppCodeGenWriteBarrier((&___PathSeparatorChars_6), value); } inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___dirEqualsVolume_7)); } inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; } inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; } inline void set_dirEqualsVolume_7(bool value) { ___dirEqualsVolume_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATH_T1605229823_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef URI_T722248887_H #define URI_T722248887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Uri struct Uri_t722248887 : public RuntimeObject { public: // System.Boolean Mono.Security.Uri::isUnixFilePath bool ___isUnixFilePath_0; // System.String Mono.Security.Uri::source String_t* ___source_1; // System.String Mono.Security.Uri::scheme String_t* ___scheme_2; // System.String Mono.Security.Uri::host String_t* ___host_3; // System.Int32 Mono.Security.Uri::port int32_t ___port_4; // System.String Mono.Security.Uri::path String_t* ___path_5; // System.String Mono.Security.Uri::query String_t* ___query_6; // System.String Mono.Security.Uri::fragment String_t* ___fragment_7; // System.String Mono.Security.Uri::userinfo String_t* ___userinfo_8; // System.Boolean Mono.Security.Uri::isUnc bool ___isUnc_9; // System.Boolean Mono.Security.Uri::isOpaquePart bool ___isOpaquePart_10; // System.Boolean Mono.Security.Uri::userEscaped bool ___userEscaped_11; // System.String Mono.Security.Uri::cachedToString String_t* ___cachedToString_12; // System.String Mono.Security.Uri::cachedLocalPath String_t* ___cachedLocalPath_13; // System.Int32 Mono.Security.Uri::cachedHashCode int32_t ___cachedHashCode_14; // System.Boolean Mono.Security.Uri::reduce bool ___reduce_15; public: inline static int32_t get_offset_of_isUnixFilePath_0() { return static_cast(offsetof(Uri_t722248887, ___isUnixFilePath_0)); } inline bool get_isUnixFilePath_0() const { return ___isUnixFilePath_0; } inline bool* get_address_of_isUnixFilePath_0() { return &___isUnixFilePath_0; } inline void set_isUnixFilePath_0(bool value) { ___isUnixFilePath_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(Uri_t722248887, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_scheme_2() { return static_cast(offsetof(Uri_t722248887, ___scheme_2)); } inline String_t* get_scheme_2() const { return ___scheme_2; } inline String_t** get_address_of_scheme_2() { return &___scheme_2; } inline void set_scheme_2(String_t* value) { ___scheme_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_2), value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(Uri_t722248887, ___host_3)); } inline String_t* get_host_3() const { return ___host_3; } inline String_t** get_address_of_host_3() { return &___host_3; } inline void set_host_3(String_t* value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((&___host_3), value); } inline static int32_t get_offset_of_port_4() { return static_cast(offsetof(Uri_t722248887, ___port_4)); } inline int32_t get_port_4() const { return ___port_4; } inline int32_t* get_address_of_port_4() { return &___port_4; } inline void set_port_4(int32_t value) { ___port_4 = value; } inline static int32_t get_offset_of_path_5() { return static_cast(offsetof(Uri_t722248887, ___path_5)); } inline String_t* get_path_5() const { return ___path_5; } inline String_t** get_address_of_path_5() { return &___path_5; } inline void set_path_5(String_t* value) { ___path_5 = value; Il2CppCodeGenWriteBarrier((&___path_5), value); } inline static int32_t get_offset_of_query_6() { return static_cast(offsetof(Uri_t722248887, ___query_6)); } inline String_t* get_query_6() const { return ___query_6; } inline String_t** get_address_of_query_6() { return &___query_6; } inline void set_query_6(String_t* value) { ___query_6 = value; Il2CppCodeGenWriteBarrier((&___query_6), value); } inline static int32_t get_offset_of_fragment_7() { return static_cast(offsetof(Uri_t722248887, ___fragment_7)); } inline String_t* get_fragment_7() const { return ___fragment_7; } inline String_t** get_address_of_fragment_7() { return &___fragment_7; } inline void set_fragment_7(String_t* value) { ___fragment_7 = value; Il2CppCodeGenWriteBarrier((&___fragment_7), value); } inline static int32_t get_offset_of_userinfo_8() { return static_cast(offsetof(Uri_t722248887, ___userinfo_8)); } inline String_t* get_userinfo_8() const { return ___userinfo_8; } inline String_t** get_address_of_userinfo_8() { return &___userinfo_8; } inline void set_userinfo_8(String_t* value) { ___userinfo_8 = value; Il2CppCodeGenWriteBarrier((&___userinfo_8), value); } inline static int32_t get_offset_of_isUnc_9() { return static_cast(offsetof(Uri_t722248887, ___isUnc_9)); } inline bool get_isUnc_9() const { return ___isUnc_9; } inline bool* get_address_of_isUnc_9() { return &___isUnc_9; } inline void set_isUnc_9(bool value) { ___isUnc_9 = value; } inline static int32_t get_offset_of_isOpaquePart_10() { return static_cast(offsetof(Uri_t722248887, ___isOpaquePart_10)); } inline bool get_isOpaquePart_10() const { return ___isOpaquePart_10; } inline bool* get_address_of_isOpaquePart_10() { return &___isOpaquePart_10; } inline void set_isOpaquePart_10(bool value) { ___isOpaquePart_10 = value; } inline static int32_t get_offset_of_userEscaped_11() { return static_cast(offsetof(Uri_t722248887, ___userEscaped_11)); } inline bool get_userEscaped_11() const { return ___userEscaped_11; } inline bool* get_address_of_userEscaped_11() { return &___userEscaped_11; } inline void set_userEscaped_11(bool value) { ___userEscaped_11 = value; } inline static int32_t get_offset_of_cachedToString_12() { return static_cast(offsetof(Uri_t722248887, ___cachedToString_12)); } inline String_t* get_cachedToString_12() const { return ___cachedToString_12; } inline String_t** get_address_of_cachedToString_12() { return &___cachedToString_12; } inline void set_cachedToString_12(String_t* value) { ___cachedToString_12 = value; Il2CppCodeGenWriteBarrier((&___cachedToString_12), value); } inline static int32_t get_offset_of_cachedLocalPath_13() { return static_cast(offsetof(Uri_t722248887, ___cachedLocalPath_13)); } inline String_t* get_cachedLocalPath_13() const { return ___cachedLocalPath_13; } inline String_t** get_address_of_cachedLocalPath_13() { return &___cachedLocalPath_13; } inline void set_cachedLocalPath_13(String_t* value) { ___cachedLocalPath_13 = value; Il2CppCodeGenWriteBarrier((&___cachedLocalPath_13), value); } inline static int32_t get_offset_of_cachedHashCode_14() { return static_cast(offsetof(Uri_t722248887, ___cachedHashCode_14)); } inline int32_t get_cachedHashCode_14() const { return ___cachedHashCode_14; } inline int32_t* get_address_of_cachedHashCode_14() { return &___cachedHashCode_14; } inline void set_cachedHashCode_14(int32_t value) { ___cachedHashCode_14 = value; } inline static int32_t get_offset_of_reduce_15() { return static_cast(offsetof(Uri_t722248887, ___reduce_15)); } inline bool get_reduce_15() const { return ___reduce_15; } inline bool* get_address_of_reduce_15() { return &___reduce_15; } inline void set_reduce_15(bool value) { ___reduce_15 = value; } }; struct Uri_t722248887_StaticFields { public: // System.String Mono.Security.Uri::hexUpperChars String_t* ___hexUpperChars_16; // System.String Mono.Security.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_17; // System.String Mono.Security.Uri::UriSchemeFile String_t* ___UriSchemeFile_18; // System.String Mono.Security.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_19; // System.String Mono.Security.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_20; // System.String Mono.Security.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_21; // System.String Mono.Security.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_22; // System.String Mono.Security.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_23; // System.String Mono.Security.Uri::UriSchemeNews String_t* ___UriSchemeNews_24; // System.String Mono.Security.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_25; // Mono.Security.Uri/UriScheme[] Mono.Security.Uri::schemes UriSchemeU5BU5D_t1281162915* ___schemes_26; // System.Collections.Generic.Dictionary`2 Mono.Security.Uri::<>f__switch$map17 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map17_27; public: inline static int32_t get_offset_of_hexUpperChars_16() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___hexUpperChars_16)); } inline String_t* get_hexUpperChars_16() const { return ___hexUpperChars_16; } inline String_t** get_address_of_hexUpperChars_16() { return &___hexUpperChars_16; } inline void set_hexUpperChars_16(String_t* value) { ___hexUpperChars_16 = value; Il2CppCodeGenWriteBarrier((&___hexUpperChars_16), value); } inline static int32_t get_offset_of_SchemeDelimiter_17() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___SchemeDelimiter_17)); } inline String_t* get_SchemeDelimiter_17() const { return ___SchemeDelimiter_17; } inline String_t** get_address_of_SchemeDelimiter_17() { return &___SchemeDelimiter_17; } inline void set_SchemeDelimiter_17(String_t* value) { ___SchemeDelimiter_17 = value; Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_17), value); } inline static int32_t get_offset_of_UriSchemeFile_18() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeFile_18)); } inline String_t* get_UriSchemeFile_18() const { return ___UriSchemeFile_18; } inline String_t** get_address_of_UriSchemeFile_18() { return &___UriSchemeFile_18; } inline void set_UriSchemeFile_18(String_t* value) { ___UriSchemeFile_18 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFile_18), value); } inline static int32_t get_offset_of_UriSchemeFtp_19() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeFtp_19)); } inline String_t* get_UriSchemeFtp_19() const { return ___UriSchemeFtp_19; } inline String_t** get_address_of_UriSchemeFtp_19() { return &___UriSchemeFtp_19; } inline void set_UriSchemeFtp_19(String_t* value) { ___UriSchemeFtp_19 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_19), value); } inline static int32_t get_offset_of_UriSchemeGopher_20() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeGopher_20)); } inline String_t* get_UriSchemeGopher_20() const { return ___UriSchemeGopher_20; } inline String_t** get_address_of_UriSchemeGopher_20() { return &___UriSchemeGopher_20; } inline void set_UriSchemeGopher_20(String_t* value) { ___UriSchemeGopher_20 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_20), value); } inline static int32_t get_offset_of_UriSchemeHttp_21() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeHttp_21)); } inline String_t* get_UriSchemeHttp_21() const { return ___UriSchemeHttp_21; } inline String_t** get_address_of_UriSchemeHttp_21() { return &___UriSchemeHttp_21; } inline void set_UriSchemeHttp_21(String_t* value) { ___UriSchemeHttp_21 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_21), value); } inline static int32_t get_offset_of_UriSchemeHttps_22() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeHttps_22)); } inline String_t* get_UriSchemeHttps_22() const { return ___UriSchemeHttps_22; } inline String_t** get_address_of_UriSchemeHttps_22() { return &___UriSchemeHttps_22; } inline void set_UriSchemeHttps_22(String_t* value) { ___UriSchemeHttps_22 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_22), value); } inline static int32_t get_offset_of_UriSchemeMailto_23() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeMailto_23)); } inline String_t* get_UriSchemeMailto_23() const { return ___UriSchemeMailto_23; } inline String_t** get_address_of_UriSchemeMailto_23() { return &___UriSchemeMailto_23; } inline void set_UriSchemeMailto_23(String_t* value) { ___UriSchemeMailto_23 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_23), value); } inline static int32_t get_offset_of_UriSchemeNews_24() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeNews_24)); } inline String_t* get_UriSchemeNews_24() const { return ___UriSchemeNews_24; } inline String_t** get_address_of_UriSchemeNews_24() { return &___UriSchemeNews_24; } inline void set_UriSchemeNews_24(String_t* value) { ___UriSchemeNews_24 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNews_24), value); } inline static int32_t get_offset_of_UriSchemeNntp_25() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeNntp_25)); } inline String_t* get_UriSchemeNntp_25() const { return ___UriSchemeNntp_25; } inline String_t** get_address_of_UriSchemeNntp_25() { return &___UriSchemeNntp_25; } inline void set_UriSchemeNntp_25(String_t* value) { ___UriSchemeNntp_25 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_25), value); } inline static int32_t get_offset_of_schemes_26() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___schemes_26)); } inline UriSchemeU5BU5D_t1281162915* get_schemes_26() const { return ___schemes_26; } inline UriSchemeU5BU5D_t1281162915** get_address_of_schemes_26() { return &___schemes_26; } inline void set_schemes_26(UriSchemeU5BU5D_t1281162915* value) { ___schemes_26 = value; Il2CppCodeGenWriteBarrier((&___schemes_26), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map17_27() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___U3CU3Ef__switchU24map17_27)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map17_27() const { return ___U3CU3Ef__switchU24map17_27; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map17_27() { return &___U3CU3Ef__switchU24map17_27; } inline void set_U3CU3Ef__switchU24map17_27(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map17_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map17_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T722248887_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef ENCRYPTEDDATA_T3577548732_H #define ENCRYPTEDDATA_T3577548732_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.PKCS7/EncryptedData struct EncryptedData_t3577548732 : public RuntimeObject { public: // System.Byte Mono.Security.PKCS7/EncryptedData::_version uint8_t ____version_0; // Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::_content ContentInfo_t3218159895 * ____content_1; // Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::_encryptionAlgorithm ContentInfo_t3218159895 * ____encryptionAlgorithm_2; // System.Byte[] Mono.Security.PKCS7/EncryptedData::_encrypted ByteU5BU5D_t4116647657* ____encrypted_3; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(EncryptedData_t3577548732, ____version_0)); } inline uint8_t get__version_0() const { return ____version_0; } inline uint8_t* get_address_of__version_0() { return &____version_0; } inline void set__version_0(uint8_t value) { ____version_0 = value; } inline static int32_t get_offset_of__content_1() { return static_cast(offsetof(EncryptedData_t3577548732, ____content_1)); } inline ContentInfo_t3218159895 * get__content_1() const { return ____content_1; } inline ContentInfo_t3218159895 ** get_address_of__content_1() { return &____content_1; } inline void set__content_1(ContentInfo_t3218159895 * value) { ____content_1 = value; Il2CppCodeGenWriteBarrier((&____content_1), value); } inline static int32_t get_offset_of__encryptionAlgorithm_2() { return static_cast(offsetof(EncryptedData_t3577548732, ____encryptionAlgorithm_2)); } inline ContentInfo_t3218159895 * get__encryptionAlgorithm_2() const { return ____encryptionAlgorithm_2; } inline ContentInfo_t3218159895 ** get_address_of__encryptionAlgorithm_2() { return &____encryptionAlgorithm_2; } inline void set__encryptionAlgorithm_2(ContentInfo_t3218159895 * value) { ____encryptionAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((&____encryptionAlgorithm_2), value); } inline static int32_t get_offset_of__encrypted_3() { return static_cast(offsetof(EncryptedData_t3577548732, ____encrypted_3)); } inline ByteU5BU5D_t4116647657* get__encrypted_3() const { return ____encrypted_3; } inline ByteU5BU5D_t4116647657** get_address_of__encrypted_3() { return &____encrypted_3; } inline void set__encrypted_3(ByteU5BU5D_t4116647657* value) { ____encrypted_3 = value; Il2CppCodeGenWriteBarrier((&____encrypted_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCRYPTEDDATA_T3577548732_H #ifndef PKCS7_T1860834338_H #define PKCS7_T1860834338_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.PKCS7 struct PKCS7_t1860834338 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKCS7_T1860834338_H #ifndef CONTENTINFO_T3218159895_H #define CONTENTINFO_T3218159895_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.PKCS7/ContentInfo struct ContentInfo_t3218159895 : public RuntimeObject { public: // System.String Mono.Security.PKCS7/ContentInfo::contentType String_t* ___contentType_0; // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::content ASN1_t2114160832 * ___content_1; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentInfo_t3218159895, ___contentType_0)); } inline String_t* get_contentType_0() const { return ___contentType_0; } inline String_t** get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(String_t* value) { ___contentType_0 = value; Il2CppCodeGenWriteBarrier((&___contentType_0), value); } inline static int32_t get_offset_of_content_1() { return static_cast(offsetof(ContentInfo_t3218159895, ___content_1)); } inline ASN1_t2114160832 * get_content_1() const { return ___content_1; } inline ASN1_t2114160832 ** get_address_of_content_1() { return &___content_1; } inline void set_content_1(ASN1_t2114160832 * value) { ___content_1 = value; Il2CppCodeGenWriteBarrier((&___content_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTENTINFO_T3218159895_H #ifndef PKCS12_T4101533060_H #define PKCS12_T4101533060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.PKCS12 struct PKCS12_t4101533060 : public RuntimeObject { public: // System.Byte[] Mono.Security.X509.PKCS12::_password ByteU5BU5D_t4116647657* ____password_1; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_keyBags ArrayList_t2718874744 * ____keyBags_2; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_secretBags ArrayList_t2718874744 * ____secretBags_3; // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::_certs X509CertificateCollection_t1542168549 * ____certs_4; // System.Boolean Mono.Security.X509.PKCS12::_keyBagsChanged bool ____keyBagsChanged_5; // System.Boolean Mono.Security.X509.PKCS12::_secretBagsChanged bool ____secretBagsChanged_6; // System.Boolean Mono.Security.X509.PKCS12::_certsChanged bool ____certsChanged_7; // System.Int32 Mono.Security.X509.PKCS12::_iterations int32_t ____iterations_8; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_safeBags ArrayList_t2718874744 * ____safeBags_9; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::_rng RandomNumberGenerator_t386037858 * ____rng_10; public: inline static int32_t get_offset_of__password_1() { return static_cast(offsetof(PKCS12_t4101533060, ____password_1)); } inline ByteU5BU5D_t4116647657* get__password_1() const { return ____password_1; } inline ByteU5BU5D_t4116647657** get_address_of__password_1() { return &____password_1; } inline void set__password_1(ByteU5BU5D_t4116647657* value) { ____password_1 = value; Il2CppCodeGenWriteBarrier((&____password_1), value); } inline static int32_t get_offset_of__keyBags_2() { return static_cast(offsetof(PKCS12_t4101533060, ____keyBags_2)); } inline ArrayList_t2718874744 * get__keyBags_2() const { return ____keyBags_2; } inline ArrayList_t2718874744 ** get_address_of__keyBags_2() { return &____keyBags_2; } inline void set__keyBags_2(ArrayList_t2718874744 * value) { ____keyBags_2 = value; Il2CppCodeGenWriteBarrier((&____keyBags_2), value); } inline static int32_t get_offset_of__secretBags_3() { return static_cast(offsetof(PKCS12_t4101533060, ____secretBags_3)); } inline ArrayList_t2718874744 * get__secretBags_3() const { return ____secretBags_3; } inline ArrayList_t2718874744 ** get_address_of__secretBags_3() { return &____secretBags_3; } inline void set__secretBags_3(ArrayList_t2718874744 * value) { ____secretBags_3 = value; Il2CppCodeGenWriteBarrier((&____secretBags_3), value); } inline static int32_t get_offset_of__certs_4() { return static_cast(offsetof(PKCS12_t4101533060, ____certs_4)); } inline X509CertificateCollection_t1542168549 * get__certs_4() const { return ____certs_4; } inline X509CertificateCollection_t1542168549 ** get_address_of__certs_4() { return &____certs_4; } inline void set__certs_4(X509CertificateCollection_t1542168549 * value) { ____certs_4 = value; Il2CppCodeGenWriteBarrier((&____certs_4), value); } inline static int32_t get_offset_of__keyBagsChanged_5() { return static_cast(offsetof(PKCS12_t4101533060, ____keyBagsChanged_5)); } inline bool get__keyBagsChanged_5() const { return ____keyBagsChanged_5; } inline bool* get_address_of__keyBagsChanged_5() { return &____keyBagsChanged_5; } inline void set__keyBagsChanged_5(bool value) { ____keyBagsChanged_5 = value; } inline static int32_t get_offset_of__secretBagsChanged_6() { return static_cast(offsetof(PKCS12_t4101533060, ____secretBagsChanged_6)); } inline bool get__secretBagsChanged_6() const { return ____secretBagsChanged_6; } inline bool* get_address_of__secretBagsChanged_6() { return &____secretBagsChanged_6; } inline void set__secretBagsChanged_6(bool value) { ____secretBagsChanged_6 = value; } inline static int32_t get_offset_of__certsChanged_7() { return static_cast(offsetof(PKCS12_t4101533060, ____certsChanged_7)); } inline bool get__certsChanged_7() const { return ____certsChanged_7; } inline bool* get_address_of__certsChanged_7() { return &____certsChanged_7; } inline void set__certsChanged_7(bool value) { ____certsChanged_7 = value; } inline static int32_t get_offset_of__iterations_8() { return static_cast(offsetof(PKCS12_t4101533060, ____iterations_8)); } inline int32_t get__iterations_8() const { return ____iterations_8; } inline int32_t* get_address_of__iterations_8() { return &____iterations_8; } inline void set__iterations_8(int32_t value) { ____iterations_8 = value; } inline static int32_t get_offset_of__safeBags_9() { return static_cast(offsetof(PKCS12_t4101533060, ____safeBags_9)); } inline ArrayList_t2718874744 * get__safeBags_9() const { return ____safeBags_9; } inline ArrayList_t2718874744 ** get_address_of__safeBags_9() { return &____safeBags_9; } inline void set__safeBags_9(ArrayList_t2718874744 * value) { ____safeBags_9 = value; Il2CppCodeGenWriteBarrier((&____safeBags_9), value); } inline static int32_t get_offset_of__rng_10() { return static_cast(offsetof(PKCS12_t4101533060, ____rng_10)); } inline RandomNumberGenerator_t386037858 * get__rng_10() const { return ____rng_10; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_10() { return &____rng_10; } inline void set__rng_10(RandomNumberGenerator_t386037858 * value) { ____rng_10 = value; Il2CppCodeGenWriteBarrier((&____rng_10), value); } }; struct PKCS12_t4101533060_StaticFields { public: // System.Int32 Mono.Security.X509.PKCS12::recommendedIterationCount int32_t ___recommendedIterationCount_0; // System.Int32 Mono.Security.X509.PKCS12::password_max_length int32_t ___password_max_length_11; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$map8 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map8_12; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$map9 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map9_13; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$mapA Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapA_14; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$mapB Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapB_15; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$mapF Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapF_16; public: inline static int32_t get_offset_of_recommendedIterationCount_0() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___recommendedIterationCount_0)); } inline int32_t get_recommendedIterationCount_0() const { return ___recommendedIterationCount_0; } inline int32_t* get_address_of_recommendedIterationCount_0() { return &___recommendedIterationCount_0; } inline void set_recommendedIterationCount_0(int32_t value) { ___recommendedIterationCount_0 = value; } inline static int32_t get_offset_of_password_max_length_11() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___password_max_length_11)); } inline int32_t get_password_max_length_11() const { return ___password_max_length_11; } inline int32_t* get_address_of_password_max_length_11() { return &___password_max_length_11; } inline void set_password_max_length_11(int32_t value) { ___password_max_length_11 = value; } inline static int32_t get_offset_of_U3CU3Ef__switchU24map8_12() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24map8_12)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map8_12() const { return ___U3CU3Ef__switchU24map8_12; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map8_12() { return &___U3CU3Ef__switchU24map8_12; } inline void set_U3CU3Ef__switchU24map8_12(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map8_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map8_12), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map9_13() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24map9_13)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map9_13() const { return ___U3CU3Ef__switchU24map9_13; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map9_13() { return &___U3CU3Ef__switchU24map9_13; } inline void set_U3CU3Ef__switchU24map9_13(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map9_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map9_13), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapA_14() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24mapA_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapA_14() const { return ___U3CU3Ef__switchU24mapA_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapA_14() { return &___U3CU3Ef__switchU24mapA_14; } inline void set_U3CU3Ef__switchU24mapA_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapA_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapA_14), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapB_15() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24mapB_15)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapB_15() const { return ___U3CU3Ef__switchU24mapB_15; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapB_15() { return &___U3CU3Ef__switchU24mapB_15; } inline void set_U3CU3Ef__switchU24mapB_15(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapB_15), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapF_16() { return static_cast(offsetof(PKCS12_t4101533060_StaticFields, ___U3CU3Ef__switchU24mapF_16)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapF_16() const { return ___U3CU3Ef__switchU24mapF_16; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapF_16() { return &___U3CU3Ef__switchU24mapF_16; } inline void set_U3CU3Ef__switchU24mapF_16(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapF_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapF_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKCS12_T4101533060_H #ifndef U24ARRAYTYPEU243132_T2732071528_H #define U24ARRAYTYPEU243132_T2732071528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$3132 struct U24ArrayTypeU243132_t2732071528 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU243132_t2732071528__padding[3132]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU243132_T2732071528_H #ifndef U24ARRAYTYPEU2420_T1704471045_H #define U24ARRAYTYPEU2420_T1704471045_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$20 struct U24ArrayTypeU2420_t1704471045 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2420_t1704471045__padding[20]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2420_T1704471045_H #ifndef U24ARRAYTYPEU2432_T3652892010_H #define U24ARRAYTYPEU2432_T3652892010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$32 struct U24ArrayTypeU2432_t3652892010 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2432_t3652892010__padding[32]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2432_T3652892010_H #ifndef U24ARRAYTYPEU248_T3244137463_H #define U24ARRAYTYPEU248_T3244137463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$8 struct U24ArrayTypeU248_t3244137463 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU248_t3244137463__padding[8]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU248_T3244137463_H #ifndef U24ARRAYTYPEU2472_T1683523542_H #define U24ARRAYTYPEU2472_T1683523542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$72 struct U24ArrayTypeU2472_t1683523542 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2472_t1683523542__padding[72]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2472_T1683523542_H #ifndef U24ARRAYTYPEU24136_T1950429485_H #define U24ARRAYTYPEU24136_T1950429485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$136 struct U24ArrayTypeU24136_t1950429485 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24136_t1950429485__padding[136]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24136_T1950429485_H #ifndef U24ARRAYTYPEU2448_T1337922363_H #define U24ARRAYTYPEU2448_T1337922363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$48 struct U24ArrayTypeU2448_t1337922363 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2448_t1337922363__padding[48]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2448_T1337922363_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef U24ARRAYTYPEU24124_T4289081647_H #define U24ARRAYTYPEU24124_T4289081647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$124 struct U24ArrayTypeU24124_t4289081647 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24124_t4289081647__padding[124]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24124_T4289081647_H #ifndef PARAMETERMODIFIER_T1461694466_H #define PARAMETERMODIFIER_T1461694466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterModifier struct ParameterModifier_t1461694466 { public: // System.Boolean[] System.Reflection.ParameterModifier::_byref BooleanU5BU5D_t2897418192* ____byref_0; public: inline static int32_t get_offset_of__byref_0() { return static_cast(offsetof(ParameterModifier_t1461694466, ____byref_0)); } inline BooleanU5BU5D_t2897418192* get__byref_0() const { return ____byref_0; } inline BooleanU5BU5D_t2897418192** get_address_of__byref_0() { return &____byref_0; } inline void set__byref_0(BooleanU5BU5D_t2897418192* value) { ____byref_0 = value; Il2CppCodeGenWriteBarrier((&____byref_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_pinvoke { int32_t* ____byref_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_com { int32_t* ____byref_0; }; #endif // PARAMETERMODIFIER_T1461694466_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef ARRAYLISTWRAPPER_T240606758_H #define ARRAYLISTWRAPPER_T240606758_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList/ArrayListWrapper struct ArrayListWrapper_t240606758 : public ArrayList_t2718874744 { public: // System.Collections.ArrayList System.Collections.ArrayList/ArrayListWrapper::m_InnerArrayList ArrayList_t2718874744 * ___m_InnerArrayList_5; public: inline static int32_t get_offset_of_m_InnerArrayList_5() { return static_cast(offsetof(ArrayListWrapper_t240606758, ___m_InnerArrayList_5)); } inline ArrayList_t2718874744 * get_m_InnerArrayList_5() const { return ___m_InnerArrayList_5; } inline ArrayList_t2718874744 ** get_address_of_m_InnerArrayList_5() { return &___m_InnerArrayList_5; } inline void set_m_InnerArrayList_5(ArrayList_t2718874744 * value) { ___m_InnerArrayList_5 = value; Il2CppCodeGenWriteBarrier((&___m_InnerArrayList_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLISTWRAPPER_T240606758_H #ifndef APPDOMAINMANAGER_T1420869192_H #define APPDOMAINMANAGER_T1420869192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomainManager struct AppDomainManager_t1420869192 : public MarshalByRefObject_t2760389100 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAINMANAGER_T1420869192_H #ifndef APPLICATIONEXCEPTION_T2339761290_H #define APPLICATIONEXCEPTION_T2339761290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ApplicationException struct ApplicationException_t2339761290 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPLICATIONEXCEPTION_T2339761290_H #ifndef DATA_T2225474377_H #define DATA_T2225474377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.TextInfo/Data struct Data_t2225474377 { public: // System.Int32 System.Globalization.TextInfo/Data::ansi int32_t ___ansi_0; // System.Int32 System.Globalization.TextInfo/Data::ebcdic int32_t ___ebcdic_1; // System.Int32 System.Globalization.TextInfo/Data::mac int32_t ___mac_2; // System.Int32 System.Globalization.TextInfo/Data::oem int32_t ___oem_3; // System.Byte System.Globalization.TextInfo/Data::list_sep uint8_t ___list_sep_4; public: inline static int32_t get_offset_of_ansi_0() { return static_cast(offsetof(Data_t2225474377, ___ansi_0)); } inline int32_t get_ansi_0() const { return ___ansi_0; } inline int32_t* get_address_of_ansi_0() { return &___ansi_0; } inline void set_ansi_0(int32_t value) { ___ansi_0 = value; } inline static int32_t get_offset_of_ebcdic_1() { return static_cast(offsetof(Data_t2225474377, ___ebcdic_1)); } inline int32_t get_ebcdic_1() const { return ___ebcdic_1; } inline int32_t* get_address_of_ebcdic_1() { return &___ebcdic_1; } inline void set_ebcdic_1(int32_t value) { ___ebcdic_1 = value; } inline static int32_t get_offset_of_mac_2() { return static_cast(offsetof(Data_t2225474377, ___mac_2)); } inline int32_t get_mac_2() const { return ___mac_2; } inline int32_t* get_address_of_mac_2() { return &___mac_2; } inline void set_mac_2(int32_t value) { ___mac_2 = value; } inline static int32_t get_offset_of_oem_3() { return static_cast(offsetof(Data_t2225474377, ___oem_3)); } inline int32_t get_oem_3() const { return ___oem_3; } inline int32_t* get_address_of_oem_3() { return &___oem_3; } inline void set_oem_3(int32_t value) { ___oem_3 = value; } inline static int32_t get_offset_of_list_sep_4() { return static_cast(offsetof(Data_t2225474377, ___list_sep_4)); } inline uint8_t get_list_sep_4() const { return ___list_sep_4; } inline uint8_t* get_address_of_list_sep_4() { return &___list_sep_4; } inline void set_list_sep_4(uint8_t value) { ___list_sep_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATA_T2225474377_H #ifndef CLSCOMPLIANTATTRIBUTE_T999444765_H #define CLSCOMPLIANTATTRIBUTE_T999444765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.CLSCompliantAttribute struct CLSCompliantAttribute_t999444765 : public Attribute_t861562559 { public: // System.Boolean System.CLSCompliantAttribute::is_compliant bool ___is_compliant_0; public: inline static int32_t get_offset_of_is_compliant_0() { return static_cast(offsetof(CLSCompliantAttribute_t999444765, ___is_compliant_0)); } inline bool get_is_compliant_0() const { return ___is_compliant_0; } inline bool* get_address_of_is_compliant_0() { return &___is_compliant_0; } inline void set_is_compliant_0(bool value) { ___is_compliant_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLSCOMPLIANTATTRIBUTE_T999444765_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef U24ARRAYTYPEU2424_T2469145093_H #define U24ARRAYTYPEU2424_T2469145093_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$24 struct U24ArrayTypeU2424_t2469145093 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2424_t2469145093__padding[24]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2424_T2469145093_H #ifndef RSA_T2385438082_H #define RSA_T2385438082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSA struct RSA_t2385438082 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSA_T2385438082_H #ifndef U24ARRAYTYPEU2456_T1285398176_H #define U24ARRAYTYPEU2456_T1285398176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$56 struct U24ArrayTypeU2456_t1285398176 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2456_t1285398176__padding[56]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2456_T1285398176_H #ifndef KEYEDHASHALGORITHM_T112861511_H #define KEYEDHASHALGORITHM_T112861511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.KeyedHashAlgorithm struct KeyedHashAlgorithm_t112861511 : public HashAlgorithm_t1432317219 { public: // System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::KeyValue ByteU5BU5D_t4116647657* ___KeyValue_4; public: inline static int32_t get_offset_of_KeyValue_4() { return static_cast(offsetof(KeyedHashAlgorithm_t112861511, ___KeyValue_4)); } inline ByteU5BU5D_t4116647657* get_KeyValue_4() const { return ___KeyValue_4; } inline ByteU5BU5D_t4116647657** get_address_of_KeyValue_4() { return &___KeyValue_4; } inline void set_KeyValue_4(ByteU5BU5D_t4116647657* value) { ___KeyValue_4 = value; Il2CppCodeGenWriteBarrier((&___KeyValue_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYEDHASHALGORITHM_T112861511_H #ifndef GUID_T_H #define GUID_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_0; // System.Int16 System.Guid::_b int16_t ____b_1; // System.Int16 System.Guid::_c int16_t ____c_2; // System.Byte System.Guid::_d uint8_t ____d_3; // System.Byte System.Guid::_e uint8_t ____e_4; // System.Byte System.Guid::_f uint8_t ____f_5; // System.Byte System.Guid::_g uint8_t ____g_6; // System.Byte System.Guid::_h uint8_t ____h_7; // System.Byte System.Guid::_i uint8_t ____i_8; // System.Byte System.Guid::_j uint8_t ____j_9; // System.Byte System.Guid::_k uint8_t ____k_10; public: inline static int32_t get_offset_of__a_0() { return static_cast(offsetof(Guid_t, ____a_0)); } inline int32_t get__a_0() const { return ____a_0; } inline int32_t* get_address_of__a_0() { return &____a_0; } inline void set__a_0(int32_t value) { ____a_0 = value; } inline static int32_t get_offset_of__b_1() { return static_cast(offsetof(Guid_t, ____b_1)); } inline int16_t get__b_1() const { return ____b_1; } inline int16_t* get_address_of__b_1() { return &____b_1; } inline void set__b_1(int16_t value) { ____b_1 = value; } inline static int32_t get_offset_of__c_2() { return static_cast(offsetof(Guid_t, ____c_2)); } inline int16_t get__c_2() const { return ____c_2; } inline int16_t* get_address_of__c_2() { return &____c_2; } inline void set__c_2(int16_t value) { ____c_2 = value; } inline static int32_t get_offset_of__d_3() { return static_cast(offsetof(Guid_t, ____d_3)); } inline uint8_t get__d_3() const { return ____d_3; } inline uint8_t* get_address_of__d_3() { return &____d_3; } inline void set__d_3(uint8_t value) { ____d_3 = value; } inline static int32_t get_offset_of__e_4() { return static_cast(offsetof(Guid_t, ____e_4)); } inline uint8_t get__e_4() const { return ____e_4; } inline uint8_t* get_address_of__e_4() { return &____e_4; } inline void set__e_4(uint8_t value) { ____e_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Guid_t, ____f_5)); } inline uint8_t get__f_5() const { return ____f_5; } inline uint8_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(uint8_t value) { ____f_5 = value; } inline static int32_t get_offset_of__g_6() { return static_cast(offsetof(Guid_t, ____g_6)); } inline uint8_t get__g_6() const { return ____g_6; } inline uint8_t* get_address_of__g_6() { return &____g_6; } inline void set__g_6(uint8_t value) { ____g_6 = value; } inline static int32_t get_offset_of__h_7() { return static_cast(offsetof(Guid_t, ____h_7)); } inline uint8_t get__h_7() const { return ____h_7; } inline uint8_t* get_address_of__h_7() { return &____h_7; } inline void set__h_7(uint8_t value) { ____h_7 = value; } inline static int32_t get_offset_of__i_8() { return static_cast(offsetof(Guid_t, ____i_8)); } inline uint8_t get__i_8() const { return ____i_8; } inline uint8_t* get_address_of__i_8() { return &____i_8; } inline void set__i_8(uint8_t value) { ____i_8 = value; } inline static int32_t get_offset_of__j_9() { return static_cast(offsetof(Guid_t, ____j_9)); } inline uint8_t get__j_9() const { return ____j_9; } inline uint8_t* get_address_of__j_9() { return &____j_9; } inline void set__j_9(uint8_t value) { ____j_9 = value; } inline static int32_t get_offset_of__k_10() { return static_cast(offsetof(Guid_t, ____k_10)); } inline uint8_t get__k_10() const { return ____k_10; } inline uint8_t* get_address_of__k_10() { return &____k_10; } inline void set__k_10(uint8_t value) { ____k_10 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_11; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t386037858 * ____rng_13; public: inline static int32_t get_offset_of_Empty_11() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_11)); } inline Guid_t get_Empty_11() const { return ___Empty_11; } inline Guid_t * get_address_of_Empty_11() { return &___Empty_11; } inline void set_Empty_11(Guid_t value) { ___Empty_11 = 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((&____rngAccess_12), value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t386037858 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t386037858 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((&____rng_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_H #ifndef RESOLVEEVENTARGS_T1779456501_H #define RESOLVEEVENTARGS_T1779456501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ResolveEventArgs struct ResolveEventArgs_t1779456501 : public EventArgs_t3591816995 { public: // System.String System.ResolveEventArgs::m_Name String_t* ___m_Name_1; public: inline static int32_t get_offset_of_m_Name_1() { return static_cast(offsetof(ResolveEventArgs_t1779456501, ___m_Name_1)); } inline String_t* get_m_Name_1() const { return ___m_Name_1; } inline String_t** get_address_of_m_Name_1() { return &___m_Name_1; } inline void set_m_Name_1(String_t* value) { ___m_Name_1 = value; Il2CppCodeGenWriteBarrier((&___m_Name_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOLVEEVENTARGS_T1779456501_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef U24ARRAYTYPEU2496_T2898536284_H #define U24ARRAYTYPEU2496_T2898536284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$96 struct U24ArrayTypeU2496_t2898536284 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2496_t2898536284__padding[96]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2496_T2898536284_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { 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_t4134040092, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef U24ARRAYTYPEU2452_T520724128_H #define U24ARRAYTYPEU2452_T520724128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$52 struct U24ArrayTypeU2452_t520724128 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2452_t520724128__padding[52]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2452_T520724128_H #ifndef U24ARRAYTYPEU2464_T499776625_H #define U24ARRAYTYPEU2464_T499776625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$64 struct U24ArrayTypeU2464_t499776625 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2464_t499776625__padding[64]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2464_T499776625_H #ifndef ASSEMBLYLOADEVENTARGS_T2792010465_H #define ASSEMBLYLOADEVENTARGS_T2792010465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AssemblyLoadEventArgs struct AssemblyLoadEventArgs_t2792010465 : public EventArgs_t3591816995 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYLOADEVENTARGS_T2792010465_H #ifndef U24ARRAYTYPEU2412_T2490092596_H #define U24ARRAYTYPEU2412_T2490092596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092596 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092596__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092596_H #ifndef U24ARRAYTYPEU2416_T3254766644_H #define U24ARRAYTYPEU2416_T3254766644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$16 struct U24ArrayTypeU2416_t3254766644 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2416_t3254766644__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2416_T3254766644_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef X509CERTIFICATECOLLECTION_T1542168549_H #define X509CERTIFICATECOLLECTION_T1542168549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168549 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATECOLLECTION_T1542168549_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef DSAPARAMETERS_T1885824122_H #define DSAPARAMETERS_T1885824122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122 { public: // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_0; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_t4116647657* ___G_1; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_t4116647657* ___J_2; // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_t4116647657* ___P_3; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_t4116647657* ___Q_4; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_t4116647657* ___Seed_5; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_t4116647657* ___X_6; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_t4116647657* ___Y_7; public: inline static int32_t get_offset_of_Counter_0() { return static_cast(offsetof(DSAParameters_t1885824122, ___Counter_0)); } inline int32_t get_Counter_0() const { return ___Counter_0; } inline int32_t* get_address_of_Counter_0() { return &___Counter_0; } inline void set_Counter_0(int32_t value) { ___Counter_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(DSAParameters_t1885824122, ___G_1)); } inline ByteU5BU5D_t4116647657* get_G_1() const { return ___G_1; } inline ByteU5BU5D_t4116647657** get_address_of_G_1() { return &___G_1; } inline void set_G_1(ByteU5BU5D_t4116647657* value) { ___G_1 = value; Il2CppCodeGenWriteBarrier((&___G_1), value); } inline static int32_t get_offset_of_J_2() { return static_cast(offsetof(DSAParameters_t1885824122, ___J_2)); } inline ByteU5BU5D_t4116647657* get_J_2() const { return ___J_2; } inline ByteU5BU5D_t4116647657** get_address_of_J_2() { return &___J_2; } inline void set_J_2(ByteU5BU5D_t4116647657* value) { ___J_2 = value; Il2CppCodeGenWriteBarrier((&___J_2), value); } inline static int32_t get_offset_of_P_3() { return static_cast(offsetof(DSAParameters_t1885824122, ___P_3)); } inline ByteU5BU5D_t4116647657* get_P_3() const { return ___P_3; } inline ByteU5BU5D_t4116647657** get_address_of_P_3() { return &___P_3; } inline void set_P_3(ByteU5BU5D_t4116647657* value) { ___P_3 = value; Il2CppCodeGenWriteBarrier((&___P_3), value); } inline static int32_t get_offset_of_Q_4() { return static_cast(offsetof(DSAParameters_t1885824122, ___Q_4)); } inline ByteU5BU5D_t4116647657* get_Q_4() const { return ___Q_4; } inline ByteU5BU5D_t4116647657** get_address_of_Q_4() { return &___Q_4; } inline void set_Q_4(ByteU5BU5D_t4116647657* value) { ___Q_4 = value; Il2CppCodeGenWriteBarrier((&___Q_4), value); } inline static int32_t get_offset_of_Seed_5() { return static_cast(offsetof(DSAParameters_t1885824122, ___Seed_5)); } inline ByteU5BU5D_t4116647657* get_Seed_5() const { return ___Seed_5; } inline ByteU5BU5D_t4116647657** get_address_of_Seed_5() { return &___Seed_5; } inline void set_Seed_5(ByteU5BU5D_t4116647657* value) { ___Seed_5 = value; Il2CppCodeGenWriteBarrier((&___Seed_5), value); } inline static int32_t get_offset_of_X_6() { return static_cast(offsetof(DSAParameters_t1885824122, ___X_6)); } inline ByteU5BU5D_t4116647657* get_X_6() const { return ___X_6; } inline ByteU5BU5D_t4116647657** get_address_of_X_6() { return &___X_6; } inline void set_X_6(ByteU5BU5D_t4116647657* value) { ___X_6 = value; Il2CppCodeGenWriteBarrier((&___X_6), value); } inline static int32_t get_offset_of_Y_7() { return static_cast(offsetof(DSAParameters_t1885824122, ___Y_7)); } inline ByteU5BU5D_t4116647657* get_Y_7() const { return ___Y_7; } inline ByteU5BU5D_t4116647657** get_address_of_Y_7() { return &___Y_7; } inline void set_Y_7(ByteU5BU5D_t4116647657* value) { ___Y_7 = value; Il2CppCodeGenWriteBarrier((&___Y_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122_marshaled_pinvoke { int32_t ___Counter_0; uint8_t* ___G_1; uint8_t* ___J_2; uint8_t* ___P_3; uint8_t* ___Q_4; uint8_t* ___Seed_5; uint8_t* ___X_6; uint8_t* ___Y_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122_marshaled_com { int32_t ___Counter_0; uint8_t* ___G_1; uint8_t* ___J_2; uint8_t* ___P_3; uint8_t* ___Q_4; uint8_t* ___Seed_5; uint8_t* ___X_6; uint8_t* ___Y_7; }; #endif // DSAPARAMETERS_T1885824122_H #ifndef DSA_T2386879874_H #define DSA_T2386879874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSA struct DSA_t2386879874 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DSA_T2386879874_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef U24ARRAYTYPEU24128_T4289081659_H #define U24ARRAYTYPEU24128_T4289081659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$128 struct U24ArrayTypeU24128_t4289081659 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24128_t4289081659__padding[128]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24128_T4289081659_H #ifndef U24ARRAYTYPEU24120_T4289081651_H #define U24ARRAYTYPEU24120_T4289081651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$120 struct U24ArrayTypeU24120_t4289081651 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24120_t4289081651__padding[120]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24120_T4289081651_H #ifndef U24ARRAYTYPEU24256_T1929481982_H #define U24ARRAYTYPEU24256_T1929481982_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481982 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481982__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481982_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef __IL2CPPCOMDELEGATE_T1102178620_H #define __IL2CPPCOMDELEGATE_T1102178620_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.__Il2CppComDelegate struct __Il2CppComDelegate_t1102178620 : public Il2CppComObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __IL2CPPCOMDELEGATE_T1102178620_H #ifndef U24ARRAYTYPEU242048_T3505032960_H #define U24ARRAYTYPEU242048_T3505032960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2048 struct U24ArrayTypeU242048_t3505032960 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242048_t3505032960__padding[2048]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242048_T3505032960_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef URISCHEME_T2867806342_H #define URISCHEME_T2867806342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Uri/UriScheme struct UriScheme_t2867806342 { public: // System.String Mono.Security.Uri/UriScheme::scheme String_t* ___scheme_0; // System.String Mono.Security.Uri/UriScheme::delimiter String_t* ___delimiter_1; // System.Int32 Mono.Security.Uri/UriScheme::defaultPort int32_t ___defaultPort_2; public: inline static int32_t get_offset_of_scheme_0() { return static_cast(offsetof(UriScheme_t2867806342, ___scheme_0)); } inline String_t* get_scheme_0() const { return ___scheme_0; } inline String_t** get_address_of_scheme_0() { return &___scheme_0; } inline void set_scheme_0(String_t* value) { ___scheme_0 = value; Il2CppCodeGenWriteBarrier((&___scheme_0), value); } inline static int32_t get_offset_of_delimiter_1() { return static_cast(offsetof(UriScheme_t2867806342, ___delimiter_1)); } inline String_t* get_delimiter_1() const { return ___delimiter_1; } inline String_t** get_address_of_delimiter_1() { return &___delimiter_1; } inline void set_delimiter_1(String_t* value) { ___delimiter_1 = value; Il2CppCodeGenWriteBarrier((&___delimiter_1), value); } inline static int32_t get_offset_of_defaultPort_2() { return static_cast(offsetof(UriScheme_t2867806342, ___defaultPort_2)); } inline int32_t get_defaultPort_2() const { return ___defaultPort_2; } inline int32_t* get_address_of_defaultPort_2() { return &___defaultPort_2; } inline void set_defaultPort_2(int32_t value) { ___defaultPort_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Mono.Security.Uri/UriScheme struct UriScheme_t2867806342_marshaled_pinvoke { char* ___scheme_0; char* ___delimiter_1; int32_t ___defaultPort_2; }; // Native definition for COM marshalling of Mono.Security.Uri/UriScheme struct UriScheme_t2867806342_marshaled_com { Il2CppChar* ___scheme_0; Il2CppChar* ___delimiter_1; int32_t ___defaultPort_2; }; #endif // URISCHEME_T2867806342_H #ifndef STRINGREADER_T3465604688_H #define STRINGREADER_T3465604688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringReader struct StringReader_t3465604688 : public TextReader_t283511965 { public: // System.String System.IO.StringReader::source String_t* ___source_1; // System.Int32 System.IO.StringReader::nextChar int32_t ___nextChar_2; // System.Int32 System.IO.StringReader::sourceLength int32_t ___sourceLength_3; public: inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(StringReader_t3465604688, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_nextChar_2() { return static_cast(offsetof(StringReader_t3465604688, ___nextChar_2)); } inline int32_t get_nextChar_2() const { return ___nextChar_2; } inline int32_t* get_address_of_nextChar_2() { return &___nextChar_2; } inline void set_nextChar_2(int32_t value) { ___nextChar_2 = value; } inline static int32_t get_offset_of_sourceLength_3() { return static_cast(offsetof(StringReader_t3465604688, ___sourceLength_3)); } inline int32_t get_sourceLength_3() const { return ___sourceLength_3; } inline int32_t* get_address_of_sourceLength_3() { return &___sourceLength_3; } inline void set_sourceLength_3(int32_t value) { ___sourceLength_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGREADER_T3465604688_H #ifndef X509EXTENSIONCOLLECTION_T609554708_H #define X509EXTENSIONCOLLECTION_T609554708_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554708 : public CollectionBase_t2727926298 { public: // System.Boolean Mono.Security.X509.X509ExtensionCollection::readOnly bool ___readOnly_1; public: inline static int32_t get_offset_of_readOnly_1() { return static_cast(offsetof(X509ExtensionCollection_t609554708, ___readOnly_1)); } inline bool get_readOnly_1() const { return ___readOnly_1; } inline bool* get_address_of_readOnly_1() { return &___readOnly_1; } inline void set_readOnly_1(bool value) { ___readOnly_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSIONCOLLECTION_T609554708_H #ifndef U24ARRAYTYPEU24640_T2298765680_H #define U24ARRAYTYPEU24640_T2298765680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$640 struct U24ArrayTypeU24640_t2298765680 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24640_t2298765680__padding[640]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24640_T2298765680_H #ifndef U24ARRAYTYPEU241024_T3907531057_H #define U24ARRAYTYPEU241024_T3907531057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1024 struct U24ArrayTypeU241024_t3907531057 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241024_t3907531057__padding[1024]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241024_T3907531057_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef SECURITYPARSER_T4124480077_H #define SECURITYPARSER_T4124480077_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.SecurityParser struct SecurityParser_t4124480077 : public SmallXmlParser_t973787839 { public: // System.Security.SecurityElement Mono.Xml.SecurityParser::root SecurityElement_t1046076091 * ___root_13; // System.Security.SecurityElement Mono.Xml.SecurityParser::current SecurityElement_t1046076091 * ___current_14; // System.Collections.Stack Mono.Xml.SecurityParser::stack Stack_t2329662280 * ___stack_15; public: inline static int32_t get_offset_of_root_13() { return static_cast(offsetof(SecurityParser_t4124480077, ___root_13)); } inline SecurityElement_t1046076091 * get_root_13() const { return ___root_13; } inline SecurityElement_t1046076091 ** get_address_of_root_13() { return &___root_13; } inline void set_root_13(SecurityElement_t1046076091 * value) { ___root_13 = value; Il2CppCodeGenWriteBarrier((&___root_13), value); } inline static int32_t get_offset_of_current_14() { return static_cast(offsetof(SecurityParser_t4124480077, ___current_14)); } inline SecurityElement_t1046076091 * get_current_14() const { return ___current_14; } inline SecurityElement_t1046076091 ** get_address_of_current_14() { return &___current_14; } inline void set_current_14(SecurityElement_t1046076091 * value) { ___current_14 = value; Il2CppCodeGenWriteBarrier((&___current_14), value); } inline static int32_t get_offset_of_stack_15() { return static_cast(offsetof(SecurityParser_t4124480077, ___stack_15)); } inline Stack_t2329662280 * get_stack_15() const { return ___stack_15; } inline Stack_t2329662280 ** get_address_of_stack_15() { return &___stack_15; } inline void set_stack_15(Stack_t2329662280 * value) { ___stack_15 = value; Il2CppCodeGenWriteBarrier((&___stack_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPARSER_T4124480077_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_13; // System.UInt32 System.Decimal::hi uint32_t ___hi_14; // System.UInt32 System.Decimal::lo uint32_t ___lo_15; // System.UInt32 System.Decimal::mid uint32_t ___mid_16; public: inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(Decimal_t2948259380, ___flags_13)); } inline uint32_t get_flags_13() const { return ___flags_13; } inline uint32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(uint32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_hi_14() { return static_cast(offsetof(Decimal_t2948259380, ___hi_14)); } inline uint32_t get_hi_14() const { return ___hi_14; } inline uint32_t* get_address_of_hi_14() { return &___hi_14; } inline void set_hi_14(uint32_t value) { ___hi_14 = value; } inline static int32_t get_offset_of_lo_15() { return static_cast(offsetof(Decimal_t2948259380, ___lo_15)); } inline uint32_t get_lo_15() const { return ___lo_15; } inline uint32_t* get_address_of_lo_15() { return &___lo_15; } inline void set_lo_15(uint32_t value) { ___lo_15 = value; } inline static int32_t get_offset_of_mid_16() { return static_cast(offsetof(Decimal_t2948259380, ___mid_16)); } inline uint32_t get_mid_16() const { return ___mid_16; } inline uint32_t* get_address_of_mid_16() { return &___mid_16; } inline void set_mid_16(uint32_t value) { ___mid_16 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::Zero Decimal_t2948259380 ___Zero_4; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_12; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_Zero_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___Zero_4)); } inline Decimal_t2948259380 get_Zero_4() const { return ___Zero_4; } inline Decimal_t2948259380 * get_address_of_Zero_4() { return &___Zero_4; } inline void set_Zero_4(Decimal_t2948259380 value) { ___Zero_4 = value; } inline static int32_t get_offset_of_MaxValueDiv10_12() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_12)); } inline Decimal_t2948259380 get_MaxValueDiv10_12() const { return ___MaxValueDiv10_12; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_12() { return &___MaxValueDiv10_12; } inline void set_MaxValueDiv10_12(Decimal_t2948259380 value) { ___MaxValueDiv10_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef TYPECODE_T2987224087_H #define TYPECODE_T2987224087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TypeCode struct TypeCode_t2987224087 { public: // System.Int32 System.TypeCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeCode_t2987224087, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECODE_T2987224087_H #ifndef NUMBERSTYLES_T617258130_H #define NUMBERSTYLES_T617258130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_t617258130 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NumberStyles_t617258130, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERSTYLES_T617258130_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef PRINCIPALPOLICY_T1761212333_H #define PRINCIPALPOLICY_T1761212333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.PrincipalPolicy struct PrincipalPolicy_t1761212333 { public: // System.Int32 System.Security.Principal.PrincipalPolicy::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrincipalPolicy_t1761212333, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRINCIPALPOLICY_T1761212333_H #ifndef ASSEMBLYNAMEFLAGS_T3675421470_H #define ASSEMBLYNAMEFLAGS_T3675421470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyNameFlags struct AssemblyNameFlags_t3675421470 { public: // System.Int32 System.Reflection.AssemblyNameFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyNameFlags_t3675421470, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYNAMEFLAGS_T3675421470_H #ifndef ASSEMBLYHASHALGORITHM_T1216504064_H #define ASSEMBLYHASHALGORITHM_T1216504064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_t1216504064 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyHashAlgorithm_t1216504064, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYHASHALGORITHM_T1216504064_H #ifndef ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #define ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_t766556580 { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyVersionCompatibility_t766556580, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #ifndef PROCESSORARCHITECTURE_T305929193_H #define PROCESSORARCHITECTURE_T305929193_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ProcessorArchitecture struct ProcessorArchitecture_t305929193 { public: // System.Int32 System.Reflection.ProcessorArchitecture::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ProcessorArchitecture_t305929193, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROCESSORARCHITECTURE_T305929193_H #ifndef TYPEATTRIBUTES_T113483779_H #define TYPEATTRIBUTES_T113483779_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TypeAttributes struct TypeAttributes_t113483779 { public: // System.Int32 System.Reflection.TypeAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeAttributes_t113483779, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEATTRIBUTES_T113483779_H #ifndef TEXTINFO_T3810425522_H #define TEXTINFO_T3810425522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.TextInfo struct TextInfo_t3810425522 : 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::customCultureName String_t* ___customCultureName_2; // System.Int32 System.Globalization.TextInfo::m_nDataItem int32_t ___m_nDataItem_3; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_4; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_5; // System.Globalization.CultureInfo System.Globalization.TextInfo::ci CultureInfo_t4157843068 * ___ci_6; // System.Boolean System.Globalization.TextInfo::handleDotI bool ___handleDotI_7; // System.Globalization.TextInfo/Data System.Globalization.TextInfo::data Data_t2225474377 ___data_8; public: inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast(offsetof(TextInfo_t3810425522, ___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((&___m_listSeparator_0), value); } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(TextInfo_t3810425522, ___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_customCultureName_2() { return static_cast(offsetof(TextInfo_t3810425522, ___customCultureName_2)); } inline String_t* get_customCultureName_2() const { return ___customCultureName_2; } inline String_t** get_address_of_customCultureName_2() { return &___customCultureName_2; } inline void set_customCultureName_2(String_t* value) { ___customCultureName_2 = value; Il2CppCodeGenWriteBarrier((&___customCultureName_2), value); } inline static int32_t get_offset_of_m_nDataItem_3() { return static_cast(offsetof(TextInfo_t3810425522, ___m_nDataItem_3)); } inline int32_t get_m_nDataItem_3() const { return ___m_nDataItem_3; } inline int32_t* get_address_of_m_nDataItem_3() { return &___m_nDataItem_3; } inline void set_m_nDataItem_3(int32_t value) { ___m_nDataItem_3 = value; } inline static int32_t get_offset_of_m_useUserOverride_4() { return static_cast(offsetof(TextInfo_t3810425522, ___m_useUserOverride_4)); } inline bool get_m_useUserOverride_4() const { return ___m_useUserOverride_4; } inline bool* get_address_of_m_useUserOverride_4() { return &___m_useUserOverride_4; } inline void set_m_useUserOverride_4(bool value) { ___m_useUserOverride_4 = value; } inline static int32_t get_offset_of_m_win32LangID_5() { return static_cast(offsetof(TextInfo_t3810425522, ___m_win32LangID_5)); } inline int32_t get_m_win32LangID_5() const { return ___m_win32LangID_5; } inline int32_t* get_address_of_m_win32LangID_5() { return &___m_win32LangID_5; } inline void set_m_win32LangID_5(int32_t value) { ___m_win32LangID_5 = value; } inline static int32_t get_offset_of_ci_6() { return static_cast(offsetof(TextInfo_t3810425522, ___ci_6)); } inline CultureInfo_t4157843068 * get_ci_6() const { return ___ci_6; } inline CultureInfo_t4157843068 ** get_address_of_ci_6() { return &___ci_6; } inline void set_ci_6(CultureInfo_t4157843068 * value) { ___ci_6 = value; Il2CppCodeGenWriteBarrier((&___ci_6), value); } inline static int32_t get_offset_of_handleDotI_7() { return static_cast(offsetof(TextInfo_t3810425522, ___handleDotI_7)); } inline bool get_handleDotI_7() const { return ___handleDotI_7; } inline bool* get_address_of_handleDotI_7() { return &___handleDotI_7; } inline void set_handleDotI_7(bool value) { ___handleDotI_7 = value; } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(TextInfo_t3810425522, ___data_8)); } inline Data_t2225474377 get_data_8() const { return ___data_8; } inline Data_t2225474377 * get_address_of_data_8() { return &___data_8; } inline void set_data_8(Data_t2225474377 value) { ___data_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTINFO_T3810425522_H #ifndef SYNCHRONIZEDARRAYLISTWRAPPER_T2283757095_H #define SYNCHRONIZEDARRAYLISTWRAPPER_T2283757095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList/SynchronizedArrayListWrapper struct SynchronizedArrayListWrapper_t2283757095 : public ArrayListWrapper_t240606758 { public: // System.Object System.Collections.ArrayList/SynchronizedArrayListWrapper::m_SyncRoot RuntimeObject * ___m_SyncRoot_6; public: inline static int32_t get_offset_of_m_SyncRoot_6() { return static_cast(offsetof(SynchronizedArrayListWrapper_t2283757095, ___m_SyncRoot_6)); } inline RuntimeObject * get_m_SyncRoot_6() const { return ___m_SyncRoot_6; } inline RuntimeObject ** get_address_of_m_SyncRoot_6() { return &___m_SyncRoot_6; } inline void set_m_SyncRoot_6(RuntimeObject * value) { ___m_SyncRoot_6 = value; Il2CppCodeGenWriteBarrier((&___m_SyncRoot_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYNCHRONIZEDARRAYLISTWRAPPER_T2283757095_H #ifndef FIXEDSIZEARRAYLISTWRAPPER_T220909481_H #define FIXEDSIZEARRAYLISTWRAPPER_T220909481_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList/FixedSizeArrayListWrapper struct FixedSizeArrayListWrapper_t220909481 : public ArrayListWrapper_t240606758 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIXEDSIZEARRAYLISTWRAPPER_T220909481_H #ifndef PADDINGMODE_T2546806710_H #define PADDINGMODE_T2546806710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.PaddingMode struct PaddingMode_t2546806710 { public: // System.Int32 System.Security.Cryptography.PaddingMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PaddingMode_t2546806710, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PADDINGMODE_T2546806710_H #ifndef IOEXCEPTION_T4088381929_H #define IOEXCEPTION_T4088381929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t4088381929 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T4088381929_H #ifndef PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERATTRIBUTES_T1826424051_H #ifndef LOADEROPTIMIZATION_T1484956347_H #define LOADEROPTIMIZATION_T1484956347_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.LoaderOptimization struct LoaderOptimization_t1484956347 { public: // System.Int32 System.LoaderOptimization::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoaderOptimization_t1484956347, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOADEROPTIMIZATION_T1484956347_H #ifndef PACKINGSIZE_T2976435189_H #define PACKINGSIZE_T2976435189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.PackingSize struct PackingSize_t2976435189 { public: // System.Int32 System.Reflection.Emit.PackingSize::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PackingSize_t2976435189, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PACKINGSIZE_T2976435189_H #ifndef BADIMAGEFORMATEXCEPTION_T251534586_H #define BADIMAGEFORMATEXCEPTION_T251534586_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.BadImageFormatException struct BadImageFormatException_t251534586 : public SystemException_t176217640 { public: // System.String System.BadImageFormatException::fileName String_t* ___fileName_11; // System.String System.BadImageFormatException::fusionLog String_t* ___fusionLog_12; public: inline static int32_t get_offset_of_fileName_11() { return static_cast(offsetof(BadImageFormatException_t251534586, ___fileName_11)); } inline String_t* get_fileName_11() const { return ___fileName_11; } inline String_t** get_address_of_fileName_11() { return &___fileName_11; } inline void set_fileName_11(String_t* value) { ___fileName_11 = value; Il2CppCodeGenWriteBarrier((&___fileName_11), value); } inline static int32_t get_offset_of_fusionLog_12() { return static_cast(offsetof(BadImageFormatException_t251534586, ___fusionLog_12)); } inline String_t* get_fusionLog_12() const { return ___fusionLog_12; } inline String_t** get_address_of_fusionLog_12() { return &___fusionLog_12; } inline void set_fusionLog_12(String_t* value) { ___fusionLog_12 = value; Il2CppCodeGenWriteBarrier((&___fusionLog_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BADIMAGEFORMATEXCEPTION_T251534586_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef ASSEMBLY_T_H #define ASSEMBLY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____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_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), 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((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_H #ifndef MEMBERACCESSEXCEPTION_T1734467078_H #define MEMBERACCESSEXCEPTION_T1734467078_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MemberAccessException struct MemberAccessException_t1734467078 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERACCESSEXCEPTION_T1734467078_H #ifndef CONTEXT_T3285446944_H #define CONTEXT_T3285446944_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Contexts.Context struct Context_t3285446944 : public RuntimeObject { public: // System.Int32 System.Runtime.Remoting.Contexts.Context::domain_id int32_t ___domain_id_0; // System.Int32 System.Runtime.Remoting.Contexts.Context::context_id int32_t ___context_id_1; // System.UIntPtr System.Runtime.Remoting.Contexts.Context::static_data uintptr_t ___static_data_2; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::server_context_sink_chain RuntimeObject* ___server_context_sink_chain_4; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::client_context_sink_chain RuntimeObject* ___client_context_sink_chain_5; // System.Object[] System.Runtime.Remoting.Contexts.Context::datastore ObjectU5BU5D_t2843939325* ___datastore_6; // System.Collections.ArrayList System.Runtime.Remoting.Contexts.Context::context_properties ArrayList_t2718874744 * ___context_properties_7; // System.Boolean System.Runtime.Remoting.Contexts.Context::frozen bool ___frozen_8; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::context_dynamic_properties DynamicPropertyCollection_t652373272 * ___context_dynamic_properties_12; // System.Runtime.Remoting.Contexts.ContextCallbackObject System.Runtime.Remoting.Contexts.Context::callback_object ContextCallbackObject_t2292721408 * ___callback_object_13; public: inline static int32_t get_offset_of_domain_id_0() { return static_cast(offsetof(Context_t3285446944, ___domain_id_0)); } inline int32_t get_domain_id_0() const { return ___domain_id_0; } inline int32_t* get_address_of_domain_id_0() { return &___domain_id_0; } inline void set_domain_id_0(int32_t value) { ___domain_id_0 = value; } inline static int32_t get_offset_of_context_id_1() { return static_cast(offsetof(Context_t3285446944, ___context_id_1)); } inline int32_t get_context_id_1() const { return ___context_id_1; } inline int32_t* get_address_of_context_id_1() { return &___context_id_1; } inline void set_context_id_1(int32_t value) { ___context_id_1 = value; } inline static int32_t get_offset_of_static_data_2() { return static_cast(offsetof(Context_t3285446944, ___static_data_2)); } inline uintptr_t get_static_data_2() const { return ___static_data_2; } inline uintptr_t* get_address_of_static_data_2() { return &___static_data_2; } inline void set_static_data_2(uintptr_t value) { ___static_data_2 = value; } inline static int32_t get_offset_of_server_context_sink_chain_4() { return static_cast(offsetof(Context_t3285446944, ___server_context_sink_chain_4)); } inline RuntimeObject* get_server_context_sink_chain_4() const { return ___server_context_sink_chain_4; } inline RuntimeObject** get_address_of_server_context_sink_chain_4() { return &___server_context_sink_chain_4; } inline void set_server_context_sink_chain_4(RuntimeObject* value) { ___server_context_sink_chain_4 = value; Il2CppCodeGenWriteBarrier((&___server_context_sink_chain_4), value); } inline static int32_t get_offset_of_client_context_sink_chain_5() { return static_cast(offsetof(Context_t3285446944, ___client_context_sink_chain_5)); } inline RuntimeObject* get_client_context_sink_chain_5() const { return ___client_context_sink_chain_5; } inline RuntimeObject** get_address_of_client_context_sink_chain_5() { return &___client_context_sink_chain_5; } inline void set_client_context_sink_chain_5(RuntimeObject* value) { ___client_context_sink_chain_5 = value; Il2CppCodeGenWriteBarrier((&___client_context_sink_chain_5), value); } inline static int32_t get_offset_of_datastore_6() { return static_cast(offsetof(Context_t3285446944, ___datastore_6)); } inline ObjectU5BU5D_t2843939325* get_datastore_6() const { return ___datastore_6; } inline ObjectU5BU5D_t2843939325** get_address_of_datastore_6() { return &___datastore_6; } inline void set_datastore_6(ObjectU5BU5D_t2843939325* value) { ___datastore_6 = value; Il2CppCodeGenWriteBarrier((&___datastore_6), value); } inline static int32_t get_offset_of_context_properties_7() { return static_cast(offsetof(Context_t3285446944, ___context_properties_7)); } inline ArrayList_t2718874744 * get_context_properties_7() const { return ___context_properties_7; } inline ArrayList_t2718874744 ** get_address_of_context_properties_7() { return &___context_properties_7; } inline void set_context_properties_7(ArrayList_t2718874744 * value) { ___context_properties_7 = value; Il2CppCodeGenWriteBarrier((&___context_properties_7), value); } inline static int32_t get_offset_of_frozen_8() { return static_cast(offsetof(Context_t3285446944, ___frozen_8)); } inline bool get_frozen_8() const { return ___frozen_8; } inline bool* get_address_of_frozen_8() { return &___frozen_8; } inline void set_frozen_8(bool value) { ___frozen_8 = value; } inline static int32_t get_offset_of_context_dynamic_properties_12() { return static_cast(offsetof(Context_t3285446944, ___context_dynamic_properties_12)); } inline DynamicPropertyCollection_t652373272 * get_context_dynamic_properties_12() const { return ___context_dynamic_properties_12; } inline DynamicPropertyCollection_t652373272 ** get_address_of_context_dynamic_properties_12() { return &___context_dynamic_properties_12; } inline void set_context_dynamic_properties_12(DynamicPropertyCollection_t652373272 * value) { ___context_dynamic_properties_12 = value; Il2CppCodeGenWriteBarrier((&___context_dynamic_properties_12), value); } inline static int32_t get_offset_of_callback_object_13() { return static_cast(offsetof(Context_t3285446944, ___callback_object_13)); } inline ContextCallbackObject_t2292721408 * get_callback_object_13() const { return ___callback_object_13; } inline ContextCallbackObject_t2292721408 ** get_address_of_callback_object_13() { return &___callback_object_13; } inline void set_callback_object_13(ContextCallbackObject_t2292721408 * value) { ___callback_object_13 = value; Il2CppCodeGenWriteBarrier((&___callback_object_13), value); } }; struct Context_t3285446944_StaticFields { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::default_server_context_sink RuntimeObject* ___default_server_context_sink_3; // System.Int32 System.Runtime.Remoting.Contexts.Context::global_count int32_t ___global_count_9; // System.Collections.Hashtable System.Runtime.Remoting.Contexts.Context::namedSlots Hashtable_t1853889766 * ___namedSlots_10; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::global_dynamic_properties DynamicPropertyCollection_t652373272 * ___global_dynamic_properties_11; public: inline static int32_t get_offset_of_default_server_context_sink_3() { return static_cast(offsetof(Context_t3285446944_StaticFields, ___default_server_context_sink_3)); } inline RuntimeObject* get_default_server_context_sink_3() const { return ___default_server_context_sink_3; } inline RuntimeObject** get_address_of_default_server_context_sink_3() { return &___default_server_context_sink_3; } inline void set_default_server_context_sink_3(RuntimeObject* value) { ___default_server_context_sink_3 = value; Il2CppCodeGenWriteBarrier((&___default_server_context_sink_3), value); } inline static int32_t get_offset_of_global_count_9() { return static_cast(offsetof(Context_t3285446944_StaticFields, ___global_count_9)); } inline int32_t get_global_count_9() const { return ___global_count_9; } inline int32_t* get_address_of_global_count_9() { return &___global_count_9; } inline void set_global_count_9(int32_t value) { ___global_count_9 = value; } inline static int32_t get_offset_of_namedSlots_10() { return static_cast(offsetof(Context_t3285446944_StaticFields, ___namedSlots_10)); } inline Hashtable_t1853889766 * get_namedSlots_10() const { return ___namedSlots_10; } inline Hashtable_t1853889766 ** get_address_of_namedSlots_10() { return &___namedSlots_10; } inline void set_namedSlots_10(Hashtable_t1853889766 * value) { ___namedSlots_10 = value; Il2CppCodeGenWriteBarrier((&___namedSlots_10), value); } inline static int32_t get_offset_of_global_dynamic_properties_11() { return static_cast(offsetof(Context_t3285446944_StaticFields, ___global_dynamic_properties_11)); } inline DynamicPropertyCollection_t652373272 * get_global_dynamic_properties_11() const { return ___global_dynamic_properties_11; } inline DynamicPropertyCollection_t652373272 ** get_address_of_global_dynamic_properties_11() { return &___global_dynamic_properties_11; } inline void set_global_dynamic_properties_11(DynamicPropertyCollection_t652373272 * value) { ___global_dynamic_properties_11 = value; Il2CppCodeGenWriteBarrier((&___global_dynamic_properties_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTEXT_T3285446944_H #ifndef CIPHERMODE_T84635067_H #define CIPHERMODE_T84635067_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CipherMode struct CipherMode_t84635067 { public: // System.Int32 System.Security.Cryptography.CipherMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CipherMode_t84635067, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CIPHERMODE_T84635067_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef NOTIMPLEMENTEDEXCEPTION_T3489357830_H #define NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t3489357830 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifndef HMAC_T2621101144_H #define HMAC_T2621101144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMAC struct HMAC_t2621101144 : public KeyedHashAlgorithm_t112861511 { public: // System.Boolean System.Security.Cryptography.HMAC::_disposed bool ____disposed_5; // System.String System.Security.Cryptography.HMAC::_hashName String_t* ____hashName_6; // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::_algo HashAlgorithm_t1432317219 * ____algo_7; // Mono.Security.Cryptography.BlockProcessor System.Security.Cryptography.HMAC::_block BlockProcessor_t1851031225 * ____block_8; // System.Int32 System.Security.Cryptography.HMAC::_blockSizeValue int32_t ____blockSizeValue_9; public: inline static int32_t get_offset_of__disposed_5() { return static_cast(offsetof(HMAC_t2621101144, ____disposed_5)); } inline bool get__disposed_5() const { return ____disposed_5; } inline bool* get_address_of__disposed_5() { return &____disposed_5; } inline void set__disposed_5(bool value) { ____disposed_5 = value; } inline static int32_t get_offset_of__hashName_6() { return static_cast(offsetof(HMAC_t2621101144, ____hashName_6)); } inline String_t* get__hashName_6() const { return ____hashName_6; } inline String_t** get_address_of__hashName_6() { return &____hashName_6; } inline void set__hashName_6(String_t* value) { ____hashName_6 = value; Il2CppCodeGenWriteBarrier((&____hashName_6), value); } inline static int32_t get_offset_of__algo_7() { return static_cast(offsetof(HMAC_t2621101144, ____algo_7)); } inline HashAlgorithm_t1432317219 * get__algo_7() const { return ____algo_7; } inline HashAlgorithm_t1432317219 ** get_address_of__algo_7() { return &____algo_7; } inline void set__algo_7(HashAlgorithm_t1432317219 * value) { ____algo_7 = value; Il2CppCodeGenWriteBarrier((&____algo_7), value); } inline static int32_t get_offset_of__block_8() { return static_cast(offsetof(HMAC_t2621101144, ____block_8)); } inline BlockProcessor_t1851031225 * get__block_8() const { return ____block_8; } inline BlockProcessor_t1851031225 ** get_address_of__block_8() { return &____block_8; } inline void set__block_8(BlockProcessor_t1851031225 * value) { ____block_8 = value; Il2CppCodeGenWriteBarrier((&____block_8), value); } inline static int32_t get_offset_of__blockSizeValue_9() { return static_cast(offsetof(HMAC_t2621101144, ____blockSizeValue_9)); } inline int32_t get__blockSizeValue_9() const { return ____blockSizeValue_9; } inline int32_t* get_address_of__blockSizeValue_9() { return &____blockSizeValue_9; } inline void set__blockSizeValue_9(int32_t value) { ____blockSizeValue_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMAC_T2621101144_H #ifndef SMALLXMLPARSEREXCEPTION_T1329648272_H #define SMALLXMLPARSEREXCEPTION_T1329648272_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.SmallXmlParserException struct SmallXmlParserException_t1329648272 : public SystemException_t176217640 { public: // System.Int32 Mono.Xml.SmallXmlParserException::line int32_t ___line_11; // System.Int32 Mono.Xml.SmallXmlParserException::column int32_t ___column_12; public: inline static int32_t get_offset_of_line_11() { return static_cast(offsetof(SmallXmlParserException_t1329648272, ___line_11)); } inline int32_t get_line_11() const { return ___line_11; } inline int32_t* get_address_of_line_11() { return &___line_11; } inline void set_line_11(int32_t value) { ___line_11 = value; } inline static int32_t get_offset_of_column_12() { return static_cast(offsetof(SmallXmlParserException_t1329648272, ___column_12)); } inline int32_t get_column_12() const { return ___column_12; } inline int32_t* get_address_of_column_12() { return &___column_12; } inline void set_column_12(int32_t value) { ___column_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMALLXMLPARSEREXCEPTION_T1329648272_H #ifndef UNICODECATEGORY_T3356078642_H #define UNICODECATEGORY_T3356078642_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.UnicodeCategory struct UnicodeCategory_t3356078642 { public: // System.Int32 System.Globalization.UnicodeCategory::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UnicodeCategory_t3356078642, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNICODECATEGORY_T3356078642_H #ifndef ACCESSVIOLATIONEXCEPTION_T339633883_H #define ACCESSVIOLATIONEXCEPTION_T339633883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AccessViolationException struct AccessViolationException_t339633883 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACCESSVIOLATIONEXCEPTION_T339633883_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_H #ifndef CALLINGCONVENTIONS_T2253234531_H #define CALLINGCONVENTIONS_T2253234531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CallingConventions struct CallingConventions_t2253234531 { public: // System.Int32 System.Reflection.CallingConventions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CallingConventions_t2253234531, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALLINGCONVENTIONS_T2253234531_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255361 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields { public: // /$ArrayType$56 ::$$field-0 U24ArrayTypeU2456_t1285398176 ___U24U24fieldU2D0_0; // /$ArrayType$24 ::$$field-1 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D1_1; // /$ArrayType$24 ::$$field-2 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D2_2; // /$ArrayType$24 ::$$field-3 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D3_3; // /$ArrayType$24 ::$$field-4 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D4_4; // /$ArrayType$16 ::$$field-5 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D5_5; // /$ArrayType$16 ::$$field-6 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D6_6; // /$ArrayType$3132 ::$$field-15 U24ArrayTypeU243132_t2732071528 ___U24U24fieldU2D15_7; // /$ArrayType$20 ::$$field-16 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D16_8; // /$ArrayType$32 ::$$field-17 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D17_9; // /$ArrayType$48 ::$$field-18 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D18_10; // /$ArrayType$64 ::$$field-19 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D19_11; // /$ArrayType$64 ::$$field-20 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D20_12; // /$ArrayType$64 ::$$field-21 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D21_13; // /$ArrayType$64 ::$$field-22 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D22_14; // /$ArrayType$12 ::$$field-23 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D23_15; // /$ArrayType$12 ::$$field-24 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D24_16; // /$ArrayType$12 ::$$field-25 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D25_17; // /$ArrayType$16 ::$$field-26 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D26_18; // /$ArrayType$136 ::$$field-27 U24ArrayTypeU24136_t1950429485 ___U24U24fieldU2D27_19; // /$ArrayType$72 ::$$field-30 U24ArrayTypeU2472_t1683523542 ___U24U24fieldU2D30_20; // /$ArrayType$8 ::$$field-31 U24ArrayTypeU248_t3244137463 ___U24U24fieldU2D31_21; // /$ArrayType$20 ::$$field-32 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D32_22; // /$ArrayType$64 ::$$field-33 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D33_23; // /$ArrayType$124 ::$$field-34 U24ArrayTypeU24124_t4289081647 ___U24U24fieldU2D34_24; // /$ArrayType$32 ::$$field-35 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D35_25; // /$ArrayType$96 ::$$field-36 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D36_26; // /$ArrayType$2048 ::$$field-37 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D37_27; // /$ArrayType$56 ::$$field-38 U24ArrayTypeU2456_t1285398176 ___U24U24fieldU2D38_28; // /$ArrayType$16 ::$$field-39 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D39_29; // /$ArrayType$48 ::$$field-40 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D40_30; // /$ArrayType$2048 ::$$field-41 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D41_31; // /$ArrayType$2048 ::$$field-42 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D42_32; // /$ArrayType$256 ::$$field-43 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D43_33; // /$ArrayType$256 ::$$field-44 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D44_34; // /$ArrayType$120 ::$$field-45 U24ArrayTypeU24120_t4289081651 ___U24U24fieldU2D45_35; // /$ArrayType$256 ::$$field-46 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D46_36; // /$ArrayType$256 ::$$field-47 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D47_37; // /$ArrayType$1024 ::$$field-48 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D48_38; // /$ArrayType$1024 ::$$field-49 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D49_39; // /$ArrayType$1024 ::$$field-50 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D50_40; // /$ArrayType$1024 ::$$field-51 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D51_41; // /$ArrayType$1024 ::$$field-52 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D52_42; // /$ArrayType$1024 ::$$field-53 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D53_43; // /$ArrayType$1024 ::$$field-54 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D54_44; // /$ArrayType$1024 ::$$field-55 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D55_45; // /$ArrayType$256 ::$$field-56 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D56_46; // /$ArrayType$640 ::$$field-57 U24ArrayTypeU24640_t2298765680 ___U24U24fieldU2D57_47; // /$ArrayType$12 ::$$field-60 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D60_48; // /$ArrayType$128 ::$$field-62 U24ArrayTypeU24128_t4289081659 ___U24U24fieldU2D62_49; // /$ArrayType$256 ::$$field-63 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D63_50; // /$ArrayType$52 ::$$field-64 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D64_51; // /$ArrayType$52 ::$$field-65 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D65_52; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU2456_t1285398176 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU2456_t1285398176 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU2456_t1285398176 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D1_1)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; } inline void set_U24U24fieldU2D1_1(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D1_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D2_2)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; } inline void set_U24U24fieldU2D2_2(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D2_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D3_3)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; } inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D3_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D4_4)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; } inline void set_U24U24fieldU2D4_4(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D4_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D5_5)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; } inline void set_U24U24fieldU2D5_5(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D5_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D6_6)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; } inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D6_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D15_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D15_7)); } inline U24ArrayTypeU243132_t2732071528 get_U24U24fieldU2D15_7() const { return ___U24U24fieldU2D15_7; } inline U24ArrayTypeU243132_t2732071528 * get_address_of_U24U24fieldU2D15_7() { return &___U24U24fieldU2D15_7; } inline void set_U24U24fieldU2D15_7(U24ArrayTypeU243132_t2732071528 value) { ___U24U24fieldU2D15_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D16_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D16_8)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D16_8() const { return ___U24U24fieldU2D16_8; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D16_8() { return &___U24U24fieldU2D16_8; } inline void set_U24U24fieldU2D16_8(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D16_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D17_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D17_9)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D17_9() const { return ___U24U24fieldU2D17_9; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D17_9() { return &___U24U24fieldU2D17_9; } inline void set_U24U24fieldU2D17_9(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D17_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D18_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D18_10)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D18_10() const { return ___U24U24fieldU2D18_10; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D18_10() { return &___U24U24fieldU2D18_10; } inline void set_U24U24fieldU2D18_10(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D18_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D19_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D19_11)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D19_11() const { return ___U24U24fieldU2D19_11; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D19_11() { return &___U24U24fieldU2D19_11; } inline void set_U24U24fieldU2D19_11(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D19_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D20_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D20_12)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D20_12() const { return ___U24U24fieldU2D20_12; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D20_12() { return &___U24U24fieldU2D20_12; } inline void set_U24U24fieldU2D20_12(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D20_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D21_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D21_13)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D21_13() const { return ___U24U24fieldU2D21_13; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D21_13() { return &___U24U24fieldU2D21_13; } inline void set_U24U24fieldU2D21_13(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D21_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D22_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D22_14)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D22_14() const { return ___U24U24fieldU2D22_14; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D22_14() { return &___U24U24fieldU2D22_14; } inline void set_U24U24fieldU2D22_14(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D22_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D23_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D23_15)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D23_15() const { return ___U24U24fieldU2D23_15; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D23_15() { return &___U24U24fieldU2D23_15; } inline void set_U24U24fieldU2D23_15(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D23_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D24_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D24_16)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D24_16() const { return ___U24U24fieldU2D24_16; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D24_16() { return &___U24U24fieldU2D24_16; } inline void set_U24U24fieldU2D24_16(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D24_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D25_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D25_17)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D25_17() const { return ___U24U24fieldU2D25_17; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D25_17() { return &___U24U24fieldU2D25_17; } inline void set_U24U24fieldU2D25_17(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D25_17 = value; } inline static int32_t get_offset_of_U24U24fieldU2D26_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D26_18)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D26_18() const { return ___U24U24fieldU2D26_18; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D26_18() { return &___U24U24fieldU2D26_18; } inline void set_U24U24fieldU2D26_18(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D26_18 = value; } inline static int32_t get_offset_of_U24U24fieldU2D27_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D27_19)); } inline U24ArrayTypeU24136_t1950429485 get_U24U24fieldU2D27_19() const { return ___U24U24fieldU2D27_19; } inline U24ArrayTypeU24136_t1950429485 * get_address_of_U24U24fieldU2D27_19() { return &___U24U24fieldU2D27_19; } inline void set_U24U24fieldU2D27_19(U24ArrayTypeU24136_t1950429485 value) { ___U24U24fieldU2D27_19 = value; } inline static int32_t get_offset_of_U24U24fieldU2D30_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D30_20)); } inline U24ArrayTypeU2472_t1683523542 get_U24U24fieldU2D30_20() const { return ___U24U24fieldU2D30_20; } inline U24ArrayTypeU2472_t1683523542 * get_address_of_U24U24fieldU2D30_20() { return &___U24U24fieldU2D30_20; } inline void set_U24U24fieldU2D30_20(U24ArrayTypeU2472_t1683523542 value) { ___U24U24fieldU2D30_20 = value; } inline static int32_t get_offset_of_U24U24fieldU2D31_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D31_21)); } inline U24ArrayTypeU248_t3244137463 get_U24U24fieldU2D31_21() const { return ___U24U24fieldU2D31_21; } inline U24ArrayTypeU248_t3244137463 * get_address_of_U24U24fieldU2D31_21() { return &___U24U24fieldU2D31_21; } inline void set_U24U24fieldU2D31_21(U24ArrayTypeU248_t3244137463 value) { ___U24U24fieldU2D31_21 = value; } inline static int32_t get_offset_of_U24U24fieldU2D32_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D32_22)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D32_22() const { return ___U24U24fieldU2D32_22; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D32_22() { return &___U24U24fieldU2D32_22; } inline void set_U24U24fieldU2D32_22(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D32_22 = value; } inline static int32_t get_offset_of_U24U24fieldU2D33_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D33_23)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D33_23() const { return ___U24U24fieldU2D33_23; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D33_23() { return &___U24U24fieldU2D33_23; } inline void set_U24U24fieldU2D33_23(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D33_23 = value; } inline static int32_t get_offset_of_U24U24fieldU2D34_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D34_24)); } inline U24ArrayTypeU24124_t4289081647 get_U24U24fieldU2D34_24() const { return ___U24U24fieldU2D34_24; } inline U24ArrayTypeU24124_t4289081647 * get_address_of_U24U24fieldU2D34_24() { return &___U24U24fieldU2D34_24; } inline void set_U24U24fieldU2D34_24(U24ArrayTypeU24124_t4289081647 value) { ___U24U24fieldU2D34_24 = value; } inline static int32_t get_offset_of_U24U24fieldU2D35_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D35_25)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D35_25() const { return ___U24U24fieldU2D35_25; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D35_25() { return &___U24U24fieldU2D35_25; } inline void set_U24U24fieldU2D35_25(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D35_25 = value; } inline static int32_t get_offset_of_U24U24fieldU2D36_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D36_26)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D36_26() const { return ___U24U24fieldU2D36_26; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D36_26() { return &___U24U24fieldU2D36_26; } inline void set_U24U24fieldU2D36_26(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D36_26 = value; } inline static int32_t get_offset_of_U24U24fieldU2D37_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D37_27)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D37_27() const { return ___U24U24fieldU2D37_27; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D37_27() { return &___U24U24fieldU2D37_27; } inline void set_U24U24fieldU2D37_27(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D37_27 = value; } inline static int32_t get_offset_of_U24U24fieldU2D38_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D38_28)); } inline U24ArrayTypeU2456_t1285398176 get_U24U24fieldU2D38_28() const { return ___U24U24fieldU2D38_28; } inline U24ArrayTypeU2456_t1285398176 * get_address_of_U24U24fieldU2D38_28() { return &___U24U24fieldU2D38_28; } inline void set_U24U24fieldU2D38_28(U24ArrayTypeU2456_t1285398176 value) { ___U24U24fieldU2D38_28 = value; } inline static int32_t get_offset_of_U24U24fieldU2D39_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D39_29)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D39_29() const { return ___U24U24fieldU2D39_29; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D39_29() { return &___U24U24fieldU2D39_29; } inline void set_U24U24fieldU2D39_29(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D39_29 = value; } inline static int32_t get_offset_of_U24U24fieldU2D40_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D40_30)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D40_30() const { return ___U24U24fieldU2D40_30; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D40_30() { return &___U24U24fieldU2D40_30; } inline void set_U24U24fieldU2D40_30(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D40_30 = value; } inline static int32_t get_offset_of_U24U24fieldU2D41_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D41_31)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D41_31() const { return ___U24U24fieldU2D41_31; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D41_31() { return &___U24U24fieldU2D41_31; } inline void set_U24U24fieldU2D41_31(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D41_31 = value; } inline static int32_t get_offset_of_U24U24fieldU2D42_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D42_32)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D42_32() const { return ___U24U24fieldU2D42_32; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D42_32() { return &___U24U24fieldU2D42_32; } inline void set_U24U24fieldU2D42_32(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D42_32 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D43_33)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D43_33() const { return ___U24U24fieldU2D43_33; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D43_33() { return &___U24U24fieldU2D43_33; } inline void set_U24U24fieldU2D43_33(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D43_33 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D44_34)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D44_34() const { return ___U24U24fieldU2D44_34; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D44_34() { return &___U24U24fieldU2D44_34; } inline void set_U24U24fieldU2D44_34(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D44_34 = value; } inline static int32_t get_offset_of_U24U24fieldU2D45_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D45_35)); } inline U24ArrayTypeU24120_t4289081651 get_U24U24fieldU2D45_35() const { return ___U24U24fieldU2D45_35; } inline U24ArrayTypeU24120_t4289081651 * get_address_of_U24U24fieldU2D45_35() { return &___U24U24fieldU2D45_35; } inline void set_U24U24fieldU2D45_35(U24ArrayTypeU24120_t4289081651 value) { ___U24U24fieldU2D45_35 = value; } inline static int32_t get_offset_of_U24U24fieldU2D46_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D46_36)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D46_36() const { return ___U24U24fieldU2D46_36; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D46_36() { return &___U24U24fieldU2D46_36; } inline void set_U24U24fieldU2D46_36(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D46_36 = value; } inline static int32_t get_offset_of_U24U24fieldU2D47_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D47_37)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D47_37() const { return ___U24U24fieldU2D47_37; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D47_37() { return &___U24U24fieldU2D47_37; } inline void set_U24U24fieldU2D47_37(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D47_37 = value; } inline static int32_t get_offset_of_U24U24fieldU2D48_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D48_38)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D48_38() const { return ___U24U24fieldU2D48_38; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D48_38() { return &___U24U24fieldU2D48_38; } inline void set_U24U24fieldU2D48_38(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D48_38 = value; } inline static int32_t get_offset_of_U24U24fieldU2D49_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D49_39)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D49_39() const { return ___U24U24fieldU2D49_39; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D49_39() { return &___U24U24fieldU2D49_39; } inline void set_U24U24fieldU2D49_39(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D49_39 = value; } inline static int32_t get_offset_of_U24U24fieldU2D50_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D50_40)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D50_40() const { return ___U24U24fieldU2D50_40; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D50_40() { return &___U24U24fieldU2D50_40; } inline void set_U24U24fieldU2D50_40(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D50_40 = value; } inline static int32_t get_offset_of_U24U24fieldU2D51_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D51_41)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D51_41() const { return ___U24U24fieldU2D51_41; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D51_41() { return &___U24U24fieldU2D51_41; } inline void set_U24U24fieldU2D51_41(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D51_41 = value; } inline static int32_t get_offset_of_U24U24fieldU2D52_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D52_42)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D52_42() const { return ___U24U24fieldU2D52_42; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D52_42() { return &___U24U24fieldU2D52_42; } inline void set_U24U24fieldU2D52_42(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D52_42 = value; } inline static int32_t get_offset_of_U24U24fieldU2D53_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D53_43)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D53_43() const { return ___U24U24fieldU2D53_43; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D53_43() { return &___U24U24fieldU2D53_43; } inline void set_U24U24fieldU2D53_43(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D53_43 = value; } inline static int32_t get_offset_of_U24U24fieldU2D54_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D54_44)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D54_44() const { return ___U24U24fieldU2D54_44; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D54_44() { return &___U24U24fieldU2D54_44; } inline void set_U24U24fieldU2D54_44(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D54_44 = value; } inline static int32_t get_offset_of_U24U24fieldU2D55_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D55_45)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D55_45() const { return ___U24U24fieldU2D55_45; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D55_45() { return &___U24U24fieldU2D55_45; } inline void set_U24U24fieldU2D55_45(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D55_45 = value; } inline static int32_t get_offset_of_U24U24fieldU2D56_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D56_46)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D56_46() const { return ___U24U24fieldU2D56_46; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D56_46() { return &___U24U24fieldU2D56_46; } inline void set_U24U24fieldU2D56_46(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D56_46 = value; } inline static int32_t get_offset_of_U24U24fieldU2D57_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D57_47)); } inline U24ArrayTypeU24640_t2298765680 get_U24U24fieldU2D57_47() const { return ___U24U24fieldU2D57_47; } inline U24ArrayTypeU24640_t2298765680 * get_address_of_U24U24fieldU2D57_47() { return &___U24U24fieldU2D57_47; } inline void set_U24U24fieldU2D57_47(U24ArrayTypeU24640_t2298765680 value) { ___U24U24fieldU2D57_47 = value; } inline static int32_t get_offset_of_U24U24fieldU2D60_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D60_48)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D60_48() const { return ___U24U24fieldU2D60_48; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D60_48() { return &___U24U24fieldU2D60_48; } inline void set_U24U24fieldU2D60_48(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D60_48 = value; } inline static int32_t get_offset_of_U24U24fieldU2D62_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D62_49)); } inline U24ArrayTypeU24128_t4289081659 get_U24U24fieldU2D62_49() const { return ___U24U24fieldU2D62_49; } inline U24ArrayTypeU24128_t4289081659 * get_address_of_U24U24fieldU2D62_49() { return &___U24U24fieldU2D62_49; } inline void set_U24U24fieldU2D62_49(U24ArrayTypeU24128_t4289081659 value) { ___U24U24fieldU2D62_49 = value; } inline static int32_t get_offset_of_U24U24fieldU2D63_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D63_50)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D63_50() const { return ___U24U24fieldU2D63_50; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D63_50() { return &___U24U24fieldU2D63_50; } inline void set_U24U24fieldU2D63_50(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D63_50 = value; } inline static int32_t get_offset_of_U24U24fieldU2D64_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D64_51)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D64_51() const { return ___U24U24fieldU2D64_51; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D64_51() { return &___U24U24fieldU2D64_51; } inline void set_U24U24fieldU2D64_51(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D64_51 = value; } inline static int32_t get_offset_of_U24U24fieldU2D65_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D65_52)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D65_52() const { return ___U24U24fieldU2D65_52; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D65_52() { return &___U24U24fieldU2D65_52; } inline void set_U24U24fieldU2D65_52(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D65_52 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef CRYPTOGRAPHICEXCEPTION_T248831461_H #define CRYPTOGRAPHICEXCEPTION_T248831461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICEXCEPTION_T248831461_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef INVALIDCASTEXCEPTION_T3927145244_H #define INVALIDCASTEXCEPTION_T3927145244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidCastException struct InvalidCastException_t3927145244 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDCASTEXCEPTION_T3927145244_H #ifndef ARRAYTYPEMISMATCHEXCEPTION_T2342549375_H #define ARRAYTYPEMISMATCHEXCEPTION_T2342549375_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArrayTypeMismatchException struct ArrayTypeMismatchException_t2342549375 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYTYPEMISMATCHEXCEPTION_T2342549375_H #ifndef FORMATEXCEPTION_T154580423_H #define FORMATEXCEPTION_T154580423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t154580423 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T154580423_H #ifndef URIPARTIAL_T378645473_H #define URIPARTIAL_T378645473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.UriPartial struct UriPartial_t378645473 { public: // System.Int32 Mono.Security.UriPartial::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UriPartial_t378645473, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIPARTIAL_T378645473_H #ifndef MEMBERTYPES_T3790569052_H #define MEMBERTYPES_T3790569052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberTypes struct MemberTypes_t3790569052 { public: // System.Int32 System.Reflection.MemberTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MemberTypes_t3790569052, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERTYPES_T3790569052_H #ifndef ATTRIBUTETARGETS_T1784037988_H #define ATTRIBUTETARGETS_T1784037988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AttributeTargets struct AttributeTargets_t1784037988 { public: // System.Int32 System.AttributeTargets::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AttributeTargets_t1784037988, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTETARGETS_T1784037988_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef TYPELOADEXCEPTION_T3707937253_H #define TYPELOADEXCEPTION_T3707937253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TypeLoadException struct TypeLoadException_t3707937253 : public SystemException_t176217640 { public: // System.String System.TypeLoadException::className String_t* ___className_12; // System.String System.TypeLoadException::assemblyName String_t* ___assemblyName_13; public: inline static int32_t get_offset_of_className_12() { return static_cast(offsetof(TypeLoadException_t3707937253, ___className_12)); } inline String_t* get_className_12() const { return ___className_12; } inline String_t** get_address_of_className_12() { return &___className_12; } inline void set_className_12(String_t* value) { ___className_12 = value; Il2CppCodeGenWriteBarrier((&___className_12), value); } inline static int32_t get_offset_of_assemblyName_13() { return static_cast(offsetof(TypeLoadException_t3707937253, ___assemblyName_13)); } inline String_t* get_assemblyName_13() const { return ___assemblyName_13; } inline String_t** get_address_of_assemblyName_13() { return &___assemblyName_13; } inline void set_assemblyName_13(String_t* value) { ___assemblyName_13 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPELOADEXCEPTION_T3707937253_H #ifndef ARGITERATOR_T539591376_H #define ARGITERATOR_T539591376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgIterator struct ArgIterator_t539591376 { public: // System.IntPtr System.ArgIterator::sig intptr_t ___sig_0; // System.IntPtr System.ArgIterator::args intptr_t ___args_1; // System.Int32 System.ArgIterator::next_arg int32_t ___next_arg_2; // System.Int32 System.ArgIterator::num_args int32_t ___num_args_3; public: inline static int32_t get_offset_of_sig_0() { return static_cast(offsetof(ArgIterator_t539591376, ___sig_0)); } inline intptr_t get_sig_0() const { return ___sig_0; } inline intptr_t* get_address_of_sig_0() { return &___sig_0; } inline void set_sig_0(intptr_t value) { ___sig_0 = value; } inline static int32_t get_offset_of_args_1() { return static_cast(offsetof(ArgIterator_t539591376, ___args_1)); } inline intptr_t get_args_1() const { return ___args_1; } inline intptr_t* get_address_of_args_1() { return &___args_1; } inline void set_args_1(intptr_t value) { ___args_1 = value; } inline static int32_t get_offset_of_next_arg_2() { return static_cast(offsetof(ArgIterator_t539591376, ___next_arg_2)); } inline int32_t get_next_arg_2() const { return ___next_arg_2; } inline int32_t* get_address_of_next_arg_2() { return &___next_arg_2; } inline void set_next_arg_2(int32_t value) { ___next_arg_2 = value; } inline static int32_t get_offset_of_num_args_3() { return static_cast(offsetof(ArgIterator_t539591376, ___num_args_3)); } inline int32_t get_num_args_3() const { return ___num_args_3; } inline int32_t* get_address_of_num_args_3() { return &___num_args_3; } inline void set_num_args_3(int32_t value) { ___num_args_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGITERATOR_T539591376_H #ifndef ARITHMETICEXCEPTION_T4283546778_H #define ARITHMETICEXCEPTION_T4283546778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArithmeticException struct ArithmeticException_t4283546778 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARITHMETICEXCEPTION_T4283546778_H #ifndef INDEXOUTOFRANGEEXCEPTION_T1578797820_H #define INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifndef DSACRYPTOSERVICEPROVIDER_T3992668923_H #define DSACRYPTOSERVICEPROVIDER_T3992668923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_t3992668923 : public DSA_t2386879874 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store KeyPairPersistence_t2094547461 * ___store_2; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey bool ___persistKey_3; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted bool ___persisted_4; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_5; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed bool ___m_disposed_6; // Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa DSAManaged_t2800260182 * ___dsa_7; public: inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___store_2)); } inline KeyPairPersistence_t2094547461 * get_store_2() const { return ___store_2; } inline KeyPairPersistence_t2094547461 ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(KeyPairPersistence_t2094547461 * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((&___store_2), value); } inline static int32_t get_offset_of_persistKey_3() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___persistKey_3)); } inline bool get_persistKey_3() const { return ___persistKey_3; } inline bool* get_address_of_persistKey_3() { return &___persistKey_3; } inline void set_persistKey_3(bool value) { ___persistKey_3 = value; } inline static int32_t get_offset_of_persisted_4() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___persisted_4)); } inline bool get_persisted_4() const { return ___persisted_4; } inline bool* get_address_of_persisted_4() { return &___persisted_4; } inline void set_persisted_4(bool value) { ___persisted_4 = value; } inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___privateKeyExportable_5)); } inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; } inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; } inline void set_privateKeyExportable_5(bool value) { ___privateKeyExportable_5 = value; } inline static int32_t get_offset_of_m_disposed_6() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___m_disposed_6)); } inline bool get_m_disposed_6() const { return ___m_disposed_6; } inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; } inline void set_m_disposed_6(bool value) { ___m_disposed_6 = value; } inline static int32_t get_offset_of_dsa_7() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___dsa_7)); } inline DSAManaged_t2800260182 * get_dsa_7() const { return ___dsa_7; } inline DSAManaged_t2800260182 ** get_address_of_dsa_7() { return &___dsa_7; } inline void set_dsa_7(DSAManaged_t2800260182 * value) { ___dsa_7 = value; Il2CppCodeGenWriteBarrier((&___dsa_7), value); } }; struct DSACryptoServiceProvider_t3992668923_StaticFields { public: // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_8; public: inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923_StaticFields, ___useMachineKeyStore_8)); } inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; } inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; } inline void set_useMachineKeyStore_8(bool value) { ___useMachineKeyStore_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DSACRYPTOSERVICEPROVIDER_T3992668923_H #ifndef RANKEXCEPTION_T3812021567_H #define RANKEXCEPTION_T3812021567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RankException struct RankException_t3812021567 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANKEXCEPTION_T3812021567_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef HMACSHA1_T1952596188_H #define HMACSHA1_T1952596188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HMACSHA1 struct HMACSHA1_t1952596188 : public HMAC_t2621101144 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HMACSHA1_T1952596188_H #ifndef SYMMETRICALGORITHM_T4254223087_H #define SYMMETRICALGORITHM_T4254223087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t4254223087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue int32_t ___BlockSizeValue_0; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue ByteU5BU5D_t4116647657* ___IVValue_1; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_2; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue ByteU5BU5D_t4116647657* ___KeyValue_3; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue KeySizesU5BU5D_t722666473* ___LegalBlockSizesValue_4; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_5; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue int32_t ___FeedbackSizeValue_6; // System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue int32_t ___ModeValue_7; // System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue int32_t ___PaddingValue_8; // System.Boolean System.Security.Cryptography.SymmetricAlgorithm::m_disposed bool ___m_disposed_9; public: inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___BlockSizeValue_0)); } inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; } inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; } inline void set_BlockSizeValue_0(int32_t value) { ___BlockSizeValue_0 = value; } inline static int32_t get_offset_of_IVValue_1() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___IVValue_1)); } inline ByteU5BU5D_t4116647657* get_IVValue_1() const { return ___IVValue_1; } inline ByteU5BU5D_t4116647657** get_address_of_IVValue_1() { return &___IVValue_1; } inline void set_IVValue_1(ByteU5BU5D_t4116647657* value) { ___IVValue_1 = value; Il2CppCodeGenWriteBarrier((&___IVValue_1), value); } inline static int32_t get_offset_of_KeySizeValue_2() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___KeySizeValue_2)); } inline int32_t get_KeySizeValue_2() const { return ___KeySizeValue_2; } inline int32_t* get_address_of_KeySizeValue_2() { return &___KeySizeValue_2; } inline void set_KeySizeValue_2(int32_t value) { ___KeySizeValue_2 = value; } inline static int32_t get_offset_of_KeyValue_3() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___KeyValue_3)); } inline ByteU5BU5D_t4116647657* get_KeyValue_3() const { return ___KeyValue_3; } inline ByteU5BU5D_t4116647657** get_address_of_KeyValue_3() { return &___KeyValue_3; } inline void set_KeyValue_3(ByteU5BU5D_t4116647657* value) { ___KeyValue_3 = value; Il2CppCodeGenWriteBarrier((&___KeyValue_3), value); } inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___LegalBlockSizesValue_4)); } inline KeySizesU5BU5D_t722666473* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; } inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t722666473* value) { ___LegalBlockSizesValue_4 = value; Il2CppCodeGenWriteBarrier((&___LegalBlockSizesValue_4), value); } inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___LegalKeySizesValue_5)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; } inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_5 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_5), value); } inline static int32_t get_offset_of_FeedbackSizeValue_6() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___FeedbackSizeValue_6)); } inline int32_t get_FeedbackSizeValue_6() const { return ___FeedbackSizeValue_6; } inline int32_t* get_address_of_FeedbackSizeValue_6() { return &___FeedbackSizeValue_6; } inline void set_FeedbackSizeValue_6(int32_t value) { ___FeedbackSizeValue_6 = value; } inline static int32_t get_offset_of_ModeValue_7() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___ModeValue_7)); } inline int32_t get_ModeValue_7() const { return ___ModeValue_7; } inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; } inline void set_ModeValue_7(int32_t value) { ___ModeValue_7 = value; } inline static int32_t get_offset_of_PaddingValue_8() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___PaddingValue_8)); } inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; } inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; } inline void set_PaddingValue_8(int32_t value) { ___PaddingValue_8 = value; } inline static int32_t get_offset_of_m_disposed_9() { return static_cast(offsetof(SymmetricAlgorithm_t4254223087, ___m_disposed_9)); } inline bool get_m_disposed_9() const { return ___m_disposed_9; } inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; } inline void set_m_disposed_9(bool value) { ___m_disposed_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYMMETRICALGORITHM_T4254223087_H #ifndef MISSINGMEMBEREXCEPTION_T1385081665_H #define MISSINGMEMBEREXCEPTION_T1385081665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MissingMemberException struct MissingMemberException_t1385081665 : public MemberAccessException_t1734467078 { public: // System.String System.MissingMemberException::ClassName String_t* ___ClassName_11; // System.String System.MissingMemberException::MemberName String_t* ___MemberName_12; // System.Byte[] System.MissingMemberException::Signature ByteU5BU5D_t4116647657* ___Signature_13; public: inline static int32_t get_offset_of_ClassName_11() { return static_cast(offsetof(MissingMemberException_t1385081665, ___ClassName_11)); } inline String_t* get_ClassName_11() const { return ___ClassName_11; } inline String_t** get_address_of_ClassName_11() { return &___ClassName_11; } inline void set_ClassName_11(String_t* value) { ___ClassName_11 = value; Il2CppCodeGenWriteBarrier((&___ClassName_11), value); } inline static int32_t get_offset_of_MemberName_12() { return static_cast(offsetof(MissingMemberException_t1385081665, ___MemberName_12)); } inline String_t* get_MemberName_12() const { return ___MemberName_12; } inline String_t** get_address_of_MemberName_12() { return &___MemberName_12; } inline void set_MemberName_12(String_t* value) { ___MemberName_12 = value; Il2CppCodeGenWriteBarrier((&___MemberName_12), value); } inline static int32_t get_offset_of_Signature_13() { return static_cast(offsetof(MissingMemberException_t1385081665, ___Signature_13)); } inline ByteU5BU5D_t4116647657* get_Signature_13() const { return ___Signature_13; } inline ByteU5BU5D_t4116647657** get_address_of_Signature_13() { return &___Signature_13; } inline void set_Signature_13(ByteU5BU5D_t4116647657* value) { ___Signature_13 = value; Il2CppCodeGenWriteBarrier((&___Signature_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISSINGMEMBEREXCEPTION_T1385081665_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef FILENOTFOUNDEXCEPTION_T225391025_H #define FILENOTFOUNDEXCEPTION_T225391025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileNotFoundException struct FileNotFoundException_t225391025 : public IOException_t4088381929 { public: // System.String System.IO.FileNotFoundException::fileName String_t* ___fileName_11; // System.String System.IO.FileNotFoundException::fusionLog String_t* ___fusionLog_12; public: inline static int32_t get_offset_of_fileName_11() { return static_cast(offsetof(FileNotFoundException_t225391025, ___fileName_11)); } inline String_t* get_fileName_11() const { return ___fileName_11; } inline String_t** get_address_of_fileName_11() { return &___fileName_11; } inline void set_fileName_11(String_t* value) { ___fileName_11 = value; Il2CppCodeGenWriteBarrier((&___fileName_11), value); } inline static int32_t get_offset_of_fusionLog_12() { return static_cast(offsetof(FileNotFoundException_t225391025, ___fusionLog_12)); } inline String_t* get_fusionLog_12() const { return ___fusionLog_12; } inline String_t** get_address_of_fusionLog_12() { return &___fusionLog_12; } inline void set_fusionLog_12(String_t* value) { ___fusionLog_12 = value; Il2CppCodeGenWriteBarrier((&___fusionLog_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILENOTFOUNDEXCEPTION_T225391025_H #ifndef READONLYARRAYLISTWRAPPER_T3401315650_H #define READONLYARRAYLISTWRAPPER_T3401315650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList/ReadOnlyArrayListWrapper struct ReadOnlyArrayListWrapper_t3401315650 : public FixedSizeArrayListWrapper_t220909481 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYARRAYLISTWRAPPER_T3401315650_H #ifndef APPDOMAINSETUP_T123196401_H #define APPDOMAINSETUP_T123196401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomainSetup struct AppDomainSetup_t123196401 : public RuntimeObject { public: // System.String System.AppDomainSetup::application_base String_t* ___application_base_0; // System.String System.AppDomainSetup::application_name String_t* ___application_name_1; // System.String System.AppDomainSetup::cache_path String_t* ___cache_path_2; // System.String System.AppDomainSetup::configuration_file String_t* ___configuration_file_3; // System.String System.AppDomainSetup::dynamic_base String_t* ___dynamic_base_4; // System.String System.AppDomainSetup::license_file String_t* ___license_file_5; // System.String System.AppDomainSetup::private_bin_path String_t* ___private_bin_path_6; // System.String System.AppDomainSetup::private_bin_path_probe String_t* ___private_bin_path_probe_7; // System.String System.AppDomainSetup::shadow_copy_directories String_t* ___shadow_copy_directories_8; // System.String System.AppDomainSetup::shadow_copy_files String_t* ___shadow_copy_files_9; // System.Boolean System.AppDomainSetup::publisher_policy bool ___publisher_policy_10; // System.Boolean System.AppDomainSetup::path_changed bool ___path_changed_11; // System.LoaderOptimization System.AppDomainSetup::loader_optimization int32_t ___loader_optimization_12; // System.Boolean System.AppDomainSetup::disallow_binding_redirects bool ___disallow_binding_redirects_13; // System.Boolean System.AppDomainSetup::disallow_code_downloads bool ___disallow_code_downloads_14; // System.Runtime.Hosting.ActivationArguments System.AppDomainSetup::_activationArguments ActivationArguments_t4219999170 * ____activationArguments_15; // System.AppDomainInitializer System.AppDomainSetup::domain_initializer AppDomainInitializer_t682969308 * ___domain_initializer_16; // System.Security.Policy.ApplicationTrust System.AppDomainSetup::application_trust ApplicationTrust_t3270368423 * ___application_trust_17; // System.String[] System.AppDomainSetup::domain_initializer_args StringU5BU5D_t1281789340* ___domain_initializer_args_18; // System.Security.SecurityElement System.AppDomainSetup::application_trust_xml SecurityElement_t1046076091 * ___application_trust_xml_19; // System.Boolean System.AppDomainSetup::disallow_appbase_probe bool ___disallow_appbase_probe_20; // System.Byte[] System.AppDomainSetup::configuration_bytes ByteU5BU5D_t4116647657* ___configuration_bytes_21; public: inline static int32_t get_offset_of_application_base_0() { return static_cast(offsetof(AppDomainSetup_t123196401, ___application_base_0)); } inline String_t* get_application_base_0() const { return ___application_base_0; } inline String_t** get_address_of_application_base_0() { return &___application_base_0; } inline void set_application_base_0(String_t* value) { ___application_base_0 = value; Il2CppCodeGenWriteBarrier((&___application_base_0), value); } inline static int32_t get_offset_of_application_name_1() { return static_cast(offsetof(AppDomainSetup_t123196401, ___application_name_1)); } inline String_t* get_application_name_1() const { return ___application_name_1; } inline String_t** get_address_of_application_name_1() { return &___application_name_1; } inline void set_application_name_1(String_t* value) { ___application_name_1 = value; Il2CppCodeGenWriteBarrier((&___application_name_1), value); } inline static int32_t get_offset_of_cache_path_2() { return static_cast(offsetof(AppDomainSetup_t123196401, ___cache_path_2)); } inline String_t* get_cache_path_2() const { return ___cache_path_2; } inline String_t** get_address_of_cache_path_2() { return &___cache_path_2; } inline void set_cache_path_2(String_t* value) { ___cache_path_2 = value; Il2CppCodeGenWriteBarrier((&___cache_path_2), value); } inline static int32_t get_offset_of_configuration_file_3() { return static_cast(offsetof(AppDomainSetup_t123196401, ___configuration_file_3)); } inline String_t* get_configuration_file_3() const { return ___configuration_file_3; } inline String_t** get_address_of_configuration_file_3() { return &___configuration_file_3; } inline void set_configuration_file_3(String_t* value) { ___configuration_file_3 = value; Il2CppCodeGenWriteBarrier((&___configuration_file_3), value); } inline static int32_t get_offset_of_dynamic_base_4() { return static_cast(offsetof(AppDomainSetup_t123196401, ___dynamic_base_4)); } inline String_t* get_dynamic_base_4() const { return ___dynamic_base_4; } inline String_t** get_address_of_dynamic_base_4() { return &___dynamic_base_4; } inline void set_dynamic_base_4(String_t* value) { ___dynamic_base_4 = value; Il2CppCodeGenWriteBarrier((&___dynamic_base_4), value); } inline static int32_t get_offset_of_license_file_5() { return static_cast(offsetof(AppDomainSetup_t123196401, ___license_file_5)); } inline String_t* get_license_file_5() const { return ___license_file_5; } inline String_t** get_address_of_license_file_5() { return &___license_file_5; } inline void set_license_file_5(String_t* value) { ___license_file_5 = value; Il2CppCodeGenWriteBarrier((&___license_file_5), value); } inline static int32_t get_offset_of_private_bin_path_6() { return static_cast(offsetof(AppDomainSetup_t123196401, ___private_bin_path_6)); } inline String_t* get_private_bin_path_6() const { return ___private_bin_path_6; } inline String_t** get_address_of_private_bin_path_6() { return &___private_bin_path_6; } inline void set_private_bin_path_6(String_t* value) { ___private_bin_path_6 = value; Il2CppCodeGenWriteBarrier((&___private_bin_path_6), value); } inline static int32_t get_offset_of_private_bin_path_probe_7() { return static_cast(offsetof(AppDomainSetup_t123196401, ___private_bin_path_probe_7)); } inline String_t* get_private_bin_path_probe_7() const { return ___private_bin_path_probe_7; } inline String_t** get_address_of_private_bin_path_probe_7() { return &___private_bin_path_probe_7; } inline void set_private_bin_path_probe_7(String_t* value) { ___private_bin_path_probe_7 = value; Il2CppCodeGenWriteBarrier((&___private_bin_path_probe_7), value); } inline static int32_t get_offset_of_shadow_copy_directories_8() { return static_cast(offsetof(AppDomainSetup_t123196401, ___shadow_copy_directories_8)); } inline String_t* get_shadow_copy_directories_8() const { return ___shadow_copy_directories_8; } inline String_t** get_address_of_shadow_copy_directories_8() { return &___shadow_copy_directories_8; } inline void set_shadow_copy_directories_8(String_t* value) { ___shadow_copy_directories_8 = value; Il2CppCodeGenWriteBarrier((&___shadow_copy_directories_8), value); } inline static int32_t get_offset_of_shadow_copy_files_9() { return static_cast(offsetof(AppDomainSetup_t123196401, ___shadow_copy_files_9)); } inline String_t* get_shadow_copy_files_9() const { return ___shadow_copy_files_9; } inline String_t** get_address_of_shadow_copy_files_9() { return &___shadow_copy_files_9; } inline void set_shadow_copy_files_9(String_t* value) { ___shadow_copy_files_9 = value; Il2CppCodeGenWriteBarrier((&___shadow_copy_files_9), value); } inline static int32_t get_offset_of_publisher_policy_10() { return static_cast(offsetof(AppDomainSetup_t123196401, ___publisher_policy_10)); } inline bool get_publisher_policy_10() const { return ___publisher_policy_10; } inline bool* get_address_of_publisher_policy_10() { return &___publisher_policy_10; } inline void set_publisher_policy_10(bool value) { ___publisher_policy_10 = value; } inline static int32_t get_offset_of_path_changed_11() { return static_cast(offsetof(AppDomainSetup_t123196401, ___path_changed_11)); } inline bool get_path_changed_11() const { return ___path_changed_11; } inline bool* get_address_of_path_changed_11() { return &___path_changed_11; } inline void set_path_changed_11(bool value) { ___path_changed_11 = value; } inline static int32_t get_offset_of_loader_optimization_12() { return static_cast(offsetof(AppDomainSetup_t123196401, ___loader_optimization_12)); } inline int32_t get_loader_optimization_12() const { return ___loader_optimization_12; } inline int32_t* get_address_of_loader_optimization_12() { return &___loader_optimization_12; } inline void set_loader_optimization_12(int32_t value) { ___loader_optimization_12 = value; } inline static int32_t get_offset_of_disallow_binding_redirects_13() { return static_cast(offsetof(AppDomainSetup_t123196401, ___disallow_binding_redirects_13)); } inline bool get_disallow_binding_redirects_13() const { return ___disallow_binding_redirects_13; } inline bool* get_address_of_disallow_binding_redirects_13() { return &___disallow_binding_redirects_13; } inline void set_disallow_binding_redirects_13(bool value) { ___disallow_binding_redirects_13 = value; } inline static int32_t get_offset_of_disallow_code_downloads_14() { return static_cast(offsetof(AppDomainSetup_t123196401, ___disallow_code_downloads_14)); } inline bool get_disallow_code_downloads_14() const { return ___disallow_code_downloads_14; } inline bool* get_address_of_disallow_code_downloads_14() { return &___disallow_code_downloads_14; } inline void set_disallow_code_downloads_14(bool value) { ___disallow_code_downloads_14 = value; } inline static int32_t get_offset_of__activationArguments_15() { return static_cast(offsetof(AppDomainSetup_t123196401, ____activationArguments_15)); } inline ActivationArguments_t4219999170 * get__activationArguments_15() const { return ____activationArguments_15; } inline ActivationArguments_t4219999170 ** get_address_of__activationArguments_15() { return &____activationArguments_15; } inline void set__activationArguments_15(ActivationArguments_t4219999170 * value) { ____activationArguments_15 = value; Il2CppCodeGenWriteBarrier((&____activationArguments_15), value); } inline static int32_t get_offset_of_domain_initializer_16() { return static_cast(offsetof(AppDomainSetup_t123196401, ___domain_initializer_16)); } inline AppDomainInitializer_t682969308 * get_domain_initializer_16() const { return ___domain_initializer_16; } inline AppDomainInitializer_t682969308 ** get_address_of_domain_initializer_16() { return &___domain_initializer_16; } inline void set_domain_initializer_16(AppDomainInitializer_t682969308 * value) { ___domain_initializer_16 = value; Il2CppCodeGenWriteBarrier((&___domain_initializer_16), value); } inline static int32_t get_offset_of_application_trust_17() { return static_cast(offsetof(AppDomainSetup_t123196401, ___application_trust_17)); } inline ApplicationTrust_t3270368423 * get_application_trust_17() const { return ___application_trust_17; } inline ApplicationTrust_t3270368423 ** get_address_of_application_trust_17() { return &___application_trust_17; } inline void set_application_trust_17(ApplicationTrust_t3270368423 * value) { ___application_trust_17 = value; Il2CppCodeGenWriteBarrier((&___application_trust_17), value); } inline static int32_t get_offset_of_domain_initializer_args_18() { return static_cast(offsetof(AppDomainSetup_t123196401, ___domain_initializer_args_18)); } inline StringU5BU5D_t1281789340* get_domain_initializer_args_18() const { return ___domain_initializer_args_18; } inline StringU5BU5D_t1281789340** get_address_of_domain_initializer_args_18() { return &___domain_initializer_args_18; } inline void set_domain_initializer_args_18(StringU5BU5D_t1281789340* value) { ___domain_initializer_args_18 = value; Il2CppCodeGenWriteBarrier((&___domain_initializer_args_18), value); } inline static int32_t get_offset_of_application_trust_xml_19() { return static_cast(offsetof(AppDomainSetup_t123196401, ___application_trust_xml_19)); } inline SecurityElement_t1046076091 * get_application_trust_xml_19() const { return ___application_trust_xml_19; } inline SecurityElement_t1046076091 ** get_address_of_application_trust_xml_19() { return &___application_trust_xml_19; } inline void set_application_trust_xml_19(SecurityElement_t1046076091 * value) { ___application_trust_xml_19 = value; Il2CppCodeGenWriteBarrier((&___application_trust_xml_19), value); } inline static int32_t get_offset_of_disallow_appbase_probe_20() { return static_cast(offsetof(AppDomainSetup_t123196401, ___disallow_appbase_probe_20)); } inline bool get_disallow_appbase_probe_20() const { return ___disallow_appbase_probe_20; } inline bool* get_address_of_disallow_appbase_probe_20() { return &___disallow_appbase_probe_20; } inline void set_disallow_appbase_probe_20(bool value) { ___disallow_appbase_probe_20 = value; } inline static int32_t get_offset_of_configuration_bytes_21() { return static_cast(offsetof(AppDomainSetup_t123196401, ___configuration_bytes_21)); } inline ByteU5BU5D_t4116647657* get_configuration_bytes_21() const { return ___configuration_bytes_21; } inline ByteU5BU5D_t4116647657** get_address_of_configuration_bytes_21() { return &___configuration_bytes_21; } inline void set_configuration_bytes_21(ByteU5BU5D_t4116647657* value) { ___configuration_bytes_21 = value; Il2CppCodeGenWriteBarrier((&___configuration_bytes_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAINSETUP_T123196401_H #ifndef OVERFLOWEXCEPTION_T2020128637_H #define OVERFLOWEXCEPTION_T2020128637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OverflowException struct OverflowException_t2020128637 : public ArithmeticException_t4283546778 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OVERFLOWEXCEPTION_T2020128637_H #ifndef PARAMETERINFO_T1861056598_H #define PARAMETERINFO_T1861056598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598 : 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.Reflection.Emit.UnmanagedMarshal System.Reflection.ParameterInfo::marshalAs UnmanagedMarshal_t984015687 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___ClassImpl_0), value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___DefaultValueImpl_1), value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___MemberImpl_2), value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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((&___NameImpl_3), value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t1861056598, ___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_t1861056598, ___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_t1861056598, ___marshalAs_6)); } inline UnmanagedMarshal_t984015687 * get_marshalAs_6() const { return ___marshalAs_6; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(UnmanagedMarshal_t984015687 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((&___marshalAs_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERINFO_T1861056598_H #ifndef MODULE_T2987026101_H #define MODULE_T2987026101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Module struct Module_t2987026101 : public RuntimeObject { public: // System.IntPtr System.Reflection.Module::_impl intptr_t ____impl_3; // System.Reflection.Assembly System.Reflection.Module::assembly Assembly_t * ___assembly_4; // System.String System.Reflection.Module::fqname String_t* ___fqname_5; // System.String System.Reflection.Module::name String_t* ___name_6; // System.String System.Reflection.Module::scopename String_t* ___scopename_7; // System.Boolean System.Reflection.Module::is_resource bool ___is_resource_8; // System.Int32 System.Reflection.Module::token int32_t ___token_9; public: inline static int32_t get_offset_of__impl_3() { return static_cast(offsetof(Module_t2987026101, ____impl_3)); } inline intptr_t get__impl_3() const { return ____impl_3; } inline intptr_t* get_address_of__impl_3() { return &____impl_3; } inline void set__impl_3(intptr_t value) { ____impl_3 = value; } inline static int32_t get_offset_of_assembly_4() { return static_cast(offsetof(Module_t2987026101, ___assembly_4)); } inline Assembly_t * get_assembly_4() const { return ___assembly_4; } inline Assembly_t ** get_address_of_assembly_4() { return &___assembly_4; } inline void set_assembly_4(Assembly_t * value) { ___assembly_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_4), value); } inline static int32_t get_offset_of_fqname_5() { return static_cast(offsetof(Module_t2987026101, ___fqname_5)); } inline String_t* get_fqname_5() const { return ___fqname_5; } inline String_t** get_address_of_fqname_5() { return &___fqname_5; } inline void set_fqname_5(String_t* value) { ___fqname_5 = value; Il2CppCodeGenWriteBarrier((&___fqname_5), value); } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(Module_t2987026101, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_scopename_7() { return static_cast(offsetof(Module_t2987026101, ___scopename_7)); } inline String_t* get_scopename_7() const { return ___scopename_7; } inline String_t** get_address_of_scopename_7() { return &___scopename_7; } inline void set_scopename_7(String_t* value) { ___scopename_7 = value; Il2CppCodeGenWriteBarrier((&___scopename_7), value); } inline static int32_t get_offset_of_is_resource_8() { return static_cast(offsetof(Module_t2987026101, ___is_resource_8)); } inline bool get_is_resource_8() const { return ___is_resource_8; } inline bool* get_address_of_is_resource_8() { return &___is_resource_8; } inline void set_is_resource_8(bool value) { ___is_resource_8 = value; } inline static int32_t get_offset_of_token_9() { return static_cast(offsetof(Module_t2987026101, ___token_9)); } inline int32_t get_token_9() const { return ___token_9; } inline int32_t* get_address_of_token_9() { return &___token_9; } inline void set_token_9(int32_t value) { ___token_9 = value; } }; struct Module_t2987026101_StaticFields { public: // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName TypeFilter_t2356120900 * ___FilterTypeName_1; // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase TypeFilter_t2356120900 * ___FilterTypeNameIgnoreCase_2; public: inline static int32_t get_offset_of_FilterTypeName_1() { return static_cast(offsetof(Module_t2987026101_StaticFields, ___FilterTypeName_1)); } inline TypeFilter_t2356120900 * get_FilterTypeName_1() const { return ___FilterTypeName_1; } inline TypeFilter_t2356120900 ** get_address_of_FilterTypeName_1() { return &___FilterTypeName_1; } inline void set_FilterTypeName_1(TypeFilter_t2356120900 * value) { ___FilterTypeName_1 = value; Il2CppCodeGenWriteBarrier((&___FilterTypeName_1), value); } inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_2() { return static_cast(offsetof(Module_t2987026101_StaticFields, ___FilterTypeNameIgnoreCase_2)); } inline TypeFilter_t2356120900 * get_FilterTypeNameIgnoreCase_2() const { return ___FilterTypeNameIgnoreCase_2; } inline TypeFilter_t2356120900 ** get_address_of_FilterTypeNameIgnoreCase_2() { return &___FilterTypeNameIgnoreCase_2; } inline void set_FilterTypeNameIgnoreCase_2(TypeFilter_t2356120900 * value) { ___FilterTypeNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___FilterTypeNameIgnoreCase_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULE_T2987026101_H #ifndef ATTRIBUTEUSAGEATTRIBUTE_T290877318_H #define ATTRIBUTEUSAGEATTRIBUTE_T290877318_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AttributeUsageAttribute struct AttributeUsageAttribute_t290877318 : public Attribute_t861562559 { public: // System.AttributeTargets System.AttributeUsageAttribute::valid_on int32_t ___valid_on_0; // System.Boolean System.AttributeUsageAttribute::allow_multiple bool ___allow_multiple_1; // System.Boolean System.AttributeUsageAttribute::inherited bool ___inherited_2; public: inline static int32_t get_offset_of_valid_on_0() { return static_cast(offsetof(AttributeUsageAttribute_t290877318, ___valid_on_0)); } inline int32_t get_valid_on_0() const { return ___valid_on_0; } inline int32_t* get_address_of_valid_on_0() { return &___valid_on_0; } inline void set_valid_on_0(int32_t value) { ___valid_on_0 = value; } inline static int32_t get_offset_of_allow_multiple_1() { return static_cast(offsetof(AttributeUsageAttribute_t290877318, ___allow_multiple_1)); } inline bool get_allow_multiple_1() const { return ___allow_multiple_1; } inline bool* get_address_of_allow_multiple_1() { return &___allow_multiple_1; } inline void set_allow_multiple_1(bool value) { ___allow_multiple_1 = value; } inline static int32_t get_offset_of_inherited_2() { return static_cast(offsetof(AttributeUsageAttribute_t290877318, ___inherited_2)); } inline bool get_inherited_2() const { return ___inherited_2; } inline bool* get_address_of_inherited_2() { return &___inherited_2; } inline void set_inherited_2(bool value) { ___inherited_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTEUSAGEATTRIBUTE_T290877318_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef ASSEMBLYNAME_T270931938_H #define ASSEMBLYNAME_T270931938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyName struct AssemblyName_t270931938 : public RuntimeObject { public: // System.String System.Reflection.AssemblyName::name String_t* ___name_0; // System.String System.Reflection.AssemblyName::codebase String_t* ___codebase_1; // System.Int32 System.Reflection.AssemblyName::major int32_t ___major_2; // System.Int32 System.Reflection.AssemblyName::minor int32_t ___minor_3; // System.Int32 System.Reflection.AssemblyName::build int32_t ___build_4; // System.Int32 System.Reflection.AssemblyName::revision int32_t ___revision_5; // System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo CultureInfo_t4157843068 * ___cultureinfo_6; // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags int32_t ___flags_7; // System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg int32_t ___hashalg_8; // System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair StrongNameKeyPair_t3411219591 * ___keypair_9; // System.Byte[] System.Reflection.AssemblyName::publicKey ByteU5BU5D_t4116647657* ___publicKey_10; // System.Byte[] System.Reflection.AssemblyName::keyToken ByteU5BU5D_t4116647657* ___keyToken_11; // System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat int32_t ___versioncompat_12; // System.Version System.Reflection.AssemblyName::version Version_t3456873960 * ___version_13; // System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture int32_t ___processor_architecture_14; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyName_t270931938, ___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((&___name_0), value); } inline static int32_t get_offset_of_codebase_1() { return static_cast(offsetof(AssemblyName_t270931938, ___codebase_1)); } inline String_t* get_codebase_1() const { return ___codebase_1; } inline String_t** get_address_of_codebase_1() { return &___codebase_1; } inline void set_codebase_1(String_t* value) { ___codebase_1 = value; Il2CppCodeGenWriteBarrier((&___codebase_1), value); } inline static int32_t get_offset_of_major_2() { return static_cast(offsetof(AssemblyName_t270931938, ___major_2)); } inline int32_t get_major_2() const { return ___major_2; } inline int32_t* get_address_of_major_2() { return &___major_2; } inline void set_major_2(int32_t value) { ___major_2 = value; } inline static int32_t get_offset_of_minor_3() { return static_cast(offsetof(AssemblyName_t270931938, ___minor_3)); } inline int32_t get_minor_3() const { return ___minor_3; } inline int32_t* get_address_of_minor_3() { return &___minor_3; } inline void set_minor_3(int32_t value) { ___minor_3 = value; } inline static int32_t get_offset_of_build_4() { return static_cast(offsetof(AssemblyName_t270931938, ___build_4)); } inline int32_t get_build_4() const { return ___build_4; } inline int32_t* get_address_of_build_4() { return &___build_4; } inline void set_build_4(int32_t value) { ___build_4 = value; } inline static int32_t get_offset_of_revision_5() { return static_cast(offsetof(AssemblyName_t270931938, ___revision_5)); } inline int32_t get_revision_5() const { return ___revision_5; } inline int32_t* get_address_of_revision_5() { return &___revision_5; } inline void set_revision_5(int32_t value) { ___revision_5 = value; } inline static int32_t get_offset_of_cultureinfo_6() { return static_cast(offsetof(AssemblyName_t270931938, ___cultureinfo_6)); } inline CultureInfo_t4157843068 * get_cultureinfo_6() const { return ___cultureinfo_6; } inline CultureInfo_t4157843068 ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; } inline void set_cultureinfo_6(CultureInfo_t4157843068 * value) { ___cultureinfo_6 = value; Il2CppCodeGenWriteBarrier((&___cultureinfo_6), value); } inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(AssemblyName_t270931938, ___flags_7)); } inline int32_t get_flags_7() const { return ___flags_7; } inline int32_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(int32_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_hashalg_8() { return static_cast(offsetof(AssemblyName_t270931938, ___hashalg_8)); } inline int32_t get_hashalg_8() const { return ___hashalg_8; } inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; } inline void set_hashalg_8(int32_t value) { ___hashalg_8 = value; } inline static int32_t get_offset_of_keypair_9() { return static_cast(offsetof(AssemblyName_t270931938, ___keypair_9)); } inline StrongNameKeyPair_t3411219591 * get_keypair_9() const { return ___keypair_9; } inline StrongNameKeyPair_t3411219591 ** get_address_of_keypair_9() { return &___keypair_9; } inline void set_keypair_9(StrongNameKeyPair_t3411219591 * value) { ___keypair_9 = value; Il2CppCodeGenWriteBarrier((&___keypair_9), value); } inline static int32_t get_offset_of_publicKey_10() { return static_cast(offsetof(AssemblyName_t270931938, ___publicKey_10)); } inline ByteU5BU5D_t4116647657* get_publicKey_10() const { return ___publicKey_10; } inline ByteU5BU5D_t4116647657** get_address_of_publicKey_10() { return &___publicKey_10; } inline void set_publicKey_10(ByteU5BU5D_t4116647657* value) { ___publicKey_10 = value; Il2CppCodeGenWriteBarrier((&___publicKey_10), value); } inline static int32_t get_offset_of_keyToken_11() { return static_cast(offsetof(AssemblyName_t270931938, ___keyToken_11)); } inline ByteU5BU5D_t4116647657* get_keyToken_11() const { return ___keyToken_11; } inline ByteU5BU5D_t4116647657** get_address_of_keyToken_11() { return &___keyToken_11; } inline void set_keyToken_11(ByteU5BU5D_t4116647657* value) { ___keyToken_11 = value; Il2CppCodeGenWriteBarrier((&___keyToken_11), value); } inline static int32_t get_offset_of_versioncompat_12() { return static_cast(offsetof(AssemblyName_t270931938, ___versioncompat_12)); } inline int32_t get_versioncompat_12() const { return ___versioncompat_12; } inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; } inline void set_versioncompat_12(int32_t value) { ___versioncompat_12 = value; } inline static int32_t get_offset_of_version_13() { return static_cast(offsetof(AssemblyName_t270931938, ___version_13)); } inline Version_t3456873960 * get_version_13() const { return ___version_13; } inline Version_t3456873960 ** get_address_of_version_13() { return &___version_13; } inline void set_version_13(Version_t3456873960 * value) { ___version_13 = value; Il2CppCodeGenWriteBarrier((&___version_13), value); } inline static int32_t get_offset_of_processor_architecture_14() { return static_cast(offsetof(AssemblyName_t270931938, ___processor_architecture_14)); } inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; } inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; } inline void set_processor_architecture_14(int32_t value) { ___processor_architecture_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYNAME_T270931938_H #ifndef APPDOMAIN_T1571427825_H #define APPDOMAIN_T1571427825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomain struct AppDomain_t1571427825 : public MarshalByRefObject_t2760389100 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Security.Policy.Evidence System.AppDomain::_evidence Evidence_t2008144148 * ____evidence_6; // System.Security.PermissionSet System.AppDomain::_granted PermissionSet_t223948603 * ____granted_7; // System.Security.Principal.PrincipalPolicy System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AppDomainManager System.AppDomain::_domain_manager AppDomainManager_t1420869192 * ____domain_manager_11; // System.ActivationContext System.AppDomain::_activation ActivationContext_t976916018 * ____activation_12; // System.ApplicationIdentity System.AppDomain::_applicationIdentity ApplicationIdentity_t1917735356 * ____applicationIdentity_13; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t107971893 * ___AssemblyLoad_14; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t2775508208 * ___AssemblyResolve_15; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t1348719766 * ___DomainUnload_16; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t1348719766 * ___ProcessExit_17; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t2775508208 * ___ResourceResolve_18; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t2775508208 * ___TypeResolve_19; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t3101989324 * ___UnhandledException_20; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t2775508208 * ___ReflectionOnlyAssemblyResolve_21; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_t1571427825, ____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_t1571427825, ____evidence_6)); } inline Evidence_t2008144148 * get__evidence_6() const { return ____evidence_6; } inline Evidence_t2008144148 ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(Evidence_t2008144148 * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((&____evidence_6), value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_t1571427825, ____granted_7)); } inline PermissionSet_t223948603 * get__granted_7() const { return ____granted_7; } inline PermissionSet_t223948603 ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(PermissionSet_t223948603 * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((&____granted_7), value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_t1571427825, ____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__domain_manager_11() { return static_cast(offsetof(AppDomain_t1571427825, ____domain_manager_11)); } inline AppDomainManager_t1420869192 * get__domain_manager_11() const { return ____domain_manager_11; } inline AppDomainManager_t1420869192 ** get_address_of__domain_manager_11() { return &____domain_manager_11; } inline void set__domain_manager_11(AppDomainManager_t1420869192 * value) { ____domain_manager_11 = value; Il2CppCodeGenWriteBarrier((&____domain_manager_11), value); } inline static int32_t get_offset_of__activation_12() { return static_cast(offsetof(AppDomain_t1571427825, ____activation_12)); } inline ActivationContext_t976916018 * get__activation_12() const { return ____activation_12; } inline ActivationContext_t976916018 ** get_address_of__activation_12() { return &____activation_12; } inline void set__activation_12(ActivationContext_t976916018 * value) { ____activation_12 = value; Il2CppCodeGenWriteBarrier((&____activation_12), value); } inline static int32_t get_offset_of__applicationIdentity_13() { return static_cast(offsetof(AppDomain_t1571427825, ____applicationIdentity_13)); } inline ApplicationIdentity_t1917735356 * get__applicationIdentity_13() const { return ____applicationIdentity_13; } inline ApplicationIdentity_t1917735356 ** get_address_of__applicationIdentity_13() { return &____applicationIdentity_13; } inline void set__applicationIdentity_13(ApplicationIdentity_t1917735356 * value) { ____applicationIdentity_13 = value; Il2CppCodeGenWriteBarrier((&____applicationIdentity_13), value); } inline static int32_t get_offset_of_AssemblyLoad_14() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyLoad_14)); } inline AssemblyLoadEventHandler_t107971893 * get_AssemblyLoad_14() const { return ___AssemblyLoad_14; } inline AssemblyLoadEventHandler_t107971893 ** get_address_of_AssemblyLoad_14() { return &___AssemblyLoad_14; } inline void set_AssemblyLoad_14(AssemblyLoadEventHandler_t107971893 * value) { ___AssemblyLoad_14 = value; Il2CppCodeGenWriteBarrier((&___AssemblyLoad_14), value); } inline static int32_t get_offset_of_AssemblyResolve_15() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyResolve_15)); } inline ResolveEventHandler_t2775508208 * get_AssemblyResolve_15() const { return ___AssemblyResolve_15; } inline ResolveEventHandler_t2775508208 ** get_address_of_AssemblyResolve_15() { return &___AssemblyResolve_15; } inline void set_AssemblyResolve_15(ResolveEventHandler_t2775508208 * value) { ___AssemblyResolve_15 = value; Il2CppCodeGenWriteBarrier((&___AssemblyResolve_15), value); } inline static int32_t get_offset_of_DomainUnload_16() { return static_cast(offsetof(AppDomain_t1571427825, ___DomainUnload_16)); } inline EventHandler_t1348719766 * get_DomainUnload_16() const { return ___DomainUnload_16; } inline EventHandler_t1348719766 ** get_address_of_DomainUnload_16() { return &___DomainUnload_16; } inline void set_DomainUnload_16(EventHandler_t1348719766 * value) { ___DomainUnload_16 = value; Il2CppCodeGenWriteBarrier((&___DomainUnload_16), value); } inline static int32_t get_offset_of_ProcessExit_17() { return static_cast(offsetof(AppDomain_t1571427825, ___ProcessExit_17)); } inline EventHandler_t1348719766 * get_ProcessExit_17() const { return ___ProcessExit_17; } inline EventHandler_t1348719766 ** get_address_of_ProcessExit_17() { return &___ProcessExit_17; } inline void set_ProcessExit_17(EventHandler_t1348719766 * value) { ___ProcessExit_17 = value; Il2CppCodeGenWriteBarrier((&___ProcessExit_17), value); } inline static int32_t get_offset_of_ResourceResolve_18() { return static_cast(offsetof(AppDomain_t1571427825, ___ResourceResolve_18)); } inline ResolveEventHandler_t2775508208 * get_ResourceResolve_18() const { return ___ResourceResolve_18; } inline ResolveEventHandler_t2775508208 ** get_address_of_ResourceResolve_18() { return &___ResourceResolve_18; } inline void set_ResourceResolve_18(ResolveEventHandler_t2775508208 * value) { ___ResourceResolve_18 = value; Il2CppCodeGenWriteBarrier((&___ResourceResolve_18), value); } inline static int32_t get_offset_of_TypeResolve_19() { return static_cast(offsetof(AppDomain_t1571427825, ___TypeResolve_19)); } inline ResolveEventHandler_t2775508208 * get_TypeResolve_19() const { return ___TypeResolve_19; } inline ResolveEventHandler_t2775508208 ** get_address_of_TypeResolve_19() { return &___TypeResolve_19; } inline void set_TypeResolve_19(ResolveEventHandler_t2775508208 * value) { ___TypeResolve_19 = value; Il2CppCodeGenWriteBarrier((&___TypeResolve_19), value); } inline static int32_t get_offset_of_UnhandledException_20() { return static_cast(offsetof(AppDomain_t1571427825, ___UnhandledException_20)); } inline UnhandledExceptionEventHandler_t3101989324 * get_UnhandledException_20() const { return ___UnhandledException_20; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_UnhandledException_20() { return &___UnhandledException_20; } inline void set_UnhandledException_20(UnhandledExceptionEventHandler_t3101989324 * value) { ___UnhandledException_20 = value; Il2CppCodeGenWriteBarrier((&___UnhandledException_20), value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_21() { return static_cast(offsetof(AppDomain_t1571427825, ___ReflectionOnlyAssemblyResolve_21)); } inline ResolveEventHandler_t2775508208 * get_ReflectionOnlyAssemblyResolve_21() const { return ___ReflectionOnlyAssemblyResolve_21; } inline ResolveEventHandler_t2775508208 ** get_address_of_ReflectionOnlyAssemblyResolve_21() { return &___ReflectionOnlyAssemblyResolve_21; } inline void set_ReflectionOnlyAssemblyResolve_21(ResolveEventHandler_t2775508208 * value) { ___ReflectionOnlyAssemblyResolve_21 = value; Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_21), value); } }; struct AppDomain_t1571427825_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_t1571427825 * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_t1571427825_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((&____process_guid_2), value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ___default_domain_10)); } inline AppDomain_t1571427825 * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_t1571427825 ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_t1571427825 * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((&___default_domain_10), value); } }; struct AppDomain_t1571427825_ThreadStaticFields { public: // System.Collections.Hashtable System.AppDomain::type_resolve_in_progress Hashtable_t1853889766 * ___type_resolve_in_progress_3; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress Hashtable_t1853889766 * ___assembly_resolve_in_progress_4; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress_refonly Hashtable_t1853889766 * ___assembly_resolve_in_progress_refonly_5; // System.Security.Principal.IPrincipal System.AppDomain::_principal RuntimeObject* ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Hashtable_t1853889766 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Hashtable_t1853889766 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Hashtable_t1853889766 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Hashtable_t1853889766 ** 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(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_t1571427825_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((&____principal_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAIN_T1571427825_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef MISSINGMETHODEXCEPTION_T1274661534_H #define MISSINGMETHODEXCEPTION_T1274661534_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MissingMethodException struct MissingMethodException_t1274661534 : public MissingMemberException_t1385081665 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISSINGMETHODEXCEPTION_T1274661534_H #ifndef ASSEMBLYLOADEVENTHANDLER_T107971893_H #define ASSEMBLYLOADEVENTHANDLER_T107971893_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYLOADEVENTHANDLER_T107971893_H #ifndef SWAPPER_T2822380397_H #define SWAPPER_T2822380397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/Swapper struct Swapper_t2822380397 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SWAPPER_T2822380397_H #ifndef MONOTYPE_T_H #define MONOTYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoType struct MonoType_t : public Type_t { public: // System.MonoTypeInfo System.MonoType::type_info MonoTypeInfo_t3366989025 * ___type_info_8; public: inline static int32_t get_offset_of_type_info_8() { return static_cast(offsetof(MonoType_t, ___type_info_8)); } inline MonoTypeInfo_t3366989025 * get_type_info_8() const { return ___type_info_8; } inline MonoTypeInfo_t3366989025 ** get_address_of_type_info_8() { return &___type_info_8; } inline void set_type_info_8(MonoTypeInfo_t3366989025 * value) { ___type_info_8 = value; Il2CppCodeGenWriteBarrier((&___type_info_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTYPE_T_H #ifndef UNHANDLEDEXCEPTIONEVENTHANDLER_T3101989324_H #define UNHANDLEDEXCEPTIONEVENTHANDLER_T3101989324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNHANDLEDEXCEPTIONEVENTHANDLER_T3101989324_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef X509CERTIFICATE_T489243024_H #define X509CERTIFICATE_T489243024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024 : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_t2114160832 * ___decoder_0; // System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert ByteU5BU5D_t4116647657* ___m_encodedcert_1; // System.DateTime Mono.Security.X509.X509Certificate::m_from DateTime_t3738529785 ___m_from_2; // System.DateTime Mono.Security.X509.X509Certificate::m_until DateTime_t3738529785 ___m_until_3; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer ASN1_t2114160832 * ___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_t4116647657* ___m_keyalgoparams_7; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject ASN1_t2114160832 * ___subject_8; // System.String Mono.Security.X509.X509Certificate::m_subject String_t* ___m_subject_9; // System.Byte[] Mono.Security.X509.X509Certificate::m_publickey ByteU5BU5D_t4116647657* ___m_publickey_10; // System.Byte[] Mono.Security.X509.X509Certificate::signature ByteU5BU5D_t4116647657* ___signature_11; // System.String Mono.Security.X509.X509Certificate::m_signaturealgo String_t* ___m_signaturealgo_12; // System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams ByteU5BU5D_t4116647657* ___m_signaturealgoparams_13; // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa DSA_t2386879874 * ____dsa_14; // System.Int32 Mono.Security.X509.X509Certificate::version int32_t ___version_15; // System.Byte[] Mono.Security.X509.X509Certificate::serialnumber ByteU5BU5D_t4116647657* ___serialnumber_16; // System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID ByteU5BU5D_t4116647657* ___issuerUniqueID_17; // System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID ByteU5BU5D_t4116647657* ___subjectUniqueID_18; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions X509ExtensionCollection_t609554708 * ___extensions_19; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_t489243024, ___decoder_0)); } inline ASN1_t2114160832 * get_decoder_0() const { return ___decoder_0; } inline ASN1_t2114160832 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_t2114160832 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((&___decoder_0), value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_t489243024, ___m_encodedcert_1)); } inline ByteU5BU5D_t4116647657* get_m_encodedcert_1() const { return ___m_encodedcert_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; } inline void set_m_encodedcert_1(ByteU5BU5D_t4116647657* value) { ___m_encodedcert_1 = value; Il2CppCodeGenWriteBarrier((&___m_encodedcert_1), value); } inline static int32_t get_offset_of_m_from_2() { return static_cast(offsetof(X509Certificate_t489243024, ___m_from_2)); } inline DateTime_t3738529785 get_m_from_2() const { return ___m_from_2; } inline DateTime_t3738529785 * get_address_of_m_from_2() { return &___m_from_2; } inline void set_m_from_2(DateTime_t3738529785 value) { ___m_from_2 = value; } inline static int32_t get_offset_of_m_until_3() { return static_cast(offsetof(X509Certificate_t489243024, ___m_until_3)); } inline DateTime_t3738529785 get_m_until_3() const { return ___m_until_3; } inline DateTime_t3738529785 * get_address_of_m_until_3() { return &___m_until_3; } inline void set_m_until_3(DateTime_t3738529785 value) { ___m_until_3 = value; } inline static int32_t get_offset_of_issuer_4() { return static_cast(offsetof(X509Certificate_t489243024, ___issuer_4)); } inline ASN1_t2114160832 * get_issuer_4() const { return ___issuer_4; } inline ASN1_t2114160832 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_t2114160832 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((&___issuer_4), value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_t489243024, ___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((&___m_issuername_5), value); } inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast(offsetof(X509Certificate_t489243024, ___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((&___m_keyalgo_6), value); } inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast(offsetof(X509Certificate_t489243024, ___m_keyalgoparams_7)); } inline ByteU5BU5D_t4116647657* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; } inline ByteU5BU5D_t4116647657** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; } inline void set_m_keyalgoparams_7(ByteU5BU5D_t4116647657* value) { ___m_keyalgoparams_7 = value; Il2CppCodeGenWriteBarrier((&___m_keyalgoparams_7), value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(X509Certificate_t489243024, ___subject_8)); } inline ASN1_t2114160832 * get_subject_8() const { return ___subject_8; } inline ASN1_t2114160832 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_t2114160832 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((&___subject_8), value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_t489243024, ___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((&___m_subject_9), value); } inline static int32_t get_offset_of_m_publickey_10() { return static_cast(offsetof(X509Certificate_t489243024, ___m_publickey_10)); } inline ByteU5BU5D_t4116647657* get_m_publickey_10() const { return ___m_publickey_10; } inline ByteU5BU5D_t4116647657** get_address_of_m_publickey_10() { return &___m_publickey_10; } inline void set_m_publickey_10(ByteU5BU5D_t4116647657* value) { ___m_publickey_10 = value; Il2CppCodeGenWriteBarrier((&___m_publickey_10), value); } inline static int32_t get_offset_of_signature_11() { return static_cast(offsetof(X509Certificate_t489243024, ___signature_11)); } inline ByteU5BU5D_t4116647657* get_signature_11() const { return ___signature_11; } inline ByteU5BU5D_t4116647657** get_address_of_signature_11() { return &___signature_11; } inline void set_signature_11(ByteU5BU5D_t4116647657* value) { ___signature_11 = value; Il2CppCodeGenWriteBarrier((&___signature_11), value); } inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast(offsetof(X509Certificate_t489243024, ___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((&___m_signaturealgo_12), value); } inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast(offsetof(X509Certificate_t489243024, ___m_signaturealgoparams_13)); } inline ByteU5BU5D_t4116647657* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; } inline ByteU5BU5D_t4116647657** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; } inline void set_m_signaturealgoparams_13(ByteU5BU5D_t4116647657* value) { ___m_signaturealgoparams_13 = value; Il2CppCodeGenWriteBarrier((&___m_signaturealgoparams_13), value); } inline static int32_t get_offset_of__dsa_14() { return static_cast(offsetof(X509Certificate_t489243024, ____dsa_14)); } inline DSA_t2386879874 * get__dsa_14() const { return ____dsa_14; } inline DSA_t2386879874 ** get_address_of__dsa_14() { return &____dsa_14; } inline void set__dsa_14(DSA_t2386879874 * value) { ____dsa_14 = value; Il2CppCodeGenWriteBarrier((&____dsa_14), value); } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(X509Certificate_t489243024, ___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_serialnumber_16() { return static_cast(offsetof(X509Certificate_t489243024, ___serialnumber_16)); } inline ByteU5BU5D_t4116647657* get_serialnumber_16() const { return ___serialnumber_16; } inline ByteU5BU5D_t4116647657** get_address_of_serialnumber_16() { return &___serialnumber_16; } inline void set_serialnumber_16(ByteU5BU5D_t4116647657* value) { ___serialnumber_16 = value; Il2CppCodeGenWriteBarrier((&___serialnumber_16), value); } inline static int32_t get_offset_of_issuerUniqueID_17() { return static_cast(offsetof(X509Certificate_t489243024, ___issuerUniqueID_17)); } inline ByteU5BU5D_t4116647657* get_issuerUniqueID_17() const { return ___issuerUniqueID_17; } inline ByteU5BU5D_t4116647657** get_address_of_issuerUniqueID_17() { return &___issuerUniqueID_17; } inline void set_issuerUniqueID_17(ByteU5BU5D_t4116647657* value) { ___issuerUniqueID_17 = value; Il2CppCodeGenWriteBarrier((&___issuerUniqueID_17), value); } inline static int32_t get_offset_of_subjectUniqueID_18() { return static_cast(offsetof(X509Certificate_t489243024, ___subjectUniqueID_18)); } inline ByteU5BU5D_t4116647657* get_subjectUniqueID_18() const { return ___subjectUniqueID_18; } inline ByteU5BU5D_t4116647657** get_address_of_subjectUniqueID_18() { return &___subjectUniqueID_18; } inline void set_subjectUniqueID_18(ByteU5BU5D_t4116647657* value) { ___subjectUniqueID_18 = value; Il2CppCodeGenWriteBarrier((&___subjectUniqueID_18), value); } inline static int32_t get_offset_of_extensions_19() { return static_cast(offsetof(X509Certificate_t489243024, ___extensions_19)); } inline X509ExtensionCollection_t609554708 * get_extensions_19() const { return ___extensions_19; } inline X509ExtensionCollection_t609554708 ** get_address_of_extensions_19() { return &___extensions_19; } inline void set_extensions_19(X509ExtensionCollection_t609554708 * value) { ___extensions_19 = value; Il2CppCodeGenWriteBarrier((&___extensions_19), value); } }; struct X509Certificate_t489243024_StaticFields { public: // System.String Mono.Security.X509.X509Certificate::encoding_error String_t* ___encoding_error_20; public: inline static int32_t get_offset_of_encoding_error_20() { return static_cast(offsetof(X509Certificate_t489243024_StaticFields, ___encoding_error_20)); } inline String_t* get_encoding_error_20() const { return ___encoding_error_20; } inline String_t** get_address_of_encoding_error_20() { return &___encoding_error_20; } inline void set_encoding_error_20(String_t* value) { ___encoding_error_20 = value; Il2CppCodeGenWriteBarrier((&___encoding_error_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T489243024_H #ifndef RESOLVEEVENTHANDLER_T2775508208_H #define RESOLVEEVENTHANDLER_T2775508208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ResolveEventHandler struct ResolveEventHandler_t2775508208 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOLVEEVENTHANDLER_T2775508208_H #ifndef TYPEBUILDER_T1073948154_H #define TYPEBUILDER_T1073948154_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.TypeBuilder struct TypeBuilder_t1073948154 : public Type_t { public: // System.String System.Reflection.Emit.TypeBuilder::tname String_t* ___tname_8; // System.String System.Reflection.Emit.TypeBuilder::nspace String_t* ___nspace_9; // System.Type System.Reflection.Emit.TypeBuilder::parent Type_t * ___parent_10; // System.Type System.Reflection.Emit.TypeBuilder::nesting_type Type_t * ___nesting_type_11; // System.Type[] System.Reflection.Emit.TypeBuilder::interfaces TypeU5BU5D_t3940880105* ___interfaces_12; // System.Int32 System.Reflection.Emit.TypeBuilder::num_methods int32_t ___num_methods_13; // System.Reflection.Emit.MethodBuilder[] System.Reflection.Emit.TypeBuilder::methods MethodBuilderU5BU5D_t3705301900* ___methods_14; // System.Reflection.Emit.ConstructorBuilder[] System.Reflection.Emit.TypeBuilder::ctors ConstructorBuilderU5BU5D_t3223009221* ___ctors_15; // System.Reflection.Emit.PropertyBuilder[] System.Reflection.Emit.TypeBuilder::properties PropertyBuilderU5BU5D_t4023329206* ___properties_16; // System.Int32 System.Reflection.Emit.TypeBuilder::num_fields int32_t ___num_fields_17; // System.Reflection.Emit.FieldBuilder[] System.Reflection.Emit.TypeBuilder::fields FieldBuilderU5BU5D_t138311604* ___fields_18; // System.Reflection.Emit.EventBuilder[] System.Reflection.Emit.TypeBuilder::events EventBuilderU5BU5D_t3902749141* ___events_19; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.TypeBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_20; // System.Reflection.Emit.TypeBuilder[] System.Reflection.Emit.TypeBuilder::subtypes TypeBuilderU5BU5D_t786280671* ___subtypes_21; // System.Reflection.TypeAttributes System.Reflection.Emit.TypeBuilder::attrs int32_t ___attrs_22; // System.Int32 System.Reflection.Emit.TypeBuilder::table_idx int32_t ___table_idx_23; // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.TypeBuilder::pmodule ModuleBuilder_t731887691 * ___pmodule_24; // System.Int32 System.Reflection.Emit.TypeBuilder::class_size int32_t ___class_size_25; // System.Reflection.Emit.PackingSize System.Reflection.Emit.TypeBuilder::packing_size int32_t ___packing_size_26; // System.IntPtr System.Reflection.Emit.TypeBuilder::generic_container intptr_t ___generic_container_27; // System.Reflection.Emit.GenericTypeParameterBuilder[] System.Reflection.Emit.TypeBuilder::generic_params GenericTypeParameterBuilderU5BU5D_t3780444109* ___generic_params_28; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.TypeBuilder::permissions RefEmitPermissionSetU5BU5D_t567451178* ___permissions_29; // System.Type System.Reflection.Emit.TypeBuilder::created Type_t * ___created_30; // System.String System.Reflection.Emit.TypeBuilder::fullname String_t* ___fullname_31; // System.Boolean System.Reflection.Emit.TypeBuilder::createTypeCalled bool ___createTypeCalled_32; // System.Type System.Reflection.Emit.TypeBuilder::underlying_type Type_t * ___underlying_type_33; public: inline static int32_t get_offset_of_tname_8() { return static_cast(offsetof(TypeBuilder_t1073948154, ___tname_8)); } inline String_t* get_tname_8() const { return ___tname_8; } inline String_t** get_address_of_tname_8() { return &___tname_8; } inline void set_tname_8(String_t* value) { ___tname_8 = value; Il2CppCodeGenWriteBarrier((&___tname_8), value); } inline static int32_t get_offset_of_nspace_9() { return static_cast(offsetof(TypeBuilder_t1073948154, ___nspace_9)); } inline String_t* get_nspace_9() const { return ___nspace_9; } inline String_t** get_address_of_nspace_9() { return &___nspace_9; } inline void set_nspace_9(String_t* value) { ___nspace_9 = value; Il2CppCodeGenWriteBarrier((&___nspace_9), value); } inline static int32_t get_offset_of_parent_10() { return static_cast(offsetof(TypeBuilder_t1073948154, ___parent_10)); } inline Type_t * get_parent_10() const { return ___parent_10; } inline Type_t ** get_address_of_parent_10() { return &___parent_10; } inline void set_parent_10(Type_t * value) { ___parent_10 = value; Il2CppCodeGenWriteBarrier((&___parent_10), value); } inline static int32_t get_offset_of_nesting_type_11() { return static_cast(offsetof(TypeBuilder_t1073948154, ___nesting_type_11)); } inline Type_t * get_nesting_type_11() const { return ___nesting_type_11; } inline Type_t ** get_address_of_nesting_type_11() { return &___nesting_type_11; } inline void set_nesting_type_11(Type_t * value) { ___nesting_type_11 = value; Il2CppCodeGenWriteBarrier((&___nesting_type_11), value); } inline static int32_t get_offset_of_interfaces_12() { return static_cast(offsetof(TypeBuilder_t1073948154, ___interfaces_12)); } inline TypeU5BU5D_t3940880105* get_interfaces_12() const { return ___interfaces_12; } inline TypeU5BU5D_t3940880105** get_address_of_interfaces_12() { return &___interfaces_12; } inline void set_interfaces_12(TypeU5BU5D_t3940880105* value) { ___interfaces_12 = value; Il2CppCodeGenWriteBarrier((&___interfaces_12), value); } inline static int32_t get_offset_of_num_methods_13() { return static_cast(offsetof(TypeBuilder_t1073948154, ___num_methods_13)); } inline int32_t get_num_methods_13() const { return ___num_methods_13; } inline int32_t* get_address_of_num_methods_13() { return &___num_methods_13; } inline void set_num_methods_13(int32_t value) { ___num_methods_13 = value; } inline static int32_t get_offset_of_methods_14() { return static_cast(offsetof(TypeBuilder_t1073948154, ___methods_14)); } inline MethodBuilderU5BU5D_t3705301900* get_methods_14() const { return ___methods_14; } inline MethodBuilderU5BU5D_t3705301900** get_address_of_methods_14() { return &___methods_14; } inline void set_methods_14(MethodBuilderU5BU5D_t3705301900* value) { ___methods_14 = value; Il2CppCodeGenWriteBarrier((&___methods_14), value); } inline static int32_t get_offset_of_ctors_15() { return static_cast(offsetof(TypeBuilder_t1073948154, ___ctors_15)); } inline ConstructorBuilderU5BU5D_t3223009221* get_ctors_15() const { return ___ctors_15; } inline ConstructorBuilderU5BU5D_t3223009221** get_address_of_ctors_15() { return &___ctors_15; } inline void set_ctors_15(ConstructorBuilderU5BU5D_t3223009221* value) { ___ctors_15 = value; Il2CppCodeGenWriteBarrier((&___ctors_15), value); } inline static int32_t get_offset_of_properties_16() { return static_cast(offsetof(TypeBuilder_t1073948154, ___properties_16)); } inline PropertyBuilderU5BU5D_t4023329206* get_properties_16() const { return ___properties_16; } inline PropertyBuilderU5BU5D_t4023329206** get_address_of_properties_16() { return &___properties_16; } inline void set_properties_16(PropertyBuilderU5BU5D_t4023329206* value) { ___properties_16 = value; Il2CppCodeGenWriteBarrier((&___properties_16), value); } inline static int32_t get_offset_of_num_fields_17() { return static_cast(offsetof(TypeBuilder_t1073948154, ___num_fields_17)); } inline int32_t get_num_fields_17() const { return ___num_fields_17; } inline int32_t* get_address_of_num_fields_17() { return &___num_fields_17; } inline void set_num_fields_17(int32_t value) { ___num_fields_17 = value; } inline static int32_t get_offset_of_fields_18() { return static_cast(offsetof(TypeBuilder_t1073948154, ___fields_18)); } inline FieldBuilderU5BU5D_t138311604* get_fields_18() const { return ___fields_18; } inline FieldBuilderU5BU5D_t138311604** get_address_of_fields_18() { return &___fields_18; } inline void set_fields_18(FieldBuilderU5BU5D_t138311604* value) { ___fields_18 = value; Il2CppCodeGenWriteBarrier((&___fields_18), value); } inline static int32_t get_offset_of_events_19() { return static_cast(offsetof(TypeBuilder_t1073948154, ___events_19)); } inline EventBuilderU5BU5D_t3902749141* get_events_19() const { return ___events_19; } inline EventBuilderU5BU5D_t3902749141** get_address_of_events_19() { return &___events_19; } inline void set_events_19(EventBuilderU5BU5D_t3902749141* value) { ___events_19 = value; Il2CppCodeGenWriteBarrier((&___events_19), value); } inline static int32_t get_offset_of_cattrs_20() { return static_cast(offsetof(TypeBuilder_t1073948154, ___cattrs_20)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_20() const { return ___cattrs_20; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_20() { return &___cattrs_20; } inline void set_cattrs_20(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_20 = value; Il2CppCodeGenWriteBarrier((&___cattrs_20), value); } inline static int32_t get_offset_of_subtypes_21() { return static_cast(offsetof(TypeBuilder_t1073948154, ___subtypes_21)); } inline TypeBuilderU5BU5D_t786280671* get_subtypes_21() const { return ___subtypes_21; } inline TypeBuilderU5BU5D_t786280671** get_address_of_subtypes_21() { return &___subtypes_21; } inline void set_subtypes_21(TypeBuilderU5BU5D_t786280671* value) { ___subtypes_21 = value; Il2CppCodeGenWriteBarrier((&___subtypes_21), value); } inline static int32_t get_offset_of_attrs_22() { return static_cast(offsetof(TypeBuilder_t1073948154, ___attrs_22)); } inline int32_t get_attrs_22() const { return ___attrs_22; } inline int32_t* get_address_of_attrs_22() { return &___attrs_22; } inline void set_attrs_22(int32_t value) { ___attrs_22 = value; } inline static int32_t get_offset_of_table_idx_23() { return static_cast(offsetof(TypeBuilder_t1073948154, ___table_idx_23)); } inline int32_t get_table_idx_23() const { return ___table_idx_23; } inline int32_t* get_address_of_table_idx_23() { return &___table_idx_23; } inline void set_table_idx_23(int32_t value) { ___table_idx_23 = value; } inline static int32_t get_offset_of_pmodule_24() { return static_cast(offsetof(TypeBuilder_t1073948154, ___pmodule_24)); } inline ModuleBuilder_t731887691 * get_pmodule_24() const { return ___pmodule_24; } inline ModuleBuilder_t731887691 ** get_address_of_pmodule_24() { return &___pmodule_24; } inline void set_pmodule_24(ModuleBuilder_t731887691 * value) { ___pmodule_24 = value; Il2CppCodeGenWriteBarrier((&___pmodule_24), value); } inline static int32_t get_offset_of_class_size_25() { return static_cast(offsetof(TypeBuilder_t1073948154, ___class_size_25)); } inline int32_t get_class_size_25() const { return ___class_size_25; } inline int32_t* get_address_of_class_size_25() { return &___class_size_25; } inline void set_class_size_25(int32_t value) { ___class_size_25 = value; } inline static int32_t get_offset_of_packing_size_26() { return static_cast(offsetof(TypeBuilder_t1073948154, ___packing_size_26)); } inline int32_t get_packing_size_26() const { return ___packing_size_26; } inline int32_t* get_address_of_packing_size_26() { return &___packing_size_26; } inline void set_packing_size_26(int32_t value) { ___packing_size_26 = value; } inline static int32_t get_offset_of_generic_container_27() { return static_cast(offsetof(TypeBuilder_t1073948154, ___generic_container_27)); } inline intptr_t get_generic_container_27() const { return ___generic_container_27; } inline intptr_t* get_address_of_generic_container_27() { return &___generic_container_27; } inline void set_generic_container_27(intptr_t value) { ___generic_container_27 = value; } inline static int32_t get_offset_of_generic_params_28() { return static_cast(offsetof(TypeBuilder_t1073948154, ___generic_params_28)); } inline GenericTypeParameterBuilderU5BU5D_t3780444109* get_generic_params_28() const { return ___generic_params_28; } inline GenericTypeParameterBuilderU5BU5D_t3780444109** get_address_of_generic_params_28() { return &___generic_params_28; } inline void set_generic_params_28(GenericTypeParameterBuilderU5BU5D_t3780444109* value) { ___generic_params_28 = value; Il2CppCodeGenWriteBarrier((&___generic_params_28), value); } inline static int32_t get_offset_of_permissions_29() { return static_cast(offsetof(TypeBuilder_t1073948154, ___permissions_29)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_29() const { return ___permissions_29; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_29() { return &___permissions_29; } inline void set_permissions_29(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_29 = value; Il2CppCodeGenWriteBarrier((&___permissions_29), value); } inline static int32_t get_offset_of_created_30() { return static_cast(offsetof(TypeBuilder_t1073948154, ___created_30)); } inline Type_t * get_created_30() const { return ___created_30; } inline Type_t ** get_address_of_created_30() { return &___created_30; } inline void set_created_30(Type_t * value) { ___created_30 = value; Il2CppCodeGenWriteBarrier((&___created_30), value); } inline static int32_t get_offset_of_fullname_31() { return static_cast(offsetof(TypeBuilder_t1073948154, ___fullname_31)); } inline String_t* get_fullname_31() const { return ___fullname_31; } inline String_t** get_address_of_fullname_31() { return &___fullname_31; } inline void set_fullname_31(String_t* value) { ___fullname_31 = value; Il2CppCodeGenWriteBarrier((&___fullname_31), value); } inline static int32_t get_offset_of_createTypeCalled_32() { return static_cast(offsetof(TypeBuilder_t1073948154, ___createTypeCalled_32)); } inline bool get_createTypeCalled_32() const { return ___createTypeCalled_32; } inline bool* get_address_of_createTypeCalled_32() { return &___createTypeCalled_32; } inline void set_createTypeCalled_32(bool value) { ___createTypeCalled_32 = value; } inline static int32_t get_offset_of_underlying_type_33() { return static_cast(offsetof(TypeBuilder_t1073948154, ___underlying_type_33)); } inline Type_t * get_underlying_type_33() const { return ___underlying_type_33; } inline Type_t ** get_address_of_underlying_type_33() { return &___underlying_type_33; } inline void set_underlying_type_33(Type_t * value) { ___underlying_type_33 = value; Il2CppCodeGenWriteBarrier((&___underlying_type_33), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEBUILDER_T1073948154_H #ifndef APPDOMAININITIALIZER_T682969308_H #define APPDOMAININITIALIZER_T682969308_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomainInitializer struct AppDomainInitializer_t682969308 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAININITIALIZER_T682969308_H // System.Byte[] struct ByteU5BU5D_t4116647657 : 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; } }; // Mono.Security.Uri/UriScheme[] struct UriSchemeU5BU5D_t1281162915 : public RuntimeArray { public: ALIGN_FIELD (8) UriScheme_t2867806342 m_Items[1]; public: inline UriScheme_t2867806342 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UriScheme_t2867806342 * 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, UriScheme_t2867806342 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline UriScheme_t2867806342 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UriScheme_t2867806342 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UriScheme_t2867806342 value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t3528271667 : 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[] struct StringU5BU5D_t1281789340 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Type[] struct TypeU5BU5D_t3940880105 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t881249896 : public RuntimeArray { public: ALIGN_FIELD (8) ConstructorInfo_t5769829 * m_Items[1]; public: inline ConstructorInfo_t5769829 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ConstructorInfo_t5769829 ** 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, ConstructorInfo_t5769829 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ConstructorInfo_t5769829 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ConstructorInfo_t5769829 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorInfo_t5769829 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MethodBase[] struct MethodBaseU5BU5D_t779831733 : public RuntimeArray { public: ALIGN_FIELD (8) MethodBase_t * m_Items[1]; public: inline MethodBase_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodBase_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, MethodBase_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodBase_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodBase_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodBase_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_t1461694466 m_Items[1]; public: inline ParameterModifier_t1461694466 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_t1461694466 * 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_t1461694466 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ParameterModifier_t1461694466 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_t1461694466 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t1461694466 value) { m_Items[index] = value; } }; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854 : public RuntimeArray { public: ALIGN_FIELD (8) Assembly_t * m_Items[1]; public: inline Assembly_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Assembly_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, Assembly_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Assembly_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Assembly_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Assembly_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Delegate[] struct DelegateU5BU5D_t1703627840 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t1188392813 * m_Items[1]; public: inline Delegate_t1188392813 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t1188392813 ** 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_t1188392813 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Delegate_t1188392813 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t1188392813 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t1188392813 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_t2559172825 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t3413330114 : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* 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, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_t2770800703 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Attribute[] struct AttributeU5BU5D_t1575011174 : public RuntimeArray { public: ALIGN_FIELD (8) Attribute_t861562559 * m_Items[1]; public: inline Attribute_t861562559 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Attribute_t861562559 ** 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_t861562559 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Attribute_t861562559 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Attribute_t861562559 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_t861562559 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m828474689_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, RuntimeObject * p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_m440635289_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m3727822613 (ASN1_t2114160832 * __this, uint8_t ___tag0, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m28146633 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m1601690794 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m2639021892 (ContentInfo_t3218159895 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method); // System.Byte Mono.Security.ASN1::get_Tag() extern "C" IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_m1032367219 (ASN1_t2114160832 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_m3580979881 (ASN1_t2114160832 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* ___message0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ASN1_get_Item_m3901126023 (ASN1_t2114160832 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR String_t* ASN1Convert_ToOid_m1223840396 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::GetASN1() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ContentInfo_GetASN1_m3665489137 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromOid(System.String) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ASN1Convert_FromOid_m3740816339 (RuntimeObject * __this /* static, unused */, String_t* ___oid0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ASN1_Add_m3468571571 (ASN1_t2114160832 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/EncryptedData::.ctor() extern "C" IL2CPP_METHOD_ATTR void EncryptedData__ctor_m3841552120 (EncryptedData_t3577548732 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.ASN1::get_Value() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ASN1_get_Value_m1857007406 (ASN1_t2114160832 * __this, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m3072134336 (ContentInfo_t3218159895 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::set_Content(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void ContentInfo_set_Content_m2745521966 (ContentInfo_t3218159895 * __this, ASN1_t2114160832 * ___value0, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiKeyBlob(System.Security.Cryptography.RSA,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CryptoConvert_ToCapiKeyBlob_m3371450375 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, bool ___includePrivateKey1, const RuntimeMethod* method); // System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverterLE_GetBytes_m4130646282 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Byte[] Mono.Security.StrongName::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* StrongName_get_PublicKey_m1841537984 (StrongName_t4093849377 * __this, const RuntimeMethod* method); // System.String Mono.Security.StrongName::get_TokenAlgorithm() extern "C" IL2CPP_METHOD_ATTR String_t* StrongName_get_TokenAlgorithm_m1794722022 (StrongName_t4093849377 * __this, const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HashAlgorithm::Create(System.String) extern "C" IL2CPP_METHOD_ATTR HashAlgorithm_t1432317219 * HashAlgorithm_Create_m644612360 (RuntimeObject * __this /* static, unused */, String_t* ___hashName0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HashAlgorithm_ComputeHash_m2825542963 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method); // System.Void System.Array::Reverse(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Reverse_m816310962 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void Mono.Security.Uri::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m3371378525 (Uri_t722248887 * __this, String_t* ___uriString0, bool ___dontEscape1, const RuntimeMethod* method); // System.Void Mono.Security.Uri::Parse() extern "C" IL2CPP_METHOD_ATTR void Uri_Parse_m3848432633 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Uri/UriScheme::.ctor(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UriScheme__ctor_m1878175959 (UriScheme_t2867806342 * __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean Mono.Security.Uri::get_IsFile() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m2291228500 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.String Mono.Security.Uri::get_AbsolutePath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_m3971921802 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean Mono.Security.Uri::get_IsUnc() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m1281216300 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.String Mono.Security.Uri::Unescape(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m2035793241 (Uri_t722248887 * __this, String_t* ___str0, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.Void Mono.Security.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m2045817678 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::ToLower(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m3490221821 (String_t* __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method); // System.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method); // System.String Mono.Security.Uri::GetOpaqueWiseSchemeDelimiter() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetOpaqueWiseSchemeDelimiter_m3269508432 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int32 Mono.Security.Uri::GetDefaultPort(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_GetDefaultPort_m3448401421 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m890240332 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Boolean Mono.Security.Uri::IsHexDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m1614632760 (RuntimeObject * __this /* static, unused */, Il2CppChar ___digit0, const RuntimeMethod* method); // System.Int32 Mono.Security.Uri::FromHex(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m1876907924 (RuntimeObject * __this /* static, unused */, Il2CppChar ___digit0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.String Mono.Security.Uri::GetLeftPart(Mono.Security.UriPartial) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetLeftPart_m1914001258 (Uri_t722248887 * __this, int32_t ___part0, const RuntimeMethod* method); // System.String Mono.Security.Uri::Unescape(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m3322609099 (Uri_t722248887 * __this, String_t* ___str0, bool ___excludeSharp1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String Mono.Security.Uri::EscapeString(System.String,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_m2634131677 (RuntimeObject * __this /* static, unused */, String_t* ___str0, bool ___escapeReserved1, bool ___escapeHex2, bool ___escapeBrackets3, const RuntimeMethod* method); // System.Boolean Mono.Security.Uri::IsHexEncoding(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexEncoding_m115784074 (RuntimeObject * __this /* static, unused */, String_t* ___pattern0, int32_t ___index1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String Mono.Security.Uri::HexEscape(System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_HexEscape_m4028711331 (RuntimeObject * __this /* static, unused */, Il2CppChar ___character0, const RuntimeMethod* method); // System.Void Mono.Security.Uri::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_Parse_m2623468805 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.String Mono.Security.Uri::EscapeString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_m1309855468 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Char Mono.Security.Uri::HexUnescape(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Uri_HexUnescape_m2481968660 (RuntimeObject * __this /* static, unused */, String_t* ___pattern0, int32_t* ___index1, const RuntimeMethod* method); // System.String System.String::TrimStart(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_TrimStart_m1431283012 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor() extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m1479314061 (FormatException_t154580423 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Uri::ParseAsUnixAbsoluteFilePath(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseAsUnixAbsoluteFilePath_m3857958059 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Void Mono.Security.Uri::ParseAsWindowsUNC(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsUNC_m1737812184 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Boolean System.Char::IsLetter(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetter_m3996985877 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Mono.Security.Uri::ParseAsWindowsAbsoluteFilePath(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsAbsoluteFilePath_m1727752059 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m2309361746 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean Mono.Security.Uri::IsPredefinedScheme(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsPredefinedScheme_m2172454152 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m562998446 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m2676535141 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.UInt32 System.UInt32::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m1373460382 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String Mono.Security.Uri::Reduce(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Reduce_m4076929152 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 ___handle0, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m2050845953 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String Mono.Security.Uri::GetSchemeDelimiter(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetSchemeDelimiter_m2222641454 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Void Mono.Security.X509.X509CertificateCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m3365535796 (X509CertificateCollection_t1542168549 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::.ctor() extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m2768693996 (PKCS12_t4101533060 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::set_Password(System.String) extern "C" IL2CPP_METHOD_ATTR void PKCS12_set_Password_m3259330454 (PKCS12_t4101533060 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PKCS12_Decode_m1913457787 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.String Mono.Security.PKCS7/ContentInfo::get_ContentType() extern "C" IL2CPP_METHOD_ATTR String_t* ContentInfo_get_ContentType_m275324816 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR int32_t ASN1Convert_ToInt32_m254930636 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_Content() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ContentInfo_get_Content_m1945593776 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12::MAC(System.Byte[],System.Byte[],System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS12_MAC_m3401183837 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___password0, ByteU5BU5D_t4116647657* ___salt1, int32_t ___iterations2, ByteU5BU5D_t4116647657* ___data3, const RuntimeMethod* method); // System.Boolean Mono.Security.X509.PKCS12::Compare(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool PKCS12_Compare_m2975811353 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___expected0, ByteU5BU5D_t4116647657* ___actual1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m503735289 (CryptographicException_t248831461 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::ReadSafeBag(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void PKCS12_ReadSafeBag_m1585166574 (PKCS12_t4101533060 * __this, ASN1_t2114160832 * ___safeBag0, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/EncryptedData::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void EncryptedData__ctor_m2497911783 (EncryptedData_t3577548732 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12::Decrypt(Mono.Security.PKCS7/EncryptedData) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS12_Decrypt_m3310864946 (PKCS12_t4101533060 * __this, EncryptedData_t3577548732 * ___ed0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3095902440 (NotImplementedException_t3489357830 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m2231608178 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.PKCS12::get_MaximumPasswordLength() extern "C" IL2CPP_METHOD_ATTR int32_t PKCS12_get_MaximumPasswordLength_m883183191 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_BigEndianUnicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_BigEndianUnicode_m684646764 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::Clear() extern "C" IL2CPP_METHOD_ATTR void CollectionBase_Clear_m1509125218 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.String Mono.Security.X509.SafeBag::get_BagOID() extern "C" IL2CPP_METHOD_ATTR String_t* SafeBag_get_BagOID_m2165567310 (SafeBag_t3961248199 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.X509.SafeBag::get_ASN1() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * SafeBag_get_ASN1_m3167501969 (SafeBag_t3961248199 * __this, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m1888388023 (ContentInfo_t3218159895 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m3656389950 (X509Certificate_t489243024 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.X509CertificateCollection::Add(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_Add_m3136524580 (X509CertificateCollection_t1542168549 * __this, X509Certificate_t489243024 * ___value0, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * RandomNumberGenerator_Create_m4162970280 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::.ctor() extern "C" IL2CPP_METHOD_ATTR void DeriveBytes__ctor_m3611803810 (DeriveBytes_t1492915135 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_Password(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void DeriveBytes_set_Password_m3005258189 (DeriveBytes_t1492915135 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_Salt(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void DeriveBytes_set_Salt_m441577179 (DeriveBytes_t1492915135 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_IterationCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeriveBytes_set_IterationCount_m3235108425 (DeriveBytes_t1492915135 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_HashName(System.String) extern "C" IL2CPP_METHOD_ATTR void DeriveBytes_set_HashName_m3752780137 (DeriveBytes_t1492915135 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Security.Cryptography.SymmetricAlgorithm System.Security.Cryptography.SymmetricAlgorithm::Create(System.String) extern "C" IL2CPP_METHOD_ATTR SymmetricAlgorithm_t4254223087 * SymmetricAlgorithm_Create_m2726390826 (RuntimeObject * __this /* static, unused */, String_t* ___algName0, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* DeriveBytes_DeriveKey_m2238010581 (DeriveBytes_t1492915135 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveIV(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* DeriveBytes_DeriveIV_m3639813821 (DeriveBytes_t1492915135 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.X509.PKCS12::GetSymmetricAlgorithm(System.String,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR SymmetricAlgorithm_t4254223087 * PKCS12_GetSymmetricAlgorithm_m1390440284 (PKCS12_t4101533060 * __this, String_t* ___algorithmOid0, ByteU5BU5D_t4116647657* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SymmetricAlgorithm::Clear() extern "C" IL2CPP_METHOD_ATTR void SymmetricAlgorithm_Clear_m3302238152 (SymmetricAlgorithm_t4254223087 * __this, const RuntimeMethod* method); // Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::get_EncryptionAlgorithm() extern "C" IL2CPP_METHOD_ATTR ContentInfo_t3218159895 * EncryptedData_get_EncryptionAlgorithm_m1297902161 (EncryptedData_t3577548732 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.PKCS7/EncryptedData::get_EncryptedContent() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* EncryptedData_get_EncryptedContent_m4211024111 (EncryptedData_t3577548732 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12::Decrypt(System.String,System.Byte[],System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS12_Decrypt_m2241300865 (PKCS12_t4101533060 * __this, String_t* ___algorithmOid0, ByteU5BU5D_t4116647657* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_t4116647657* ___encryptedData3, const RuntimeMethod* method); // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates() extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t1542168549 * PKCS12_get_Certificates_m1630860723 (PKCS12_t4101533060 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator Mono.Security.X509.X509CertificateCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR X509CertificateEnumerator_t3515934697 * X509CertificateCollection_GetEnumerator_m4229251522 (X509CertificateCollection_t1542168549 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243024 * X509CertificateEnumerator_get_Current_m3041233561 (X509CertificateEnumerator_t3515934697 * __this, const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA() extern "C" IL2CPP_METHOD_ATTR DSA_t2386879874 * X509Certificate_get_DSA_m1760272844 (X509Certificate_t489243024 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m2269241175 (X509CertificateEnumerator_t3515934697 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::get_PrivateKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PrivateKeyInfo_get_PrivateKey_m2768243057 (PrivateKeyInfo_t668027992 * __this, const RuntimeMethod* method); // System.Security.Cryptography.DSAParameters Mono.Security.X509.PKCS12::GetExistingParameters(System.Boolean&) extern "C" IL2CPP_METHOD_ATTR DSAParameters_t1885824122 PKCS12_GetExistingParameters_m3511027613 (PKCS12_t4101533060 * __this, bool* ___found0, const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeDSA(System.Byte[],System.Security.Cryptography.DSAParameters) extern "C" IL2CPP_METHOD_ATTR DSA_t2386879874 * PrivateKeyInfo_DecodeDSA_m771724585 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___privateKey0, DSAParameters_t1885824122 ___dsaParameters1, const RuntimeMethod* method); // System.Security.Cryptography.RSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeRSA(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * PrivateKeyInfo_DecodeRSA_m2889346634 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___keypair0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_m2414235375 (PrivateKeyInfo_t668027992 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::AddPrivateKey(Mono.Security.Cryptography.PKCS8/PrivateKeyInfo) extern "C" IL2CPP_METHOD_ATTR void PKCS12_AddPrivateKey_m1542850936 (PKCS12_t4101533060 * __this, PrivateKeyInfo_t668027992 * ___pki0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_m3274704095 (EncryptedPrivateKeyInfo_t862116835 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Algorithm() extern "C" IL2CPP_METHOD_ATTR String_t* EncryptedPrivateKeyInfo_get_Algorithm_m2142585301 (EncryptedPrivateKeyInfo_t862116835 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Salt() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* EncryptedPrivateKeyInfo_get_Salt_m3453455261 (EncryptedPrivateKeyInfo_t862116835 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_IterationCount() extern "C" IL2CPP_METHOD_ATTR int32_t EncryptedPrivateKeyInfo_get_IterationCount_m2389157423 (EncryptedPrivateKeyInfo_t862116835 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_EncryptedData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* EncryptedPrivateKeyInfo_get_EncryptedData_m1695265614 (EncryptedPrivateKeyInfo_t862116835 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.SafeBag::.ctor(System.String,Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void SafeBag__ctor_m369012969 (SafeBag_t3961248199 * __this, String_t* ___bagOID0, ASN1_t2114160832 * ___asn11, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m3193227595 (ASN1_t2114160832 * __this, uint8_t ___tag0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::set_ContentType(System.String) extern "C" IL2CPP_METHOD_ATTR void ContentInfo_set_ContentType_m3961495440 (ContentInfo_t3218159895 * __this, String_t* ___value0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_ASN1() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ContentInfo_get_ASN1_m1776225219 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::set_Value(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1_set_Value_m2803403806 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Security.Cryptography.HMAC System.Security.Cryptography.HMAC::Create() extern "C" IL2CPP_METHOD_ATTR HMAC_t2621101144 * HMAC_Create_m2390117573 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveMAC(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* DeriveBytes_DeriveMAC_m694919248 (DeriveBytes_t1492915135 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HashAlgorithm_ComputeHash_m2044824070 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_m1177171903 (PKCS12_t4101533060 * __this, X509Certificate_t489243024 * ___cert0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_m3857004455 (PKCS12_t4101533060 * __this, X509Certificate_t489243024 * ___cert0, const RuntimeMethod* method); // Mono.Security.PKCS7/ContentInfo Mono.Security.X509.PKCS12::EncryptedContentInfo(Mono.Security.ASN1,System.String) extern "C" IL2CPP_METHOD_ATTR ContentInfo_t3218159895 * PKCS12_EncryptedContentInfo_m1012097402 (PKCS12_t4101533060 * __this, ASN1_t2114160832 * ___safeBags0, String_t* ___algorithmOid1, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::get_RNG() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * PKCS12_get_RNG_m2649456600 (PKCS12_t4101533060 * __this, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ASN1Convert_FromInt32_m2935389061 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12::Encrypt(System.String,System.Byte[],System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS12_Encrypt_m2617413749 (PKCS12_t4101533060 * __this, String_t* ___algorithmOid0, ByteU5BU5D_t4116647657* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_t4116647657* ___data3, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) extern "C" IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_m3618696508 (PKCS12_t4101533060 * __this, X509Certificate_t489243024 * ___cert0, RuntimeObject* ___attributes1, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.X509.PKCS12::CertificateSafeBag(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * PKCS12_CertificateSafeBag_m3469173172 (PKCS12_t4101533060 * __this, X509Certificate_t489243024 * ___x5090, RuntimeObject* ___attributes1, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) extern "C" IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_m1421555398 (PKCS12_t4101533060 * __this, X509Certificate_t489243024 * ___cert0, RuntimeObject* ___attrs1, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12::GetBytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS12_GetBytes_m3933153476 (PKCS12_t4101533060 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String) extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m1771540803 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___data0, String_t* ___password1, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m2089474062 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.PKCS12::get_IterationCount() extern "C" IL2CPP_METHOD_ATTR int32_t PKCS12_get_IterationCount_m626423090 (PKCS12_t4101533060 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::set_IterationCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PKCS12_set_IterationCount_m1399630158 (PKCS12_t4101533060 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeFieldHandle_t1871169219 ___fldHandle1, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.HashAlgorithm::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t HashAlgorithm_TransformBlock_m4006041779 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HashAlgorithm_TransformFinalBlock_m3005451348 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::Adjust(System.Byte[],System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void DeriveBytes_Adjust_m640796917 (DeriveBytes_t1492915135 * __this, ByteU5BU5D_t4116647657* ___a0, int32_t ___aOff1, ByteU5BU5D_t4116647657* ___b2, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::Derive(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* DeriveBytes_Derive_m408582823 (DeriveBytes_t1492915135 * __this, ByteU5BU5D_t4116647657* ___diversifier0, int32_t ___n1, const RuntimeMethod* method); // System.Void Mono.Security.X509.X501::AppendEntry(System.Text.StringBuilder,Mono.Security.ASN1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X501_AppendEntry_m2470239841 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___sb0, ASN1_t2114160832 * ___entry1, bool ___quotes2, const RuntimeMethod* method); // System.Boolean Mono.Security.ASN1::CompareValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool ASN1_CompareValue_m251306338 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF7() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF7_m1817790803 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m2882391940 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.X509Certificate::PEM(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_PEM_m1177570576 (RuntimeObject * __this /* static, unused */, String_t* ___type0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m1422015889 (CryptographicException_t248831461 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Certificate::Parse(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate_Parse_m1106379228 (X509Certificate_t489243024 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3374010885 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::Element(System.Int32,System.Byte) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ASN1_Element_m2680269109 (ASN1_t2114160832 * __this, int32_t ___index0, uint8_t ___anTag1, const RuntimeMethod* method); // System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR String_t* X501_ToString_m4186311521 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___seq0, const RuntimeMethod* method); // System.DateTime Mono.Security.ASN1Convert::ToDateTime(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 ASN1Convert_ToDateTime_m3103388320 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___time0, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t ASN1_get_Length_m1923878580 (ASN1_t2114160832 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509ExtensionCollection::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void X509ExtensionCollection__ctor_m3315097415 (X509ExtensionCollection_t609554708 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.X509Certificate::GetUnsignedBigInteger(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_GetUnsignedBigInteger_m1025066663 (X509Certificate_t489243024 * __this, ByteU5BU5D_t4116647657* ___integer0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m1139102382 (DSACryptoServiceProvider_t3992668923 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_ASCII_m3595602635 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m3406607758 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Convert_FromBase64String_m3685135396 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void CollectionBase__ctor_m3343513710 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.CollectionBase::get_InnerList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * CollectionBase_get_InnerList_m132195395 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::.ctor(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator__ctor_m3747779152 (X509CertificateEnumerator_t3515934697 * __this, X509CertificateCollection_t1542168549 * ___mappings0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m4063101981 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Byte) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m2532412511 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Extension::WriteLine(System.Text.StringBuilder,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void X509Extension_WriteLine_m1400196767 (X509Extension_t3173393652 * __this, StringBuilder_t * ___sb0, int32_t ___n1, int32_t ___pos2, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509ExtensionCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509ExtensionCollection__ctor_m2416193357 (X509ExtensionCollection_t609554708 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Extension::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void X509Extension__ctor_m1750445243 (X509Extension_t3173393652 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::.ctor() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_m202236734 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m2907601956 (Stack_t2329662280 * __this, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringReader__ctor_m126993932 (StringReader_t3465604688 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser/IContentHandler) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_m2140493703 (SmallXmlParser_t973787839 * __this, TextReader_t283511965 * ___input0, RuntimeObject* ___handler1, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement__ctor_m6516005 (SecurityElement_t1046076091 * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_AddChild_m1606852781 (SecurityElement_t1046076091 * __this, SecurityElement_t1046076091 * ___child0, const RuntimeMethod* method); // System.String System.Security.SecurityElement::Escape(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_m1342311983 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_AddAttribute_m311510562 (SecurityElement_t1046076091 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::set_Text(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_set_Text_m3975773934 (SecurityElement_t1046076091 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2367297767 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::.ctor() extern "C" IL2CPP_METHOD_ATTR void AttrListImpl__ctor_m3844427077 (AttrListImpl_t567962447 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParserException::.ctor(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParserException__ctor_m1976648878 (SmallXmlParserException_t1329648272 * __this, String_t* ___msg0, int32_t ___line1, int32_t ___column2, const RuntimeMethod* method); // System.Exception Mono.Xml.SmallXmlParser::Error(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_Error_m3899025466 (SmallXmlParser_t973787839 * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_m57882613 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_m4243606597 (SmallXmlParser_t973787839 * __this, bool ___expected0, const RuntimeMethod* method); // System.Int32 Mono.Xml.SmallXmlParser::Read() extern "C" IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Read_m3485223434 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.SmallXmlParser::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Peek_m1303779789 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.SmallXmlParser::IsWhitespace(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool SmallXmlParser_IsWhitespace_m156831381 (SmallXmlParser_t973787839 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Exception Mono.Xml.SmallXmlParser::UnexpectedEndError() extern "C" IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_UnexpectedEndError_m1914362401 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadReference() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadReference_m1750252339 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m1410065908 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean Mono.Xml.SmallXmlParser::IsNameChar(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool SmallXmlParser_IsNameChar_m2946368541 (SmallXmlParser_t973787839 * __this, Il2CppChar ___c0, bool ___start1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m860434552 (String_t* __this, CharU5BU5D_t3528271667* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadContent() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadContent_m1631445300 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::HandleBufferedContent() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_HandleBufferedContent_m3185158999 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Cleanup() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_Cleanup_m2310464878 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Clear() extern "C" IL2CPP_METHOD_ATTR void AttrListImpl_Clear_m2260362286 (AttrListImpl_t567962447 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::HandleWhitespaces() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_HandleWhitespaces_m549588711 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.String Mono.Xml.SmallXmlParser::ReadName() extern "C" IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadName_m3409228522 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Expect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_Expect_m674880652 (SmallXmlParser_t973787839 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadCDATASection() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCDATASection_m138715165 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadComment() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadComment_m1578426707 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_m990960618 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.String Mono.Xml.SmallXmlParser::ReadUntil(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadUntil_m2715581630 (SmallXmlParser_t973787839 * __this, Il2CppChar ___until0, bool ___handleReferences1, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadAttribute(Mono.Xml.SmallXmlParser/AttrListImpl) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadAttribute_m3518350607 (SmallXmlParser_t973787839 * __this, AttrListImpl_t567962447 * ___a0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadCharacters() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCharacters_m3318286261 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.SmallXmlParser::ReadCharacterReference() extern "C" IL2CPP_METHOD_ATTR int32_t SmallXmlParser_ReadCharacterReference_m548953186 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void AttrListImpl_Add_m3378108236 (AttrListImpl_t567962447 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m3298527747 (SystemException_t176217640 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.__Il2CppComObject::Finalize() extern "C" IL2CPP_METHOD_ATTR void __Il2CppComObject_Finalize_m2923638372 (Il2CppComObject * __this, const RuntimeMethod* method); // System.Void System.Exception::set_HResult(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Exception_set_HResult_m3489164646 (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m1515048899 (SystemException_t176217640 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.ActivationContext::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ActivationContext_Dispose_m2038725770 (ActivationContext_t976916018 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m2597605935 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Object[],System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3736402505 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, ObjectU5BU5D_t2843939325* ___args1, ObjectU5BU5D_t2843939325* ___activationAttributes2, const RuntimeMethod* method); // System.Reflection.Binder System.Reflection.Binder::get_DefaultBinder() extern "C" IL2CPP_METHOD_ATTR Binder_t2999457153 * Binder_get_DefaultBinder_m950908649 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m2998273980 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___args3, CultureInfo_t4157843068 * ___culture4, ObjectU5BU5D_t2843939325* ___activationAttributes5, const RuntimeMethod* method); // System.Void System.Activator::CheckType(System.Type) extern "C" IL2CPP_METHOD_ATTR void Activator_CheckType_m2787213785 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m3108065642 (Type_t * __this, const RuntimeMethod* method); // System.Object System.Activator::CreateInstanceInternal(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstanceInternal_m1337209899 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.MissingMethodException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m3234469579 (MissingMethodException_t1274661534 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Activator::CheckAbstractType(System.Type) extern "C" IL2CPP_METHOD_ATTR void Activator_CheckAbstractType_m2015247896 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsMarshalByRef() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsMarshalByRef_m1681525688 (Type_t * __this, const RuntimeMethod* method); // System.String Locale::GetText(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m1601577974 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Activation.ActivationServices::CreateProxyFromAttributes(System.Type,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ActivationServices_CreateProxyFromAttributes_m3864561181 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, ObjectU5BU5D_t2843939325* ___activationAttributes1, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.MonoType::GetDefaultConstructor() extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * MonoType_GetDefaultConstructor_m1616852582 (MonoType_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsPublic() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m2180846589 (MethodBase_t * __this, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m1195697116 (Type_t * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method); // System.Void System.MissingMethodException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m41689610 (MissingMethodException_t1274661534 * __this, String_t* ___className0, String_t* ___methodName1, const RuntimeMethod* method); // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m4089836896 (ConstructorInfo_t5769829 * __this, ObjectU5BU5D_t2843939325* ___parameters0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsAbstract() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m1120089130 (Type_t * __this, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m3039543187 (MarshalByRefObject_t2760389100 * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___a0, Delegate_t1188392813 * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___source0, Delegate_t1188392813 * ___value1, const RuntimeMethod* method); // System.AppDomain System.AppDomain::getCurDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_getCurDomain_m1005431575 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Reflection.Assembly[] System.AppDomain::GetAssemblies(System.Boolean) extern "C" IL2CPP_METHOD_ATTR AssemblyU5BU5D_t2792222854* AppDomain_GetAssemblies_m3792590914 (AppDomain_t1571427825 * __this, bool ___refOnly0, const RuntimeMethod* method); // System.Reflection.Assembly System.AppDomain::Load(System.Reflection.AssemblyName,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_m658415838 (AppDomain_t1571427825 * __this, AssemblyName_t270931938 * ___assemblyRef0, Evidence_t2008144148 * ___assemblySecurity1, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m4072373679 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_CodeBase() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_CodeBase_m3370349098 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::LoadFrom(System.String,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadFrom_m3943705766 (RuntimeObject * __this /* static, unused */, String_t* ___assemblyFile0, Evidence_t2008144148 * ___securityEvidence1, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_FullName_m3351492191 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Reflection.Assembly System.AppDomain::LoadAssembly(System.String,System.Security.Policy.Evidence,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_LoadAssembly_m1557889794 (AppDomain_t1571427825 * __this, String_t* ___assemblyRef0, Evidence_t2008144148 * ___securityEvidence1, bool ___refOnly2, const RuntimeMethod* method); // System.Void System.IO.FileNotFoundException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_m1953317719 (FileNotFoundException_t225391025 * __this, String_t* ___message0, String_t* ___fileName1, const RuntimeMethod* method); // System.String Mono.Security.Uri::get_LocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m3693494488 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.Version System.Reflection.AssemblyName::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * AssemblyName_get_Version_m538083430 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Void System.Version::.ctor() extern "C" IL2CPP_METHOD_ATTR void Version__ctor_m872301635 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Boolean System.Version::op_Inequality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Inequality_m1696193441 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * ___v10, Version_t3456873960 * ___v21, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Reflection.AssemblyName::get_CultureInfo() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * AssemblyName_get_CultureInfo_m3135152423 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Byte[] System.Reflection.AssemblyName::GetPublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_GetPublicKeyToken_m741436902 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Reflection.Assembly System.AppDomain::Load(System.String,System.Security.Policy.Evidence,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_m2969998014 (AppDomain_t1571427825 * __this, String_t* ___assemblyString0, Evidence_t2008144148 * ___assemblySecurity1, bool ___refonly2, const RuntimeMethod* method); // System.Guid System.Guid::NewGuid() extern "C" IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m923091018 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Guid::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m3279186591 (Guid_t * __this, const RuntimeMethod* method); // System.String System.AppDomain::InternalGetProcessGuid(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* AppDomain_InternalGetProcessGuid_m1352630171 (RuntimeObject * __this /* static, unused */, String_t* ___newguid0, const RuntimeMethod* method); // System.String System.AppDomain::getFriendlyName() extern "C" IL2CPP_METHOD_ATTR String_t* AppDomain_getFriendlyName_m248495153 (AppDomain_t1571427825 * __this, const RuntimeMethod* method); // System.String System.Reflection.Emit.TypeBuilder::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_FullName_m420272554 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Delegate[] System.MulticastDelegate::GetInvocationList() extern "C" IL2CPP_METHOD_ATTR DelegateU5BU5D_t1703627840* MulticastDelegate_GetInvocationList_m4256593605 (MulticastDelegate_t * __this, const RuntimeMethod* method); // System.Void System.ResolveEventArgs::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ResolveEventArgs__ctor_m1455935166 (ResolveEventArgs_t1779456501 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Reflection.Assembly System.ResolveEventHandler::Invoke(System.Object,System.ResolveEventArgs) extern "C" IL2CPP_METHOD_ATTR Assembly_t * ResolveEventHandler_Invoke_m1337322179 (ResolveEventHandler_t2775508208 * __this, RuntimeObject * ___sender0, ResolveEventArgs_t1779456501 * ___args1, const RuntimeMethod* method); // System.Void System.AppDomainInitializer::Invoke(System.String[]) extern "C" IL2CPP_METHOD_ATTR void AppDomainInitializer_Invoke_m1036878490 (AppDomainInitializer_t682969308 * __this, StringU5BU5D_t1281789340* ___args0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1406832249 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m2499432361 (Exception_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Boolean System.ArgIterator::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ArgIterator_Equals_m4289772452 (ArgIterator_t539591376 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Int32 System.IntPtr::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m3588219647 (intptr_t* __this, const RuntimeMethod* method); // System.Int32 System.ArgIterator::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t ArgIterator_GetHashCode_m2630206016 (ArgIterator_t539591376 * __this, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4132668650 (SystemException_t176217640 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m3155282843 (SerializationInfo_t950877179 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Exception::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m3320461627 (Exception_t * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m1103241326 (Exception_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3200406061 (ArgumentException_t132251570 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.String System.ArgumentException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* ArgumentException_get_Message_m520762021 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ArgumentException_GetObjectData_m4122729010 (ArgumentException_t132251570 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m3408750441 (IndexOutOfRangeException_t1578797820 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m3448755881 (RuntimeArray * __this, const RuntimeMethod* method); // System.Object System.Array::GetValueImpl(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValueImpl_m3048550958 (RuntimeArray * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Void System.Array::SetValueImpl(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValueImpl_m2791230289 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___pos1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Int32 System.Array::GetLowerBound(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_m2045984623 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Void System.RankException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void RankException__ctor_m2226473861 (RankException_t3812021567 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m1397037629 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Int32 System.Array::GetLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetLength_m2178203778 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.Array::GetRank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetRank_m2893148338 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Array/SimpleEnumerator::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void SimpleEnumerator__ctor_m353509656 (SimpleEnumerator_t433892249 * __this, RuntimeArray * ___arrayToEnumerate0, const RuntimeMethod* method); // System.Int32 System.Array::GetUpperBound(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetUpperBound_m4018715963 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m120423883 (RuntimeArray * __this, Int32U5BU5D_t385246372* ___indices0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m2528546681 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m352525925 (RuntimeArray * __this, int32_t ___index10, int32_t ___index21, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m793801589 (RuntimeArray * __this, int32_t ___index10, int32_t ___index21, int32_t ___index32, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412255035 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m1804138688 (RuntimeArray * __this, RuntimeObject * ___value0, Int32U5BU5D_t385246372* ___indices1, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2175520447 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, Int32U5BU5D_t385246372* ___lengths1, const RuntimeMethod* method); // System.Void System.TypeLoadException::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m1802671078 (TypeLoadException_t3707937253 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsSystemType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsSystemType_m624798880 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::Equals(System.Type) extern "C" IL2CPP_METHOD_ATTR bool Type_Equals_m709225487 (Type_t * __this, Type_t * ___o0, const RuntimeMethod* method); // System.Array System.Array::CreateInstanceImpl(System.Type,System.Int32[],System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstanceImpl_m1073152296 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, Int32U5BU5D_t385246372* ___lengths1, Int32U5BU5D_t385246372* ___bounds2, const RuntimeMethod* method); // System.Int32[] System.Array::GetIntArray(System.Int64[]) extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* Array_GetIntArray_m1205726566 (RuntimeObject * __this /* static, unused */, Int64U5BU5D_t2559172825* ___values0, const RuntimeMethod* method); // System.Int32 System.Array::DoBinarySearch(System.Array,System.Int32,System.Int32,System.Object,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR int32_t Array_DoBinarySearch_m3657328456 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject * ___value3, RuntimeObject* ___comparer4, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1685032583 (InvalidOperationException_t56020091 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Array::ClearInternal(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_ClearInternal_m532048538 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___a0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Boolean System.Array::FastCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Array_FastCopy_m1662204957 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___source0, int32_t ___source_idx1, RuntimeArray * ___dest2, int32_t ___dest_idx3, int32_t ___length4, const RuntimeMethod* method); // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m1807554410 (InvalidCastException_t3927145244 * __this, const RuntimeMethod* method); // System.Void System.ArrayTypeMismatchException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArrayTypeMismatchException__ctor_m231257638 (ArrayTypeMismatchException_t2342549375 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(System.Array,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_m2805394078 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // System.Int32 System.Array::LastIndexOf(System.Array,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_LastIndexOf_m3999123122 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, const RuntimeMethod* method); // System.Int32 System.Array::LastIndexOf(System.Array,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_LastIndexOf_m707980579 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Void System.Array/Swapper::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Swapper__ctor_m3019156154 (Swapper_t2822380397 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Array/Swapper System.Array::get_swapper(System.Array) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_m3428716670 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Array/Swapper::Invoke(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Swapper_Invoke_m2596472750 (Swapper_t2822380397 * __this, int32_t ___i0, int32_t ___j1, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array,System.Array,System.Int32,System.Int32,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m2934663614 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___keys0, RuntimeArray * ___items1, int32_t ___index2, int32_t ___length3, RuntimeObject* ___comparer4, const RuntimeMethod* method); // System.Void System.RankException::.ctor() extern "C" IL2CPP_METHOD_ATTR void RankException__ctor_m4082747811 (RankException_t3812021567 * __this, const RuntimeMethod* method); // System.Void System.Array::combsort(System.Double[],System.Int32,System.Int32,System.Array/Swapper) extern "C" IL2CPP_METHOD_ATTR void Array_combsort_m3017221499 (RuntimeObject * __this /* static, unused */, DoubleU5BU5D_t3413330114* ___array0, int32_t ___start1, int32_t ___size2, Swapper_t2822380397 * ___swap_items3, const RuntimeMethod* method); // System.Void System.Array::combsort(System.Int32[],System.Int32,System.Int32,System.Array/Swapper) extern "C" IL2CPP_METHOD_ATTR void Array_combsort_m4052486289 (RuntimeObject * __this /* static, unused */, Int32U5BU5D_t385246372* ___array0, int32_t ___start1, int32_t ___size2, Swapper_t2822380397 * ___swap_items3, const RuntimeMethod* method); // System.Void System.Array::combsort(System.Char[],System.Int32,System.Int32,System.Array/Swapper) extern "C" IL2CPP_METHOD_ATTR void Array_combsort_m2745184932 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___array0, int32_t ___start1, int32_t ___size2, Swapper_t2822380397 * ___swap_items3, const RuntimeMethod* method); // System.Void System.Array::qsort(System.Array,System.Array,System.Int32,System.Int32,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_qsort_m3156569874 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___keys0, RuntimeArray * ___items1, int32_t ___low02, int32_t ___high03, RuntimeObject* ___comparer4, const RuntimeMethod* method); // System.Int32 System.Array::new_gap(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_new_gap_m262136975 (RuntimeObject * __this /* static, unused */, int32_t ___gap0, const RuntimeMethod* method); // System.Int32 System.Array::compare(System.Object,System.Object,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR int32_t Array_compare_m2837221808 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value10, RuntimeObject * ___value21, RuntimeObject* ___comparer2, const RuntimeMethod* method); // System.Void System.Array::swap(System.Array,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_swap_m547389985 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___keys0, RuntimeArray * ___items1, int32_t ___i2, int32_t ___j3, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.AssemblyLoadEventHandler::Invoke(System.Object,System.AssemblyLoadEventArgs) extern "C" IL2CPP_METHOD_ATTR void AssemblyLoadEventHandler_Invoke_m1462077361 (AssemblyLoadEventHandler_t107971893 * __this, RuntimeObject * ___sender0, AssemblyLoadEventArgs_t2792010465 * ___args1, const RuntimeMethod* method); // System.Void System.AsyncCallback::Invoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback_Invoke_m3156993048 (AsyncCallback_t3962456242 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method); // System.Attribute System.Attribute::GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Attribute_t861562559 * Attribute_GetCustomAttribute_m1244111375 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Void System.Attribute::CheckParameters(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void Attribute_CheckParameters_m456532822 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Attribute System.MonoCustomAttrs::GetCustomAttribute(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Attribute_t861562559 * MonoCustomAttrs_GetCustomAttribute_m1568487577 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Assembly,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m1931692115 (RuntimeObject * __this /* static, unused */, Assembly_t * ___element0, bool ___inherit1, const RuntimeMethod* method); // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m2797989819 (RuntimeObject * __this /* static, unused */, Assembly_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributes_m1347331976 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributes_m1775925192 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, bool ___inherit1, const RuntimeMethod* method); // System.Int32 System.Object::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m2705121830 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Attribute::IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m3355705882 (RuntimeObject * __this /* static, unused */, ParameterInfo_t1861056598 * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Boolean System.Attribute::IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m1430686743 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Boolean System.MonoCustomAttrs::IsDefined(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefined_m2996012389 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Boolean System.ValueType::DefaultEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool ValueType_DefaultEquals_m2927252100 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_CurrentCulture_m1632690660 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m1881875187 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method); // System.Type System.Exception::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Exception_GetType_m2227967756 (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2989139009 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3016532472 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Exception System.Exception::get_InnerException() extern "C" IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m3836775 (Exception_t * __this, const RuntimeMethod* method); // System.Boolean System.BitConverter::DoubleWordsAreSwapped() extern "C" IL2CPP_METHOD_ATTR bool BitConverter_DoubleWordsAreSwapped_m1474345095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.BitConverter::AmILittleEndian() extern "C" IL2CPP_METHOD_ATTR bool BitConverter_AmILittleEndian_m4092412670 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Double) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m3693159656 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Int64 System.BitConverter::ToInt64(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t BitConverter_ToInt64_m349022421 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m2120707223 (RuntimeObject * __this /* static, unused */, uint8_t* ___ptr0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.BitConverter::PutBytes(System.Byte*,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BitConverter_PutBytes_m2614286581 (RuntimeObject * __this /* static, unused */, uint8_t* ___dst0, ByteU5BU5D_t4116647657* ___src1, int32_t ___start_index2, int32_t ___count3, const RuntimeMethod* method); // System.String System.BitConverter::ToString(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* BitConverter_ToString_m3439099539 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Object System.Convert::ToType(System.Object,System.Type,System.IFormatProvider,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ToType_m2406080310 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, bool ___try_target_to_type3, const RuntimeMethod* method); // System.Object System.Boolean::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Boolean_System_IConvertible_ToType_m2078828242 (bool* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Boolean::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Boolean_System_IConvertible_ToBoolean_m422934902 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Boolean) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m306367912 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Byte System.Boolean::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Boolean_System_IConvertible_ToByte_m3917074947 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Boolean::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Boolean_System_IConvertible_ToChar_m4279513009 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Boolean::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Boolean_System_IConvertible_ToDateTime_m603510836 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m2233265097 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Decimal System.Boolean::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Boolean_System_IConvertible_ToDecimal_m3176932461 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Boolean) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m954895424 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Double System.Boolean::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Boolean_System_IConvertible_ToDouble_m2859188631 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m3324557887 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Int16 System.Boolean::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Boolean_System_IConvertible_ToInt16_m973746887 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2100527582 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Boolean::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_System_IConvertible_ToInt32_m1127498050 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2812720657 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Int64 System.Boolean::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Boolean_System_IConvertible_ToInt64_m2059204559 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m3284376536 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.SByte System.Boolean::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Boolean_System_IConvertible_ToSByte_m806999 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Boolean) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m1386109941 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Single System.Boolean::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Boolean_System_IConvertible_ToSingle_m1524606222 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Boolean) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3116648921 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.UInt16 System.Boolean::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Boolean_System_IConvertible_ToUInt16_m3465173538 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Boolean) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m835119716 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.UInt32 System.Boolean::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Boolean_System_IConvertible_ToUInt32_m2723177447 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Boolean) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m2343585091 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.UInt64 System.Boolean::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Boolean_System_IConvertible_ToUInt64_m1739877596 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Boolean::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_CompareTo_m3665076258 (bool* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Boolean::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Equals_m2410333903 (bool* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Boolean::CompareTo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_CompareTo_m3774767002 (bool* __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Boolean::Equals(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Equals_m535526264 (bool* __this, bool ___obj0, const RuntimeMethod* method); // System.Int32 System.Boolean::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m3167312162 (bool* __this, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1293271421 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t4157843068 * ___culture3, const RuntimeMethod* method); // System.String System.Boolean::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m2664721875 (bool* __this, const RuntimeMethod* method); // System.TypeCode System.Boolean::GetTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_GetTypeCode_m403835824 (bool* __this, const RuntimeMethod* method); // System.String System.Boolean::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m663098404 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Buffer::ByteLengthInternal(System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Buffer_ByteLengthInternal_m1388208719 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Boolean System.Buffer::BlockCopyInternal(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Buffer_BlockCopyInternal_m418318694 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___src_offset1, RuntimeArray * ___dest2, int32_t ___dest_offset3, int32_t ___count4, const RuntimeMethod* method); // System.Int32 System.Buffer::ByteLength(System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Buffer_ByteLength_m2639516074 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Object System.Byte::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Byte_System_IConvertible_ToType_m2251112646 (uint8_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2984378204 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Boolean System.Byte::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Byte_System_IConvertible_ToBoolean_m2888023769 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Byte::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_System_IConvertible_ToByte_m162267264 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Byte::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Byte_System_IConvertible_ToChar_m2173687830 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Byte::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Byte_System_IConvertible_ToDateTime_m3654084722 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Byte) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m3209124080 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Decimal System.Byte::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Byte_System_IConvertible_ToDecimal_m3746192770 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Byte) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m3124823876 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Double System.Byte::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Byte_System_IConvertible_ToDouble_m1540319472 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Byte) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m701474428 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Int16 System.Byte::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Byte_System_IConvertible_ToInt16_m4136764794 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2505564049 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Int32 System.Byte::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_System_IConvertible_ToInt32_m3495522413 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Byte) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m395638860 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Int64 System.Byte::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Byte_System_IConvertible_ToInt64_m285584218 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m717245755 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.SByte System.Byte::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Byte_System_IConvertible_ToSByte_m1869482168 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Byte) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m2769033141 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Single System.Byte::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Byte_System_IConvertible_ToSingle_m324484566 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m4064261444 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Byte::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Byte_System_IConvertible_ToUInt16_m1879180133 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m360864467 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Byte::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Byte_System_IConvertible_ToUInt32_m1049546902 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m2652538228 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Byte::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Byte_System_IConvertible_ToUInt64_m371883985 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Byte::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m4285128861 (uint8_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Byte::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Byte_Equals_m1161982810 (uint8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Byte::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Byte_GetHashCode_m850171870 (uint8_t* __this, const RuntimeMethod* method); // System.Int32 System.Byte::CompareTo(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m4207847027 (uint8_t* __this, uint8_t ___value0, const RuntimeMethod* method); // System.Boolean System.Byte::Equals(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Byte_Equals_m2522165325 (uint8_t* __this, uint8_t ___obj0, const RuntimeMethod* method); // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m3200377149 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.UInt32 System.UInt32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m3755665066 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m694321376 (OverflowException_t2020128637 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Byte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Byte_TryParse_m1467448483 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint8_t* ___result3, const RuntimeMethod* method); // System.Boolean System.UInt32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32&) extern "C" IL2CPP_METHOD_ATTR bool UInt32_TryParse_m535404612 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint32_t* ___result3, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.Int32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m1790947760 (RuntimeObject * __this /* static, unused */, int32_t ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method); // System.String System.Byte::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m721125428 (uint8_t* __this, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m2335342258 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.String,System.Byte,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m3726402804 (RuntimeObject * __this /* static, unused */, String_t* ___format0, uint8_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method); // System.TypeCode System.Byte::GetTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t Byte_GetTypeCode_m2904856296 (uint8_t* __this, const RuntimeMethod* method); // System.Void System.Char::GetDataTablePointers(System.Byte*&,System.Byte*&,System.Double*&,System.UInt16*&,System.UInt16*&,System.UInt16*&,System.UInt16*&) extern "C" IL2CPP_METHOD_ATTR void Char_GetDataTablePointers_m754571594 (RuntimeObject * __this /* static, unused */, uint8_t** ___category_data0, uint8_t** ___numeric_data1, double** ___numeric_data_values2, uint16_t** ___to_lower_data_low3, uint16_t** ___to_lower_data_high4, uint16_t** ___to_upper_data_low5, uint16_t** ___to_upper_data_high6, const RuntimeMethod* method); // System.Object System.Char::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Char_System_IConvertible_ToType_m4138905176 (Il2CppChar* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Char::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Char_System_IConvertible_ToBoolean_m309214875 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Char) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m143827699 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.Byte System.Char::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Char_System_IConvertible_ToByte_m2347554595 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Char::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_System_IConvertible_ToChar_m3578899883 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Char::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Char_System_IConvertible_ToDateTime_m3564102661 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Char::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Char_System_IConvertible_ToDecimal_m3534906463 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Char::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Char_System_IConvertible_ToDouble_m3575321888 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Char) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m3018161032 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int16 System.Char::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Char_System_IConvertible_ToInt16_m975497224 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1876369743 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int32 System.Char::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Char_System_IConvertible_ToInt32_m1777243200 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Char) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3122543124 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int64 System.Char::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Char_System_IConvertible_ToInt64_m1630543716 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Char) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m1350241137 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.SByte System.Char::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Char_System_IConvertible_ToSByte_m973063527 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Char::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Char_System_IConvertible_ToSingle_m2690985411 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Char) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m2952781888 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.UInt16 System.Char::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Char_System_IConvertible_ToUInt16_m2449138174 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Char) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m3188121845 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.UInt32 System.Char::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Char_System_IConvertible_ToUInt32_m3901815580 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Char) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m3102114524 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.UInt64 System.Char::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Char_System_IConvertible_ToUInt64_m3536560782 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Char::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Char_CompareTo_m42489266 (Il2CppChar* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Char::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Char_Equals_m1279957088 (Il2CppChar* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Char::CompareTo(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Char_CompareTo_m1035527789 (Il2CppChar* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Boolean System.Char::Equals(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_Equals_m198757577 (Il2CppChar* __this, Il2CppChar ___obj0, const RuntimeMethod* method); // System.Int32 System.Char::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetHashCode_m2163065211 (Il2CppChar* __this, const RuntimeMethod* method); // System.Void System.Char::CheckParameter(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Char_CheckParameter_m4114020212 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m3646673943 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m3494175785 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Char System.Char::ToLowerInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLowerInvariant_m1926695830 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m1262864254 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method); // System.String System.Char::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m278452217 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.TypeCode System.Char::GetTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetTypeCode_m2433327340 (Il2CppChar* __this, const RuntimeMethod* method); // System.Char System.CharEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Il2CppChar CharEnumerator_get_Current_m525608209 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method); // System.Void System.CharEnumerator::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CharEnumerator__ctor_m3465358752 (CharEnumerator_t1121470421 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::ThrowNewArgumentOutOfRangeException(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888 (RuntimeObject * __this /* static, unused */, String_t* ___name0, RuntimeObject * ___actual1, String_t* ___message2, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_EnsureCapacity_m3016383533 (ArrayList_t2718874744 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) #define Array_IndexOf_TisRuntimeObject_m828474689(__this /* static, unused */, p0, p1, p2, p3, method) (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m828474689_gshared)(__this /* static, unused */, p0, p1, p2, p3, method) // System.Void System.Collections.ArrayList::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_Shift_m395607654 (ArrayList_t2718874744 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList/SimpleEnumerator::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void SimpleEnumerator__ctor_m917940076 (SimpleEnumerator_t4287166116 * __this, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Int32,System.Int32) #define Array_Sort_TisRuntimeObject_m440635289(__this /* static, unused */, p0, p1, p2, method) (( void (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, int32_t, int32_t, const RuntimeMethod*))Array_Sort_TisRuntimeObject_m440635289_gshared)(__this /* static, unused */, p0, p1, p2, method) // System.Void System.Array::Sort(System.Array,System.Int32,System.Int32,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m182264525 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2750085942 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Object[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m2075768692 (ArrayList_t2718874744 * __this, ObjectU5BU5D_t2843939325* ___array0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m4164965325 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper__ctor_m3368338124 (SynchronizedArrayListWrapper_t2283757095 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList/ReadOnlyArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyArrayListWrapper__ctor_m1527708879 (ReadOnlyArrayListWrapper_t3401315650 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList/ArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper__ctor_m970192266 (ArrayListWrapper_t240606758 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method); // System.Int32 System.Collections.ArrayList/ArrayListWrapper::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_get_Capacity_m51087796 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper__ctor_m3150386652 (FixedSizeArrayListWrapper_t220909481 * __this, ArrayList_t2718874744 * ___innerList0, const RuntimeMethod* method); // System.String System.Collections.ArrayList/ReadOnlyArrayListWrapper::get_ErrorMessage() extern "C" IL2CPP_METHOD_ATTR String_t* ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994 (ReadOnlyArrayListWrapper_t3401315650 * __this, 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 // System.Void Mono.Security.PKCS7/ContentInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m28146633 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo__ctor_m28146633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ASN1_t2114160832 * L_0 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_0, (uint8_t)((int32_t)160), /*hidden argument*/NULL); __this->set_content_1(L_0); return; } } // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m3072134336 (ContentInfo_t3218159895 * __this, String_t* ___oid0, const RuntimeMethod* method) { { ContentInfo__ctor_m28146633(__this, /*hidden argument*/NULL); String_t* L_0 = ___oid0; __this->set_contentType_0(L_0); return; } } // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m1888388023 (ContentInfo_t3218159895 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo__ctor_m1888388023_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___data0; ASN1_t2114160832 * L_1 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m1601690794(L_1, L_0, /*hidden argument*/NULL); ContentInfo__ctor_m2639021892(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void ContentInfo__ctor_m2639021892 (ContentInfo_t3218159895 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo__ctor_m2639021892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ASN1_t2114160832 * L_0 = ___asn10; NullCheck(L_0); uint8_t L_1 = ASN1_get_Tag_m1032367219(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48))))) { goto IL_002b; } } { ASN1_t2114160832 * L_2 = ___asn10; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3580979881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)1))) { goto IL_0036; } } { ASN1_t2114160832 * L_4 = ___asn10; NullCheck(L_4); int32_t L_5 = ASN1_get_Count_m3580979881(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)2))) { goto IL_0036; } } IL_002b: { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, _stringLiteral532208778, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ContentInfo__ctor_m2639021892_RuntimeMethod_var); } IL_0036: { ASN1_t2114160832 * L_7 = ___asn10; NullCheck(L_7); ASN1_t2114160832 * L_8 = ASN1_get_Item_m3901126023(L_7, 0, /*hidden argument*/NULL); NullCheck(L_8); uint8_t L_9 = ASN1_get_Tag_m1032367219(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)6))) { goto IL_0053; } } { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, _stringLiteral2231488616, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,ContentInfo__ctor_m2639021892_RuntimeMethod_var); } IL_0053: { ASN1_t2114160832 * L_11 = ___asn10; NullCheck(L_11); ASN1_t2114160832 * L_12 = ASN1_get_Item_m3901126023(L_11, 0, /*hidden argument*/NULL); String_t* L_13 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); __this->set_contentType_0(L_13); ASN1_t2114160832 * L_14 = ___asn10; NullCheck(L_14); int32_t L_15 = ASN1_get_Count_m3580979881(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) <= ((int32_t)1))) { goto IL_009f; } } { ASN1_t2114160832 * L_16 = ___asn10; NullCheck(L_16); ASN1_t2114160832 * L_17 = ASN1_get_Item_m3901126023(L_16, 1, /*hidden argument*/NULL); NullCheck(L_17); uint8_t L_18 = ASN1_get_Tag_m1032367219(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)((int32_t)160)))) { goto IL_0092; } } { ArgumentException_t132251570 * L_19 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_19, _stringLiteral825954302, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,ContentInfo__ctor_m2639021892_RuntimeMethod_var); } IL_0092: { ASN1_t2114160832 * L_20 = ___asn10; NullCheck(L_20); ASN1_t2114160832 * L_21 = ASN1_get_Item_m3901126023(L_20, 1, /*hidden argument*/NULL); __this->set_content_1(L_21); } IL_009f: { return; } } // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_ASN1() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ContentInfo_get_ASN1_m1776225219 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method) { { ASN1_t2114160832 * L_0 = ContentInfo_GetASN1_m3665489137(__this, /*hidden argument*/NULL); return L_0; } } // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_Content() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ContentInfo_get_Content_m1945593776 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method) { { ASN1_t2114160832 * L_0 = __this->get_content_1(); return L_0; } } // System.Void Mono.Security.PKCS7/ContentInfo::set_Content(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void ContentInfo_set_Content_m2745521966 (ContentInfo_t3218159895 * __this, ASN1_t2114160832 * ___value0, const RuntimeMethod* method) { { ASN1_t2114160832 * L_0 = ___value0; __this->set_content_1(L_0); return; } } // System.String Mono.Security.PKCS7/ContentInfo::get_ContentType() extern "C" IL2CPP_METHOD_ATTR String_t* ContentInfo_get_ContentType_m275324816 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_contentType_0(); return L_0; } } // System.Void Mono.Security.PKCS7/ContentInfo::set_ContentType(System.String) extern "C" IL2CPP_METHOD_ATTR void ContentInfo_set_ContentType_m3961495440 (ContentInfo_t3218159895 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_contentType_0(L_0); return; } } // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::GetASN1() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * ContentInfo_GetASN1_m3665489137 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo_GetASN1_m3665489137_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160832 * V_0 = NULL; { ASN1_t2114160832 * L_0 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_0 = L_0; ASN1_t2114160832 * L_1 = V_0; String_t* L_2 = __this->get_contentType_0(); ASN1_t2114160832 * L_3 = ASN1Convert_FromOid_m3740816339(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); ASN1_Add_m3468571571(L_1, L_3, /*hidden argument*/NULL); ASN1_t2114160832 * L_4 = __this->get_content_1(); if (!L_4) { goto IL_0043; } } { ASN1_t2114160832 * L_5 = __this->get_content_1(); NullCheck(L_5); int32_t L_6 = ASN1_get_Count_m3580979881(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0043; } } { ASN1_t2114160832 * L_7 = V_0; ASN1_t2114160832 * L_8 = __this->get_content_1(); NullCheck(L_7); ASN1_Add_m3468571571(L_7, L_8, /*hidden argument*/NULL); } IL_0043: { ASN1_t2114160832 * L_9 = V_0; return L_9; } } #ifdef __clang__ #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 Mono.Security.PKCS7/EncryptedData::.ctor() extern "C" IL2CPP_METHOD_ATTR void EncryptedData__ctor_m3841552120 (EncryptedData_t3577548732 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__version_0((uint8_t)0); return; } } // System.Void Mono.Security.PKCS7/EncryptedData::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void EncryptedData__ctor_m2497911783 (EncryptedData_t3577548732 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedData__ctor_m2497911783_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160832 * V_0 = NULL; ASN1_t2114160832 * V_1 = NULL; ASN1_t2114160832 * V_2 = NULL; ASN1_t2114160832 * V_3 = NULL; { EncryptedData__ctor_m3841552120(__this, /*hidden argument*/NULL); ASN1_t2114160832 * L_0 = ___asn10; NullCheck(L_0); uint8_t L_1 = ASN1_get_Tag_m1032367219(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48))))) { goto IL_001f; } } { ASN1_t2114160832 * L_2 = ___asn10; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3580979881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_002a; } } IL_001f: { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral2787816553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,EncryptedData__ctor_m2497911783_RuntimeMethod_var); } IL_002a: { ASN1_t2114160832 * L_5 = ___asn10; NullCheck(L_5); ASN1_t2114160832 * L_6 = ASN1_get_Item_m3901126023(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); uint8_t L_7 = ASN1_get_Tag_m1032367219(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0047; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral1110505755, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,EncryptedData__ctor_m2497911783_RuntimeMethod_var); } IL_0047: { ASN1_t2114160832 * L_9 = ___asn10; NullCheck(L_9); ASN1_t2114160832 * L_10 = ASN1_get_Item_m3901126023(L_9, 0, /*hidden argument*/NULL); NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = ASN1_get_Value_m1857007406(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 0; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); __this->set__version_0(L_13); ASN1_t2114160832 * L_14 = ___asn10; NullCheck(L_14); ASN1_t2114160832 * L_15 = ASN1_get_Item_m3901126023(L_14, 1, /*hidden argument*/NULL); V_0 = L_15; ASN1_t2114160832 * L_16 = V_0; NullCheck(L_16); uint8_t L_17 = ASN1_get_Tag_m1032367219(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)((int32_t)48)))) { goto IL_007b; } } { ArgumentException_t132251570 * L_18 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_18, _stringLiteral3295482658, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,EncryptedData__ctor_m2497911783_RuntimeMethod_var); } IL_007b: { ASN1_t2114160832 * L_19 = V_0; NullCheck(L_19); ASN1_t2114160832 * L_20 = ASN1_get_Item_m3901126023(L_19, 0, /*hidden argument*/NULL); V_1 = L_20; ASN1_t2114160832 * L_21 = V_1; NullCheck(L_21); uint8_t L_22 = ASN1_get_Tag_m1032367219(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)6))) { goto IL_009a; } } { ArgumentException_t132251570 * L_23 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_23, _stringLiteral2103170127, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,EncryptedData__ctor_m2497911783_RuntimeMethod_var); } IL_009a: { ASN1_t2114160832 * L_24 = V_1; String_t* L_25 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_26 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m3072134336(L_26, L_25, /*hidden argument*/NULL); __this->set__content_1(L_26); ASN1_t2114160832 * L_27 = V_0; NullCheck(L_27); ASN1_t2114160832 * L_28 = ASN1_get_Item_m3901126023(L_27, 1, /*hidden argument*/NULL); V_2 = L_28; ASN1_t2114160832 * L_29 = V_2; NullCheck(L_29); uint8_t L_30 = ASN1_get_Tag_m1032367219(L_29, /*hidden argument*/NULL); if ((((int32_t)L_30) == ((int32_t)((int32_t)48)))) { goto IL_00cb; } } { ArgumentException_t132251570 * L_31 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_31, _stringLiteral3133584213, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,EncryptedData__ctor_m2497911783_RuntimeMethod_var); } IL_00cb: { ASN1_t2114160832 * L_32 = V_2; NullCheck(L_32); ASN1_t2114160832 * L_33 = ASN1_get_Item_m3901126023(L_32, 0, /*hidden argument*/NULL); String_t* L_34 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_35 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m3072134336(L_35, L_34, /*hidden argument*/NULL); __this->set__encryptionAlgorithm_2(L_35); ContentInfo_t3218159895 * L_36 = __this->get__encryptionAlgorithm_2(); ASN1_t2114160832 * L_37 = V_2; NullCheck(L_37); ASN1_t2114160832 * L_38 = ASN1_get_Item_m3901126023(L_37, 1, /*hidden argument*/NULL); NullCheck(L_36); ContentInfo_set_Content_m2745521966(L_36, L_38, /*hidden argument*/NULL); ASN1_t2114160832 * L_39 = V_0; NullCheck(L_39); ASN1_t2114160832 * L_40 = ASN1_get_Item_m3901126023(L_39, 2, /*hidden argument*/NULL); V_3 = L_40; ASN1_t2114160832 * L_41 = V_3; NullCheck(L_41); uint8_t L_42 = ASN1_get_Tag_m1032367219(L_41, /*hidden argument*/NULL); if ((((int32_t)L_42) == ((int32_t)((int32_t)128)))) { goto IL_0117; } } { ArgumentException_t132251570 * L_43 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_43, _stringLiteral3316324514, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,EncryptedData__ctor_m2497911783_RuntimeMethod_var); } IL_0117: { ASN1_t2114160832 * L_44 = V_3; NullCheck(L_44); ByteU5BU5D_t4116647657* L_45 = ASN1_get_Value_m1857007406(L_44, /*hidden argument*/NULL); __this->set__encrypted_3(L_45); return; } } // Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::get_EncryptionAlgorithm() extern "C" IL2CPP_METHOD_ATTR ContentInfo_t3218159895 * EncryptedData_get_EncryptionAlgorithm_m1297902161 (EncryptedData_t3577548732 * __this, const RuntimeMethod* method) { { ContentInfo_t3218159895 * L_0 = __this->get__encryptionAlgorithm_2(); return L_0; } } // System.Byte[] Mono.Security.PKCS7/EncryptedData::get_EncryptedContent() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* EncryptedData_get_EncryptedContent_m4211024111 (EncryptedData_t3577548732 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedData_get_EncryptedContent_m4211024111_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get__encrypted_3(); if (L_0) { goto IL_000d; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_000d: { ByteU5BU5D_t4116647657* L_1 = __this->get__encrypted_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #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 Mono.Security.StrongName::.cctor() extern "C" IL2CPP_METHOD_ATTR void StrongName__cctor_m1246179561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongName__cctor_m1246179561_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); ((StrongName_t4093849377_StaticFields*)il2cpp_codegen_static_fields_for(StrongName_t4093849377_il2cpp_TypeInfo_var))->set_lockObject_4(L_0); ((StrongName_t4093849377_StaticFields*)il2cpp_codegen_static_fields_for(StrongName_t4093849377_il2cpp_TypeInfo_var))->set_initialized_5((bool)0); return; } } // System.Byte[] Mono.Security.StrongName::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* StrongName_get_PublicKey_m1841537984 (StrongName_t4093849377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongName_get_PublicKey_m1841537984_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { ByteU5BU5D_t4116647657* L_0 = __this->get_publicKey_1(); if (L_0) { goto IL_00f6; } } { RSA_t2385438082 * L_1 = __this->get_rsa_0(); ByteU5BU5D_t4116647657* L_2 = CryptoConvert_ToCapiKeyBlob_m3371450375(NULL /*static, unused*/, L_1, (bool)0, /*hidden argument*/NULL); V_0 = L_2; RSA_t2385438082 * L_3 = __this->get_rsa_0(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_3); __this->set_publicKey_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)32), (int32_t)((int32_t)((int32_t)L_4>>(int32_t)3))))))); ByteU5BU5D_t4116647657* L_5 = __this->get_publicKey_1(); ByteU5BU5D_t4116647657* L_6 = V_0; NullCheck(L_6); int32_t L_7 = 4; uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (uint8_t)L_8); ByteU5BU5D_t4116647657* L_9 = __this->get_publicKey_1(); ByteU5BU5D_t4116647657* L_10 = V_0; NullCheck(L_10); int32_t L_11 = 5; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck(L_9); (L_9)->SetAt(static_cast(1), (uint8_t)L_12); ByteU5BU5D_t4116647657* L_13 = __this->get_publicKey_1(); ByteU5BU5D_t4116647657* L_14 = V_0; NullCheck(L_14); int32_t L_15 = 6; uint8_t L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck(L_13); (L_13)->SetAt(static_cast(2), (uint8_t)L_16); ByteU5BU5D_t4116647657* L_17 = __this->get_publicKey_1(); ByteU5BU5D_t4116647657* L_18 = V_0; NullCheck(L_18); int32_t L_19 = 7; uint8_t L_20 = (L_18)->GetAt(static_cast(L_19)); NullCheck(L_17); (L_17)->SetAt(static_cast(3), (uint8_t)L_20); ByteU5BU5D_t4116647657* L_21 = __this->get_publicKey_1(); NullCheck(L_21); (L_21)->SetAt(static_cast(4), (uint8_t)4); ByteU5BU5D_t4116647657* L_22 = __this->get_publicKey_1(); NullCheck(L_22); (L_22)->SetAt(static_cast(5), (uint8_t)((int32_t)128)); ByteU5BU5D_t4116647657* L_23 = __this->get_publicKey_1(); NullCheck(L_23); (L_23)->SetAt(static_cast(6), (uint8_t)0); ByteU5BU5D_t4116647657* L_24 = __this->get_publicKey_1(); NullCheck(L_24); (L_24)->SetAt(static_cast(7), (uint8_t)0); ByteU5BU5D_t4116647657* L_25 = __this->get_publicKey_1(); NullCheck(L_25); ByteU5BU5D_t4116647657* L_26 = BitConverterLE_GetBytes_m4130646282(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))), (int32_t)((int32_t)12))), /*hidden argument*/NULL); V_1 = L_26; ByteU5BU5D_t4116647657* L_27 = __this->get_publicKey_1(); ByteU5BU5D_t4116647657* L_28 = V_1; NullCheck(L_28); int32_t L_29 = 0; uint8_t L_30 = (L_28)->GetAt(static_cast(L_29)); NullCheck(L_27); (L_27)->SetAt(static_cast(8), (uint8_t)L_30); ByteU5BU5D_t4116647657* L_31 = __this->get_publicKey_1(); ByteU5BU5D_t4116647657* L_32 = V_1; NullCheck(L_32); int32_t L_33 = 1; uint8_t L_34 = (L_32)->GetAt(static_cast(L_33)); NullCheck(L_31); (L_31)->SetAt(static_cast(((int32_t)9)), (uint8_t)L_34); ByteU5BU5D_t4116647657* L_35 = __this->get_publicKey_1(); ByteU5BU5D_t4116647657* L_36 = V_1; NullCheck(L_36); int32_t L_37 = 2; uint8_t L_38 = (L_36)->GetAt(static_cast(L_37)); NullCheck(L_35); (L_35)->SetAt(static_cast(((int32_t)10)), (uint8_t)L_38); ByteU5BU5D_t4116647657* L_39 = __this->get_publicKey_1(); ByteU5BU5D_t4116647657* L_40 = V_1; NullCheck(L_40); int32_t L_41 = 3; uint8_t L_42 = (L_40)->GetAt(static_cast(L_41)); NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)11)), (uint8_t)L_42); ByteU5BU5D_t4116647657* L_43 = __this->get_publicKey_1(); NullCheck(L_43); (L_43)->SetAt(static_cast(((int32_t)12)), (uint8_t)6); ByteU5BU5D_t4116647657* L_44 = V_0; ByteU5BU5D_t4116647657* L_45 = __this->get_publicKey_1(); ByteU5BU5D_t4116647657* L_46 = __this->get_publicKey_1(); NullCheck(L_46); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_44, 1, (RuntimeArray *)(RuntimeArray *)L_45, ((int32_t)13), ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length)))), (int32_t)((int32_t)13))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_47 = __this->get_publicKey_1(); NullCheck(L_47); (L_47)->SetAt(static_cast(((int32_t)23)), (uint8_t)((int32_t)49)); } IL_00f6: { ByteU5BU5D_t4116647657* L_48 = __this->get_publicKey_1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_48); RuntimeObject * L_49 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_48, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_49, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Byte[] Mono.Security.StrongName::get_PublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* StrongName_get_PublicKeyToken_m2115276552 (StrongName_t4093849377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongName_get_PublicKeyToken_m2115276552_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; HashAlgorithm_t1432317219 * V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; { ByteU5BU5D_t4116647657* L_0 = __this->get_keyToken_2(); if (L_0) { goto IL_005a; } } { ByteU5BU5D_t4116647657* L_1 = StrongName_get_PublicKey_m1841537984(__this, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = V_0; if (L_2) { goto IL_001a; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_001a: { String_t* L_3 = StrongName_get_TokenAlgorithm_m1794722022(__this, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_4 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_1 = L_4; HashAlgorithm_t1432317219 * L_5 = V_1; ByteU5BU5D_t4116647657* L_6 = V_0; NullCheck(L_5); ByteU5BU5D_t4116647657* L_7 = HashAlgorithm_ComputeHash_m2825542963(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; __this->set_keyToken_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8))); ByteU5BU5D_t4116647657* L_8 = V_2; ByteU5BU5D_t4116647657* L_9 = V_2; NullCheck(L_9); ByteU5BU5D_t4116647657* L_10 = __this->get_keyToken_2(); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)8)), (RuntimeArray *)(RuntimeArray *)L_10, 0, 8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_11 = __this->get_keyToken_2(); Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, 0, 8, /*hidden argument*/NULL); } IL_005a: { ByteU5BU5D_t4116647657* L_12 = __this->get_keyToken_2(); NullCheck((RuntimeArray *)(RuntimeArray *)L_12); RuntimeObject * L_13 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_12, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_13, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.String Mono.Security.StrongName::get_TokenAlgorithm() extern "C" IL2CPP_METHOD_ATTR String_t* StrongName_get_TokenAlgorithm_m1794722022 (StrongName_t4093849377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongName_get_TokenAlgorithm_m1794722022_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_tokenAlgorithm_3(); if (L_0) { goto IL_0016; } } { __this->set_tokenAlgorithm_3(_stringLiteral1144609714); } IL_0016: { String_t* L_1 = __this->get_tokenAlgorithm_3(); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m2045817678 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method) { { String_t* L_0 = ___uriString0; Uri__ctor_m3371378525(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Uri::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m3371378525 (Uri_t722248887 * __this, String_t* ___uriString0, bool ___dontEscape1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri__ctor_m3371378525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_scheme_2(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_1); __this->set_port_4((-1)); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_path_5(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_userinfo_8(L_5); __this->set_reduce_15((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_6 = ___dontEscape1; __this->set_userEscaped_11(L_6); String_t* L_7 = ___uriString0; __this->set_source_1(L_7); Uri_Parse_m3848432633(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Uri::.cctor() extern "C" IL2CPP_METHOD_ATTR void Uri__cctor_m1536455237 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri__cctor_m1536455237_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_hexUpperChars_16(_stringLiteral598647136); ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_SchemeDelimiter_17(_stringLiteral1057238085); ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_UriSchemeFile_18(_stringLiteral1629333464); ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_UriSchemeFtp_19(_stringLiteral228733076); ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_UriSchemeGopher_20(_stringLiteral2386815142); ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_UriSchemeHttp_21(_stringLiteral3140485902); ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_UriSchemeHttps_22(_stringLiteral1973861653); ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_UriSchemeMailto_23(_stringLiteral416809914); ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_UriSchemeNews_24(_stringLiteral15098073); ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_UriSchemeNntp_25(_stringLiteral3139830536); UriSchemeU5BU5D_t1281162915* L_0 = ((UriSchemeU5BU5D_t1281162915*)SZArrayNew(UriSchemeU5BU5D_t1281162915_il2cpp_TypeInfo_var, (uint32_t)8)); NullCheck(L_0); String_t* L_1 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeHttp_21(); String_t* L_2 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); UriScheme_t2867806342 L_3; memset(&L_3, 0, sizeof(L_3)); UriScheme__ctor_m1878175959((&L_3), L_1, L_2, ((int32_t)80), /*hidden argument*/NULL); *(UriScheme_t2867806342 *)((L_0)->GetAddressAt(static_cast(0))) = L_3; UriSchemeU5BU5D_t1281162915* L_4 = L_0; NullCheck(L_4); String_t* L_5 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeHttps_22(); String_t* L_6 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); UriScheme_t2867806342 L_7; memset(&L_7, 0, sizeof(L_7)); UriScheme__ctor_m1878175959((&L_7), L_5, L_6, ((int32_t)443), /*hidden argument*/NULL); *(UriScheme_t2867806342 *)((L_4)->GetAddressAt(static_cast(1))) = L_7; UriSchemeU5BU5D_t1281162915* L_8 = L_4; NullCheck(L_8); String_t* L_9 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFtp_19(); String_t* L_10 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); UriScheme_t2867806342 L_11; memset(&L_11, 0, sizeof(L_11)); UriScheme__ctor_m1878175959((&L_11), L_9, L_10, ((int32_t)21), /*hidden argument*/NULL); *(UriScheme_t2867806342 *)((L_8)->GetAddressAt(static_cast(2))) = L_11; UriSchemeU5BU5D_t1281162915* L_12 = L_8; NullCheck(L_12); String_t* L_13 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); String_t* L_14 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); UriScheme_t2867806342 L_15; memset(&L_15, 0, sizeof(L_15)); UriScheme__ctor_m1878175959((&L_15), L_13, L_14, (-1), /*hidden argument*/NULL); *(UriScheme_t2867806342 *)((L_12)->GetAddressAt(static_cast(3))) = L_15; UriSchemeU5BU5D_t1281162915* L_16 = L_12; NullCheck(L_16); String_t* L_17 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeMailto_23(); UriScheme_t2867806342 L_18; memset(&L_18, 0, sizeof(L_18)); UriScheme__ctor_m1878175959((&L_18), L_17, _stringLiteral3452614550, ((int32_t)25), /*hidden argument*/NULL); *(UriScheme_t2867806342 *)((L_16)->GetAddressAt(static_cast(4))) = L_18; UriSchemeU5BU5D_t1281162915* L_19 = L_16; NullCheck(L_19); String_t* L_20 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeNews_24(); UriScheme_t2867806342 L_21; memset(&L_21, 0, sizeof(L_21)); UriScheme__ctor_m1878175959((&L_21), L_20, _stringLiteral3452614550, (-1), /*hidden argument*/NULL); *(UriScheme_t2867806342 *)((L_19)->GetAddressAt(static_cast(5))) = L_21; UriSchemeU5BU5D_t1281162915* L_22 = L_19; NullCheck(L_22); String_t* L_23 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeNntp_25(); String_t* L_24 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); UriScheme_t2867806342 L_25; memset(&L_25, 0, sizeof(L_25)); UriScheme__ctor_m1878175959((&L_25), L_23, L_24, ((int32_t)119), /*hidden argument*/NULL); *(UriScheme_t2867806342 *)((L_22)->GetAddressAt(static_cast(6))) = L_25; UriSchemeU5BU5D_t1281162915* L_26 = L_22; NullCheck(L_26); String_t* L_27 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeGopher_20(); String_t* L_28 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); UriScheme_t2867806342 L_29; memset(&L_29, 0, sizeof(L_29)); UriScheme__ctor_m1878175959((&L_29), L_27, L_28, ((int32_t)70), /*hidden argument*/NULL); *(UriScheme_t2867806342 *)((L_26)->GetAddressAt(static_cast(7))) = L_29; ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_schemes_26(L_26); return; } } // System.String Mono.Security.Uri::get_AbsolutePath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_m3971921802 (Uri_t722248887 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_path_5(); return L_0; } } // System.Boolean Mono.Security.Uri::get_IsFile() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m2291228500 (Uri_t722248887 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_IsFile_m2291228500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_1 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean Mono.Security.Uri::get_IsUnc() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m1281216300 (Uri_t722248887 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isUnc_9(); return L_0; } } // System.String Mono.Security.Uri::get_LocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m3693494488 (Uri_t722248887 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_LocalPath_m3693494488_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; Il2CppChar V_2 = 0x0; int32_t G_B9_0 = 0; int32_t G_B11_0 = 0; { String_t* L_0 = __this->get_cachedLocalPath_13(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_cachedLocalPath_13(); return L_1; } IL_0012: { bool L_2 = Uri_get_IsFile_m2291228500(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0024; } } { String_t* L_3 = Uri_get_AbsolutePath_m3971921802(__this, /*hidden argument*/NULL); return L_3; } IL_0024: { String_t* L_4 = __this->get_path_5(); NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)3))) { goto IL_0070; } } { String_t* L_6 = __this->get_path_5(); NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)58))))) { goto IL_0070; } } { String_t* L_8 = __this->get_path_5(); NullCheck(L_8); Il2CppChar L_9 = String_get_Chars_m2986988803(L_8, 2, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)92)))) { goto IL_006d; } } { String_t* L_10 = __this->get_path_5(); NullCheck(L_10); Il2CppChar L_11 = String_get_Chars_m2986988803(L_10, 2, /*hidden argument*/NULL); G_B9_0 = ((((int32_t)L_11) == ((int32_t)((int32_t)47)))? 1 : 0); goto IL_006e; } IL_006d: { G_B9_0 = 1; } IL_006e: { G_B11_0 = G_B9_0; goto IL_0071; } IL_0070: { G_B11_0 = 0; } IL_0071: { V_0 = (bool)G_B11_0; bool L_12 = Uri_get_IsUnc_m1281216300(__this, /*hidden argument*/NULL); if (L_12) { goto IL_00bd; } } { String_t* L_13 = __this->get_path_5(); String_t* L_14 = Uri_Unescape_m2035793241(__this, L_13, /*hidden argument*/NULL); V_1 = L_14; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_15 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_15) == ((int32_t)((int32_t)92)))) { goto IL_009c; } } { bool L_16 = V_0; if (!L_16) { goto IL_00b1; } } IL_009c: { String_t* L_17 = V_1; NullCheck(L_17); String_t* L_18 = String_Replace_m3726209165(L_17, ((int32_t)47), ((int32_t)92), /*hidden argument*/NULL); __this->set_cachedLocalPath_13(L_18); goto IL_00b8; } IL_00b1: { String_t* L_19 = V_1; __this->set_cachedLocalPath_13(L_19); } IL_00b8: { goto IL_015a; } IL_00bd: { String_t* L_20 = __this->get_path_5(); NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) <= ((int32_t)1))) { goto IL_0107; } } { String_t* L_22 = __this->get_path_5(); NullCheck(L_22); Il2CppChar L_23 = String_get_Chars_m2986988803(L_22, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)58))))) { goto IL_0107; } } { String_t* L_24 = __this->get_path_5(); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_25 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); Il2CppChar L_26 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_24); String_t* L_27 = String_Replace_m3726209165(L_24, L_25, L_26, /*hidden argument*/NULL); String_t* L_28 = Uri_Unescape_m2035793241(__this, L_27, /*hidden argument*/NULL); __this->set_cachedLocalPath_13(L_28); goto IL_015a; } IL_0107: { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_29 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)92))))) { goto IL_0148; } } { String_t* L_30 = __this->get_host_3(); String_t* L_31 = __this->get_path_5(); NullCheck(L_31); String_t* L_32 = String_Replace_m3726209165(L_31, ((int32_t)47), ((int32_t)92), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m3937257545(NULL /*static, unused*/, L_30, L_32, /*hidden argument*/NULL); String_t* L_34 = Uri_Unescape_m2035793241(__this, L_33, /*hidden argument*/NULL); String_t* L_35 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3458119668, L_34, /*hidden argument*/NULL); __this->set_cachedLocalPath_13(L_35); goto IL_015a; } IL_0148: { String_t* L_36 = __this->get_path_5(); String_t* L_37 = Uri_Unescape_m2035793241(__this, L_36, /*hidden argument*/NULL); __this->set_cachedLocalPath_13(L_37); } IL_015a: { String_t* L_38 = __this->get_cachedLocalPath_13(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_40 = String_op_Equality_m920492651(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0182; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_41 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); V_2 = L_41; String_t* L_42 = Char_ToString_m3588025615((&V_2), /*hidden argument*/NULL); __this->set_cachedLocalPath_13(L_42); } IL_0182: { String_t* L_43 = __this->get_cachedLocalPath_13(); return L_43; } } // System.Boolean Mono.Security.Uri::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Uri_Equals_m1712374490 (Uri_t722248887 * __this, RuntimeObject * ___comparant0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Equals_m1712374490_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t722248887 * V_0 = NULL; String_t* V_1 = NULL; CultureInfo_t4157843068 * V_2 = NULL; int32_t G_B13_0 = 0; { RuntimeObject * L_0 = ___comparant0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___comparant0; V_0 = ((Uri_t722248887 *)IsInstClass((RuntimeObject*)L_1, Uri_t722248887_il2cpp_TypeInfo_var)); Uri_t722248887 * L_2 = V_0; if (L_2) { goto IL_002b; } } { RuntimeObject * L_3 = ___comparant0; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); String_t* L_4 = V_1; if (L_4) { goto IL_0024; } } { return (bool)0; } IL_0024: { String_t* L_5 = V_1; Uri_t722248887 * L_6 = (Uri_t722248887 *)il2cpp_codegen_object_new(Uri_t722248887_il2cpp_TypeInfo_var); Uri__ctor_m2045817678(L_6, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_7; String_t* L_8 = __this->get_scheme_2(); CultureInfo_t4157843068 * L_9 = V_2; NullCheck(L_8); String_t* L_10 = String_ToLower_m3490221821(L_8, L_9, /*hidden argument*/NULL); Uri_t722248887 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = L_11->get_scheme_2(); CultureInfo_t4157843068 * L_13 = V_2; NullCheck(L_12); String_t* L_14 = String_ToLower_m3490221821(L_12, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00dd; } } { String_t* L_16 = __this->get_userinfo_8(); CultureInfo_t4157843068 * L_17 = V_2; NullCheck(L_16); String_t* L_18 = String_ToLower_m3490221821(L_16, L_17, /*hidden argument*/NULL); Uri_t722248887 * L_19 = V_0; NullCheck(L_19); String_t* L_20 = L_19->get_userinfo_8(); CultureInfo_t4157843068 * L_21 = V_2; NullCheck(L_20); String_t* L_22 = String_ToLower_m3490221821(L_20, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_op_Equality_m920492651(NULL /*static, unused*/, L_18, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00dd; } } { String_t* L_24 = __this->get_host_3(); CultureInfo_t4157843068 * L_25 = V_2; NullCheck(L_24); String_t* L_26 = String_ToLower_m3490221821(L_24, L_25, /*hidden argument*/NULL); Uri_t722248887 * L_27 = V_0; NullCheck(L_27); String_t* L_28 = L_27->get_host_3(); CultureInfo_t4157843068 * L_29 = V_2; NullCheck(L_28); String_t* L_30 = String_ToLower_m3490221821(L_28, L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Equality_m920492651(NULL /*static, unused*/, L_26, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00dd; } } { int32_t L_32 = __this->get_port_4(); Uri_t722248887 * L_33 = V_0; NullCheck(L_33); int32_t L_34 = L_33->get_port_4(); if ((!(((uint32_t)L_32) == ((uint32_t)L_34)))) { goto IL_00dd; } } { String_t* L_35 = __this->get_path_5(); Uri_t722248887 * L_36 = V_0; NullCheck(L_36); String_t* L_37 = L_36->get_path_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_38 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00dd; } } { String_t* L_39 = __this->get_query_6(); CultureInfo_t4157843068 * L_40 = V_2; NullCheck(L_39); String_t* L_41 = String_ToLower_m3490221821(L_39, L_40, /*hidden argument*/NULL); Uri_t722248887 * L_42 = V_0; NullCheck(L_42); String_t* L_43 = L_42->get_query_6(); CultureInfo_t4157843068 * L_44 = V_2; NullCheck(L_43); String_t* L_45 = String_ToLower_m3490221821(L_43, L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, L_45, /*hidden argument*/NULL); G_B13_0 = ((int32_t)(L_46)); goto IL_00de; } IL_00dd: { G_B13_0 = 0; } IL_00de: { return (bool)G_B13_0; } } // System.Int32 Mono.Security.Uri::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Uri_GetHashCode_m4019483899 (Uri_t722248887 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cachedHashCode_14(); if (L_0) { goto IL_0053; } } { String_t* L_1 = __this->get_scheme_2(); NullCheck(L_1); int32_t L_2 = String_GetHashCode_m1906374149(L_1, /*hidden argument*/NULL); String_t* L_3 = __this->get_userinfo_8(); NullCheck(L_3); int32_t L_4 = String_GetHashCode_m1906374149(L_3, /*hidden argument*/NULL); String_t* L_5 = __this->get_host_3(); NullCheck(L_5); int32_t L_6 = String_GetHashCode_m1906374149(L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_port_4(); String_t* L_8 = __this->get_path_5(); NullCheck(L_8); int32_t L_9 = String_GetHashCode_m1906374149(L_8, /*hidden argument*/NULL); String_t* L_10 = __this->get_query_6(); NullCheck(L_10); int32_t L_11 = String_GetHashCode_m1906374149(L_10, /*hidden argument*/NULL); __this->set_cachedHashCode_14(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_4)), (int32_t)L_6)), (int32_t)L_7)), (int32_t)L_9)), (int32_t)L_11))); } IL_0053: { int32_t L_12 = __this->get_cachedHashCode_14(); return L_12; } } // System.String Mono.Security.Uri::GetLeftPart(Mono.Security.UriPartial) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetLeftPart_m1914001258 (Uri_t722248887 * __this, int32_t ___part0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_GetLeftPart_m1914001258_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; StringBuilder_t * V_2 = NULL; int32_t V_3 = 0; { int32_t L_0 = ___part0; V_3 = L_0; int32_t L_1 = V_3; switch (L_1) { case 0: { goto IL_0019; } case 1: { goto IL_002b; } case 2: { goto IL_0143; } } } { goto IL_0223; } IL_0019: { String_t* L_2 = __this->get_scheme_2(); String_t* L_3 = Uri_GetOpaqueWiseSchemeDelimiter_m3269508432(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_002b: { String_t* L_5 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_006a; } } { String_t* L_8 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_9 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeMailto_23(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_006a; } } { String_t* L_11 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_12 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeNews_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0070; } } IL_006a: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_14; } IL_0070: { StringBuilder_t * L_15 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_15, /*hidden argument*/NULL); V_1 = L_15; StringBuilder_t * L_16 = V_1; String_t* L_17 = __this->get_scheme_2(); NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, L_17, /*hidden argument*/NULL); StringBuilder_t * L_18 = V_1; String_t* L_19 = Uri_GetOpaqueWiseSchemeDelimiter_m3269508432(__this, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, L_19, /*hidden argument*/NULL); String_t* L_20 = __this->get_path_5(); NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) <= ((int32_t)1))) { goto IL_00d2; } } { String_t* L_22 = __this->get_path_5(); NullCheck(L_22); Il2CppChar L_23 = String_get_Chars_m2986988803(L_22, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)58))))) { goto IL_00d2; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_24 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); String_t* L_25 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_op_Equality_m920492651(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00d2; } } { StringBuilder_t * L_27 = V_1; NullCheck(L_27); StringBuilder_Append_m2383614642(L_27, ((int32_t)47), /*hidden argument*/NULL); } IL_00d2: { String_t* L_28 = __this->get_userinfo_8(); NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) <= ((int32_t)0))) { goto IL_00f7; } } { StringBuilder_t * L_30 = V_1; String_t* L_31 = __this->get_userinfo_8(); NullCheck(L_30); StringBuilder_t * L_32 = StringBuilder_Append_m1965104174(L_30, L_31, /*hidden argument*/NULL); NullCheck(L_32); StringBuilder_Append_m2383614642(L_32, ((int32_t)64), /*hidden argument*/NULL); } IL_00f7: { StringBuilder_t * L_33 = V_1; String_t* L_34 = __this->get_host_3(); NullCheck(L_33); StringBuilder_Append_m1965104174(L_33, L_34, /*hidden argument*/NULL); String_t* L_35 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); int32_t L_36 = Uri_GetDefaultPort_m3448401421(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); V_0 = L_36; int32_t L_37 = __this->get_port_4(); if ((((int32_t)L_37) == ((int32_t)(-1)))) { goto IL_013c; } } { int32_t L_38 = __this->get_port_4(); int32_t L_39 = V_0; if ((((int32_t)L_38) == ((int32_t)L_39))) { goto IL_013c; } } { StringBuilder_t * L_40 = V_1; NullCheck(L_40); StringBuilder_t * L_41 = StringBuilder_Append_m2383614642(L_40, ((int32_t)58), /*hidden argument*/NULL); int32_t L_42 = __this->get_port_4(); NullCheck(L_41); StringBuilder_Append_m890240332(L_41, L_42, /*hidden argument*/NULL); } IL_013c: { StringBuilder_t * L_43 = V_1; NullCheck(L_43); String_t* L_44 = StringBuilder_ToString_m3317489284(L_43, /*hidden argument*/NULL); return L_44; } IL_0143: { StringBuilder_t * L_45 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_45, /*hidden argument*/NULL); V_2 = L_45; StringBuilder_t * L_46 = V_2; String_t* L_47 = __this->get_scheme_2(); NullCheck(L_46); StringBuilder_Append_m1965104174(L_46, L_47, /*hidden argument*/NULL); StringBuilder_t * L_48 = V_2; String_t* L_49 = Uri_GetOpaqueWiseSchemeDelimiter_m3269508432(__this, /*hidden argument*/NULL); NullCheck(L_48); StringBuilder_Append_m1965104174(L_48, L_49, /*hidden argument*/NULL); String_t* L_50 = __this->get_path_5(); NullCheck(L_50); int32_t L_51 = String_get_Length_m3847582255(L_50, /*hidden argument*/NULL); if ((((int32_t)L_51) <= ((int32_t)1))) { goto IL_01a5; } } { String_t* L_52 = __this->get_path_5(); NullCheck(L_52); Il2CppChar L_53 = String_get_Chars_m2986988803(L_52, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)58))))) { goto IL_01a5; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_54 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); String_t* L_55 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_56 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_01a5; } } { StringBuilder_t * L_57 = V_2; NullCheck(L_57); StringBuilder_Append_m2383614642(L_57, ((int32_t)47), /*hidden argument*/NULL); } IL_01a5: { String_t* L_58 = __this->get_userinfo_8(); NullCheck(L_58); int32_t L_59 = String_get_Length_m3847582255(L_58, /*hidden argument*/NULL); if ((((int32_t)L_59) <= ((int32_t)0))) { goto IL_01ca; } } { StringBuilder_t * L_60 = V_2; String_t* L_61 = __this->get_userinfo_8(); NullCheck(L_60); StringBuilder_t * L_62 = StringBuilder_Append_m1965104174(L_60, L_61, /*hidden argument*/NULL); NullCheck(L_62); StringBuilder_Append_m2383614642(L_62, ((int32_t)64), /*hidden argument*/NULL); } IL_01ca: { StringBuilder_t * L_63 = V_2; String_t* L_64 = __this->get_host_3(); NullCheck(L_63); StringBuilder_Append_m1965104174(L_63, L_64, /*hidden argument*/NULL); String_t* L_65 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); int32_t L_66 = Uri_GetDefaultPort_m3448401421(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); V_0 = L_66; int32_t L_67 = __this->get_port_4(); if ((((int32_t)L_67) == ((int32_t)(-1)))) { goto IL_020f; } } { int32_t L_68 = __this->get_port_4(); int32_t L_69 = V_0; if ((((int32_t)L_68) == ((int32_t)L_69))) { goto IL_020f; } } { StringBuilder_t * L_70 = V_2; NullCheck(L_70); StringBuilder_t * L_71 = StringBuilder_Append_m2383614642(L_70, ((int32_t)58), /*hidden argument*/NULL); int32_t L_72 = __this->get_port_4(); NullCheck(L_71); StringBuilder_Append_m890240332(L_71, L_72, /*hidden argument*/NULL); } IL_020f: { StringBuilder_t * L_73 = V_2; String_t* L_74 = __this->get_path_5(); NullCheck(L_73); StringBuilder_Append_m1965104174(L_73, L_74, /*hidden argument*/NULL); StringBuilder_t * L_75 = V_2; NullCheck(L_75); String_t* L_76 = StringBuilder_ToString_m3317489284(L_75, /*hidden argument*/NULL); return L_76; } IL_0223: { return (String_t*)NULL; } } // System.Int32 Mono.Security.Uri::FromHex(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m1876907924 (RuntimeObject * __this /* static, unused */, Il2CppChar ___digit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_FromHex_m1876907924_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___digit0; if ((((int32_t)((int32_t)48)) > ((int32_t)L_0))) { goto IL_0015; } } { Il2CppChar L_1 = ___digit0; if ((((int32_t)L_1) > ((int32_t)((int32_t)57)))) { goto IL_0015; } } { Il2CppChar L_2 = ___digit0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)48))); } IL_0015: { Il2CppChar L_3 = ___digit0; if ((((int32_t)((int32_t)97)) > ((int32_t)L_3))) { goto IL_002d; } } { Il2CppChar L_4 = ___digit0; if ((((int32_t)L_4) > ((int32_t)((int32_t)102)))) { goto IL_002d; } } { Il2CppChar L_5 = ___digit0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))); } IL_002d: { Il2CppChar L_6 = ___digit0; if ((((int32_t)((int32_t)65)) > ((int32_t)L_6))) { goto IL_0045; } } { Il2CppChar L_7 = ___digit0; if ((((int32_t)L_7) > ((int32_t)((int32_t)70)))) { goto IL_0045; } } { Il2CppChar L_8 = ___digit0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))); } IL_0045: { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral2699191085, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Uri_FromHex_m1876907924_RuntimeMethod_var); } } // System.String Mono.Security.Uri::HexEscape(System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_HexEscape_m4028711331 (RuntimeObject * __this /* static, unused */, Il2CppChar ___character0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_HexEscape_m4028711331_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___character0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)255)))) { goto IL_0016; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral1776941794, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Uri_HexEscape_m4028711331_RuntimeMethod_var); } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_2 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_hexUpperChars_16(); Il2CppChar L_3 = ___character0; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, ((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)240)))>>(int32_t)4)), /*hidden argument*/NULL); Il2CppChar L_5 = L_4; RuntimeObject * L_6 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_5); String_t* L_7 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_hexUpperChars_16(); Il2CppChar L_8 = ___character0; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m2986988803(L_7, ((int32_t)((int32_t)L_8&(int32_t)((int32_t)15))), /*hidden argument*/NULL); Il2CppChar L_10 = L_9; RuntimeObject * L_11 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral3452614523, L_6, L_11, /*hidden argument*/NULL); return L_12; } } // System.Char Mono.Security.Uri::HexUnescape(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Uri_HexUnescape_m2481968660 (RuntimeObject * __this /* static, unused */, String_t* ___pattern0, int32_t* ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_HexUnescape_m2481968660_MetadataUsageId); 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; { String_t* L_0 = ___pattern0; if (L_0) { goto IL_0011; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral2326546891, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Uri_HexUnescape_m2481968660_RuntimeMethod_var); } IL_0011: { int32_t* L_2 = ___index1; if ((((int32_t)(*((int32_t*)L_2))) < ((int32_t)0))) { goto IL_0026; } } { int32_t* L_3 = ___index1; String_t* L_4 = ___pattern0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_3))) < ((int32_t)L_5))) { goto IL_0031; } } IL_0026: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_6, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Uri_HexUnescape_m2481968660_RuntimeMethod_var); } IL_0031: { V_0 = 0; V_1 = 0; } IL_0035: { int32_t* L_7 = ___index1; String_t* L_8 = ___pattern0; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_7)), (int32_t)3))) > ((int32_t)L_9))) { goto IL_007b; } } { String_t* L_10 = ___pattern0; int32_t* L_11 = ___index1; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, (*((int32_t*)L_11)), /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)37))))) { goto IL_007b; } } { String_t* L_13 = ___pattern0; int32_t* L_14 = ___index1; NullCheck(L_13); Il2CppChar L_15 = String_get_Chars_m2986988803(L_13, ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_14)), (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); bool L_16 = Uri_IsHexDigit_m1614632760(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_007b; } } { String_t* L_17 = ___pattern0; int32_t* L_18 = ___index1; NullCheck(L_17); Il2CppChar L_19 = String_get_Chars_m2986988803(L_17, ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_18)), (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); bool L_20 = Uri_IsHexDigit_m1614632760(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0098; } } IL_007b: { int32_t L_21 = V_0; if (L_21) { goto IL_0093; } } { String_t* L_22 = ___pattern0; int32_t* L_23 = ___index1; int32_t* L_24 = ___index1; int32_t L_25 = (*((int32_t*)L_24)); V_5 = L_25; *((int32_t*)(L_23)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); int32_t L_26 = V_5; NullCheck(L_22); Il2CppChar L_27 = String_get_Chars_m2986988803(L_22, L_26, /*hidden argument*/NULL); return L_27; } IL_0093: { goto IL_01a2; } IL_0098: { int32_t* L_28 = ___index1; int32_t* L_29 = ___index1; *((int32_t*)(L_28)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_29)), (int32_t)1)); String_t* L_30 = ___pattern0; int32_t* L_31 = ___index1; int32_t* L_32 = ___index1; int32_t L_33 = (*((int32_t*)L_32)); V_5 = L_33; *((int32_t*)(L_31)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = V_5; NullCheck(L_30); Il2CppChar L_35 = String_get_Chars_m2986988803(L_30, L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); int32_t L_36 = Uri_FromHex_m1876907924(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); V_2 = L_36; String_t* L_37 = ___pattern0; int32_t* L_38 = ___index1; int32_t* L_39 = ___index1; int32_t L_40 = (*((int32_t*)L_39)); V_5 = L_40; *((int32_t*)(L_38)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_5; NullCheck(L_37); Il2CppChar L_42 = String_get_Chars_m2986988803(L_37, L_41, /*hidden argument*/NULL); int32_t L_43 = Uri_FromHex_m1876907924(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); V_3 = L_43; int32_t L_44 = V_2; int32_t L_45 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_44<<(int32_t)4)), (int32_t)L_45)); int32_t L_46 = V_0; if (L_46) { goto IL_0180; } } { int32_t L_47 = V_4; if ((((int32_t)L_47) >= ((int32_t)((int32_t)192)))) { goto IL_00e9; } } { int32_t L_48 = V_4; return (((int32_t)((uint16_t)L_48))); } IL_00e9: { int32_t L_49 = V_4; if ((((int32_t)L_49) >= ((int32_t)((int32_t)224)))) { goto IL_0105; } } { int32_t L_50 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)((int32_t)192))); V_0 = 2; goto IL_0170; } IL_0105: { int32_t L_51 = V_4; if ((((int32_t)L_51) >= ((int32_t)((int32_t)240)))) { goto IL_0121; } } { int32_t L_52 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)((int32_t)224))); V_0 = 3; goto IL_0170; } IL_0121: { int32_t L_53 = V_4; if ((((int32_t)L_53) >= ((int32_t)((int32_t)248)))) { goto IL_013d; } } { int32_t L_54 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)((int32_t)240))); V_0 = 4; goto IL_0170; } IL_013d: { int32_t L_55 = V_4; if ((((int32_t)L_55) >= ((int32_t)((int32_t)251)))) { goto IL_0159; } } { int32_t L_56 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)((int32_t)248))); V_0 = 5; goto IL_0170; } IL_0159: { int32_t L_57 = V_4; if ((((int32_t)L_57) >= ((int32_t)((int32_t)254)))) { goto IL_0170; } } { int32_t L_58 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)((int32_t)252))); V_0 = 6; } IL_0170: { int32_t L_59 = V_1; int32_t L_60 = V_0; V_1 = ((int32_t)((int32_t)L_59<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)1)), (int32_t)6))&(int32_t)((int32_t)31))))); goto IL_0197; } IL_0180: { int32_t L_61 = V_1; int32_t L_62 = V_4; int32_t L_63 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)((int32_t)128)))<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)1)), (int32_t)6))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))); } IL_0197: { int32_t L_64 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)1)); int32_t L_65 = V_0; if ((((int32_t)L_65) > ((int32_t)0))) { goto IL_0035; } } IL_01a2: { int32_t L_66 = V_1; return (((int32_t)((uint16_t)L_66))); } } // System.Boolean Mono.Security.Uri::IsHexDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m1614632760 (RuntimeObject * __this /* static, unused */, Il2CppChar ___digit0, const RuntimeMethod* method) { int32_t G_B7_0 = 0; int32_t G_B9_0 = 0; { Il2CppChar L_0 = ___digit0; if ((((int32_t)((int32_t)48)) > ((int32_t)L_0))) { goto IL_0010; } } { Il2CppChar L_1 = ___digit0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)57)))) { goto IL_0035; } } IL_0010: { Il2CppChar L_2 = ___digit0; if ((((int32_t)((int32_t)97)) > ((int32_t)L_2))) { goto IL_0020; } } { Il2CppChar L_3 = ___digit0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)102)))) { goto IL_0035; } } IL_0020: { Il2CppChar L_4 = ___digit0; if ((((int32_t)((int32_t)65)) > ((int32_t)L_4))) { goto IL_0032; } } { Il2CppChar L_5 = ___digit0; G_B7_0 = ((((int32_t)((((int32_t)L_5) > ((int32_t)((int32_t)70)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0033; } IL_0032: { G_B7_0 = 0; } IL_0033: { G_B9_0 = G_B7_0; goto IL_0036; } IL_0035: { G_B9_0 = 1; } IL_0036: { return (bool)G_B9_0; } } // System.Boolean Mono.Security.Uri::IsHexEncoding(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexEncoding_m115784074 (RuntimeObject * __this /* static, unused */, String_t* ___pattern0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_IsHexEncoding_m115784074_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B6_0 = 0; { int32_t L_0 = ___index1; String_t* L_1 = ___pattern0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)3))) <= ((int32_t)L_2))) { goto IL_0010; } } { return (bool)0; } IL_0010: { String_t* L_3 = ___pattern0; int32_t L_4 = ___index1; int32_t L_5 = L_4; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); Il2CppChar L_6 = String_get_Chars_m2986988803(L_3, L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)37))))) { goto IL_0047; } } { String_t* L_7 = ___pattern0; int32_t L_8 = ___index1; int32_t L_9 = L_8; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); Il2CppChar L_10 = String_get_Chars_m2986988803(L_7, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); bool L_11 = Uri_IsHexDigit_m1614632760(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0047; } } { String_t* L_12 = ___pattern0; int32_t L_13 = ___index1; NullCheck(L_12); Il2CppChar L_14 = String_get_Chars_m2986988803(L_12, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); bool L_15 = Uri_IsHexDigit_m1614632760(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_15)); goto IL_0048; } IL_0047: { G_B6_0 = 0; } IL_0048: { return (bool)G_B6_0; } } // System.String Mono.Security.Uri::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_ToString_m2429082086 (Uri_t722248887 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_ToString_m2429082086_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B5_0 = NULL; { String_t* L_0 = __this->get_cachedToString_12(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_cachedToString_12(); return L_1; } IL_0012: { String_t* L_2 = __this->get_query_6(); NullCheck(L_2); bool L_3 = String_StartsWith_m1759067526(L_2, _stringLiteral3452614545, /*hidden argument*/NULL); if (!L_3) { goto IL_004a; } } { Il2CppChar L_4 = ((Il2CppChar)((int32_t)63)); RuntimeObject * L_5 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_4); String_t* L_6 = __this->get_query_6(); NullCheck(L_6); String_t* L_7 = String_Substring_m2848979100(L_6, 1, /*hidden argument*/NULL); String_t* L_8 = Uri_Unescape_m2035793241(__this, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m904156431(NULL /*static, unused*/, L_5, L_8, /*hidden argument*/NULL); G_B5_0 = L_9; goto IL_0056; } IL_004a: { String_t* L_10 = __this->get_query_6(); String_t* L_11 = Uri_Unescape_m2035793241(__this, L_10, /*hidden argument*/NULL); G_B5_0 = L_11; } IL_0056: { V_0 = G_B5_0; String_t* L_12 = Uri_GetLeftPart_m1914001258(__this, 2, /*hidden argument*/NULL); String_t* L_13 = Uri_Unescape_m3322609099(__this, L_12, (bool)1, /*hidden argument*/NULL); String_t* L_14 = V_0; String_t* L_15 = __this->get_fragment_7(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3755062657(NULL /*static, unused*/, L_13, L_14, L_15, /*hidden argument*/NULL); __this->set_cachedToString_12(L_16); String_t* L_17 = __this->get_cachedToString_12(); return L_17; } } // System.String Mono.Security.Uri::EscapeString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_m1309855468 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_EscapeString_m1309855468_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_1 = Uri_EscapeString_m2634131677(NULL /*static, unused*/, L_0, (bool)0, (bool)1, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.String Mono.Security.Uri::EscapeString(System.String,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_m2634131677 (RuntimeObject * __this /* static, unused */, String_t* ___str0, bool ___escapeReserved1, bool ___escapeHex2, bool ___escapeBrackets3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_EscapeString_m2634131677_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; { String_t* L_0 = ___str0; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000c: { StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_2, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___str0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_0105; } IL_0020: { String_t* L_5 = ___str0; int32_t L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); bool L_7 = Uri_IsHexEncoding_m115784074(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0044; } } { StringBuilder_t * L_8 = V_0; String_t* L_9 = ___str0; int32_t L_10 = V_2; NullCheck(L_9); String_t* L_11 = String_Substring_m1610150815(L_9, L_10, 3, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, L_11, /*hidden argument*/NULL); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); goto IL_0101; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_13 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_14 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_15 = ___str0; int32_t L_16 = V_2; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(0), (Il2CppChar)L_17); NullCheck(L_13); ByteU5BU5D_t4116647657* L_18 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, CharU5BU5D_t3528271667* >::Invoke(12 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[]) */, L_13, L_14); V_3 = L_18; ByteU5BU5D_t4116647657* L_19 = V_3; NullCheck(L_19); V_4 = (((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))); V_5 = 0; goto IL_00f8; } IL_006c: { ByteU5BU5D_t4116647657* L_20 = V_3; int32_t L_21 = V_5; NullCheck(L_20); int32_t L_22 = L_21; uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_6 = (((int32_t)((uint16_t)L_23))); Il2CppChar L_24 = V_6; if ((((int32_t)L_24) <= ((int32_t)((int32_t)32)))) { goto IL_00d6; } } { Il2CppChar L_25 = V_6; if ((((int32_t)L_25) >= ((int32_t)((int32_t)127)))) { goto IL_00d6; } } { Il2CppChar L_26 = V_6; NullCheck(_stringLiteral1759775709); int32_t L_27 = String_IndexOf_m363431711(_stringLiteral1759775709, L_26, /*hidden argument*/NULL); if ((!(((uint32_t)L_27) == ((uint32_t)(-1))))) { goto IL_00d6; } } { bool L_28 = ___escapeHex2; if (!L_28) { goto IL_00a6; } } { Il2CppChar L_29 = V_6; if ((((int32_t)L_29) == ((int32_t)((int32_t)35)))) { goto IL_00d6; } } IL_00a6: { bool L_30 = ___escapeBrackets3; if (!L_30) { goto IL_00be; } } { Il2CppChar L_31 = V_6; if ((((int32_t)L_31) == ((int32_t)((int32_t)91)))) { goto IL_00d6; } } { Il2CppChar L_32 = V_6; if ((((int32_t)L_32) == ((int32_t)((int32_t)93)))) { goto IL_00d6; } } IL_00be: { bool L_33 = ___escapeReserved1; if (!L_33) { goto IL_00e9; } } { Il2CppChar L_34 = V_6; NullCheck(_stringLiteral259003225); int32_t L_35 = String_IndexOf_m363431711(_stringLiteral259003225, L_34, /*hidden argument*/NULL); if ((((int32_t)L_35) == ((int32_t)(-1)))) { goto IL_00e9; } } IL_00d6: { StringBuilder_t * L_36 = V_0; Il2CppChar L_37 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_38 = Uri_HexEscape_m4028711331(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); NullCheck(L_36); StringBuilder_Append_m1965104174(L_36, L_38, /*hidden argument*/NULL); goto IL_00f2; } IL_00e9: { StringBuilder_t * L_39 = V_0; Il2CppChar L_40 = V_6; NullCheck(L_39); StringBuilder_Append_m2383614642(L_39, L_40, /*hidden argument*/NULL); } IL_00f2: { int32_t L_41 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00f8: { int32_t L_42 = V_5; int32_t L_43 = V_4; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_006c; } } IL_0101: { int32_t L_44 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_0105: { int32_t L_45 = V_2; int32_t L_46 = V_1; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_0020; } } { StringBuilder_t * L_47 = V_0; NullCheck(L_47); String_t* L_48 = StringBuilder_ToString_m3317489284(L_47, /*hidden argument*/NULL); return L_48; } } // System.Void Mono.Security.Uri::Parse() extern "C" IL2CPP_METHOD_ATTR void Uri_Parse_m3848432633 (Uri_t722248887 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Parse_m3848432633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_source_1(); Uri_Parse_m2623468805(__this, L_0, /*hidden argument*/NULL); bool L_1 = __this->get_userEscaped_11(); if (!L_1) { goto IL_0018; } } { return; } IL_0018: { String_t* L_2 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_3 = Uri_EscapeString_m2634131677(NULL /*static, unused*/, L_2, (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); __this->set_host_3(L_3); String_t* L_4 = __this->get_path_5(); String_t* L_5 = Uri_EscapeString_m1309855468(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); __this->set_path_5(L_5); return; } } // System.String Mono.Security.Uri::Unescape(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m2035793241 (Uri_t722248887 * __this, String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; String_t* L_1 = Uri_Unescape_m3322609099(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.String Mono.Security.Uri::Unescape(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m3322609099 (Uri_t722248887 * __this, String_t* ___str0, bool ___excludeSharp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Unescape_m3322609099_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; { String_t* L_0 = ___str0; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000c: { StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_2, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___str0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_0078; } IL_0020: { String_t* L_5 = ___str0; int32_t L_6 = V_2; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; Il2CppChar L_8 = V_3; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)37))))) { goto IL_006c; } } { String_t* L_9 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); Il2CppChar L_10 = Uri_HexUnescape_m2481968660(NULL /*static, unused*/, L_9, (&V_2), /*hidden argument*/NULL); V_4 = L_10; bool L_11 = ___excludeSharp1; if (!L_11) { goto IL_005a; } } { Il2CppChar L_12 = V_4; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)35))))) { goto IL_005a; } } { StringBuilder_t * L_13 = V_0; NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, _stringLiteral2671228134, /*hidden argument*/NULL); goto IL_0063; } IL_005a: { StringBuilder_t * L_14 = V_0; Il2CppChar L_15 = V_4; NullCheck(L_14); StringBuilder_Append_m2383614642(L_14, L_15, /*hidden argument*/NULL); } IL_0063: { int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); goto IL_0074; } IL_006c: { StringBuilder_t * L_17 = V_0; Il2CppChar L_18 = V_3; NullCheck(L_17); StringBuilder_Append_m2383614642(L_17, L_18, /*hidden argument*/NULL); } IL_0074: { int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0078: { int32_t L_20 = V_2; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0020; } } { StringBuilder_t * L_22 = V_0; NullCheck(L_22); String_t* L_23 = StringBuilder_ToString_m3317489284(L_22, /*hidden argument*/NULL); return L_23; } } // System.Void Mono.Security.Uri::ParseAsWindowsUNC(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsUNC_m1737812184 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_ParseAsWindowsUNC_m1737812184_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_0 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); __this->set_scheme_2(L_0); __this->set_port_4((-1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_2); __this->set_isUnc_9((bool)1); String_t* L_3 = ___uriString0; CharU5BU5D_t3528271667* L_4 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (Il2CppChar)((int32_t)92)); NullCheck(L_3); String_t* L_5 = String_TrimStart_m1431283012(L_3, L_4, /*hidden argument*/NULL); ___uriString0 = L_5; String_t* L_6 = ___uriString0; NullCheck(L_6); int32_t L_7 = String_IndexOf_m363431711(L_6, ((int32_t)92), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0072; } } { String_t* L_9 = ___uriString0; int32_t L_10 = V_0; NullCheck(L_9); String_t* L_11 = String_Substring_m2848979100(L_9, L_10, /*hidden argument*/NULL); __this->set_path_5(L_11); String_t* L_12 = ___uriString0; int32_t L_13 = V_0; NullCheck(L_12); String_t* L_14 = String_Substring_m1610150815(L_12, 0, L_13, /*hidden argument*/NULL); __this->set_host_3(L_14); goto IL_0084; } IL_0072: { String_t* L_15 = ___uriString0; __this->set_host_3(L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_path_5(L_16); } IL_0084: { String_t* L_17 = __this->get_path_5(); NullCheck(L_17); String_t* L_18 = String_Replace_m1273907647(L_17, _stringLiteral3452614644, _stringLiteral3452614529, /*hidden argument*/NULL); __this->set_path_5(L_18); return; } } // System.Void Mono.Security.Uri::ParseAsWindowsAbsoluteFilePath(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsAbsoluteFilePath_m1727752059 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_ParseAsWindowsAbsoluteFilePath_m1727752059_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___uriString0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_0033; } } { String_t* L_2 = ___uriString0; NullCheck(L_2); Il2CppChar L_3 = String_get_Chars_m2986988803(L_2, 2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)92)))) { goto IL_0033; } } { String_t* L_4 = ___uriString0; NullCheck(L_4); Il2CppChar L_5 = String_get_Chars_m2986988803(L_4, 2, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)47)))) { goto IL_0033; } } { FormatException_t154580423 * L_6 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_6, _stringLiteral796679200, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Uri_ParseAsWindowsAbsoluteFilePath_m1727752059_RuntimeMethod_var); } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_7 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); __this->set_scheme_2(L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_8); __this->set_port_4((-1)); String_t* L_9 = ___uriString0; NullCheck(L_9); String_t* L_10 = String_Replace_m1273907647(L_9, _stringLiteral3452614644, _stringLiteral3452614529, /*hidden argument*/NULL); __this->set_path_5(L_10); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_11); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_12); return; } } // System.Void Mono.Security.Uri::ParseAsUnixAbsoluteFilePath(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseAsUnixAbsoluteFilePath_m3857958059 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_ParseAsUnixAbsoluteFilePath_m3857958059_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_isUnixFilePath_0((bool)1); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_0 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); __this->set_scheme_2(L_0); __this->set_port_4((-1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_3); __this->set_path_5((String_t*)NULL); String_t* L_4 = ___uriString0; NullCheck(L_4); bool L_5 = String_StartsWith_m1759067526(L_4, _stringLiteral3450582913, /*hidden argument*/NULL); if (!L_5) { goto IL_0077; } } { String_t* L_6 = ___uriString0; CharU5BU5D_t3528271667* L_7 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); NullCheck(L_6); String_t* L_8 = String_TrimStart_m1431283012(L_6, L_7, /*hidden argument*/NULL); ___uriString0 = L_8; Il2CppChar L_9 = ((Il2CppChar)((int32_t)47)); RuntimeObject * L_10 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_9); String_t* L_11 = ___uriString0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); __this->set_path_5(L_12); } IL_0077: { String_t* L_13 = __this->get_path_5(); if (L_13) { goto IL_0089; } } { String_t* L_14 = ___uriString0; __this->set_path_5(L_14); } IL_0089: { return; } } // System.Void Mono.Security.Uri::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_Parse_m2623468805 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Parse_m2623468805_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; String_t* V_4 = NULL; Il2CppChar V_5 = 0x0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B34_0 = 0; { String_t* L_0 = ___uriString0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3582941166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Uri_Parse_m2623468805_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___uriString0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(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_0025; } } { FormatException_t154580423 * L_5 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m1479314061(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Uri_Parse_m2623468805_RuntimeMethod_var); } IL_0025: { V_1 = 0; String_t* L_6 = ___uriString0; NullCheck(L_6); int32_t L_7 = String_IndexOf_m363431711(L_6, ((int32_t)58), /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0079; } } { String_t* L_9 = ___uriString0; NullCheck(L_9); Il2CppChar L_10 = String_get_Chars_m2986988803(L_9, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)47))))) { goto IL_0051; } } { String_t* L_11 = ___uriString0; Uri_ParseAsUnixAbsoluteFilePath_m3857958059(__this, L_11, /*hidden argument*/NULL); goto IL_0078; } IL_0051: { String_t* L_12 = ___uriString0; NullCheck(L_12); bool L_13 = String_StartsWith_m1759067526(L_12, _stringLiteral3458119668, /*hidden argument*/NULL); if (!L_13) { goto IL_006d; } } { String_t* L_14 = ___uriString0; Uri_ParseAsWindowsUNC_m1737812184(__this, L_14, /*hidden argument*/NULL); goto IL_0078; } IL_006d: { FormatException_t154580423 * L_15 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_15, _stringLiteral3414827505, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Uri_Parse_m2623468805_RuntimeMethod_var); } IL_0078: { return; } IL_0079: { int32_t L_16 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { goto IL_00a4; } } { String_t* L_17 = ___uriString0; NullCheck(L_17); Il2CppChar L_18 = String_get_Chars_m2986988803(L_17, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_19 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_009c; } } { FormatException_t154580423 * L_20 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_20, _stringLiteral3194992375, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,Uri_Parse_m2623468805_RuntimeMethod_var); } IL_009c: { String_t* L_21 = ___uriString0; Uri_ParseAsWindowsAbsoluteFilePath_m1727752059(__this, L_21, /*hidden argument*/NULL); return; } IL_00a4: { String_t* L_22 = ___uriString0; int32_t L_23 = V_1; NullCheck(L_22); String_t* L_24 = String_Substring_m1610150815(L_22, 0, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_25 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_26 = String_ToLower_m3490221821(L_24, L_25, /*hidden argument*/NULL); __this->set_scheme_2(L_26); String_t* L_27 = __this->get_scheme_2(); NullCheck(L_27); Il2CppChar L_28 = String_get_Chars_m2986988803(L_27, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_29 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_00dd; } } { FormatException_t154580423 * L_30 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_30, _stringLiteral3194992375, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,Uri_Parse_m2623468805_RuntimeMethod_var); } IL_00dd: { V_2 = 1; goto IL_0136; } IL_00e4: { String_t* L_31 = __this->get_scheme_2(); int32_t L_32 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_33 = Char_IsLetterOrDigit_m2309361746(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_0132; } } { String_t* L_34 = __this->get_scheme_2(); int32_t L_35 = V_2; NullCheck(L_34); Il2CppChar L_36 = String_get_Chars_m2986988803(L_34, L_35, /*hidden argument*/NULL); V_5 = L_36; Il2CppChar L_37 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)((int32_t)43)))) { case 0: { goto IL_0122; } case 1: { goto IL_0127; } case 2: { goto IL_0122; } case 3: { goto IL_0122; } } } { goto IL_0127; } IL_0122: { goto IL_0132; } IL_0127: { FormatException_t154580423 * L_38 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_38, _stringLiteral3292841530, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,Uri_Parse_m2623468805_RuntimeMethod_var); } IL_0132: { int32_t L_39 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_0136: { int32_t L_40 = V_2; String_t* L_41 = __this->get_scheme_2(); NullCheck(L_41); int32_t L_42 = String_get_Length_m3847582255(L_41, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_42))) { goto IL_00e4; } } { String_t* L_43 = ___uriString0; int32_t L_44 = V_1; NullCheck(L_43); String_t* L_45 = String_Substring_m2848979100(L_43, ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)), /*hidden argument*/NULL); ___uriString0 = L_45; String_t* L_46 = ___uriString0; NullCheck(L_46); int32_t L_47 = String_IndexOf_m363431711(L_46, ((int32_t)35), /*hidden argument*/NULL); V_1 = L_47; bool L_48 = Uri_get_IsUnc_m1281216300(__this, /*hidden argument*/NULL); if (L_48) { goto IL_0184; } } { int32_t L_49 = V_1; if ((((int32_t)L_49) == ((int32_t)(-1)))) { goto IL_0184; } } { String_t* L_50 = ___uriString0; int32_t L_51 = V_1; NullCheck(L_50); String_t* L_52 = String_Substring_m2848979100(L_50, L_51, /*hidden argument*/NULL); __this->set_fragment_7(L_52); String_t* L_53 = ___uriString0; int32_t L_54 = V_1; NullCheck(L_53); String_t* L_55 = String_Substring_m1610150815(L_53, 0, L_54, /*hidden argument*/NULL); ___uriString0 = L_55; } IL_0184: { String_t* L_56 = ___uriString0; NullCheck(L_56); int32_t L_57 = String_IndexOf_m363431711(L_56, ((int32_t)63), /*hidden argument*/NULL); V_1 = L_57; int32_t L_58 = V_1; if ((((int32_t)L_58) == ((int32_t)(-1)))) { goto IL_01c7; } } { String_t* L_59 = ___uriString0; int32_t L_60 = V_1; NullCheck(L_59); String_t* L_61 = String_Substring_m2848979100(L_59, L_60, /*hidden argument*/NULL); __this->set_query_6(L_61); String_t* L_62 = ___uriString0; int32_t L_63 = V_1; NullCheck(L_62); String_t* L_64 = String_Substring_m1610150815(L_62, 0, L_63, /*hidden argument*/NULL); ___uriString0 = L_64; bool L_65 = __this->get_userEscaped_11(); if (L_65) { goto IL_01c7; } } { String_t* L_66 = __this->get_query_6(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_67 = Uri_EscapeString_m1309855468(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); __this->set_query_6(L_67); } IL_01c7: { String_t* L_68 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_69 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_70 = String_op_Equality_m920492651(NULL /*static, unused*/, L_68, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_01e9; } } { String_t* L_71 = ___uriString0; NullCheck(L_71); bool L_72 = String_StartsWith_m1759067526(L_71, _stringLiteral1057238064, /*hidden argument*/NULL); G_B34_0 = ((int32_t)(L_72)); goto IL_01ea; } IL_01e9: { G_B34_0 = 0; } IL_01ea: { V_3 = (bool)G_B34_0; String_t* L_73 = ___uriString0; NullCheck(L_73); bool L_74 = String_StartsWith_m1759067526(L_73, _stringLiteral3450582913, /*hidden argument*/NULL); if (!L_74) { goto IL_0241; } } { String_t* L_75 = ___uriString0; NullCheck(L_75); bool L_76 = String_StartsWith_m1759067526(L_75, _stringLiteral1573465136, /*hidden argument*/NULL); if (!L_76) { goto IL_020d; } } { V_3 = (bool)0; } IL_020d: { String_t* L_77 = ___uriString0; CharU5BU5D_t3528271667* L_78 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_78); (L_78)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); NullCheck(L_77); String_t* L_79 = String_TrimStart_m1431283012(L_77, L_78, /*hidden argument*/NULL); ___uriString0 = L_79; String_t* L_80 = ___uriString0; NullCheck(L_80); int32_t L_81 = String_get_Length_m3847582255(L_80, /*hidden argument*/NULL); if ((((int32_t)L_81) <= ((int32_t)1))) { goto IL_023c; } } { String_t* L_82 = ___uriString0; NullCheck(L_82); Il2CppChar L_83 = String_get_Chars_m2986988803(L_82, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)58))))) { goto IL_023c; } } { V_3 = (bool)0; } IL_023c: { goto IL_0260; } IL_0241: { String_t* L_84 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); bool L_85 = Uri_IsPredefinedScheme_m2172454152(NULL /*static, unused*/, L_84, /*hidden argument*/NULL); if (L_85) { goto IL_0260; } } { String_t* L_86 = ___uriString0; __this->set_path_5(L_86); __this->set_isOpaquePart_10((bool)1); return; } IL_0260: { String_t* L_87 = ___uriString0; CharU5BU5D_t3528271667* L_88 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_88); (L_88)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); NullCheck(L_87); int32_t L_89 = String_IndexOfAny_m4159774896(L_87, L_88, /*hidden argument*/NULL); V_1 = L_89; bool L_90 = V_3; if (!L_90) { goto IL_027a; } } { V_1 = (-1); } IL_027a: { int32_t L_91 = V_1; if ((!(((uint32_t)L_91) == ((uint32_t)(-1))))) { goto IL_02d0; } } { String_t* L_92 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_93 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeMailto_23(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_94 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_92, L_93, /*hidden argument*/NULL); if (!L_94) { goto IL_02cb; } } { String_t* L_95 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_96 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeNews_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_97 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_95, L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_02cb; } } { String_t* L_98 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_99 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_100 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_98, L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_02cb; } } { __this->set_path_5(_stringLiteral3452614529); } IL_02cb: { goto IL_02e7; } IL_02d0: { String_t* L_101 = ___uriString0; int32_t L_102 = V_1; NullCheck(L_101); String_t* L_103 = String_Substring_m2848979100(L_101, L_102, /*hidden argument*/NULL); __this->set_path_5(L_103); String_t* L_104 = ___uriString0; int32_t L_105 = V_1; NullCheck(L_104); String_t* L_106 = String_Substring_m1610150815(L_104, 0, L_105, /*hidden argument*/NULL); ___uriString0 = L_106; } IL_02e7: { String_t* L_107 = ___uriString0; NullCheck(L_107); int32_t L_108 = String_IndexOf_m1977622757(L_107, _stringLiteral3452614624, /*hidden argument*/NULL); V_1 = L_108; int32_t L_109 = V_1; if ((((int32_t)L_109) == ((int32_t)(-1)))) { goto IL_0314; } } { String_t* L_110 = ___uriString0; int32_t L_111 = V_1; NullCheck(L_110); String_t* L_112 = String_Substring_m1610150815(L_110, 0, L_111, /*hidden argument*/NULL); __this->set_userinfo_8(L_112); String_t* L_113 = ___uriString0; int32_t L_114 = V_1; NullCheck(L_113); String_t* L_115 = String_Remove_m562998446(L_113, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)), /*hidden argument*/NULL); ___uriString0 = L_115; } IL_0314: { __this->set_port_4((-1)); String_t* L_116 = ___uriString0; NullCheck(L_116); int32_t L_117 = String_LastIndexOf_m2676535141(L_116, _stringLiteral3452614550, /*hidden argument*/NULL); V_1 = L_117; bool L_118 = V_3; if (!L_118) { goto IL_032f; } } { V_1 = (-1); } IL_032f: { int32_t L_119 = V_1; if ((((int32_t)L_119) == ((int32_t)(-1)))) { goto IL_03a6; } } { int32_t L_120 = V_1; String_t* L_121 = ___uriString0; NullCheck(L_121); int32_t L_122 = String_get_Length_m3847582255(L_121, /*hidden argument*/NULL); if ((((int32_t)L_120) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)1))))) { goto IL_03a6; } } { String_t* L_123 = ___uriString0; int32_t L_124 = V_1; NullCheck(L_123); String_t* L_125 = String_Remove_m562998446(L_123, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)), /*hidden argument*/NULL); V_4 = L_125; String_t* L_126 = V_4; NullCheck(L_126); int32_t L_127 = String_get_Length_m3847582255(L_126, /*hidden argument*/NULL); if ((((int32_t)L_127) <= ((int32_t)1))) { goto IL_03a6; } } { String_t* L_128 = V_4; String_t* L_129 = V_4; NullCheck(L_129); int32_t L_130 = String_get_Length_m3847582255(L_129, /*hidden argument*/NULL); NullCheck(L_128); Il2CppChar L_131 = String_get_Chars_m2986988803(L_128, ((int32_t)il2cpp_codegen_subtract((int32_t)L_130, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_131) == ((int32_t)((int32_t)93)))) { goto IL_03a6; } } IL_0374: try { // begin try (depth: 1) String_t* L_132 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_133 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); uint32_t L_134 = UInt32_Parse_m1373460382(NULL /*static, unused*/, L_132, L_133, /*hidden argument*/NULL); __this->set_port_4(L_134); String_t* L_135 = ___uriString0; int32_t L_136 = V_1; NullCheck(L_135); String_t* L_137 = String_Substring_m1610150815(L_135, 0, L_136, /*hidden argument*/NULL); ___uriString0 = L_137; goto IL_03a6; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0395; throw e; } CATCH_0395: { // begin catch(System.Exception) { FormatException_t154580423 * L_138 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_138, _stringLiteral2671804265, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_138,Uri_Parse_m2623468805_RuntimeMethod_var); } IL_03a1: { goto IL_03a6; } } // end catch (depth: 1) IL_03a6: { int32_t L_139 = __this->get_port_4(); if ((!(((uint32_t)L_139) == ((uint32_t)(-1))))) { goto IL_03c3; } } { String_t* L_140 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); int32_t L_141 = Uri_GetDefaultPort_m3448401421(NULL /*static, unused*/, L_140, /*hidden argument*/NULL); __this->set_port_4(L_141); } IL_03c3: { String_t* L_142 = ___uriString0; __this->set_host_3(L_142); bool L_143 = V_3; if (!L_143) { goto IL_03f3; } } { Il2CppChar L_144 = ((Il2CppChar)((int32_t)47)); RuntimeObject * L_145 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_144); String_t* L_146 = ___uriString0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_147 = String_Concat_m904156431(NULL /*static, unused*/, L_145, L_146, /*hidden argument*/NULL); __this->set_path_5(L_147); String_t* L_148 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_148); goto IL_049d; } IL_03f3: { String_t* L_149 = __this->get_host_3(); NullCheck(L_149); int32_t L_150 = String_get_Length_m3847582255(L_149, /*hidden argument*/NULL); if ((!(((uint32_t)L_150) == ((uint32_t)2)))) { goto IL_043e; } } { String_t* L_151 = __this->get_host_3(); NullCheck(L_151); Il2CppChar L_152 = String_get_Chars_m2986988803(L_151, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_152) == ((uint32_t)((int32_t)58))))) { goto IL_043e; } } { String_t* L_153 = __this->get_host_3(); String_t* L_154 = __this->get_path_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_155 = String_Concat_m3937257545(NULL /*static, unused*/, L_153, L_154, /*hidden argument*/NULL); __this->set_path_5(L_155); String_t* L_156 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_156); goto IL_049d; } IL_043e: { bool L_157 = __this->get_isUnixFilePath_0(); if (!L_157) { goto IL_0466; } } { String_t* L_158 = ___uriString0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_159 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3450582913, L_158, /*hidden argument*/NULL); ___uriString0 = L_159; String_t* L_160 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_160); goto IL_049d; } IL_0466: { String_t* L_161 = __this->get_host_3(); NullCheck(L_161); int32_t L_162 = String_get_Length_m3847582255(L_161, /*hidden argument*/NULL); if (L_162) { goto IL_0481; } } { FormatException_t154580423 * L_163 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_163, _stringLiteral4171376173, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_163,Uri_Parse_m2623468805_RuntimeMethod_var); } IL_0481: { String_t* L_164 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_165 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_166 = String_op_Equality_m920492651(NULL /*static, unused*/, L_164, L_165, /*hidden argument*/NULL); if (!L_166) { goto IL_049d; } } { __this->set_isUnc_9((bool)1); } IL_049d: { String_t* L_167 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_168 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeMailto_23(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_169 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_167, L_168, /*hidden argument*/NULL); if (!L_169) { goto IL_04f8; } } { String_t* L_170 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_171 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeNews_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_172 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_170, L_171, /*hidden argument*/NULL); if (!L_172) { goto IL_04f8; } } { String_t* L_173 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_174 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_175 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_173, L_174, /*hidden argument*/NULL); if (!L_175) { goto IL_04f8; } } { bool L_176 = __this->get_reduce_15(); if (!L_176) { goto IL_04f8; } } { String_t* L_177 = __this->get_path_5(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_178 = Uri_Reduce_m4076929152(NULL /*static, unused*/, L_177, /*hidden argument*/NULL); __this->set_path_5(L_178); } IL_04f8: { return; } } // System.String Mono.Security.Uri::Reduce(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Reduce_m4076929152 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Reduce_m4076929152_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; String_t* V_5 = NULL; { String_t* L_0 = ___path0; NullCheck(L_0); String_t* L_1 = String_Replace_m3726209165(L_0, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); ___path0 = L_1; String_t* L_2 = ___path0; CharU5BU5D_t3528271667* L_3 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); NullCheck(L_2); StringU5BU5D_t1281789340* L_4 = String_Split_m3646115398(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; ArrayList_t2718874744 * L_5 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_5, /*hidden argument*/NULL); V_1 = L_5; StringU5BU5D_t1281789340* L_6 = V_0; NullCheck(L_6); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))); V_3 = 0; goto IL_00a9; } IL_002f: { StringU5BU5D_t1281789340* L_7 = V_0; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); V_4 = L_10; String_t* L_11 = V_4; NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0051; } } { String_t* L_13 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, _stringLiteral3452614530, /*hidden argument*/NULL); if (!L_14) { goto IL_0056; } } IL_0051: { goto IL_00a5; } IL_0056: { String_t* L_15 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, _stringLiteral3450648450, /*hidden argument*/NULL); if (!L_16) { goto IL_009c; } } { ArrayList_t2718874744 * L_17 = V_1; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_17); if (L_18) { goto IL_0089; } } { int32_t L_19 = V_3; if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_007e; } } { goto IL_00a5; } IL_007e: { Exception_t * L_20 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_20, _stringLiteral962976914, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,Uri_Reduce_m4076929152_RuntimeMethod_var); } IL_0089: { ArrayList_t2718874744 * L_21 = V_1; ArrayList_t2718874744 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_22); NullCheck(L_21); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))); goto IL_00a5; } IL_009c: { ArrayList_t2718874744 * L_24 = V_1; String_t* L_25 = V_4; NullCheck(L_24); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_24, L_25); } IL_00a5: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00a9: { int32_t L_27 = V_3; int32_t L_28 = V_2; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_002f; } } { ArrayList_t2718874744 * L_29 = V_1; NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29); if (L_30) { goto IL_00c1; } } { return _stringLiteral3452614529; } IL_00c1: { ArrayList_t2718874744 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_31); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_31, 0, L_32); ArrayList_t2718874744 * L_33 = V_1; RuntimeTypeHandle_t3027515415 L_34 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_35 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); NullCheck(L_33); RuntimeArray * L_36 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_33, L_35); String_t* L_37 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3452614529, ((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_36, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_5 = L_37; String_t* L_38 = ___path0; NullCheck(L_38); bool L_39 = String_EndsWith_m1901926500(L_38, _stringLiteral3452614529, /*hidden argument*/NULL); if (!L_39) { goto IL_010e; } } { String_t* L_40 = V_5; Il2CppChar L_41 = ((Il2CppChar)((int32_t)47)); RuntimeObject * L_42 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Concat_m904156431(NULL /*static, unused*/, L_40, L_42, /*hidden argument*/NULL); V_5 = L_43; } IL_010e: { String_t* L_44 = V_5; return L_44; } } // System.String Mono.Security.Uri::GetSchemeDelimiter(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetSchemeDelimiter_m2222641454 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_GetSchemeDelimiter_m2222641454_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0037; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); UriSchemeU5BU5D_t1281162915* L_0 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_schemes_26(); int32_t L_1 = V_0; NullCheck(L_0); String_t* L_2 = ((L_0)->GetAddressAt(static_cast(L_1)))->get_scheme_0(); String_t* L_3 = ___scheme0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); UriSchemeU5BU5D_t1281162915* L_5 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_schemes_26(); int32_t L_6 = V_0; NullCheck(L_5); String_t* L_7 = ((L_5)->GetAddressAt(static_cast(L_6)))->get_delimiter_1(); return L_7; } IL_0033: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0037: { int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); UriSchemeU5BU5D_t1281162915* L_10 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_schemes_26(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0007; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_11 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); return L_11; } } // System.Int32 Mono.Security.Uri::GetDefaultPort(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_GetDefaultPort_m3448401421 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_GetDefaultPort_m3448401421_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0037; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); UriSchemeU5BU5D_t1281162915* L_0 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_schemes_26(); int32_t L_1 = V_0; NullCheck(L_0); String_t* L_2 = ((L_0)->GetAddressAt(static_cast(L_1)))->get_scheme_0(); String_t* L_3 = ___scheme0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); UriSchemeU5BU5D_t1281162915* L_5 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_schemes_26(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = ((L_5)->GetAddressAt(static_cast(L_6)))->get_defaultPort_2(); return L_7; } IL_0033: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0037: { int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); UriSchemeU5BU5D_t1281162915* L_10 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_schemes_26(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0007; } } { return (-1); } } // System.String Mono.Security.Uri::GetOpaqueWiseSchemeDelimiter() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetOpaqueWiseSchemeDelimiter_m3269508432 (Uri_t722248887 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_GetOpaqueWiseSchemeDelimiter_m3269508432_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isOpaquePart_10(); if (!L_0) { goto IL_0011; } } { return _stringLiteral3452614550; } IL_0011: { String_t* L_1 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_2 = Uri_GetSchemeDelimiter_m2222641454(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean Mono.Security.Uri::IsPredefinedScheme(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsPredefinedScheme_m2172454152 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_IsPredefinedScheme_m2172454152_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___scheme0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_009e; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_2 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map17_27(); if (L_2) { goto IL_007f; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 8, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral3140485902, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral1973861653, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral1629333464, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral228733076, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral3139830536, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral2386815142, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral416809914, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral15098073, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map17_27(L_12); } IL_007f: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_13 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map17_27(); String_t* L_14 = V_0; NullCheck(L_13); bool L_15 = Dictionary_2_TryGetValue_m1013208020(L_13, L_14, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_15) { goto IL_009e; } } { int32_t L_16 = V_2; if (!L_16) { goto IL_009c; } } { goto IL_009e; } IL_009c: { return (bool)1; } IL_009e: { 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 // Conversion methods for marshalling of: Mono.Security.Uri/UriScheme extern "C" void UriScheme_t2867806342_marshal_pinvoke(const UriScheme_t2867806342& unmarshaled, UriScheme_t2867806342_marshaled_pinvoke& marshaled) { marshaled.___scheme_0 = il2cpp_codegen_marshal_string(unmarshaled.get_scheme_0()); marshaled.___delimiter_1 = il2cpp_codegen_marshal_string(unmarshaled.get_delimiter_1()); marshaled.___defaultPort_2 = unmarshaled.get_defaultPort_2(); } extern "C" void UriScheme_t2867806342_marshal_pinvoke_back(const UriScheme_t2867806342_marshaled_pinvoke& marshaled, UriScheme_t2867806342& unmarshaled) { unmarshaled.set_scheme_0(il2cpp_codegen_marshal_string_result(marshaled.___scheme_0)); unmarshaled.set_delimiter_1(il2cpp_codegen_marshal_string_result(marshaled.___delimiter_1)); int32_t unmarshaled_defaultPort_temp_2 = 0; unmarshaled_defaultPort_temp_2 = marshaled.___defaultPort_2; unmarshaled.set_defaultPort_2(unmarshaled_defaultPort_temp_2); } // Conversion method for clean up from marshalling of: Mono.Security.Uri/UriScheme extern "C" void UriScheme_t2867806342_marshal_pinvoke_cleanup(UriScheme_t2867806342_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___scheme_0); marshaled.___scheme_0 = NULL; il2cpp_codegen_marshal_free(marshaled.___delimiter_1); marshaled.___delimiter_1 = NULL; } // Conversion methods for marshalling of: Mono.Security.Uri/UriScheme extern "C" void UriScheme_t2867806342_marshal_com(const UriScheme_t2867806342& unmarshaled, UriScheme_t2867806342_marshaled_com& marshaled) { marshaled.___scheme_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_scheme_0()); marshaled.___delimiter_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_delimiter_1()); marshaled.___defaultPort_2 = unmarshaled.get_defaultPort_2(); } extern "C" void UriScheme_t2867806342_marshal_com_back(const UriScheme_t2867806342_marshaled_com& marshaled, UriScheme_t2867806342& unmarshaled) { unmarshaled.set_scheme_0(il2cpp_codegen_marshal_bstring_result(marshaled.___scheme_0)); unmarshaled.set_delimiter_1(il2cpp_codegen_marshal_bstring_result(marshaled.___delimiter_1)); int32_t unmarshaled_defaultPort_temp_2 = 0; unmarshaled_defaultPort_temp_2 = marshaled.___defaultPort_2; unmarshaled.set_defaultPort_2(unmarshaled_defaultPort_temp_2); } // Conversion method for clean up from marshalling of: Mono.Security.Uri/UriScheme extern "C" void UriScheme_t2867806342_marshal_com_cleanup(UriScheme_t2867806342_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___scheme_0); marshaled.___scheme_0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___delimiter_1); marshaled.___delimiter_1 = NULL; } // System.Void Mono.Security.Uri/UriScheme::.ctor(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UriScheme__ctor_m1878175959 (UriScheme_t2867806342 * __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; __this->set_scheme_0(L_0); String_t* L_1 = ___d1; __this->set_delimiter_1(L_1); int32_t L_2 = ___p2; __this->set_defaultPort_2(L_2); return; } } extern "C" void UriScheme__ctor_m1878175959_AdjustorThunk (RuntimeObject * __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method) { UriScheme_t2867806342 * _thisAdjusted = reinterpret_cast(__this + 1); UriScheme__ctor_m1878175959(_thisAdjusted, ___s0, ___d1, ___p2, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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 Mono.Security.X509.PKCS12::.ctor() extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m2768693996 (PKCS12_t4101533060 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12__ctor_m2768693996_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); int32_t L_0 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_recommendedIterationCount_0(); __this->set__iterations_8(L_0); ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set__keyBags_2(L_1); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); __this->set__secretBags_3(L_2); X509CertificateCollection_t1542168549 * L_3 = (X509CertificateCollection_t1542168549 *)il2cpp_codegen_object_new(X509CertificateCollection_t1542168549_il2cpp_TypeInfo_var); X509CertificateCollection__ctor_m3365535796(L_3, /*hidden argument*/NULL); __this->set__certs_4(L_3); __this->set__keyBagsChanged_5((bool)0); __this->set__secretBagsChanged_6((bool)0); __this->set__certsChanged_7((bool)0); ArrayList_t2718874744 * L_4 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_4, /*hidden argument*/NULL); __this->set__safeBags_9(L_4); return; } } // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m2089474062 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { { PKCS12__ctor_m2768693996(__this, /*hidden argument*/NULL); PKCS12_set_Password_m3259330454(__this, (String_t*)NULL, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___data0; PKCS12_Decode_m1913457787(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String) extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m1771540803 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___data0, String_t* ___password1, const RuntimeMethod* method) { { PKCS12__ctor_m2768693996(__this, /*hidden argument*/NULL); String_t* L_0 = ___password1; PKCS12_set_Password_m3259330454(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___data0; PKCS12_Decode_m1913457787(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12::.cctor() extern "C" IL2CPP_METHOD_ATTR void PKCS12__cctor_m2862471915 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12__cctor_m2862471915_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->set_recommendedIterationCount_0(((int32_t)2000)); ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->set_password_max_length_11(((int32_t)2147483647LL)); return; } } // System.Void Mono.Security.X509.PKCS12::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PKCS12_Decode_m1913457787 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_Decode_m1913457787_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160832 * V_0 = NULL; ASN1_t2114160832 * V_1 = NULL; ContentInfo_t3218159895 * V_2 = NULL; ASN1_t2114160832 * V_3 = NULL; ASN1_t2114160832 * V_4 = NULL; ASN1_t2114160832 * V_5 = NULL; String_t* V_6 = NULL; ByteU5BU5D_t4116647657* V_7 = NULL; ASN1_t2114160832 * V_8 = NULL; ASN1_t2114160832 * V_9 = NULL; ByteU5BU5D_t4116647657* V_10 = NULL; ByteU5BU5D_t4116647657* V_11 = NULL; ASN1_t2114160832 * V_12 = NULL; int32_t V_13 = 0; ContentInfo_t3218159895 * V_14 = NULL; ASN1_t2114160832 * V_15 = NULL; int32_t V_16 = 0; ASN1_t2114160832 * V_17 = NULL; EncryptedData_t3577548732 * V_18 = NULL; ASN1_t2114160832 * V_19 = NULL; int32_t V_20 = 0; ASN1_t2114160832 * V_21 = NULL; String_t* V_22 = NULL; Dictionary_2_t2736202052 * V_23 = NULL; int32_t V_24 = 0; { ByteU5BU5D_t4116647657* L_0 = ___data0; ASN1_t2114160832 * L_1 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m1601690794(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ASN1_t2114160832 * L_2 = V_0; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m1032367219(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_001f; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral1783285669, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_001f: { ASN1_t2114160832 * L_5 = V_0; NullCheck(L_5); ASN1_t2114160832 * L_6 = ASN1_get_Item_m3901126023(L_5, 0, /*hidden argument*/NULL); V_1 = L_6; ASN1_t2114160832 * L_7 = V_1; NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m1032367219(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_003e; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral574292110, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_003e: { ASN1_t2114160832 * L_10 = V_0; NullCheck(L_10); ASN1_t2114160832 * L_11 = ASN1_get_Item_m3901126023(L_10, 1, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_12 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m2639021892(L_12, L_11, /*hidden argument*/NULL); V_2 = L_12; ContentInfo_t3218159895 * L_13 = V_2; NullCheck(L_13); String_t* L_14 = ContentInfo_get_ContentType_m275324816(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_14, _stringLiteral3723664332, /*hidden argument*/NULL); if (!L_15) { goto IL_006b; } } { ArgumentException_t132251570 * L_16 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_16, _stringLiteral1042602006, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_006b: { ASN1_t2114160832 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = ASN1_get_Count_m3580979881(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)2))) { goto IL_01a9; } } { ASN1_t2114160832 * L_19 = V_0; NullCheck(L_19); ASN1_t2114160832 * L_20 = ASN1_get_Item_m3901126023(L_19, 2, /*hidden argument*/NULL); V_3 = L_20; ASN1_t2114160832 * L_21 = V_3; NullCheck(L_21); uint8_t L_22 = ASN1_get_Tag_m1032367219(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)((int32_t)48)))) { goto IL_0097; } } { ArgumentException_t132251570 * L_23 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_23, _stringLiteral1588682583, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_0097: { ASN1_t2114160832 * L_24 = V_3; NullCheck(L_24); ASN1_t2114160832 * L_25 = ASN1_get_Item_m3901126023(L_24, 0, /*hidden argument*/NULL); V_4 = L_25; ASN1_t2114160832 * L_26 = V_4; NullCheck(L_26); uint8_t L_27 = ASN1_get_Tag_m1032367219(L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) == ((int32_t)((int32_t)48)))) { goto IL_00b9; } } { ArgumentException_t132251570 * L_28 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_28, _stringLiteral1588682583, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_00b9: { ASN1_t2114160832 * L_29 = V_4; NullCheck(L_29); ASN1_t2114160832 * L_30 = ASN1_get_Item_m3901126023(L_29, 0, /*hidden argument*/NULL); V_5 = L_30; ASN1_t2114160832 * L_31 = V_5; NullCheck(L_31); ASN1_t2114160832 * L_32 = ASN1_get_Item_m3901126023(L_31, 0, /*hidden argument*/NULL); String_t* L_33 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); V_6 = L_33; String_t* L_34 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_35 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_34, _stringLiteral3539017007, /*hidden argument*/NULL); if (!L_35) { goto IL_00ee; } } { ArgumentException_t132251570 * L_36 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_36, _stringLiteral3549470071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_00ee: { ASN1_t2114160832 * L_37 = V_4; NullCheck(L_37); ASN1_t2114160832 * L_38 = ASN1_get_Item_m3901126023(L_37, 1, /*hidden argument*/NULL); NullCheck(L_38); ByteU5BU5D_t4116647657* L_39 = ASN1_get_Value_m1857007406(L_38, /*hidden argument*/NULL); V_7 = L_39; ASN1_t2114160832 * L_40 = V_3; NullCheck(L_40); ASN1_t2114160832 * L_41 = ASN1_get_Item_m3901126023(L_40, 1, /*hidden argument*/NULL); V_8 = L_41; ASN1_t2114160832 * L_42 = V_8; NullCheck(L_42); uint8_t L_43 = ASN1_get_Tag_m1032367219(L_42, /*hidden argument*/NULL); if ((((int32_t)L_43) == ((int32_t)4))) { goto IL_011e; } } { ArgumentException_t132251570 * L_44 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_44, _stringLiteral2920106322, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_011e: { __this->set__iterations_8(1); ASN1_t2114160832 * L_45 = V_3; NullCheck(L_45); int32_t L_46 = ASN1_get_Count_m3580979881(L_45, /*hidden argument*/NULL); if ((((int32_t)L_46) <= ((int32_t)2))) { goto IL_015f; } } { ASN1_t2114160832 * L_47 = V_3; NullCheck(L_47); ASN1_t2114160832 * L_48 = ASN1_get_Item_m3901126023(L_47, 2, /*hidden argument*/NULL); V_9 = L_48; ASN1_t2114160832 * L_49 = V_9; NullCheck(L_49); uint8_t L_50 = ASN1_get_Tag_m1032367219(L_49, /*hidden argument*/NULL); if ((((int32_t)L_50) == ((int32_t)2))) { goto IL_0152; } } { ArgumentException_t132251570 * L_51 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_51, _stringLiteral2950585271, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_0152: { ASN1_t2114160832 * L_52 = V_9; int32_t L_53 = ASN1Convert_ToInt32_m254930636(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); __this->set__iterations_8(L_53); } IL_015f: { ContentInfo_t3218159895 * L_54 = V_2; NullCheck(L_54); ASN1_t2114160832 * L_55 = ContentInfo_get_Content_m1945593776(L_54, /*hidden argument*/NULL); NullCheck(L_55); ASN1_t2114160832 * L_56 = ASN1_get_Item_m3901126023(L_55, 0, /*hidden argument*/NULL); NullCheck(L_56); ByteU5BU5D_t4116647657* L_57 = ASN1_get_Value_m1857007406(L_56, /*hidden argument*/NULL); V_10 = L_57; ByteU5BU5D_t4116647657* L_58 = __this->get__password_1(); ASN1_t2114160832 * L_59 = V_8; NullCheck(L_59); ByteU5BU5D_t4116647657* L_60 = ASN1_get_Value_m1857007406(L_59, /*hidden argument*/NULL); int32_t L_61 = __this->get__iterations_8(); ByteU5BU5D_t4116647657* L_62 = V_10; ByteU5BU5D_t4116647657* L_63 = PKCS12_MAC_m3401183837(__this, L_58, L_60, L_61, L_62, /*hidden argument*/NULL); V_11 = L_63; ByteU5BU5D_t4116647657* L_64 = V_7; ByteU5BU5D_t4116647657* L_65 = V_11; bool L_66 = PKCS12_Compare_m2975811353(__this, L_64, L_65, /*hidden argument*/NULL); if (L_66) { goto IL_01a9; } } { CryptographicException_t248831461 * L_67 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_67, _stringLiteral2360737648, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_01a9: { ContentInfo_t3218159895 * L_68 = V_2; NullCheck(L_68); ASN1_t2114160832 * L_69 = ContentInfo_get_Content_m1945593776(L_68, /*hidden argument*/NULL); NullCheck(L_69); ASN1_t2114160832 * L_70 = ASN1_get_Item_m3901126023(L_69, 0, /*hidden argument*/NULL); NullCheck(L_70); ByteU5BU5D_t4116647657* L_71 = ASN1_get_Value_m1857007406(L_70, /*hidden argument*/NULL); ASN1_t2114160832 * L_72 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m1601690794(L_72, L_71, /*hidden argument*/NULL); V_12 = L_72; V_13 = 0; goto IL_0314; } IL_01c9: { ASN1_t2114160832 * L_73 = V_12; int32_t L_74 = V_13; NullCheck(L_73); ASN1_t2114160832 * L_75 = ASN1_get_Item_m3901126023(L_73, L_74, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_76 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m2639021892(L_76, L_75, /*hidden argument*/NULL); V_14 = L_76; ContentInfo_t3218159895 * L_77 = V_14; NullCheck(L_77); String_t* L_78 = ContentInfo_get_ContentType_m275324816(L_77, /*hidden argument*/NULL); V_22 = L_78; String_t* L_79 = V_22; if (!L_79) { goto IL_0303; } } { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_80 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map8_12(); if (L_80) { goto IL_0229; } } { Dictionary_2_t2736202052 * L_81 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_81, 3, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_23 = L_81; Dictionary_2_t2736202052 * L_82 = V_23; NullCheck(L_82); Dictionary_2_Add_m282647386(L_82, _stringLiteral3723664332, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_83 = V_23; NullCheck(L_83); Dictionary_2_Add_m282647386(L_83, _stringLiteral620338124, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_84 = V_23; NullCheck(L_84); Dictionary_2_Add_m282647386(L_84, _stringLiteral3341327308, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_85 = V_23; IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map8_12(L_85); } IL_0229: { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_86 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map8_12(); String_t* L_87 = V_22; NullCheck(L_86); bool L_88 = Dictionary_2_TryGetValue_m1013208020(L_86, L_87, (&V_24), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_88) { goto IL_0303; } } { int32_t L_89 = V_24; switch (L_89) { case 0: { goto IL_0254; } case 1: { goto IL_02a1; } case 2: { goto IL_02f8; } } } { goto IL_0303; } IL_0254: { ContentInfo_t3218159895 * L_90 = V_14; NullCheck(L_90); ASN1_t2114160832 * L_91 = ContentInfo_get_Content_m1945593776(L_90, /*hidden argument*/NULL); NullCheck(L_91); ASN1_t2114160832 * L_92 = ASN1_get_Item_m3901126023(L_91, 0, /*hidden argument*/NULL); NullCheck(L_92); ByteU5BU5D_t4116647657* L_93 = ASN1_get_Value_m1857007406(L_92, /*hidden argument*/NULL); ASN1_t2114160832 * L_94 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m1601690794(L_94, L_93, /*hidden argument*/NULL); V_15 = L_94; V_16 = 0; goto IL_028e; } IL_0275: { ASN1_t2114160832 * L_95 = V_15; int32_t L_96 = V_16; NullCheck(L_95); ASN1_t2114160832 * L_97 = ASN1_get_Item_m3901126023(L_95, L_96, /*hidden argument*/NULL); V_17 = L_97; ASN1_t2114160832 * L_98 = V_17; PKCS12_ReadSafeBag_m1585166574(__this, L_98, /*hidden argument*/NULL); int32_t L_99 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); } IL_028e: { int32_t L_100 = V_16; ASN1_t2114160832 * L_101 = V_15; NullCheck(L_101); int32_t L_102 = ASN1_get_Count_m3580979881(L_101, /*hidden argument*/NULL); if ((((int32_t)L_100) < ((int32_t)L_102))) { goto IL_0275; } } { goto IL_030e; } IL_02a1: { ContentInfo_t3218159895 * L_103 = V_14; NullCheck(L_103); ASN1_t2114160832 * L_104 = ContentInfo_get_Content_m1945593776(L_103, /*hidden argument*/NULL); NullCheck(L_104); ASN1_t2114160832 * L_105 = ASN1_get_Item_m3901126023(L_104, 0, /*hidden argument*/NULL); EncryptedData_t3577548732 * L_106 = (EncryptedData_t3577548732 *)il2cpp_codegen_object_new(EncryptedData_t3577548732_il2cpp_TypeInfo_var); EncryptedData__ctor_m2497911783(L_106, L_105, /*hidden argument*/NULL); V_18 = L_106; EncryptedData_t3577548732 * L_107 = V_18; ByteU5BU5D_t4116647657* L_108 = PKCS12_Decrypt_m3310864946(__this, L_107, /*hidden argument*/NULL); ASN1_t2114160832 * L_109 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m1601690794(L_109, L_108, /*hidden argument*/NULL); V_19 = L_109; V_20 = 0; goto IL_02e5; } IL_02cc: { ASN1_t2114160832 * L_110 = V_19; int32_t L_111 = V_20; NullCheck(L_110); ASN1_t2114160832 * L_112 = ASN1_get_Item_m3901126023(L_110, L_111, /*hidden argument*/NULL); V_21 = L_112; ASN1_t2114160832 * L_113 = V_21; PKCS12_ReadSafeBag_m1585166574(__this, L_113, /*hidden argument*/NULL); int32_t L_114 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); } IL_02e5: { int32_t L_115 = V_20; ASN1_t2114160832 * L_116 = V_19; NullCheck(L_116); int32_t L_117 = ASN1_get_Count_m3580979881(L_116, /*hidden argument*/NULL); if ((((int32_t)L_115) < ((int32_t)L_117))) { goto IL_02cc; } } { goto IL_030e; } IL_02f8: { NotImplementedException_t3489357830 * L_118 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3095902440(L_118, _stringLiteral1009957252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_118,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_0303: { ArgumentException_t132251570 * L_119 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_119, _stringLiteral2661214061, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_119,PKCS12_Decode_m1913457787_RuntimeMethod_var); } IL_030e: { int32_t L_120 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); } IL_0314: { int32_t L_121 = V_13; ASN1_t2114160832 * L_122 = V_12; NullCheck(L_122); int32_t L_123 = ASN1_get_Count_m3580979881(L_122, /*hidden argument*/NULL); if ((((int32_t)L_121) < ((int32_t)L_123))) { goto IL_01c9; } } { return; } } // System.Void Mono.Security.X509.PKCS12::Finalize() extern "C" IL2CPP_METHOD_ATTR void PKCS12_Finalize_m1390639705 (PKCS12_t4101533060 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_0 = __this->get__password_1(); if (!L_0) { goto IL_001f; } } IL_000b: { ByteU5BU5D_t4116647657* L_1 = __this->get__password_1(); ByteU5BU5D_t4116647657* L_2 = __this->get__password_1(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001f: { __this->set__password_1((ByteU5BU5D_t4116647657*)NULL); IL2CPP_LEAVE(0x32, FINALLY_002b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(43) } // end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { return; } } // System.Void Mono.Security.X509.PKCS12::set_Password(System.String) extern "C" IL2CPP_METHOD_ATTR void PKCS12_set_Password_m3259330454 (PKCS12_t4101533060 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_set_Password_m3259330454_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___value0; if (!L_0) { goto IL_007c; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_006b; } } { String_t* L_3 = ___value0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = 0; int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); int32_t L_6 = PKCS12_get_MaximumPasswordLength_m883183191(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_003b; } } { String_t* L_7 = ___value0; int32_t L_8 = V_0; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m2986988803(L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); if (!L_9) { goto IL_0036; } } { V_1 = 1; } IL_0036: { goto IL_0041; } IL_003b: { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); int32_t L_10 = PKCS12_get_MaximumPasswordLength_m883183191(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_10; } IL_0041: { int32_t L_11 = V_0; int32_t L_12 = V_1; __this->set__password_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))<<(int32_t)1))))); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_13 = Encoding_get_BigEndianUnicode_m684646764(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_14 = ___value0; int32_t L_15 = V_0; ByteU5BU5D_t4116647657* L_16 = __this->get__password_1(); NullCheck(L_13); VirtFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(9 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_13, L_14, 0, L_15, L_16, 0); goto IL_0077; } IL_006b: { __this->set__password_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2))); } IL_0077: { goto IL_0083; } IL_007c: { __this->set__password_1((ByteU5BU5D_t4116647657*)NULL); } IL_0083: { return; } } // System.Int32 Mono.Security.X509.PKCS12::get_IterationCount() extern "C" IL2CPP_METHOD_ATTR int32_t PKCS12_get_IterationCount_m626423090 (PKCS12_t4101533060 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__iterations_8(); return L_0; } } // System.Void Mono.Security.X509.PKCS12::set_IterationCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PKCS12_set_IterationCount_m1399630158 (PKCS12_t4101533060 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__iterations_8(L_0); return; } } // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates() extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t1542168549 * PKCS12_get_Certificates_m1630860723 (PKCS12_t4101533060 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_get_Certificates_m1630860723_MetadataUsageId); s_Il2CppMethodInitialized = true; } SafeBag_t3961248199 * V_0 = NULL; RuntimeObject* V_1 = NULL; ASN1_t2114160832 * V_2 = NULL; ASN1_t2114160832 * V_3 = NULL; ContentInfo_t3218159895 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get__certsChanged_7(); if (!L_0) { goto IL_00b3; } } { X509CertificateCollection_t1542168549 * L_1 = __this->get__certs_4(); NullCheck(L_1); CollectionBase_Clear_m1509125218(L_1, /*hidden argument*/NULL); ArrayList_t2718874744 * L_2 = __this->get__safeBags_9(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_1 = L_3; } IL_0022: try { // begin try (depth: 1) { goto IL_0087; } IL_0027: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = ((SafeBag_t3961248199 *)CastclassClass((RuntimeObject*)L_5, SafeBag_t3961248199_il2cpp_TypeInfo_var)); SafeBag_t3961248199 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = SafeBag_get_BagOID_m2165567310(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = String_Equals_m2270643605(L_7, _stringLiteral1074765375, /*hidden argument*/NULL); if (!L_8) { goto IL_0087; } } IL_0048: { SafeBag_t3961248199 * L_9 = V_0; NullCheck(L_9); ASN1_t2114160832 * L_10 = SafeBag_get_ASN1_m3167501969(L_9, /*hidden argument*/NULL); V_2 = L_10; ASN1_t2114160832 * L_11 = V_2; NullCheck(L_11); ASN1_t2114160832 * L_12 = ASN1_get_Item_m3901126023(L_11, 1, /*hidden argument*/NULL); V_3 = L_12; ASN1_t2114160832 * L_13 = V_3; NullCheck(L_13); ByteU5BU5D_t4116647657* L_14 = ASN1_get_Value_m1857007406(L_13, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_15 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m1888388023(L_15, L_14, /*hidden argument*/NULL); V_4 = L_15; X509CertificateCollection_t1542168549 * L_16 = __this->get__certs_4(); ContentInfo_t3218159895 * L_17 = V_4; NullCheck(L_17); ASN1_t2114160832 * L_18 = ContentInfo_get_Content_m1945593776(L_17, /*hidden argument*/NULL); NullCheck(L_18); ASN1_t2114160832 * L_19 = ASN1_get_Item_m3901126023(L_18, 0, /*hidden argument*/NULL); NullCheck(L_19); ByteU5BU5D_t4116647657* L_20 = ASN1_get_Value_m1857007406(L_19, /*hidden argument*/NULL); X509Certificate_t489243024 * L_21 = (X509Certificate_t489243024 *)il2cpp_codegen_object_new(X509Certificate_t489243024_il2cpp_TypeInfo_var); X509Certificate__ctor_m3656389950(L_21, L_20, /*hidden argument*/NULL); NullCheck(L_16); X509CertificateCollection_Add_m3136524580(L_16, L_21, /*hidden argument*/NULL); } IL_0087: { RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0027; } } IL_0092: { IL2CPP_LEAVE(0xAC, FINALLY_0097); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0097; } FINALLY_0097: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_5; if (L_25) { goto IL_00a4; } } IL_00a3: { IL2CPP_END_FINALLY(151) } IL_00a4: { RuntimeObject* L_26 = V_5; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); IL2CPP_END_FINALLY(151) } } // end finally (depth: 1) IL2CPP_CLEANUP(151) { IL2CPP_JUMP_TBL(0xAC, IL_00ac) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ac: { __this->set__certsChanged_7((bool)0); } IL_00b3: { X509CertificateCollection_t1542168549 * L_27 = __this->get__certs_4(); return L_27; } } // System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::get_RNG() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * PKCS12_get_RNG_m2649456600 (PKCS12_t4101533060 * __this, const RuntimeMethod* method) { { RandomNumberGenerator_t386037858 * L_0 = __this->get__rng_10(); if (L_0) { goto IL_0016; } } { RandomNumberGenerator_t386037858 * L_1 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__rng_10(L_1); } IL_0016: { RandomNumberGenerator_t386037858 * L_2 = __this->get__rng_10(); return L_2; } } // System.Boolean Mono.Security.X509.PKCS12::Compare(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool PKCS12_Compare_m2975811353 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___expected0, ByteU5BU5D_t4116647657* ___actual1, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { V_0 = (bool)0; ByteU5BU5D_t4116647657* L_0 = ___expected0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = ___actual1; NullCheck(L_1); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_0030; } } { V_1 = 0; goto IL_0025; } IL_0014: { ByteU5BU5D_t4116647657* L_2 = ___expected0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); ByteU5BU5D_t4116647657* L_6 = ___actual1; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); if ((((int32_t)L_5) == ((int32_t)L_9))) { goto IL_0021; } } { return (bool)0; } IL_0021: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0025: { int32_t L_11 = V_1; ByteU5BU5D_t4116647657* L_12 = ___expected0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0014; } } { V_0 = (bool)1; } IL_0030: { bool L_13 = V_0; return L_13; } } // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.X509.PKCS12::GetSymmetricAlgorithm(System.String,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR SymmetricAlgorithm_t4254223087 * PKCS12_GetSymmetricAlgorithm_m1390440284 (PKCS12_t4101533060 * __this, String_t* ___algorithmOid0, ByteU5BU5D_t4116647657* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_GetSymmetricAlgorithm_m1390440284_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; DeriveBytes_t1492915135 * V_3 = NULL; SymmetricAlgorithm_t4254223087 * V_4 = NULL; String_t* V_5 = NULL; Dictionary_2_t2736202052 * V_6 = NULL; int32_t V_7 = 0; { V_0 = (String_t*)NULL; V_1 = 8; V_2 = 8; DeriveBytes_t1492915135 * L_0 = (DeriveBytes_t1492915135 *)il2cpp_codegen_object_new(DeriveBytes_t1492915135_il2cpp_TypeInfo_var); DeriveBytes__ctor_m3611803810(L_0, /*hidden argument*/NULL); V_3 = L_0; DeriveBytes_t1492915135 * L_1 = V_3; ByteU5BU5D_t4116647657* L_2 = __this->get__password_1(); NullCheck(L_1); DeriveBytes_set_Password_m3005258189(L_1, L_2, /*hidden argument*/NULL); DeriveBytes_t1492915135 * L_3 = V_3; ByteU5BU5D_t4116647657* L_4 = ___salt1; NullCheck(L_3); DeriveBytes_set_Salt_m441577179(L_3, L_4, /*hidden argument*/NULL); DeriveBytes_t1492915135 * L_5 = V_3; int32_t L_6 = ___iterationCount2; NullCheck(L_5); DeriveBytes_set_IterationCount_m3235108425(L_5, L_6, /*hidden argument*/NULL); String_t* L_7 = ___algorithmOid0; V_5 = L_7; String_t* L_8 = V_5; if (!L_8) { goto IL_025a; } } { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_9 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map9_13(); if (L_9) { goto IL_00e9; } } { Dictionary_2_t2736202052 * L_10 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_10, ((int32_t)12), /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_6 = L_10; Dictionary_2_t2736202052 * L_11 = V_6; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral3723795404, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_6; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral3341458380, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_6; NullCheck(L_13); Dictionary_2_Add_m282647386(L_13, _stringLiteral1002806220, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_14 = V_6; NullCheck(L_14); Dictionary_2_Add_m282647386(L_14, _stringLiteral620469196, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_15 = V_6; NullCheck(L_15); Dictionary_2_Add_m282647386(L_15, _stringLiteral1792409609, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_16 = V_6; NullCheck(L_16); Dictionary_2_Add_m282647386(L_16, _stringLiteral1792409608, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_17 = V_6; NullCheck(L_17); Dictionary_2_Add_m282647386(L_17, _stringLiteral1813517709, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_18 = V_6; NullCheck(L_18); Dictionary_2_Add_m282647386(L_18, _stringLiteral1410233182, 7, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_19 = V_6; NullCheck(L_19); Dictionary_2_Add_m282647386(L_19, _stringLiteral2976317123, 8, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_20 = V_6; NullCheck(L_20); Dictionary_2_Add_m282647386(L_20, _stringLiteral2216802236, ((int32_t)9), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_21 = V_6; NullCheck(L_21); Dictionary_2_Add_m282647386(L_21, _stringLiteral3782886177, ((int32_t)10), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_22 = V_6; NullCheck(L_22); Dictionary_2_Add_m282647386(L_22, _stringLiteral3379601650, ((int32_t)11), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_23 = V_6; IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map9_13(L_23); } IL_00e9: { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_24 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map9_13(); String_t* L_25 = V_5; NullCheck(L_24); bool L_26 = Dictionary_2_TryGetValue_m1013208020(L_24, L_25, (&V_7), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_26) { goto IL_025a; } } { int32_t L_27 = V_7; switch (L_27) { case 0: { goto IL_0138; } case 1: { goto IL_014e; } case 2: { goto IL_0164; } case 3: { goto IL_017c; } case 4: { goto IL_0194; } case 5: { goto IL_01aa; } case 6: { goto IL_01c2; } case 7: { goto IL_01dd; } case 8: { goto IL_01f7; } case 9: { goto IL_0210; } case 10: { goto IL_0229; } case 11: { goto IL_0242; } } } { goto IL_025a; } IL_0138: { DeriveBytes_t1492915135 * L_28 = V_3; NullCheck(L_28); DeriveBytes_set_HashName_m3752780137(L_28, _stringLiteral4242423987, /*hidden argument*/NULL); V_0 = _stringLiteral2696477479; goto IL_026b; } IL_014e: { DeriveBytes_t1492915135 * L_29 = V_3; NullCheck(L_29); DeriveBytes_set_HashName_m3752780137(L_29, _stringLiteral3839139460, /*hidden argument*/NULL); V_0 = _stringLiteral2696477479; goto IL_026b; } IL_0164: { DeriveBytes_t1492915135 * L_30 = V_3; NullCheck(L_30); DeriveBytes_set_HashName_m3752780137(L_30, _stringLiteral4242423987, /*hidden argument*/NULL); V_0 = _stringLiteral4242489534; V_1 = 4; goto IL_026b; } IL_017c: { DeriveBytes_t1492915135 * L_31 = V_3; NullCheck(L_31); DeriveBytes_set_HashName_m3752780137(L_31, _stringLiteral3839139460, /*hidden argument*/NULL); V_0 = _stringLiteral4242489534; V_1 = 4; goto IL_026b; } IL_0194: { DeriveBytes_t1492915135 * L_32 = V_3; NullCheck(L_32); DeriveBytes_set_HashName_m3752780137(L_32, _stringLiteral1144609714, /*hidden argument*/NULL); V_0 = _stringLiteral2696477479; goto IL_026b; } IL_01aa: { DeriveBytes_t1492915135 * L_33 = V_3; NullCheck(L_33); DeriveBytes_set_HashName_m3752780137(L_33, _stringLiteral1144609714, /*hidden argument*/NULL); V_0 = _stringLiteral4242489534; V_1 = 4; goto IL_026b; } IL_01c2: { DeriveBytes_t1492915135 * L_34 = V_3; NullCheck(L_34); DeriveBytes_set_HashName_m3752780137(L_34, _stringLiteral1144609714, /*hidden argument*/NULL); V_0 = _stringLiteral1110321652; V_1 = ((int32_t)16); V_2 = 0; goto IL_026b; } IL_01dd: { DeriveBytes_t1492915135 * L_35 = V_3; NullCheck(L_35); DeriveBytes_set_HashName_m3752780137(L_35, _stringLiteral1144609714, /*hidden argument*/NULL); V_0 = _stringLiteral1110321652; V_1 = 5; V_2 = 0; goto IL_026b; } IL_01f7: { DeriveBytes_t1492915135 * L_36 = V_3; NullCheck(L_36); DeriveBytes_set_HashName_m3752780137(L_36, _stringLiteral1144609714, /*hidden argument*/NULL); V_0 = _stringLiteral3569897280; V_1 = ((int32_t)24); goto IL_026b; } IL_0210: { DeriveBytes_t1492915135 * L_37 = V_3; NullCheck(L_37); DeriveBytes_set_HashName_m3752780137(L_37, _stringLiteral1144609714, /*hidden argument*/NULL); V_0 = _stringLiteral3569897280; V_1 = ((int32_t)16); goto IL_026b; } IL_0229: { DeriveBytes_t1492915135 * L_38 = V_3; NullCheck(L_38); DeriveBytes_set_HashName_m3752780137(L_38, _stringLiteral1144609714, /*hidden argument*/NULL); V_0 = _stringLiteral4242489534; V_1 = ((int32_t)16); goto IL_026b; } IL_0242: { DeriveBytes_t1492915135 * L_39 = V_3; NullCheck(L_39); DeriveBytes_set_HashName_m3752780137(L_39, _stringLiteral1144609714, /*hidden argument*/NULL); V_0 = _stringLiteral4242489534; V_1 = 5; goto IL_026b; } IL_025a: { String_t* L_40 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1606416236, L_40, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_42 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,PKCS12_GetSymmetricAlgorithm_m1390440284_RuntimeMethod_var); } IL_026b: { String_t* L_43 = V_0; SymmetricAlgorithm_t4254223087 * L_44 = SymmetricAlgorithm_Create_m2726390826(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); V_4 = L_44; SymmetricAlgorithm_t4254223087 * L_45 = V_4; DeriveBytes_t1492915135 * L_46 = V_3; int32_t L_47 = V_1; NullCheck(L_46); ByteU5BU5D_t4116647657* L_48 = DeriveBytes_DeriveKey_m2238010581(L_46, L_47, /*hidden argument*/NULL); NullCheck(L_45); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, L_45, L_48); int32_t L_49 = V_2; if ((((int32_t)L_49) <= ((int32_t)0))) { goto IL_029e; } } { SymmetricAlgorithm_t4254223087 * L_50 = V_4; DeriveBytes_t1492915135 * L_51 = V_3; int32_t L_52 = V_2; NullCheck(L_51); ByteU5BU5D_t4116647657* L_53 = DeriveBytes_DeriveIV_m3639813821(L_51, L_52, /*hidden argument*/NULL); NullCheck(L_50); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, L_50, L_53); SymmetricAlgorithm_t4254223087 * L_54 = V_4; NullCheck(L_54); VirtActionInvoker1< int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Mode(System.Security.Cryptography.CipherMode) */, L_54, 1); } IL_029e: { SymmetricAlgorithm_t4254223087 * L_55 = V_4; return L_55; } } // System.Byte[] Mono.Security.X509.PKCS12::Decrypt(System.String,System.Byte[],System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS12_Decrypt_m2241300865 (PKCS12_t4101533060 * __this, String_t* ___algorithmOid0, ByteU5BU5D_t4116647657* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_t4116647657* ___encryptedData3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_Decrypt_m2241300865_MetadataUsageId); s_Il2CppMethodInitialized = true; } SymmetricAlgorithm_t4254223087 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (SymmetricAlgorithm_t4254223087 *)NULL; V_1 = (ByteU5BU5D_t4116647657*)NULL; } IL_0004: try { // begin try (depth: 1) String_t* L_0 = ___algorithmOid0; ByteU5BU5D_t4116647657* L_1 = ___salt1; int32_t L_2 = ___iterationCount2; SymmetricAlgorithm_t4254223087 * L_3 = PKCS12_GetSymmetricAlgorithm_m1390440284(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; SymmetricAlgorithm_t4254223087 * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(20 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor() */, L_4); V_2 = L_5; RuntimeObject* L_6 = V_2; ByteU5BU5D_t4116647657* L_7 = ___encryptedData3; ByteU5BU5D_t4116647657* L_8 = ___encryptedData3; NullCheck(L_8); NullCheck(L_6); ByteU5BU5D_t4116647657* L_9 = InterfaceFuncInvoker3< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_6, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))); V_1 = L_9; IL2CPP_LEAVE(0x35, FINALLY_0028); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0028; } FINALLY_0028: { // begin finally (depth: 1) { SymmetricAlgorithm_t4254223087 * L_10 = V_0; if (!L_10) { goto IL_0034; } } IL_002e: { SymmetricAlgorithm_t4254223087 * L_11 = V_0; NullCheck(L_11); SymmetricAlgorithm_Clear_m3302238152(L_11, /*hidden argument*/NULL); } IL_0034: { IL2CPP_END_FINALLY(40) } } // end finally (depth: 1) IL2CPP_CLEANUP(40) { IL2CPP_JUMP_TBL(0x35, IL_0035) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0035: { ByteU5BU5D_t4116647657* L_12 = V_1; return L_12; } } // System.Byte[] Mono.Security.X509.PKCS12::Decrypt(Mono.Security.PKCS7/EncryptedData) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS12_Decrypt_m3310864946 (PKCS12_t4101533060 * __this, EncryptedData_t3577548732 * ___ed0, const RuntimeMethod* method) { { EncryptedData_t3577548732 * L_0 = ___ed0; NullCheck(L_0); ContentInfo_t3218159895 * L_1 = EncryptedData_get_EncryptionAlgorithm_m1297902161(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = ContentInfo_get_ContentType_m275324816(L_1, /*hidden argument*/NULL); EncryptedData_t3577548732 * L_3 = ___ed0; NullCheck(L_3); ContentInfo_t3218159895 * L_4 = EncryptedData_get_EncryptionAlgorithm_m1297902161(L_3, /*hidden argument*/NULL); NullCheck(L_4); ASN1_t2114160832 * L_5 = ContentInfo_get_Content_m1945593776(L_4, /*hidden argument*/NULL); NullCheck(L_5); ASN1_t2114160832 * L_6 = ASN1_get_Item_m3901126023(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = ASN1_get_Value_m1857007406(L_6, /*hidden argument*/NULL); EncryptedData_t3577548732 * L_8 = ___ed0; NullCheck(L_8); ContentInfo_t3218159895 * L_9 = EncryptedData_get_EncryptionAlgorithm_m1297902161(L_8, /*hidden argument*/NULL); NullCheck(L_9); ASN1_t2114160832 * L_10 = ContentInfo_get_Content_m1945593776(L_9, /*hidden argument*/NULL); NullCheck(L_10); ASN1_t2114160832 * L_11 = ASN1_get_Item_m3901126023(L_10, 1, /*hidden argument*/NULL); int32_t L_12 = ASN1Convert_ToInt32_m254930636(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); EncryptedData_t3577548732 * L_13 = ___ed0; NullCheck(L_13); ByteU5BU5D_t4116647657* L_14 = EncryptedData_get_EncryptedContent_m4211024111(L_13, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_15 = PKCS12_Decrypt_m2241300865(__this, L_2, L_7, L_12, L_14, /*hidden argument*/NULL); return L_15; } } // System.Byte[] Mono.Security.X509.PKCS12::Encrypt(System.String,System.Byte[],System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS12_Encrypt_m2617413749 (PKCS12_t4101533060 * __this, String_t* ___algorithmOid0, ByteU5BU5D_t4116647657* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_t4116647657* ___data3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_Encrypt_m2617413749_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; SymmetricAlgorithm_t4254223087 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (ByteU5BU5D_t4116647657*)NULL; String_t* L_0 = ___algorithmOid0; ByteU5BU5D_t4116647657* L_1 = ___salt1; int32_t L_2 = ___iterationCount2; SymmetricAlgorithm_t4254223087 * L_3 = PKCS12_GetSymmetricAlgorithm_m1390440284(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_000c: try { // begin try (depth: 1) SymmetricAlgorithm_t4254223087 * L_4 = V_1; NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() */, L_4); V_2 = L_5; RuntimeObject* L_6 = V_2; ByteU5BU5D_t4116647657* L_7 = ___data3; ByteU5BU5D_t4116647657* L_8 = ___data3; NullCheck(L_8); NullCheck(L_6); ByteU5BU5D_t4116647657* L_9 = InterfaceFuncInvoker3< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_6, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))); V_0 = L_9; IL2CPP_LEAVE(0x33, FINALLY_0026); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) { SymmetricAlgorithm_t4254223087 * L_10 = V_1; if (!L_10) { goto IL_0032; } } IL_002c: { SymmetricAlgorithm_t4254223087 * L_11 = V_1; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_11); } IL_0032: { IL2CPP_END_FINALLY(38) } } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_JUMP_TBL(0x33, IL_0033) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0033: { ByteU5BU5D_t4116647657* L_12 = V_0; return L_12; } } // System.Security.Cryptography.DSAParameters Mono.Security.X509.PKCS12::GetExistingParameters(System.Boolean&) extern "C" IL2CPP_METHOD_ATTR DSAParameters_t1885824122 PKCS12_GetExistingParameters_m3511027613 (PKCS12_t4101533060 * __this, bool* ___found0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_GetExistingParameters_m3511027613_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Certificate_t489243024 * V_0 = NULL; X509CertificateEnumerator_t3515934697 * V_1 = NULL; DSA_t2386879874 * V_2 = NULL; DSAParameters_t1885824122 V_3; memset(&V_3, 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; DSAParameters_t1885824122 V_5; memset(&V_5, 0, sizeof(V_5)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { X509CertificateCollection_t1542168549 * L_0 = PKCS12_get_Certificates_m1630860723(__this, /*hidden argument*/NULL); NullCheck(L_0); X509CertificateEnumerator_t3515934697 * L_1 = X509CertificateCollection_GetEnumerator_m4229251522(L_0, /*hidden argument*/NULL); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0040; } IL_0011: { X509CertificateEnumerator_t3515934697 * L_2 = V_1; NullCheck(L_2); X509Certificate_t489243024 * L_3 = X509CertificateEnumerator_get_Current_m3041233561(L_2, /*hidden argument*/NULL); V_0 = L_3; X509Certificate_t489243024 * L_4 = V_0; NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(6 /* System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() */, L_4); if (!L_5) { goto IL_0040; } } IL_0023: { X509Certificate_t489243024 * L_6 = V_0; NullCheck(L_6); DSA_t2386879874 * L_7 = X509Certificate_get_DSA_m1760272844(L_6, /*hidden argument*/NULL); V_2 = L_7; DSA_t2386879874 * L_8 = V_2; if (!L_8) { goto IL_0040; } } IL_0030: { bool* L_9 = ___found0; *((int8_t*)(L_9)) = (int8_t)1; DSA_t2386879874 * L_10 = V_2; NullCheck(L_10); DSAParameters_t1885824122 L_11 = VirtFuncInvoker1< DSAParameters_t1885824122 , bool >::Invoke(11 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_10, (bool)0); V_3 = L_11; IL2CPP_LEAVE(0x73, FINALLY_0050); } IL_0040: { X509CertificateEnumerator_t3515934697 * L_12 = V_1; NullCheck(L_12); bool L_13 = X509CertificateEnumerator_MoveNext_m2269241175(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0011; } } IL_004b: { IL2CPP_LEAVE(0x65, FINALLY_0050); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0050; } FINALLY_0050: { // begin finally (depth: 1) { X509CertificateEnumerator_t3515934697 * L_14 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_4; if (L_15) { goto IL_005d; } } IL_005c: { IL2CPP_END_FINALLY(80) } IL_005d: { RuntimeObject* L_16 = V_4; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); IL2CPP_END_FINALLY(80) } } // end finally (depth: 1) IL2CPP_CLEANUP(80) { IL2CPP_JUMP_TBL(0x73, IL_0073) IL2CPP_JUMP_TBL(0x65, IL_0065) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0065: { bool* L_17 = ___found0; *((int8_t*)(L_17)) = (int8_t)0; il2cpp_codegen_initobj((&V_5), sizeof(DSAParameters_t1885824122 )); DSAParameters_t1885824122 L_18 = V_5; return L_18; } IL_0073: { DSAParameters_t1885824122 L_19 = V_3; return L_19; } } // System.Void Mono.Security.X509.PKCS12::AddPrivateKey(Mono.Security.Cryptography.PKCS8/PrivateKeyInfo) extern "C" IL2CPP_METHOD_ATTR void PKCS12_AddPrivateKey_m1542850936 (PKCS12_t4101533060 * __this, PrivateKeyInfo_t668027992 * ___pki0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_AddPrivateKey_m1542850936_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; bool V_1 = false; DSAParameters_t1885824122 V_2; memset(&V_2, 0, sizeof(V_2)); uint8_t V_3 = 0x0; { PrivateKeyInfo_t668027992 * L_0 = ___pki0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = PrivateKeyInfo_get_PrivateKey_m2768243057(L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); V_3 = L_4; uint8_t L_5 = V_3; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_001f; } } { uint8_t L_6 = V_3; if ((((int32_t)L_6) == ((int32_t)((int32_t)48)))) { goto IL_0046; } } { goto IL_005d; } IL_001f: { DSAParameters_t1885824122 L_7 = PKCS12_GetExistingParameters_m3511027613(__this, (&V_1), /*hidden argument*/NULL); V_2 = L_7; bool L_8 = V_1; if (!L_8) { goto IL_0041; } } { ArrayList_t2718874744 * L_9 = __this->get__keyBags_2(); ByteU5BU5D_t4116647657* L_10 = V_0; DSAParameters_t1885824122 L_11 = V_2; DSA_t2386879874 * L_12 = PrivateKeyInfo_DecodeDSA_m771724585(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_12); } IL_0041: { goto IL_0072; } IL_0046: { ArrayList_t2718874744 * L_13 = __this->get__keyBags_2(); ByteU5BU5D_t4116647657* L_14 = V_0; RSA_t2385438082 * L_15 = PrivateKeyInfo_DecodeRSA_m2889346634(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_15); goto IL_0072; } IL_005d: { ByteU5BU5D_t4116647657* L_16 = V_0; ByteU5BU5D_t4116647657* L_17 = V_0; NullCheck(L_17); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), /*hidden argument*/NULL); CryptographicException_t248831461 * L_18 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_18, _stringLiteral3909342886, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,PKCS12_AddPrivateKey_m1542850936_RuntimeMethod_var); } IL_0072: { ByteU5BU5D_t4116647657* L_19 = V_0; ByteU5BU5D_t4116647657* L_20 = V_0; NullCheck(L_20); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_19, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12::ReadSafeBag(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void PKCS12_ReadSafeBag_m1585166574 (PKCS12_t4101533060 * __this, ASN1_t2114160832 * ___safeBag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_ReadSafeBag_m1585166574_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160832 * V_0 = NULL; ASN1_t2114160832 * V_1 = NULL; String_t* V_2 = NULL; EncryptedPrivateKeyInfo_t862116835 * V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; ContentInfo_t3218159895 * V_5 = NULL; X509Certificate_t489243024 * V_6 = NULL; ByteU5BU5D_t4116647657* V_7 = NULL; ASN1_t2114160832 * V_8 = NULL; int32_t V_9 = 0; ASN1_t2114160832 * V_10 = NULL; ASN1_t2114160832 * V_11 = NULL; String_t* V_12 = NULL; ASN1_t2114160832 * V_13 = NULL; int32_t V_14 = 0; ASN1_t2114160832 * V_15 = NULL; String_t* V_16 = NULL; Dictionary_2_t2736202052 * V_17 = NULL; int32_t V_18 = 0; { ASN1_t2114160832 * L_0 = ___safeBag0; NullCheck(L_0); uint8_t L_1 = ASN1_get_Tag_m1032367219(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)((int32_t)48)))) { goto IL_0018; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral2550292624, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,PKCS12_ReadSafeBag_m1585166574_RuntimeMethod_var); } IL_0018: { ASN1_t2114160832 * L_3 = ___safeBag0; NullCheck(L_3); ASN1_t2114160832 * L_4 = ASN1_get_Item_m3901126023(L_3, 0, /*hidden argument*/NULL); V_0 = L_4; ASN1_t2114160832 * L_5 = V_0; NullCheck(L_5); uint8_t L_6 = ASN1_get_Tag_m1032367219(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)6))) { goto IL_0037; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, _stringLiteral2036728472, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,PKCS12_ReadSafeBag_m1585166574_RuntimeMethod_var); } IL_0037: { ASN1_t2114160832 * L_8 = ___safeBag0; NullCheck(L_8); ASN1_t2114160832 * L_9 = ASN1_get_Item_m3901126023(L_8, 1, /*hidden argument*/NULL); V_1 = L_9; ASN1_t2114160832 * L_10 = V_0; String_t* L_11 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_2 = L_11; String_t* L_12 = V_2; V_16 = L_12; String_t* L_13 = V_16; if (!L_13) { goto IL_01cd; } } { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_14 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapA_14(); if (L_14) { goto IL_00b7; } } { Dictionary_2_t2736202052 * L_15 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_15, 6, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_17 = L_15; Dictionary_2_t2736202052 * L_16 = V_17; NullCheck(L_16); Dictionary_2_Add_m282647386(L_16, _stringLiteral1074896447, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_17 = V_17; NullCheck(L_17); Dictionary_2_Add_m282647386(L_17, _stringLiteral1074699839, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_18 = V_17; NullCheck(L_18); Dictionary_2_Add_m282647386(L_18, _stringLiteral1074765375, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_19 = V_17; NullCheck(L_19); Dictionary_2_Add_m282647386(L_19, _stringLiteral1075093055, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_20 = V_17; NullCheck(L_20); Dictionary_2_Add_m282647386(L_20, _stringLiteral1075158591, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_21 = V_17; NullCheck(L_21); Dictionary_2_Add_m282647386(L_21, _stringLiteral1074961983, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_22 = V_17; IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24mapA_14(L_22); } IL_00b7: { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_23 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapA_14(); String_t* L_24 = V_16; NullCheck(L_23); bool L_25 = Dictionary_2_TryGetValue_m1013208020(L_23, L_24, (&V_18), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_25) { goto IL_01cd; } } { int32_t L_26 = V_18; switch (L_26) { case 0: { goto IL_00ee; } case 1: { goto IL_0104; } case 2: { goto IL_014e; } case 3: { goto IL_01a8; } case 4: { goto IL_01ad; } case 5: { goto IL_01c8; } } } { goto IL_01cd; } IL_00ee: { ASN1_t2114160832 * L_27 = V_1; NullCheck(L_27); ByteU5BU5D_t4116647657* L_28 = ASN1_get_Value_m1857007406(L_27, /*hidden argument*/NULL); PrivateKeyInfo_t668027992 * L_29 = (PrivateKeyInfo_t668027992 *)il2cpp_codegen_object_new(PrivateKeyInfo_t668027992_il2cpp_TypeInfo_var); PrivateKeyInfo__ctor_m2414235375(L_29, L_28, /*hidden argument*/NULL); PKCS12_AddPrivateKey_m1542850936(__this, L_29, /*hidden argument*/NULL); goto IL_01d8; } IL_0104: { ASN1_t2114160832 * L_30 = V_1; NullCheck(L_30); ByteU5BU5D_t4116647657* L_31 = ASN1_get_Value_m1857007406(L_30, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t862116835 * L_32 = (EncryptedPrivateKeyInfo_t862116835 *)il2cpp_codegen_object_new(EncryptedPrivateKeyInfo_t862116835_il2cpp_TypeInfo_var); EncryptedPrivateKeyInfo__ctor_m3274704095(L_32, L_31, /*hidden argument*/NULL); V_3 = L_32; EncryptedPrivateKeyInfo_t862116835 * L_33 = V_3; NullCheck(L_33); String_t* L_34 = EncryptedPrivateKeyInfo_get_Algorithm_m2142585301(L_33, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t862116835 * L_35 = V_3; NullCheck(L_35); ByteU5BU5D_t4116647657* L_36 = EncryptedPrivateKeyInfo_get_Salt_m3453455261(L_35, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t862116835 * L_37 = V_3; NullCheck(L_37); int32_t L_38 = EncryptedPrivateKeyInfo_get_IterationCount_m2389157423(L_37, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t862116835 * L_39 = V_3; NullCheck(L_39); ByteU5BU5D_t4116647657* L_40 = EncryptedPrivateKeyInfo_get_EncryptedData_m1695265614(L_39, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_41 = PKCS12_Decrypt_m2241300865(__this, L_34, L_36, L_38, L_40, /*hidden argument*/NULL); V_4 = L_41; ByteU5BU5D_t4116647657* L_42 = V_4; PrivateKeyInfo_t668027992 * L_43 = (PrivateKeyInfo_t668027992 *)il2cpp_codegen_object_new(PrivateKeyInfo_t668027992_il2cpp_TypeInfo_var); PrivateKeyInfo__ctor_m2414235375(L_43, L_42, /*hidden argument*/NULL); PKCS12_AddPrivateKey_m1542850936(__this, L_43, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_44 = V_4; ByteU5BU5D_t4116647657* L_45 = V_4; NullCheck(L_45); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_44, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length)))), /*hidden argument*/NULL); goto IL_01d8; } IL_014e: { ASN1_t2114160832 * L_46 = V_1; NullCheck(L_46); ByteU5BU5D_t4116647657* L_47 = ASN1_get_Value_m1857007406(L_46, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_48 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m1888388023(L_48, L_47, /*hidden argument*/NULL); V_5 = L_48; ContentInfo_t3218159895 * L_49 = V_5; NullCheck(L_49); String_t* L_50 = ContentInfo_get_ContentType_m275324816(L_49, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_51 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_50, _stringLiteral2010631744, /*hidden argument*/NULL); if (!L_51) { goto IL_017c; } } { NotSupportedException_t1314879016 * L_52 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_52, _stringLiteral153696270, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52,PKCS12_ReadSafeBag_m1585166574_RuntimeMethod_var); } IL_017c: { ContentInfo_t3218159895 * L_53 = V_5; NullCheck(L_53); ASN1_t2114160832 * L_54 = ContentInfo_get_Content_m1945593776(L_53, /*hidden argument*/NULL); NullCheck(L_54); ASN1_t2114160832 * L_55 = ASN1_get_Item_m3901126023(L_54, 0, /*hidden argument*/NULL); NullCheck(L_55); ByteU5BU5D_t4116647657* L_56 = ASN1_get_Value_m1857007406(L_55, /*hidden argument*/NULL); X509Certificate_t489243024 * L_57 = (X509Certificate_t489243024 *)il2cpp_codegen_object_new(X509Certificate_t489243024_il2cpp_TypeInfo_var); X509Certificate__ctor_m3656389950(L_57, L_56, /*hidden argument*/NULL); V_6 = L_57; X509CertificateCollection_t1542168549 * L_58 = __this->get__certs_4(); X509Certificate_t489243024 * L_59 = V_6; NullCheck(L_58); X509CertificateCollection_Add_m3136524580(L_58, L_59, /*hidden argument*/NULL); goto IL_01d8; } IL_01a8: { goto IL_01d8; } IL_01ad: { ASN1_t2114160832 * L_60 = V_1; NullCheck(L_60); ByteU5BU5D_t4116647657* L_61 = ASN1_get_Value_m1857007406(L_60, /*hidden argument*/NULL); V_7 = L_61; ArrayList_t2718874744 * L_62 = __this->get__secretBags_3(); ByteU5BU5D_t4116647657* L_63 = V_7; NullCheck(L_62); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_62, (RuntimeObject *)(RuntimeObject *)L_63); goto IL_01d8; } IL_01c8: { goto IL_01d8; } IL_01cd: { ArgumentException_t132251570 * L_64 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_64, _stringLiteral1454462369, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,PKCS12_ReadSafeBag_m1585166574_RuntimeMethod_var); } IL_01d8: { ASN1_t2114160832 * L_65 = ___safeBag0; NullCheck(L_65); int32_t L_66 = ASN1_get_Count_m3580979881(L_65, /*hidden argument*/NULL); if ((((int32_t)L_66) <= ((int32_t)2))) { goto IL_0347; } } { ASN1_t2114160832 * L_67 = ___safeBag0; NullCheck(L_67); ASN1_t2114160832 * L_68 = ASN1_get_Item_m3901126023(L_67, 2, /*hidden argument*/NULL); V_8 = L_68; ASN1_t2114160832 * L_69 = V_8; NullCheck(L_69); uint8_t L_70 = ASN1_get_Tag_m1032367219(L_69, /*hidden argument*/NULL); if ((((int32_t)L_70) == ((int32_t)((int32_t)49)))) { goto IL_0206; } } { ArgumentException_t132251570 * L_71 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_71, _stringLiteral3652877187, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_71,PKCS12_ReadSafeBag_m1585166574_RuntimeMethod_var); } IL_0206: { V_9 = 0; goto IL_0339; } IL_020e: { ASN1_t2114160832 * L_72 = V_8; int32_t L_73 = V_9; NullCheck(L_72); ASN1_t2114160832 * L_74 = ASN1_get_Item_m3901126023(L_72, L_73, /*hidden argument*/NULL); V_10 = L_74; ASN1_t2114160832 * L_75 = V_10; NullCheck(L_75); uint8_t L_76 = ASN1_get_Tag_m1032367219(L_75, /*hidden argument*/NULL); if ((((int32_t)L_76) == ((int32_t)((int32_t)48)))) { goto IL_0232; } } { ArgumentException_t132251570 * L_77 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_77, _stringLiteral1132020804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77,PKCS12_ReadSafeBag_m1585166574_RuntimeMethod_var); } IL_0232: { ASN1_t2114160832 * L_78 = V_10; NullCheck(L_78); ASN1_t2114160832 * L_79 = ASN1_get_Item_m3901126023(L_78, 0, /*hidden argument*/NULL); V_11 = L_79; ASN1_t2114160832 * L_80 = V_11; NullCheck(L_80); uint8_t L_81 = ASN1_get_Tag_m1032367219(L_80, /*hidden argument*/NULL); if ((((int32_t)L_81) == ((int32_t)6))) { goto IL_0254; } } { ArgumentException_t132251570 * L_82 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_82, _stringLiteral1867823663, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_82,PKCS12_ReadSafeBag_m1585166574_RuntimeMethod_var); } IL_0254: { ASN1_t2114160832 * L_83 = V_11; String_t* L_84 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_83, /*hidden argument*/NULL); V_12 = L_84; ASN1_t2114160832 * L_85 = V_10; NullCheck(L_85); ASN1_t2114160832 * L_86 = ASN1_get_Item_m3901126023(L_85, 1, /*hidden argument*/NULL); V_13 = L_86; V_14 = 0; goto IL_0325; } IL_026f: { ASN1_t2114160832 * L_87 = V_13; int32_t L_88 = V_14; NullCheck(L_87); ASN1_t2114160832 * L_89 = ASN1_get_Item_m3901126023(L_87, L_88, /*hidden argument*/NULL); V_15 = L_89; String_t* L_90 = V_12; V_16 = L_90; String_t* L_91 = V_16; if (!L_91) { goto IL_031a; } } { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_92 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapB_15(); if (L_92) { goto IL_02b8; } } { Dictionary_2_t2736202052 * L_93 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_93, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_17 = L_93; Dictionary_2_t2736202052 * L_94 = V_17; NullCheck(L_94); Dictionary_2_Add_m282647386(L_94, _stringLiteral3757375497, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_95 = V_17; NullCheck(L_95); Dictionary_2_Add_m282647386(L_95, _stringLiteral3757375496, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_96 = V_17; IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24mapB_15(L_96); } IL_02b8: { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_97 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapB_15(); String_t* L_98 = V_16; NullCheck(L_97); bool L_99 = Dictionary_2_TryGetValue_m1013208020(L_97, L_98, (&V_18), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_99) { goto IL_031a; } } { int32_t L_100 = V_18; if (!L_100) { goto IL_02df; } } { int32_t L_101 = V_18; if ((((int32_t)L_101) == ((int32_t)1))) { goto IL_02fd; } } { goto IL_031a; } IL_02df: { ASN1_t2114160832 * L_102 = V_15; NullCheck(L_102); uint8_t L_103 = ASN1_get_Tag_m1032367219(L_102, /*hidden argument*/NULL); if ((((int32_t)L_103) == ((int32_t)((int32_t)30)))) { goto IL_02f8; } } { ArgumentException_t132251570 * L_104 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_104, _stringLiteral1787122988, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_104,PKCS12_ReadSafeBag_m1585166574_RuntimeMethod_var); } IL_02f8: { goto IL_031f; } IL_02fd: { ASN1_t2114160832 * L_105 = V_15; NullCheck(L_105); uint8_t L_106 = ASN1_get_Tag_m1032367219(L_105, /*hidden argument*/NULL); if ((((int32_t)L_106) == ((int32_t)4))) { goto IL_0315; } } { ArgumentException_t132251570 * L_107 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_107, _stringLiteral1787122988, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_107,PKCS12_ReadSafeBag_m1585166574_RuntimeMethod_var); } IL_0315: { goto IL_031f; } IL_031a: { goto IL_031f; } IL_031f: { int32_t L_108 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); } IL_0325: { int32_t L_109 = V_14; ASN1_t2114160832 * L_110 = V_13; NullCheck(L_110); int32_t L_111 = ASN1_get_Count_m3580979881(L_110, /*hidden argument*/NULL); if ((((int32_t)L_109) < ((int32_t)L_111))) { goto IL_026f; } } { int32_t L_112 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); } IL_0339: { int32_t L_113 = V_9; ASN1_t2114160832 * L_114 = V_8; NullCheck(L_114); int32_t L_115 = ASN1_get_Count_m3580979881(L_114, /*hidden argument*/NULL); if ((((int32_t)L_113) < ((int32_t)L_115))) { goto IL_020e; } } IL_0347: { ArrayList_t2718874744 * L_116 = __this->get__safeBags_9(); String_t* L_117 = V_2; ASN1_t2114160832 * L_118 = ___safeBag0; SafeBag_t3961248199 * L_119 = (SafeBag_t3961248199 *)il2cpp_codegen_object_new(SafeBag_t3961248199_il2cpp_TypeInfo_var); SafeBag__ctor_m369012969(L_119, L_117, L_118, /*hidden argument*/NULL); NullCheck(L_116); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_116, L_119); return; } } // Mono.Security.ASN1 Mono.Security.X509.PKCS12::CertificateSafeBag(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * PKCS12_CertificateSafeBag_m3469173172 (PKCS12_t4101533060 * __this, X509Certificate_t489243024 * ___x5090, RuntimeObject* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_CertificateSafeBag_m3469173172_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160832 * V_0 = NULL; ContentInfo_t3218159895 * V_1 = NULL; ASN1_t2114160832 * V_2 = NULL; ASN1_t2114160832 * V_3 = NULL; ASN1_t2114160832 * V_4 = NULL; RuntimeObject* V_5 = NULL; String_t* V_6 = NULL; ArrayList_t2718874744 * V_7 = NULL; ASN1_t2114160832 * V_8 = NULL; ASN1_t2114160832 * V_9 = NULL; ByteU5BU5D_t4116647657* V_10 = NULL; RuntimeObject* V_11 = NULL; ASN1_t2114160832 * V_12 = NULL; ArrayList_t2718874744 * V_13 = NULL; ASN1_t2114160832 * V_14 = NULL; ASN1_t2114160832 * V_15 = NULL; ByteU5BU5D_t4116647657* V_16 = NULL; RuntimeObject* V_17 = NULL; ASN1_t2114160832 * V_18 = NULL; String_t* V_19 = NULL; Dictionary_2_t2736202052 * V_20 = NULL; int32_t V_21 = 0; RuntimeObject* V_22 = NULL; RuntimeObject* V_23 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { X509Certificate_t489243024 * L_0 = ___x5090; NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_0); ASN1_t2114160832 * L_2 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3193227595(L_2, (uint8_t)4, L_1, /*hidden argument*/NULL); V_0 = L_2; ContentInfo_t3218159895 * L_3 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m28146633(L_3, /*hidden argument*/NULL); V_1 = L_3; ContentInfo_t3218159895 * L_4 = V_1; NullCheck(L_4); ContentInfo_set_ContentType_m3961495440(L_4, _stringLiteral2010631744, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_5 = V_1; NullCheck(L_5); ASN1_t2114160832 * L_6 = ContentInfo_get_Content_m1945593776(L_5, /*hidden argument*/NULL); ASN1_t2114160832 * L_7 = V_0; NullCheck(L_6); ASN1_Add_m3468571571(L_6, L_7, /*hidden argument*/NULL); ASN1_t2114160832 * L_8 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_8, (uint8_t)((int32_t)160), /*hidden argument*/NULL); V_2 = L_8; ASN1_t2114160832 * L_9 = V_2; ContentInfo_t3218159895 * L_10 = V_1; NullCheck(L_10); ASN1_t2114160832 * L_11 = ContentInfo_get_ASN1_m1776225219(L_10, /*hidden argument*/NULL); NullCheck(L_9); ASN1_Add_m3468571571(L_9, L_11, /*hidden argument*/NULL); ASN1_t2114160832 * L_12 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_12, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_3 = L_12; ASN1_t2114160832 * L_13 = V_3; ASN1_t2114160832 * L_14 = ASN1Convert_FromOid_m3740816339(NULL /*static, unused*/, _stringLiteral1074765375, /*hidden argument*/NULL); NullCheck(L_13); ASN1_Add_m3468571571(L_13, L_14, /*hidden argument*/NULL); ASN1_t2114160832 * L_15 = V_3; ASN1_t2114160832 * L_16 = V_2; NullCheck(L_15); ASN1_Add_m3468571571(L_15, L_16, /*hidden argument*/NULL); RuntimeObject* L_17 = ___attributes1; if (!L_17) { goto IL_0287; } } { ASN1_t2114160832 * L_18 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_18, (uint8_t)((int32_t)49), /*hidden argument*/NULL); V_4 = L_18; RuntimeObject* L_19 = ___attributes1; NullCheck(L_19); RuntimeObject* L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_19); V_5 = L_20; goto IL_0265; } IL_0080: { RuntimeObject* L_21 = V_5; NullCheck(L_21); RuntimeObject * L_22 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_21); V_6 = ((String_t*)CastclassSealed((RuntimeObject*)L_22, String_t_il2cpp_TypeInfo_var)); String_t* L_23 = V_6; V_19 = L_23; String_t* L_24 = V_19; if (!L_24) { goto IL_0260; } } { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_25 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapF_16(); if (L_25) { goto IL_00cc; } } { Dictionary_2_t2736202052 * L_26 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_26, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_20 = L_26; Dictionary_2_t2736202052 * L_27 = V_20; NullCheck(L_27); Dictionary_2_Add_m282647386(L_27, _stringLiteral3757375497, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_28 = V_20; NullCheck(L_28); Dictionary_2_Add_m282647386(L_28, _stringLiteral3757375496, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_29 = V_20; IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24mapF_16(L_29); } IL_00cc: { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_30 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapF_16(); String_t* L_31 = V_19; NullCheck(L_30); bool L_32 = Dictionary_2_TryGetValue_m1013208020(L_30, L_31, (&V_21), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_32) { goto IL_0260; } } { int32_t L_33 = V_21; if (!L_33) { goto IL_00f3; } } { int32_t L_34 = V_21; if ((((int32_t)L_34) == ((int32_t)1))) { goto IL_01aa; } } { goto IL_0260; } IL_00f3: { RuntimeObject* L_35 = V_5; NullCheck(L_35); RuntimeObject * L_36 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_35); V_7 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_36, ArrayList_t2718874744_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_37 = V_7; NullCheck(L_37); int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_37); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_01a5; } } { ASN1_t2114160832 * L_39 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_39, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_8 = L_39; ASN1_t2114160832 * L_40 = V_8; ASN1_t2114160832 * L_41 = ASN1Convert_FromOid_m3740816339(NULL /*static, unused*/, _stringLiteral3757375497, /*hidden argument*/NULL); NullCheck(L_40); ASN1_Add_m3468571571(L_40, L_41, /*hidden argument*/NULL); ASN1_t2114160832 * L_42 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_42, (uint8_t)((int32_t)49), /*hidden argument*/NULL); V_9 = L_42; ArrayList_t2718874744 * L_43 = V_7; NullCheck(L_43); RuntimeObject* L_44 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_43); V_11 = L_44; } IL_013b: try { // begin try (depth: 1) { goto IL_016a; } IL_0140: { RuntimeObject* L_45 = V_11; NullCheck(L_45); RuntimeObject * L_46 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_45); V_10 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_46, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); ASN1_t2114160832 * L_47 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_47, (uint8_t)((int32_t)30), /*hidden argument*/NULL); V_12 = L_47; ASN1_t2114160832 * L_48 = V_12; ByteU5BU5D_t4116647657* L_49 = V_10; NullCheck(L_48); ASN1_set_Value_m2803403806(L_48, L_49, /*hidden argument*/NULL); ASN1_t2114160832 * L_50 = V_9; ASN1_t2114160832 * L_51 = V_12; NullCheck(L_50); ASN1_Add_m3468571571(L_50, L_51, /*hidden argument*/NULL); } IL_016a: { RuntimeObject* L_52 = V_11; NullCheck(L_52); bool L_53 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_52); if (L_53) { goto IL_0140; } } IL_0176: { IL2CPP_LEAVE(0x191, FINALLY_017b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_017b; } FINALLY_017b: { // begin finally (depth: 1) { RuntimeObject* L_54 = V_11; V_22 = ((RuntimeObject*)IsInst((RuntimeObject*)L_54, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_55 = V_22; if (L_55) { goto IL_0189; } } IL_0188: { IL2CPP_END_FINALLY(379) } IL_0189: { RuntimeObject* L_56 = V_22; NullCheck(L_56); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_56); IL2CPP_END_FINALLY(379) } } // end finally (depth: 1) IL2CPP_CLEANUP(379) { IL2CPP_JUMP_TBL(0x191, IL_0191) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0191: { ASN1_t2114160832 * L_57 = V_8; ASN1_t2114160832 * L_58 = V_9; NullCheck(L_57); ASN1_Add_m3468571571(L_57, L_58, /*hidden argument*/NULL); ASN1_t2114160832 * L_59 = V_4; ASN1_t2114160832 * L_60 = V_8; NullCheck(L_59); ASN1_Add_m3468571571(L_59, L_60, /*hidden argument*/NULL); } IL_01a5: { goto IL_0265; } IL_01aa: { RuntimeObject* L_61 = V_5; NullCheck(L_61); RuntimeObject * L_62 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_61); V_13 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_62, ArrayList_t2718874744_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_63 = V_13; NullCheck(L_63); int32_t L_64 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_63); if ((((int32_t)L_64) <= ((int32_t)0))) { goto IL_025b; } } { ASN1_t2114160832 * L_65 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_65, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_14 = L_65; ASN1_t2114160832 * L_66 = V_14; ASN1_t2114160832 * L_67 = ASN1Convert_FromOid_m3740816339(NULL /*static, unused*/, _stringLiteral3757375496, /*hidden argument*/NULL); NullCheck(L_66); ASN1_Add_m3468571571(L_66, L_67, /*hidden argument*/NULL); ASN1_t2114160832 * L_68 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_68, (uint8_t)((int32_t)49), /*hidden argument*/NULL); V_15 = L_68; ArrayList_t2718874744 * L_69 = V_13; NullCheck(L_69); RuntimeObject* L_70 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_69); V_17 = L_70; } IL_01f2: try { // begin try (depth: 1) { goto IL_0220; } IL_01f7: { RuntimeObject* L_71 = V_17; NullCheck(L_71); RuntimeObject * L_72 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_71); V_16 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_72, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); ASN1_t2114160832 * L_73 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_73, (uint8_t)4, /*hidden argument*/NULL); V_18 = L_73; ASN1_t2114160832 * L_74 = V_18; ByteU5BU5D_t4116647657* L_75 = V_16; NullCheck(L_74); ASN1_set_Value_m2803403806(L_74, L_75, /*hidden argument*/NULL); ASN1_t2114160832 * L_76 = V_15; ASN1_t2114160832 * L_77 = V_18; NullCheck(L_76); ASN1_Add_m3468571571(L_76, L_77, /*hidden argument*/NULL); } IL_0220: { RuntimeObject* L_78 = V_17; NullCheck(L_78); bool L_79 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_78); if (L_79) { goto IL_01f7; } } IL_022c: { IL2CPP_LEAVE(0x247, FINALLY_0231); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0231; } FINALLY_0231: { // begin finally (depth: 1) { RuntimeObject* L_80 = V_17; V_23 = ((RuntimeObject*)IsInst((RuntimeObject*)L_80, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_81 = V_23; if (L_81) { goto IL_023f; } } IL_023e: { IL2CPP_END_FINALLY(561) } IL_023f: { RuntimeObject* L_82 = V_23; NullCheck(L_82); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_82); IL2CPP_END_FINALLY(561) } } // end finally (depth: 1) IL2CPP_CLEANUP(561) { IL2CPP_JUMP_TBL(0x247, IL_0247) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0247: { ASN1_t2114160832 * L_83 = V_14; ASN1_t2114160832 * L_84 = V_15; NullCheck(L_83); ASN1_Add_m3468571571(L_83, L_84, /*hidden argument*/NULL); ASN1_t2114160832 * L_85 = V_4; ASN1_t2114160832 * L_86 = V_14; NullCheck(L_85); ASN1_Add_m3468571571(L_85, L_86, /*hidden argument*/NULL); } IL_025b: { goto IL_0265; } IL_0260: { goto IL_0265; } IL_0265: { RuntimeObject* L_87 = V_5; NullCheck(L_87); bool L_88 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_87); if (L_88) { goto IL_0080; } } { ASN1_t2114160832 * L_89 = V_4; NullCheck(L_89); int32_t L_90 = ASN1_get_Count_m3580979881(L_89, /*hidden argument*/NULL); if ((((int32_t)L_90) <= ((int32_t)0))) { goto IL_0287; } } { ASN1_t2114160832 * L_91 = V_3; ASN1_t2114160832 * L_92 = V_4; NullCheck(L_91); ASN1_Add_m3468571571(L_91, L_92, /*hidden argument*/NULL); } IL_0287: { ASN1_t2114160832 * L_93 = V_3; return L_93; } } // System.Byte[] Mono.Security.X509.PKCS12::MAC(System.Byte[],System.Byte[],System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS12_MAC_m3401183837 (PKCS12_t4101533060 * __this, ByteU5BU5D_t4116647657* ___password0, ByteU5BU5D_t4116647657* ___salt1, int32_t ___iterations2, ByteU5BU5D_t4116647657* ___data3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_MAC_m3401183837_MetadataUsageId); s_Il2CppMethodInitialized = true; } DeriveBytes_t1492915135 * V_0 = NULL; HMACSHA1_t1952596188 * V_1 = NULL; { DeriveBytes_t1492915135 * L_0 = (DeriveBytes_t1492915135 *)il2cpp_codegen_object_new(DeriveBytes_t1492915135_il2cpp_TypeInfo_var); DeriveBytes__ctor_m3611803810(L_0, /*hidden argument*/NULL); V_0 = L_0; DeriveBytes_t1492915135 * L_1 = V_0; NullCheck(L_1); DeriveBytes_set_HashName_m3752780137(L_1, _stringLiteral1144609714, /*hidden argument*/NULL); DeriveBytes_t1492915135 * L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = ___password0; NullCheck(L_2); DeriveBytes_set_Password_m3005258189(L_2, L_3, /*hidden argument*/NULL); DeriveBytes_t1492915135 * L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = ___salt1; NullCheck(L_4); DeriveBytes_set_Salt_m441577179(L_4, L_5, /*hidden argument*/NULL); DeriveBytes_t1492915135 * L_6 = V_0; int32_t L_7 = ___iterations2; NullCheck(L_6); DeriveBytes_set_IterationCount_m3235108425(L_6, L_7, /*hidden argument*/NULL); HMAC_t2621101144 * L_8 = HMAC_Create_m2390117573(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = ((HMACSHA1_t1952596188 *)CastclassClass((RuntimeObject*)L_8, HMACSHA1_t1952596188_il2cpp_TypeInfo_var)); HMACSHA1_t1952596188 * L_9 = V_1; DeriveBytes_t1492915135 * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = DeriveBytes_DeriveMAC_m694919248(L_10, ((int32_t)20), /*hidden argument*/NULL); NullCheck(L_9); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(22 /* System.Void System.Security.Cryptography.HMAC::set_Key(System.Byte[]) */, L_9, L_11); HMACSHA1_t1952596188 * L_12 = V_1; ByteU5BU5D_t4116647657* L_13 = ___data3; ByteU5BU5D_t4116647657* L_14 = ___data3; NullCheck(L_14); NullCheck(L_12); ByteU5BU5D_t4116647657* L_15 = HashAlgorithm_ComputeHash_m2044824070(L_12, L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); return L_15; } } // System.Byte[] Mono.Security.X509.PKCS12::GetBytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PKCS12_GetBytes_m3933153476 (PKCS12_t4101533060 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_GetBytes_m3933153476_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160832 * V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; SafeBag_t3961248199 * V_2 = NULL; RuntimeObject* V_3 = NULL; ASN1_t2114160832 * V_4 = NULL; ASN1_t2114160832 * V_5 = NULL; ContentInfo_t3218159895 * V_6 = NULL; ArrayList_t2718874744 * V_7 = NULL; ArrayList_t2718874744 * V_8 = NULL; X509Certificate_t489243024 * V_9 = NULL; X509CertificateEnumerator_t3515934697 * V_10 = NULL; bool V_11 = false; X509Certificate_t489243024 * V_12 = NULL; RuntimeObject* V_13 = NULL; X509Certificate_t489243024 * V_14 = NULL; RuntimeObject* V_15 = NULL; bool V_16 = false; X509Certificate_t489243024 * V_17 = NULL; X509CertificateEnumerator_t3515934697 * V_18 = NULL; X509Certificate_t489243024 * V_19 = NULL; RuntimeObject* V_20 = NULL; X509Certificate_t489243024 * V_21 = NULL; RuntimeObject* V_22 = NULL; ASN1_t2114160832 * V_23 = NULL; SafeBag_t3961248199 * V_24 = NULL; RuntimeObject* V_25 = NULL; ContentInfo_t3218159895 * V_26 = NULL; ASN1_t2114160832 * V_27 = NULL; SafeBag_t3961248199 * V_28 = NULL; RuntimeObject* V_29 = NULL; ASN1_t2114160832 * V_30 = NULL; ContentInfo_t3218159895 * V_31 = NULL; ASN1_t2114160832 * V_32 = NULL; SafeBag_t3961248199 * V_33 = NULL; RuntimeObject* V_34 = NULL; ContentInfo_t3218159895 * V_35 = NULL; ASN1_t2114160832 * V_36 = NULL; ASN1_t2114160832 * V_37 = NULL; ContentInfo_t3218159895 * V_38 = NULL; ASN1_t2114160832 * V_39 = NULL; ByteU5BU5D_t4116647657* V_40 = NULL; ByteU5BU5D_t4116647657* V_41 = NULL; ASN1_t2114160832 * V_42 = NULL; ASN1_t2114160832 * V_43 = NULL; ASN1_t2114160832 * V_44 = NULL; ASN1_t2114160832 * V_45 = NULL; RuntimeObject* V_46 = NULL; RuntimeObject* V_47 = NULL; RuntimeObject* V_48 = NULL; RuntimeObject* V_49 = NULL; RuntimeObject* V_50 = NULL; RuntimeObject* V_51 = NULL; RuntimeObject* V_52 = NULL; RuntimeObject* V_53 = NULL; RuntimeObject* V_54 = NULL; RuntimeObject* V_55 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ASN1_t2114160832 * L_0 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_0 = L_0; ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); V_1 = L_1; ArrayList_t2718874744 * L_2 = __this->get__safeBags_9(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_3 = L_3; } IL_001a: try { // begin try (depth: 1) { goto IL_007e; } IL_001f: { RuntimeObject* L_4 = V_3; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_2 = ((SafeBag_t3961248199 *)CastclassClass((RuntimeObject*)L_5, SafeBag_t3961248199_il2cpp_TypeInfo_var)); SafeBag_t3961248199 * L_6 = V_2; NullCheck(L_6); String_t* L_7 = SafeBag_get_BagOID_m2165567310(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = String_Equals_m2270643605(L_7, _stringLiteral1074765375, /*hidden argument*/NULL); if (!L_8) { goto IL_007e; } } IL_0040: { SafeBag_t3961248199 * L_9 = V_2; NullCheck(L_9); ASN1_t2114160832 * L_10 = SafeBag_get_ASN1_m3167501969(L_9, /*hidden argument*/NULL); V_4 = L_10; ASN1_t2114160832 * L_11 = V_4; NullCheck(L_11); ASN1_t2114160832 * L_12 = ASN1_get_Item_m3901126023(L_11, 1, /*hidden argument*/NULL); V_5 = L_12; ASN1_t2114160832 * L_13 = V_5; NullCheck(L_13); ByteU5BU5D_t4116647657* L_14 = ASN1_get_Value_m1857007406(L_13, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_15 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m1888388023(L_15, L_14, /*hidden argument*/NULL); V_6 = L_15; ArrayList_t2718874744 * L_16 = V_1; ContentInfo_t3218159895 * L_17 = V_6; NullCheck(L_17); ASN1_t2114160832 * L_18 = ContentInfo_get_Content_m1945593776(L_17, /*hidden argument*/NULL); NullCheck(L_18); ASN1_t2114160832 * L_19 = ASN1_get_Item_m3901126023(L_18, 0, /*hidden argument*/NULL); NullCheck(L_19); ByteU5BU5D_t4116647657* L_20 = ASN1_get_Value_m1857007406(L_19, /*hidden argument*/NULL); X509Certificate_t489243024 * L_21 = (X509Certificate_t489243024 *)il2cpp_codegen_object_new(X509Certificate_t489243024_il2cpp_TypeInfo_var); X509Certificate__ctor_m3656389950(L_21, L_20, /*hidden argument*/NULL); NullCheck(L_16); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_16, L_21); } IL_007e: { RuntimeObject* L_22 = V_3; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_001f; } } IL_0089: { IL2CPP_LEAVE(0xA3, FINALLY_008e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008e; } FINALLY_008e: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_3; V_46 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_46; if (L_25) { goto IL_009b; } } IL_009a: { IL2CPP_END_FINALLY(142) } IL_009b: { RuntimeObject* L_26 = V_46; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); IL2CPP_END_FINALLY(142) } } // end finally (depth: 1) IL2CPP_CLEANUP(142) { IL2CPP_JUMP_TBL(0xA3, IL_00a3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a3: { ArrayList_t2718874744 * L_27 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_27, /*hidden argument*/NULL); V_7 = L_27; ArrayList_t2718874744 * L_28 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_28, /*hidden argument*/NULL); V_8 = L_28; X509CertificateCollection_t1542168549 * L_29 = PKCS12_get_Certificates_m1630860723(__this, /*hidden argument*/NULL); NullCheck(L_29); X509CertificateEnumerator_t3515934697 * L_30 = X509CertificateCollection_GetEnumerator_m4229251522(L_29, /*hidden argument*/NULL); V_10 = L_30; } IL_00be: try { // begin try (depth: 1) { goto IL_013e; } IL_00c3: { X509CertificateEnumerator_t3515934697 * L_31 = V_10; NullCheck(L_31); X509Certificate_t489243024 * L_32 = X509CertificateEnumerator_get_Current_m3041233561(L_31, /*hidden argument*/NULL); V_9 = L_32; V_11 = (bool)0; ArrayList_t2718874744 * L_33 = V_1; NullCheck(L_33); RuntimeObject* L_34 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_33); V_13 = L_34; } IL_00d7: try { // begin try (depth: 2) { goto IL_0106; } IL_00dc: { RuntimeObject* L_35 = V_13; NullCheck(L_35); RuntimeObject * L_36 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_35); V_12 = ((X509Certificate_t489243024 *)CastclassClass((RuntimeObject*)L_36, X509Certificate_t489243024_il2cpp_TypeInfo_var)); X509Certificate_t489243024 * L_37 = V_9; NullCheck(L_37); ByteU5BU5D_t4116647657* L_38 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_37); X509Certificate_t489243024 * L_39 = V_12; NullCheck(L_39); ByteU5BU5D_t4116647657* L_40 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_39); bool L_41 = PKCS12_Compare_m2975811353(__this, L_38, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0106; } } IL_0103: { V_11 = (bool)1; } IL_0106: { RuntimeObject* L_42 = V_13; NullCheck(L_42); bool L_43 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_42); if (L_43) { goto IL_00dc; } } IL_0112: { IL2CPP_LEAVE(0x12D, FINALLY_0117); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0117; } FINALLY_0117: { // begin finally (depth: 2) { RuntimeObject* L_44 = V_13; V_47 = ((RuntimeObject*)IsInst((RuntimeObject*)L_44, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_45 = V_47; if (L_45) { goto IL_0125; } } IL_0124: { IL2CPP_END_FINALLY(279) } IL_0125: { RuntimeObject* L_46 = V_47; NullCheck(L_46); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_46); IL2CPP_END_FINALLY(279) } } // end finally (depth: 2) IL2CPP_CLEANUP(279) { IL2CPP_JUMP_TBL(0x12D, IL_012d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_012d: { bool L_47 = V_11; if (L_47) { goto IL_013e; } } IL_0134: { ArrayList_t2718874744 * L_48 = V_7; X509Certificate_t489243024 * L_49 = V_9; NullCheck(L_48); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_48, L_49); } IL_013e: { X509CertificateEnumerator_t3515934697 * L_50 = V_10; NullCheck(L_50); bool L_51 = X509CertificateEnumerator_MoveNext_m2269241175(L_50, /*hidden argument*/NULL); if (L_51) { goto IL_00c3; } } IL_014a: { IL2CPP_LEAVE(0x165, FINALLY_014f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_014f; } FINALLY_014f: { // begin finally (depth: 1) { X509CertificateEnumerator_t3515934697 * L_52 = V_10; V_48 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_53 = V_48; if (L_53) { goto IL_015d; } } IL_015c: { IL2CPP_END_FINALLY(335) } IL_015d: { RuntimeObject* L_54 = V_48; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_54); IL2CPP_END_FINALLY(335) } } // end finally (depth: 1) IL2CPP_CLEANUP(335) { IL2CPP_JUMP_TBL(0x165, IL_0165) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0165: { ArrayList_t2718874744 * L_55 = V_1; NullCheck(L_55); RuntimeObject* L_56 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_55); V_15 = L_56; } IL_016d: try { // begin try (depth: 1) { goto IL_01f2; } IL_0172: { RuntimeObject* L_57 = V_15; NullCheck(L_57); RuntimeObject * L_58 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_57); V_14 = ((X509Certificate_t489243024 *)CastclassClass((RuntimeObject*)L_58, X509Certificate_t489243024_il2cpp_TypeInfo_var)); V_16 = (bool)0; X509CertificateCollection_t1542168549 * L_59 = PKCS12_get_Certificates_m1630860723(__this, /*hidden argument*/NULL); NullCheck(L_59); X509CertificateEnumerator_t3515934697 * L_60 = X509CertificateCollection_GetEnumerator_m4229251522(L_59, /*hidden argument*/NULL); V_18 = L_60; } IL_0190: try { // begin try (depth: 2) { goto IL_01ba; } IL_0195: { X509CertificateEnumerator_t3515934697 * L_61 = V_18; NullCheck(L_61); X509Certificate_t489243024 * L_62 = X509CertificateEnumerator_get_Current_m3041233561(L_61, /*hidden argument*/NULL); V_17 = L_62; X509Certificate_t489243024 * L_63 = V_14; NullCheck(L_63); ByteU5BU5D_t4116647657* L_64 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_63); X509Certificate_t489243024 * L_65 = V_17; NullCheck(L_65); ByteU5BU5D_t4116647657* L_66 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_65); bool L_67 = PKCS12_Compare_m2975811353(__this, L_64, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_01ba; } } IL_01b7: { V_16 = (bool)1; } IL_01ba: { X509CertificateEnumerator_t3515934697 * L_68 = V_18; NullCheck(L_68); bool L_69 = X509CertificateEnumerator_MoveNext_m2269241175(L_68, /*hidden argument*/NULL); if (L_69) { goto IL_0195; } } IL_01c6: { IL2CPP_LEAVE(0x1E1, FINALLY_01cb); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01cb; } FINALLY_01cb: { // begin finally (depth: 2) { X509CertificateEnumerator_t3515934697 * L_70 = V_18; V_49 = ((RuntimeObject*)IsInst((RuntimeObject*)L_70, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_71 = V_49; if (L_71) { goto IL_01d9; } } IL_01d8: { IL2CPP_END_FINALLY(459) } IL_01d9: { RuntimeObject* L_72 = V_49; NullCheck(L_72); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_72); IL2CPP_END_FINALLY(459) } } // end finally (depth: 2) IL2CPP_CLEANUP(459) { IL2CPP_JUMP_TBL(0x1E1, IL_01e1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01e1: { bool L_73 = V_16; if (L_73) { goto IL_01f2; } } IL_01e8: { ArrayList_t2718874744 * L_74 = V_8; X509Certificate_t489243024 * L_75 = V_14; NullCheck(L_74); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_74, L_75); } IL_01f2: { RuntimeObject* L_76 = V_15; NullCheck(L_76); bool L_77 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_76); if (L_77) { goto IL_0172; } } IL_01fe: { IL2CPP_LEAVE(0x219, FINALLY_0203); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0203; } FINALLY_0203: { // begin finally (depth: 1) { RuntimeObject* L_78 = V_15; V_50 = ((RuntimeObject*)IsInst((RuntimeObject*)L_78, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_79 = V_50; if (L_79) { goto IL_0211; } } IL_0210: { IL2CPP_END_FINALLY(515) } IL_0211: { RuntimeObject* L_80 = V_50; NullCheck(L_80); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_80); IL2CPP_END_FINALLY(515) } } // end finally (depth: 1) IL2CPP_CLEANUP(515) { IL2CPP_JUMP_TBL(0x219, IL_0219) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0219: { ArrayList_t2718874744 * L_81 = V_8; NullCheck(L_81); RuntimeObject* L_82 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_81); V_20 = L_82; } IL_0222: try { // begin try (depth: 1) { goto IL_023d; } IL_0227: { RuntimeObject* L_83 = V_20; NullCheck(L_83); RuntimeObject * L_84 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_83); V_19 = ((X509Certificate_t489243024 *)CastclassClass((RuntimeObject*)L_84, X509Certificate_t489243024_il2cpp_TypeInfo_var)); X509Certificate_t489243024 * L_85 = V_19; PKCS12_RemoveCertificate_m1177171903(__this, L_85, /*hidden argument*/NULL); } IL_023d: { RuntimeObject* L_86 = V_20; NullCheck(L_86); bool L_87 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_86); if (L_87) { goto IL_0227; } } IL_0249: { IL2CPP_LEAVE(0x264, FINALLY_024e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_024e; } FINALLY_024e: { // begin finally (depth: 1) { RuntimeObject* L_88 = V_20; V_51 = ((RuntimeObject*)IsInst((RuntimeObject*)L_88, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_89 = V_51; if (L_89) { goto IL_025c; } } IL_025b: { IL2CPP_END_FINALLY(590) } IL_025c: { RuntimeObject* L_90 = V_51; NullCheck(L_90); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_90); IL2CPP_END_FINALLY(590) } } // end finally (depth: 1) IL2CPP_CLEANUP(590) { IL2CPP_JUMP_TBL(0x264, IL_0264) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0264: { ArrayList_t2718874744 * L_91 = V_7; NullCheck(L_91); RuntimeObject* L_92 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_91); V_22 = L_92; } IL_026d: try { // begin try (depth: 1) { goto IL_0288; } IL_0272: { RuntimeObject* L_93 = V_22; NullCheck(L_93); RuntimeObject * L_94 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_93); V_21 = ((X509Certificate_t489243024 *)CastclassClass((RuntimeObject*)L_94, X509Certificate_t489243024_il2cpp_TypeInfo_var)); X509Certificate_t489243024 * L_95 = V_21; PKCS12_AddCertificate_m3857004455(__this, L_95, /*hidden argument*/NULL); } IL_0288: { RuntimeObject* L_96 = V_22; NullCheck(L_96); bool L_97 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_96); if (L_97) { goto IL_0272; } } IL_0294: { IL2CPP_LEAVE(0x2AF, FINALLY_0299); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0299; } FINALLY_0299: { // begin finally (depth: 1) { RuntimeObject* L_98 = V_22; V_52 = ((RuntimeObject*)IsInst((RuntimeObject*)L_98, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_99 = V_52; if (L_99) { goto IL_02a7; } } IL_02a6: { IL2CPP_END_FINALLY(665) } IL_02a7: { RuntimeObject* L_100 = V_52; NullCheck(L_100); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_100); IL2CPP_END_FINALLY(665) } } // end finally (depth: 1) IL2CPP_CLEANUP(665) { IL2CPP_JUMP_TBL(0x2AF, IL_02af) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02af: { ArrayList_t2718874744 * L_101 = __this->get__safeBags_9(); NullCheck(L_101); int32_t L_102 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_101); if ((((int32_t)L_102) <= ((int32_t)0))) { goto IL_035f; } } { ASN1_t2114160832 * L_103 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_103, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_23 = L_103; ArrayList_t2718874744 * L_104 = __this->get__safeBags_9(); NullCheck(L_104); RuntimeObject* L_105 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_104); V_25 = L_105; } IL_02d6: try { // begin try (depth: 1) { goto IL_030e; } IL_02db: { RuntimeObject* L_106 = V_25; NullCheck(L_106); RuntimeObject * L_107 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_106); V_24 = ((SafeBag_t3961248199 *)CastclassClass((RuntimeObject*)L_107, SafeBag_t3961248199_il2cpp_TypeInfo_var)); SafeBag_t3961248199 * L_108 = V_24; NullCheck(L_108); String_t* L_109 = SafeBag_get_BagOID_m2165567310(L_108, /*hidden argument*/NULL); NullCheck(L_109); bool L_110 = String_Equals_m2270643605(L_109, _stringLiteral1074765375, /*hidden argument*/NULL); if (!L_110) { goto IL_030e; } } IL_02ff: { ASN1_t2114160832 * L_111 = V_23; SafeBag_t3961248199 * L_112 = V_24; NullCheck(L_112); ASN1_t2114160832 * L_113 = SafeBag_get_ASN1_m3167501969(L_112, /*hidden argument*/NULL); NullCheck(L_111); ASN1_Add_m3468571571(L_111, L_113, /*hidden argument*/NULL); } IL_030e: { RuntimeObject* L_114 = V_25; NullCheck(L_114); bool L_115 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_114); if (L_115) { goto IL_02db; } } IL_031a: { IL2CPP_LEAVE(0x335, FINALLY_031f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_031f; } FINALLY_031f: { // begin finally (depth: 1) { RuntimeObject* L_116 = V_25; V_53 = ((RuntimeObject*)IsInst((RuntimeObject*)L_116, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_117 = V_53; if (L_117) { goto IL_032d; } } IL_032c: { IL2CPP_END_FINALLY(799) } IL_032d: { RuntimeObject* L_118 = V_53; NullCheck(L_118); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_118); IL2CPP_END_FINALLY(799) } } // end finally (depth: 1) IL2CPP_CLEANUP(799) { IL2CPP_JUMP_TBL(0x335, IL_0335) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0335: { ASN1_t2114160832 * L_119 = V_23; NullCheck(L_119); int32_t L_120 = ASN1_get_Count_m3580979881(L_119, /*hidden argument*/NULL); if ((((int32_t)L_120) <= ((int32_t)0))) { goto IL_035f; } } { ASN1_t2114160832 * L_121 = V_23; ContentInfo_t3218159895 * L_122 = PKCS12_EncryptedContentInfo_m1012097402(__this, L_121, _stringLiteral2976317123, /*hidden argument*/NULL); V_26 = L_122; ASN1_t2114160832 * L_123 = V_0; ContentInfo_t3218159895 * L_124 = V_26; NullCheck(L_124); ASN1_t2114160832 * L_125 = ContentInfo_get_ASN1_m1776225219(L_124, /*hidden argument*/NULL); NullCheck(L_123); ASN1_Add_m3468571571(L_123, L_125, /*hidden argument*/NULL); } IL_035f: { ArrayList_t2718874744 * L_126 = __this->get__safeBags_9(); NullCheck(L_126); int32_t L_127 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_126); if ((((int32_t)L_127) <= ((int32_t)0))) { goto IL_044c; } } { ASN1_t2114160832 * L_128 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_128, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_27 = L_128; ArrayList_t2718874744 * L_129 = __this->get__safeBags_9(); NullCheck(L_129); RuntimeObject* L_130 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_129); V_29 = L_130; } IL_0386: try { // begin try (depth: 1) { goto IL_03d4; } IL_038b: { RuntimeObject* L_131 = V_29; NullCheck(L_131); RuntimeObject * L_132 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_131); V_28 = ((SafeBag_t3961248199 *)CastclassClass((RuntimeObject*)L_132, SafeBag_t3961248199_il2cpp_TypeInfo_var)); SafeBag_t3961248199 * L_133 = V_28; NullCheck(L_133); String_t* L_134 = SafeBag_get_BagOID_m2165567310(L_133, /*hidden argument*/NULL); NullCheck(L_134); bool L_135 = String_Equals_m2270643605(L_134, _stringLiteral1074896447, /*hidden argument*/NULL); if (L_135) { goto IL_03c5; } } IL_03af: { SafeBag_t3961248199 * L_136 = V_28; NullCheck(L_136); String_t* L_137 = SafeBag_get_BagOID_m2165567310(L_136, /*hidden argument*/NULL); NullCheck(L_137); bool L_138 = String_Equals_m2270643605(L_137, _stringLiteral1074699839, /*hidden argument*/NULL); if (!L_138) { goto IL_03d4; } } IL_03c5: { ASN1_t2114160832 * L_139 = V_27; SafeBag_t3961248199 * L_140 = V_28; NullCheck(L_140); ASN1_t2114160832 * L_141 = SafeBag_get_ASN1_m3167501969(L_140, /*hidden argument*/NULL); NullCheck(L_139); ASN1_Add_m3468571571(L_139, L_141, /*hidden argument*/NULL); } IL_03d4: { RuntimeObject* L_142 = V_29; NullCheck(L_142); bool L_143 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_142); if (L_143) { goto IL_038b; } } IL_03e0: { IL2CPP_LEAVE(0x3FB, FINALLY_03e5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03e5; } FINALLY_03e5: { // begin finally (depth: 1) { RuntimeObject* L_144 = V_29; V_54 = ((RuntimeObject*)IsInst((RuntimeObject*)L_144, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_145 = V_54; if (L_145) { goto IL_03f3; } } IL_03f2: { IL2CPP_END_FINALLY(997) } IL_03f3: { RuntimeObject* L_146 = V_54; NullCheck(L_146); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_146); IL2CPP_END_FINALLY(997) } } // end finally (depth: 1) IL2CPP_CLEANUP(997) { IL2CPP_JUMP_TBL(0x3FB, IL_03fb) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_03fb: { ASN1_t2114160832 * L_147 = V_27; NullCheck(L_147); int32_t L_148 = ASN1_get_Count_m3580979881(L_147, /*hidden argument*/NULL); if ((((int32_t)L_148) <= ((int32_t)0))) { goto IL_044c; } } { ASN1_t2114160832 * L_149 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_149, (uint8_t)((int32_t)160), /*hidden argument*/NULL); V_30 = L_149; ASN1_t2114160832 * L_150 = V_30; ASN1_t2114160832 * L_151 = V_27; NullCheck(L_151); ByteU5BU5D_t4116647657* L_152 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_151); ASN1_t2114160832 * L_153 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3193227595(L_153, (uint8_t)4, L_152, /*hidden argument*/NULL); NullCheck(L_150); ASN1_Add_m3468571571(L_150, L_153, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_154 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m3072134336(L_154, _stringLiteral3723664332, /*hidden argument*/NULL); V_31 = L_154; ContentInfo_t3218159895 * L_155 = V_31; ASN1_t2114160832 * L_156 = V_30; NullCheck(L_155); ContentInfo_set_Content_m2745521966(L_155, L_156, /*hidden argument*/NULL); ASN1_t2114160832 * L_157 = V_0; ContentInfo_t3218159895 * L_158 = V_31; NullCheck(L_158); ASN1_t2114160832 * L_159 = ContentInfo_get_ASN1_m1776225219(L_158, /*hidden argument*/NULL); NullCheck(L_157); ASN1_Add_m3468571571(L_157, L_159, /*hidden argument*/NULL); } IL_044c: { ArrayList_t2718874744 * L_160 = __this->get__safeBags_9(); NullCheck(L_160); int32_t L_161 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_160); if ((((int32_t)L_161) <= ((int32_t)0))) { goto IL_04fc; } } { ASN1_t2114160832 * L_162 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_162, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_32 = L_162; ArrayList_t2718874744 * L_163 = __this->get__safeBags_9(); NullCheck(L_163); RuntimeObject* L_164 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_163); V_34 = L_164; } IL_0473: try { // begin try (depth: 1) { goto IL_04ab; } IL_0478: { RuntimeObject* L_165 = V_34; NullCheck(L_165); RuntimeObject * L_166 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_165); V_33 = ((SafeBag_t3961248199 *)CastclassClass((RuntimeObject*)L_166, SafeBag_t3961248199_il2cpp_TypeInfo_var)); SafeBag_t3961248199 * L_167 = V_33; NullCheck(L_167); String_t* L_168 = SafeBag_get_BagOID_m2165567310(L_167, /*hidden argument*/NULL); NullCheck(L_168); bool L_169 = String_Equals_m2270643605(L_168, _stringLiteral1075158591, /*hidden argument*/NULL); if (!L_169) { goto IL_04ab; } } IL_049c: { ASN1_t2114160832 * L_170 = V_32; SafeBag_t3961248199 * L_171 = V_33; NullCheck(L_171); ASN1_t2114160832 * L_172 = SafeBag_get_ASN1_m3167501969(L_171, /*hidden argument*/NULL); NullCheck(L_170); ASN1_Add_m3468571571(L_170, L_172, /*hidden argument*/NULL); } IL_04ab: { RuntimeObject* L_173 = V_34; NullCheck(L_173); bool L_174 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_173); if (L_174) { goto IL_0478; } } IL_04b7: { IL2CPP_LEAVE(0x4D2, FINALLY_04bc); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_04bc; } FINALLY_04bc: { // begin finally (depth: 1) { RuntimeObject* L_175 = V_34; V_55 = ((RuntimeObject*)IsInst((RuntimeObject*)L_175, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_176 = V_55; if (L_176) { goto IL_04ca; } } IL_04c9: { IL2CPP_END_FINALLY(1212) } IL_04ca: { RuntimeObject* L_177 = V_55; NullCheck(L_177); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_177); IL2CPP_END_FINALLY(1212) } } // end finally (depth: 1) IL2CPP_CLEANUP(1212) { IL2CPP_JUMP_TBL(0x4D2, IL_04d2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_04d2: { ASN1_t2114160832 * L_178 = V_32; NullCheck(L_178); int32_t L_179 = ASN1_get_Count_m3580979881(L_178, /*hidden argument*/NULL); if ((((int32_t)L_179) <= ((int32_t)0))) { goto IL_04fc; } } { ASN1_t2114160832 * L_180 = V_32; ContentInfo_t3218159895 * L_181 = PKCS12_EncryptedContentInfo_m1012097402(__this, L_180, _stringLiteral2976317123, /*hidden argument*/NULL); V_35 = L_181; ASN1_t2114160832 * L_182 = V_0; ContentInfo_t3218159895 * L_183 = V_35; NullCheck(L_183); ASN1_t2114160832 * L_184 = ContentInfo_get_ASN1_m1776225219(L_183, /*hidden argument*/NULL); NullCheck(L_182); ASN1_Add_m3468571571(L_182, L_184, /*hidden argument*/NULL); } IL_04fc: { ASN1_t2114160832 * L_185 = V_0; NullCheck(L_185); ByteU5BU5D_t4116647657* L_186 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_185); ASN1_t2114160832 * L_187 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3193227595(L_187, (uint8_t)4, L_186, /*hidden argument*/NULL); V_36 = L_187; ASN1_t2114160832 * L_188 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_188, (uint8_t)((int32_t)160), /*hidden argument*/NULL); V_37 = L_188; ASN1_t2114160832 * L_189 = V_37; ASN1_t2114160832 * L_190 = V_36; NullCheck(L_189); ASN1_Add_m3468571571(L_189, L_190, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_191 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m3072134336(L_191, _stringLiteral3723664332, /*hidden argument*/NULL); V_38 = L_191; ContentInfo_t3218159895 * L_192 = V_38; ASN1_t2114160832 * L_193 = V_37; NullCheck(L_192); ContentInfo_set_Content_m2745521966(L_192, L_193, /*hidden argument*/NULL); ASN1_t2114160832 * L_194 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_194, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_39 = L_194; ByteU5BU5D_t4116647657* L_195 = __this->get__password_1(); if (!L_195) { goto IL_0600; } } { V_40 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20))); RandomNumberGenerator_t386037858 * L_196 = PKCS12_get_RNG_m2649456600(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_197 = V_40; NullCheck(L_196); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_196, L_197); ByteU5BU5D_t4116647657* L_198 = __this->get__password_1(); ByteU5BU5D_t4116647657* L_199 = V_40; int32_t L_200 = __this->get__iterations_8(); ContentInfo_t3218159895 * L_201 = V_38; NullCheck(L_201); ASN1_t2114160832 * L_202 = ContentInfo_get_Content_m1945593776(L_201, /*hidden argument*/NULL); NullCheck(L_202); ASN1_t2114160832 * L_203 = ASN1_get_Item_m3901126023(L_202, 0, /*hidden argument*/NULL); NullCheck(L_203); ByteU5BU5D_t4116647657* L_204 = ASN1_get_Value_m1857007406(L_203, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_205 = PKCS12_MAC_m3401183837(__this, L_198, L_199, L_200, L_204, /*hidden argument*/NULL); V_41 = L_205; ASN1_t2114160832 * L_206 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_206, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_42 = L_206; ASN1_t2114160832 * L_207 = V_42; ASN1_t2114160832 * L_208 = ASN1Convert_FromOid_m3740816339(NULL /*static, unused*/, _stringLiteral3539017007, /*hidden argument*/NULL); NullCheck(L_207); ASN1_Add_m3468571571(L_207, L_208, /*hidden argument*/NULL); ASN1_t2114160832 * L_209 = V_42; ASN1_t2114160832 * L_210 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_210, (uint8_t)5, /*hidden argument*/NULL); NullCheck(L_209); ASN1_Add_m3468571571(L_209, L_210, /*hidden argument*/NULL); ASN1_t2114160832 * L_211 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_211, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_43 = L_211; ASN1_t2114160832 * L_212 = V_43; ASN1_t2114160832 * L_213 = V_42; NullCheck(L_212); ASN1_Add_m3468571571(L_212, L_213, /*hidden argument*/NULL); ASN1_t2114160832 * L_214 = V_43; ByteU5BU5D_t4116647657* L_215 = V_41; ASN1_t2114160832 * L_216 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3193227595(L_216, (uint8_t)4, L_215, /*hidden argument*/NULL); NullCheck(L_214); ASN1_Add_m3468571571(L_214, L_216, /*hidden argument*/NULL); ASN1_t2114160832 * L_217 = V_39; ASN1_t2114160832 * L_218 = V_43; NullCheck(L_217); ASN1_Add_m3468571571(L_217, L_218, /*hidden argument*/NULL); ASN1_t2114160832 * L_219 = V_39; ByteU5BU5D_t4116647657* L_220 = V_40; ASN1_t2114160832 * L_221 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3193227595(L_221, (uint8_t)4, L_220, /*hidden argument*/NULL); NullCheck(L_219); ASN1_Add_m3468571571(L_219, L_221, /*hidden argument*/NULL); ASN1_t2114160832 * L_222 = V_39; int32_t L_223 = __this->get__iterations_8(); ASN1_t2114160832 * L_224 = ASN1Convert_FromInt32_m2935389061(NULL /*static, unused*/, L_223, /*hidden argument*/NULL); NullCheck(L_222); ASN1_Add_m3468571571(L_222, L_224, /*hidden argument*/NULL); } IL_0600: { ByteU5BU5D_t4116647657* L_225 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_225); (L_225)->SetAt(static_cast(0), (uint8_t)3); ASN1_t2114160832 * L_226 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3193227595(L_226, (uint8_t)2, L_225, /*hidden argument*/NULL); V_44 = L_226; ASN1_t2114160832 * L_227 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_227, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_45 = L_227; ASN1_t2114160832 * L_228 = V_45; ASN1_t2114160832 * L_229 = V_44; NullCheck(L_228); ASN1_Add_m3468571571(L_228, L_229, /*hidden argument*/NULL); ASN1_t2114160832 * L_230 = V_45; ContentInfo_t3218159895 * L_231 = V_38; NullCheck(L_231); ASN1_t2114160832 * L_232 = ContentInfo_get_ASN1_m1776225219(L_231, /*hidden argument*/NULL); NullCheck(L_230); ASN1_Add_m3468571571(L_230, L_232, /*hidden argument*/NULL); ASN1_t2114160832 * L_233 = V_39; NullCheck(L_233); int32_t L_234 = ASN1_get_Count_m3580979881(L_233, /*hidden argument*/NULL); if ((((int32_t)L_234) <= ((int32_t)0))) { goto IL_064b; } } { ASN1_t2114160832 * L_235 = V_45; ASN1_t2114160832 * L_236 = V_39; NullCheck(L_235); ASN1_Add_m3468571571(L_235, L_236, /*hidden argument*/NULL); } IL_064b: { ASN1_t2114160832 * L_237 = V_45; NullCheck(L_237); ByteU5BU5D_t4116647657* L_238 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_237); return L_238; } } // Mono.Security.PKCS7/ContentInfo Mono.Security.X509.PKCS12::EncryptedContentInfo(Mono.Security.ASN1,System.String) extern "C" IL2CPP_METHOD_ATTR ContentInfo_t3218159895 * PKCS12_EncryptedContentInfo_m1012097402 (PKCS12_t4101533060 * __this, ASN1_t2114160832 * ___safeBags0, String_t* ___algorithmOid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_EncryptedContentInfo_m1012097402_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; ASN1_t2114160832 * V_1 = NULL; ASN1_t2114160832 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; ASN1_t2114160832 * V_4 = NULL; ASN1_t2114160832 * V_5 = NULL; ASN1_t2114160832 * V_6 = NULL; ASN1_t2114160832 * V_7 = NULL; ASN1_t2114160832 * V_8 = NULL; ContentInfo_t3218159895 * V_9 = NULL; { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)); RandomNumberGenerator_t386037858 * L_0 = PKCS12_get_RNG_m2649456600(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = V_0; NullCheck(L_0); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_0, L_1); ASN1_t2114160832 * L_2 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_2, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_1 = L_2; ASN1_t2114160832 * L_3 = V_1; ByteU5BU5D_t4116647657* L_4 = V_0; ASN1_t2114160832 * L_5 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3193227595(L_5, (uint8_t)4, L_4, /*hidden argument*/NULL); NullCheck(L_3); ASN1_Add_m3468571571(L_3, L_5, /*hidden argument*/NULL); ASN1_t2114160832 * L_6 = V_1; int32_t L_7 = __this->get__iterations_8(); ASN1_t2114160832 * L_8 = ASN1Convert_FromInt32_m2935389061(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_6); ASN1_Add_m3468571571(L_6, L_8, /*hidden argument*/NULL); ASN1_t2114160832 * L_9 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_9, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_2 = L_9; ASN1_t2114160832 * L_10 = V_2; String_t* L_11 = ___algorithmOid1; ASN1_t2114160832 * L_12 = ASN1Convert_FromOid_m3740816339(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); ASN1_Add_m3468571571(L_10, L_12, /*hidden argument*/NULL); ASN1_t2114160832 * L_13 = V_2; ASN1_t2114160832 * L_14 = V_1; NullCheck(L_13); ASN1_Add_m3468571571(L_13, L_14, /*hidden argument*/NULL); String_t* L_15 = ___algorithmOid1; ByteU5BU5D_t4116647657* L_16 = V_0; int32_t L_17 = __this->get__iterations_8(); ASN1_t2114160832 * L_18 = ___safeBags0; NullCheck(L_18); ByteU5BU5D_t4116647657* L_19 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_18); ByteU5BU5D_t4116647657* L_20 = PKCS12_Encrypt_m2617413749(__this, L_15, L_16, L_17, L_19, /*hidden argument*/NULL); V_3 = L_20; ByteU5BU5D_t4116647657* L_21 = V_3; ASN1_t2114160832 * L_22 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3193227595(L_22, (uint8_t)((int32_t)128), L_21, /*hidden argument*/NULL); V_4 = L_22; ASN1_t2114160832 * L_23 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_23, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_5 = L_23; ASN1_t2114160832 * L_24 = V_5; ASN1_t2114160832 * L_25 = ASN1Convert_FromOid_m3740816339(NULL /*static, unused*/, _stringLiteral3723664332, /*hidden argument*/NULL); NullCheck(L_24); ASN1_Add_m3468571571(L_24, L_25, /*hidden argument*/NULL); ASN1_t2114160832 * L_26 = V_5; ASN1_t2114160832 * L_27 = V_2; NullCheck(L_26); ASN1_Add_m3468571571(L_26, L_27, /*hidden argument*/NULL); ASN1_t2114160832 * L_28 = V_5; ASN1_t2114160832 * L_29 = V_4; NullCheck(L_28); ASN1_Add_m3468571571(L_28, L_29, /*hidden argument*/NULL); ASN1_t2114160832 * L_30 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3193227595(L_30, (uint8_t)2, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)), /*hidden argument*/NULL); V_6 = L_30; ASN1_t2114160832 * L_31 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_31, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_7 = L_31; ASN1_t2114160832 * L_32 = V_7; ASN1_t2114160832 * L_33 = V_6; NullCheck(L_32); ASN1_Add_m3468571571(L_32, L_33, /*hidden argument*/NULL); ASN1_t2114160832 * L_34 = V_7; ASN1_t2114160832 * L_35 = V_5; NullCheck(L_34); ASN1_Add_m3468571571(L_34, L_35, /*hidden argument*/NULL); ASN1_t2114160832 * L_36 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m3727822613(L_36, (uint8_t)((int32_t)160), /*hidden argument*/NULL); V_8 = L_36; ASN1_t2114160832 * L_37 = V_8; ASN1_t2114160832 * L_38 = V_7; NullCheck(L_37); ASN1_Add_m3468571571(L_37, L_38, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_39 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m3072134336(L_39, _stringLiteral620338124, /*hidden argument*/NULL); V_9 = L_39; ContentInfo_t3218159895 * L_40 = V_9; ASN1_t2114160832 * L_41 = V_8; NullCheck(L_40); ContentInfo_set_Content_m2745521966(L_40, L_41, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_42 = V_9; return L_42; } } // System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_m3857004455 (PKCS12_t4101533060 * __this, X509Certificate_t489243024 * ___cert0, const RuntimeMethod* method) { { X509Certificate_t489243024 * L_0 = ___cert0; PKCS12_AddCertificate_m3618696508(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) extern "C" IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_m3618696508 (PKCS12_t4101533060 * __this, X509Certificate_t489243024 * ___cert0, RuntimeObject* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_AddCertificate_m3618696508_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; SafeBag_t3961248199 * V_2 = NULL; ASN1_t2114160832 * V_3 = NULL; ASN1_t2114160832 * V_4 = NULL; ContentInfo_t3218159895 * V_5 = NULL; X509Certificate_t489243024 * V_6 = NULL; { V_0 = (bool)0; V_1 = 0; goto IL_0085; } IL_0009: { ArrayList_t2718874744 * L_0 = __this->get__safeBags_9(); int32_t L_1 = V_1; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_2 = ((SafeBag_t3961248199 *)CastclassClass((RuntimeObject*)L_2, SafeBag_t3961248199_il2cpp_TypeInfo_var)); SafeBag_t3961248199 * L_3 = V_2; NullCheck(L_3); String_t* L_4 = SafeBag_get_BagOID_m2165567310(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = String_Equals_m2270643605(L_4, _stringLiteral1074765375, /*hidden argument*/NULL); if (!L_5) { goto IL_0081; } } { SafeBag_t3961248199 * L_6 = V_2; NullCheck(L_6); ASN1_t2114160832 * L_7 = SafeBag_get_ASN1_m3167501969(L_6, /*hidden argument*/NULL); V_3 = L_7; ASN1_t2114160832 * L_8 = V_3; NullCheck(L_8); ASN1_t2114160832 * L_9 = ASN1_get_Item_m3901126023(L_8, 1, /*hidden argument*/NULL); V_4 = L_9; ASN1_t2114160832 * L_10 = V_4; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = ASN1_get_Value_m1857007406(L_10, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_12 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m1888388023(L_12, L_11, /*hidden argument*/NULL); V_5 = L_12; ContentInfo_t3218159895 * L_13 = V_5; NullCheck(L_13); ASN1_t2114160832 * L_14 = ContentInfo_get_Content_m1945593776(L_13, /*hidden argument*/NULL); NullCheck(L_14); ASN1_t2114160832 * L_15 = ASN1_get_Item_m3901126023(L_14, 0, /*hidden argument*/NULL); NullCheck(L_15); ByteU5BU5D_t4116647657* L_16 = ASN1_get_Value_m1857007406(L_15, /*hidden argument*/NULL); X509Certificate_t489243024 * L_17 = (X509Certificate_t489243024 *)il2cpp_codegen_object_new(X509Certificate_t489243024_il2cpp_TypeInfo_var); X509Certificate__ctor_m3656389950(L_17, L_16, /*hidden argument*/NULL); V_6 = L_17; X509Certificate_t489243024 * L_18 = ___cert0; NullCheck(L_18); ByteU5BU5D_t4116647657* L_19 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_18); X509Certificate_t489243024 * L_20 = V_6; NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_20); bool L_22 = PKCS12_Compare_m2975811353(__this, L_19, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0081; } } { V_0 = (bool)1; } IL_0081: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0085: { bool L_24 = V_0; if (L_24) { goto IL_009c; } } { int32_t L_25 = V_1; ArrayList_t2718874744 * L_26 = __this->get__safeBags_9(); NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_26); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_0009; } } IL_009c: { bool L_28 = V_0; if (L_28) { goto IL_00c7; } } { ArrayList_t2718874744 * L_29 = __this->get__safeBags_9(); X509Certificate_t489243024 * L_30 = ___cert0; RuntimeObject* L_31 = ___attributes1; ASN1_t2114160832 * L_32 = PKCS12_CertificateSafeBag_m3469173172(__this, L_30, L_31, /*hidden argument*/NULL); SafeBag_t3961248199 * L_33 = (SafeBag_t3961248199 *)il2cpp_codegen_object_new(SafeBag_t3961248199_il2cpp_TypeInfo_var); SafeBag__ctor_m369012969(L_33, _stringLiteral1074765375, L_32, /*hidden argument*/NULL); NullCheck(L_29); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_29, L_33); __this->set__certsChanged_7((bool)1); } IL_00c7: { return; } } // System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_m1177171903 (PKCS12_t4101533060 * __this, X509Certificate_t489243024 * ___cert0, const RuntimeMethod* method) { { X509Certificate_t489243024 * L_0 = ___cert0; PKCS12_RemoveCertificate_m1421555398(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) extern "C" IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_m1421555398 (PKCS12_t4101533060 * __this, X509Certificate_t489243024 * ___cert0, RuntimeObject* ___attrs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_RemoveCertificate_m1421555398_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; SafeBag_t3961248199 * V_2 = NULL; ASN1_t2114160832 * V_3 = NULL; ASN1_t2114160832 * V_4 = NULL; ContentInfo_t3218159895 * V_5 = NULL; X509Certificate_t489243024 * V_6 = NULL; ASN1_t2114160832 * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; ASN1_t2114160832 * V_10 = NULL; ASN1_t2114160832 * V_11 = NULL; String_t* V_12 = NULL; ArrayList_t2718874744 * V_13 = NULL; ASN1_t2114160832 * V_14 = NULL; int32_t V_15 = 0; int32_t V_16 = 0; ASN1_t2114160832 * V_17 = NULL; ByteU5BU5D_t4116647657* V_18 = NULL; { V_0 = (-1); V_1 = 0; goto IL_018d; } IL_0009: { ArrayList_t2718874744 * L_0 = __this->get__safeBags_9(); int32_t L_1 = V_1; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_2 = ((SafeBag_t3961248199 *)CastclassClass((RuntimeObject*)L_2, SafeBag_t3961248199_il2cpp_TypeInfo_var)); SafeBag_t3961248199 * L_3 = V_2; NullCheck(L_3); String_t* L_4 = SafeBag_get_BagOID_m2165567310(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = String_Equals_m2270643605(L_4, _stringLiteral1074765375, /*hidden argument*/NULL); if (!L_5) { goto IL_0189; } } { SafeBag_t3961248199 * L_6 = V_2; NullCheck(L_6); ASN1_t2114160832 * L_7 = SafeBag_get_ASN1_m3167501969(L_6, /*hidden argument*/NULL); V_3 = L_7; ASN1_t2114160832 * L_8 = V_3; NullCheck(L_8); ASN1_t2114160832 * L_9 = ASN1_get_Item_m3901126023(L_8, 1, /*hidden argument*/NULL); V_4 = L_9; ASN1_t2114160832 * L_10 = V_4; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = ASN1_get_Value_m1857007406(L_10, /*hidden argument*/NULL); ContentInfo_t3218159895 * L_12 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var); ContentInfo__ctor_m1888388023(L_12, L_11, /*hidden argument*/NULL); V_5 = L_12; ContentInfo_t3218159895 * L_13 = V_5; NullCheck(L_13); ASN1_t2114160832 * L_14 = ContentInfo_get_Content_m1945593776(L_13, /*hidden argument*/NULL); NullCheck(L_14); ASN1_t2114160832 * L_15 = ASN1_get_Item_m3901126023(L_14, 0, /*hidden argument*/NULL); NullCheck(L_15); ByteU5BU5D_t4116647657* L_16 = ASN1_get_Value_m1857007406(L_15, /*hidden argument*/NULL); X509Certificate_t489243024 * L_17 = (X509Certificate_t489243024 *)il2cpp_codegen_object_new(X509Certificate_t489243024_il2cpp_TypeInfo_var); X509Certificate__ctor_m3656389950(L_17, L_16, /*hidden argument*/NULL); V_6 = L_17; X509Certificate_t489243024 * L_18 = ___cert0; NullCheck(L_18); ByteU5BU5D_t4116647657* L_19 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_18); X509Certificate_t489243024 * L_20 = V_6; NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_20); bool L_22 = PKCS12_Compare_m2975811353(__this, L_19, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0189; } } { RuntimeObject* L_23 = ___attrs1; if (!L_23) { goto IL_0187; } } { ASN1_t2114160832 * L_24 = V_3; NullCheck(L_24); int32_t L_25 = ASN1_get_Count_m3580979881(L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)3)))) { goto IL_0182; } } { ASN1_t2114160832 * L_26 = V_3; NullCheck(L_26); ASN1_t2114160832 * L_27 = ASN1_get_Item_m3901126023(L_26, 2, /*hidden argument*/NULL); V_7 = L_27; V_8 = 0; V_9 = 0; goto IL_0164; } IL_00a5: { ASN1_t2114160832 * L_28 = V_7; int32_t L_29 = V_9; NullCheck(L_28); ASN1_t2114160832 * L_30 = ASN1_get_Item_m3901126023(L_28, L_29, /*hidden argument*/NULL); V_10 = L_30; ASN1_t2114160832 * L_31 = V_10; NullCheck(L_31); ASN1_t2114160832 * L_32 = ASN1_get_Item_m3901126023(L_31, 0, /*hidden argument*/NULL); V_11 = L_32; ASN1_t2114160832 * L_33 = V_11; String_t* L_34 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); V_12 = L_34; RuntimeObject* L_35 = ___attrs1; String_t* L_36 = V_12; NullCheck(L_35); RuntimeObject * L_37 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_35, L_36); V_13 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_37, ArrayList_t2718874744_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_38 = V_13; if (!L_38) { goto IL_015e; } } { ASN1_t2114160832 * L_39 = V_10; NullCheck(L_39); ASN1_t2114160832 * L_40 = ASN1_get_Item_m3901126023(L_39, 1, /*hidden argument*/NULL); V_14 = L_40; ArrayList_t2718874744 * L_41 = V_13; NullCheck(L_41); int32_t L_42 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_41); ASN1_t2114160832 * L_43 = V_14; NullCheck(L_43); int32_t L_44 = ASN1_get_Count_m3580979881(L_43, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)L_44)))) { goto IL_015e; } } { V_15 = 0; V_16 = 0; goto IL_013c; } IL_0101: { ASN1_t2114160832 * L_45 = V_14; int32_t L_46 = V_16; NullCheck(L_45); ASN1_t2114160832 * L_47 = ASN1_get_Item_m3901126023(L_45, L_46, /*hidden argument*/NULL); V_17 = L_47; ArrayList_t2718874744 * L_48 = V_13; int32_t L_49 = V_16; NullCheck(L_48); RuntimeObject * L_50 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_48, L_49); V_18 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_50, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); ByteU5BU5D_t4116647657* L_51 = V_18; ASN1_t2114160832 * L_52 = V_17; NullCheck(L_52); ByteU5BU5D_t4116647657* L_53 = ASN1_get_Value_m1857007406(L_52, /*hidden argument*/NULL); bool L_54 = PKCS12_Compare_m2975811353(__this, L_51, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0136; } } { int32_t L_55 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_0136: { int32_t L_56 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_013c: { int32_t L_57 = V_16; ASN1_t2114160832 * L_58 = V_14; NullCheck(L_58); int32_t L_59 = ASN1_get_Count_m3580979881(L_58, /*hidden argument*/NULL); if ((((int32_t)L_57) < ((int32_t)L_59))) { goto IL_0101; } } { int32_t L_60 = V_15; ASN1_t2114160832 * L_61 = V_14; NullCheck(L_61); int32_t L_62 = ASN1_get_Count_m3580979881(L_61, /*hidden argument*/NULL); if ((!(((uint32_t)L_60) == ((uint32_t)L_62)))) { goto IL_015e; } } { int32_t L_63 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_015e: { int32_t L_64 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0164: { int32_t L_65 = V_9; ASN1_t2114160832 * L_66 = V_7; NullCheck(L_66); int32_t L_67 = ASN1_get_Count_m3580979881(L_66, /*hidden argument*/NULL); if ((((int32_t)L_65) < ((int32_t)L_67))) { goto IL_00a5; } } { int32_t L_68 = V_8; ASN1_t2114160832 * L_69 = V_7; NullCheck(L_69); int32_t L_70 = ASN1_get_Count_m3580979881(L_69, /*hidden argument*/NULL); if ((!(((uint32_t)L_68) == ((uint32_t)L_70)))) { goto IL_0182; } } { int32_t L_71 = V_1; V_0 = L_71; } IL_0182: { goto IL_0189; } IL_0187: { int32_t L_72 = V_1; V_0 = L_72; } IL_0189: { int32_t L_73 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_018d: { int32_t L_74 = V_0; if ((!(((uint32_t)L_74) == ((uint32_t)(-1))))) { goto IL_01a5; } } { int32_t L_75 = V_1; ArrayList_t2718874744 * L_76 = __this->get__safeBags_9(); NullCheck(L_76); int32_t L_77 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_76); if ((((int32_t)L_75) < ((int32_t)L_77))) { goto IL_0009; } } IL_01a5: { int32_t L_78 = V_0; if ((((int32_t)L_78) == ((int32_t)(-1)))) { goto IL_01bf; } } { ArrayList_t2718874744 * L_79 = __this->get__safeBags_9(); int32_t L_80 = V_0; NullCheck(L_79); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_79, L_80); __this->set__certsChanged_7((bool)1); } IL_01bf: { return; } } // System.Object Mono.Security.X509.PKCS12::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PKCS12_Clone_m93617975 (PKCS12_t4101533060 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_Clone_m93617975_MetadataUsageId); s_Il2CppMethodInitialized = true; } PKCS12_t4101533060 * V_0 = NULL; { V_0 = (PKCS12_t4101533060 *)NULL; ByteU5BU5D_t4116647657* L_0 = __this->get__password_1(); if (!L_0) { goto IL_002e; } } { ByteU5BU5D_t4116647657* L_1 = PKCS12_GetBytes_m3933153476(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = Encoding_get_BigEndianUnicode_m684646764(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = __this->get__password_1(); NullCheck(L_2); String_t* L_4 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_2, L_3); PKCS12_t4101533060 * L_5 = (PKCS12_t4101533060 *)il2cpp_codegen_object_new(PKCS12_t4101533060_il2cpp_TypeInfo_var); PKCS12__ctor_m1771540803(L_5, L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_003a; } IL_002e: { ByteU5BU5D_t4116647657* L_6 = PKCS12_GetBytes_m3933153476(__this, /*hidden argument*/NULL); PKCS12_t4101533060 * L_7 = (PKCS12_t4101533060 *)il2cpp_codegen_object_new(PKCS12_t4101533060_il2cpp_TypeInfo_var); PKCS12__ctor_m2089474062(L_7, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_003a: { PKCS12_t4101533060 * L_8 = V_0; int32_t L_9 = PKCS12_get_IterationCount_m626423090(__this, /*hidden argument*/NULL); NullCheck(L_8); PKCS12_set_IterationCount_m1399630158(L_8, L_9, /*hidden argument*/NULL); PKCS12_t4101533060 * L_10 = V_0; return L_10; } } // System.Int32 Mono.Security.X509.PKCS12::get_MaximumPasswordLength() extern "C" IL2CPP_METHOD_ATTR int32_t PKCS12_get_MaximumPasswordLength_m883183191 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_get_MaximumPasswordLength_m883183191_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t4101533060_il2cpp_TypeInfo_var); int32_t L_0 = ((PKCS12_t4101533060_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t4101533060_il2cpp_TypeInfo_var))->get_password_max_length_11(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.X509.PKCS12/DeriveBytes::.ctor() extern "C" IL2CPP_METHOD_ATTR void DeriveBytes__ctor_m3611803810 (DeriveBytes_t1492915135 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12/DeriveBytes::.cctor() extern "C" IL2CPP_METHOD_ATTR void DeriveBytes__cctor_m1212925033 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes__cctor_m1212925033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D20_12_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((DeriveBytes_t1492915135_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_t1492915135_il2cpp_TypeInfo_var))->set_keyDiversifier_0(L_0); ByteU5BU5D_t4116647657* L_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64))); RuntimeFieldHandle_t1871169219 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D21_13_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((DeriveBytes_t1492915135_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_t1492915135_il2cpp_TypeInfo_var))->set_ivDiversifier_1(L_2); ByteU5BU5D_t4116647657* L_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64))); RuntimeFieldHandle_t1871169219 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D22_14_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((DeriveBytes_t1492915135_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_t1492915135_il2cpp_TypeInfo_var))->set_macDiversifier_2(L_4); return; } } // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_HashName(System.String) extern "C" IL2CPP_METHOD_ATTR void DeriveBytes_set_HashName_m3752780137 (DeriveBytes_t1492915135 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__hashName_3(L_0); return; } } // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_IterationCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeriveBytes_set_IterationCount_m3235108425 (DeriveBytes_t1492915135 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__iterations_4(L_0); return; } } // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_Password(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void DeriveBytes_set_Password_m3005258189 (DeriveBytes_t1492915135 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_set_Password_m3005258189_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_0017; } } { __this->set__password_5(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0))); goto IL_0028; } IL_0017: { ByteU5BU5D_t4116647657* L_1 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set__password_5(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); } IL_0028: { return; } } // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_Salt(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void DeriveBytes_set_Salt_m441577179 (DeriveBytes_t1492915135 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_set_Salt_m441577179_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; if (!L_0) { goto IL_001c; } } { ByteU5BU5D_t4116647657* L_1 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set__salt_6(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); goto IL_0023; } IL_001c: { __this->set__salt_6((ByteU5BU5D_t4116647657*)NULL); } IL_0023: { return; } } // System.Void Mono.Security.X509.PKCS12/DeriveBytes::Adjust(System.Byte[],System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void DeriveBytes_Adjust_m640796917 (DeriveBytes_t1492915135 * __this, ByteU5BU5D_t4116647657* ___a0, int32_t ___aOff1, ByteU5BU5D_t4116647657* ___b2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = ___b2; ByteU5BU5D_t4116647657* L_1 = ___b2; NullCheck(L_1); NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)1)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_t4116647657* L_4 = ___a0; int32_t L_5 = ___aOff1; ByteU5BU5D_t4116647657* L_6 = ___b2; NullCheck(L_6); NullCheck(L_4); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))), (int32_t)1)); uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255))), (int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)255))))), (int32_t)1)); ByteU5BU5D_t4116647657* L_9 = ___a0; int32_t L_10 = ___aOff1; ByteU5BU5D_t4116647657* L_11 = ___b2; NullCheck(L_11); int32_t L_12 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))), (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)L_12)))); int32_t L_13 = V_0; V_0 = ((int32_t)((int32_t)L_13>>(int32_t)8)); ByteU5BU5D_t4116647657* L_14 = ___b2; NullCheck(L_14); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), (int32_t)2)); goto IL_0061; } IL_003a: { int32_t L_15 = V_0; ByteU5BU5D_t4116647657* L_16 = ___b2; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = L_17; uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); ByteU5BU5D_t4116647657* L_20 = ___a0; int32_t L_21 = ___aOff1; int32_t L_22 = V_1; NullCheck(L_20); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); uint8_t L_24 = (L_20)->GetAt(static_cast(L_23)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255))), (int32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_25 = ___a0; int32_t L_26 = ___aOff1; int32_t L_27 = V_1; int32_t L_28 = V_0; NullCheck(L_25); (L_25)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))), (uint8_t)(((int32_t)((uint8_t)L_28)))); int32_t L_29 = V_0; V_0 = ((int32_t)((int32_t)L_29>>(int32_t)8)); int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); } IL_0061: { int32_t L_31 = V_1; if ((((int32_t)L_31) >= ((int32_t)0))) { goto IL_003a; } } { return; } } // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::Derive(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* DeriveBytes_Derive_m408582823 (DeriveBytes_t1492915135 * __this, ByteU5BU5D_t4116647657* ___diversifier0, int32_t ___n1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_Derive_m408582823_MetadataUsageId); s_Il2CppMethodInitialized = true; } HashAlgorithm_t1432317219 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; int32_t V_5 = 0; ByteU5BU5D_t4116647657* V_6 = NULL; int32_t V_7 = 0; ByteU5BU5D_t4116647657* V_8 = NULL; ByteU5BU5D_t4116647657* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; ByteU5BU5D_t4116647657* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; { String_t* L_0 = __this->get__hashName_3(); HashAlgorithm_t1432317219 * L_1 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; HashAlgorithm_t1432317219 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_2); V_1 = ((int32_t)((int32_t)L_3>>(int32_t)3)); V_2 = ((int32_t)64); int32_t L_4 = ___n1; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_4)); ByteU5BU5D_t4116647657* L_5 = __this->get__salt_6(); if (!L_5) { goto IL_0083; } } { ByteU5BU5D_t4116647657* L_6 = __this->get__salt_6(); NullCheck(L_6); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) { goto IL_0083; } } { int32_t L_7 = V_2; ByteU5BU5D_t4116647657* L_8 = __this->get__salt_6(); NullCheck(L_8); int32_t L_9 = V_2; int32_t L_10 = V_2; V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9)), (int32_t)1))/(int32_t)L_10)))))); V_5 = 0; goto IL_0073; } IL_0056: { ByteU5BU5D_t4116647657* L_11 = V_4; int32_t L_12 = V_5; ByteU5BU5D_t4116647657* L_13 = __this->get__salt_6(); int32_t L_14 = V_5; ByteU5BU5D_t4116647657* L_15 = __this->get__salt_6(); NullCheck(L_15); NullCheck(L_13); int32_t L_16 = ((int32_t)((int32_t)L_14%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))); uint8_t L_17 = (L_13)->GetAt(static_cast(L_16)); NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (uint8_t)L_17); int32_t L_18 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0073: { int32_t L_19 = V_5; ByteU5BU5D_t4116647657* L_20 = V_4; NullCheck(L_20); if ((!(((uint32_t)L_19) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))))))) { goto IL_0056; } } { goto IL_008b; } IL_0083: { V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_008b: { ByteU5BU5D_t4116647657* L_21 = __this->get__password_5(); if (!L_21) { goto IL_00ef; } } { ByteU5BU5D_t4116647657* L_22 = __this->get__password_5(); NullCheck(L_22); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))) { goto IL_00ef; } } { int32_t L_23 = V_2; ByteU5BU5D_t4116647657* L_24 = __this->get__password_5(); NullCheck(L_24); int32_t L_25 = V_2; int32_t L_26 = V_2; V_6 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length)))), (int32_t)L_25)), (int32_t)1))/(int32_t)L_26)))))); V_7 = 0; goto IL_00df; } IL_00c2: { ByteU5BU5D_t4116647657* L_27 = V_6; int32_t L_28 = V_7; ByteU5BU5D_t4116647657* L_29 = __this->get__password_5(); int32_t L_30 = V_7; ByteU5BU5D_t4116647657* L_31 = __this->get__password_5(); NullCheck(L_31); NullCheck(L_29); int32_t L_32 = ((int32_t)((int32_t)L_30%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))))); uint8_t L_33 = (L_29)->GetAt(static_cast(L_32)); NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (uint8_t)L_33); int32_t L_34 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00df: { int32_t L_35 = V_7; ByteU5BU5D_t4116647657* L_36 = V_6; NullCheck(L_36); if ((!(((uint32_t)L_35) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))))))) { goto IL_00c2; } } { goto IL_00f7; } IL_00ef: { V_6 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_00f7: { ByteU5BU5D_t4116647657* L_37 = V_4; NullCheck(L_37); ByteU5BU5D_t4116647657* L_38 = V_6; NullCheck(L_38); V_8 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length)))))))); ByteU5BU5D_t4116647657* L_39 = V_4; ByteU5BU5D_t4116647657* L_40 = V_8; ByteU5BU5D_t4116647657* L_41 = V_4; NullCheck(L_41); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_39, 0, (RuntimeArray *)(RuntimeArray *)L_40, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_42 = V_6; ByteU5BU5D_t4116647657* L_43 = V_8; ByteU5BU5D_t4116647657* L_44 = V_4; NullCheck(L_44); ByteU5BU5D_t4116647657* L_45 = V_6; NullCheck(L_45); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_42, 0, (RuntimeArray *)(RuntimeArray *)L_43, (((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length)))), /*hidden argument*/NULL); int32_t L_46 = V_2; V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_46)); int32_t L_47 = ___n1; int32_t L_48 = V_1; int32_t L_49 = V_1; V_10 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48)), (int32_t)1))/(int32_t)L_49)); V_11 = 1; goto IL_0226; } IL_0141: { HashAlgorithm_t1432317219 * L_50 = V_0; ByteU5BU5D_t4116647657* L_51 = ___diversifier0; ByteU5BU5D_t4116647657* L_52 = ___diversifier0; NullCheck(L_52); ByteU5BU5D_t4116647657* L_53 = ___diversifier0; NullCheck(L_50); HashAlgorithm_TransformBlock_m4006041779(L_50, L_51, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length)))), L_53, 0, /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_54 = V_0; ByteU5BU5D_t4116647657* L_55 = V_8; ByteU5BU5D_t4116647657* L_56 = V_8; NullCheck(L_56); NullCheck(L_54); HashAlgorithm_TransformFinalBlock_m3005451348(L_54, L_55, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_56)->max_length)))), /*hidden argument*/NULL); HashAlgorithm_t1432317219 * L_57 = V_0; NullCheck(L_57); ByteU5BU5D_t4116647657* L_58 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_57); V_12 = L_58; HashAlgorithm_t1432317219 * L_59 = V_0; NullCheck(L_59); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_59); V_13 = 1; goto IL_0188; } IL_0173: { HashAlgorithm_t1432317219 * L_60 = V_0; ByteU5BU5D_t4116647657* L_61 = V_12; ByteU5BU5D_t4116647657* L_62 = V_12; NullCheck(L_62); NullCheck(L_60); ByteU5BU5D_t4116647657* L_63 = HashAlgorithm_ComputeHash_m2044824070(L_60, L_61, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_62)->max_length)))), /*hidden argument*/NULL); V_12 = L_63; int32_t L_64 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0188: { int32_t L_65 = V_13; int32_t L_66 = __this->get__iterations_4(); if ((!(((uint32_t)L_65) == ((uint32_t)L_66)))) { goto IL_0173; } } { V_14 = 0; goto IL_01b2; } IL_019d: { ByteU5BU5D_t4116647657* L_67 = V_9; int32_t L_68 = V_14; ByteU5BU5D_t4116647657* L_69 = V_12; int32_t L_70 = V_14; ByteU5BU5D_t4116647657* L_71 = V_12; NullCheck(L_71); NullCheck(L_69); int32_t L_72 = ((int32_t)((int32_t)L_70%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length)))))); uint8_t L_73 = (L_69)->GetAt(static_cast(L_72)); NullCheck(L_67); (L_67)->SetAt(static_cast(L_68), (uint8_t)L_73); int32_t L_74 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_01b2: { int32_t L_75 = V_14; ByteU5BU5D_t4116647657* L_76 = V_9; NullCheck(L_76); if ((!(((uint32_t)L_75) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length)))))))) { goto IL_019d; } } { V_15 = 0; goto IL_01d9; } IL_01c5: { ByteU5BU5D_t4116647657* L_77 = V_8; int32_t L_78 = V_15; int32_t L_79 = V_2; ByteU5BU5D_t4116647657* L_80 = V_9; DeriveBytes_Adjust_m640796917(__this, L_77, ((int32_t)il2cpp_codegen_multiply((int32_t)L_78, (int32_t)L_79)), L_80, /*hidden argument*/NULL); int32_t L_81 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_01d9: { int32_t L_82 = V_15; ByteU5BU5D_t4116647657* L_83 = V_8; NullCheck(L_83); int32_t L_84 = V_2; if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_83)->max_length))))/(int32_t)L_84)))))) { goto IL_01c5; } } { int32_t L_85 = V_11; int32_t L_86 = V_10; if ((!(((uint32_t)L_85) == ((uint32_t)L_86)))) { goto IL_020d; } } { ByteU5BU5D_t4116647657* L_87 = V_12; ByteU5BU5D_t4116647657* L_88 = V_3; int32_t L_89 = V_11; int32_t L_90 = V_1; ByteU5BU5D_t4116647657* L_91 = V_3; NullCheck(L_91); int32_t L_92 = V_11; int32_t L_93 = V_1; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_87, 0, (RuntimeArray *)(RuntimeArray *)L_88, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)1)), (int32_t)L_90)), ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_91)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)1)), (int32_t)L_93)))), /*hidden argument*/NULL); goto IL_0220; } IL_020d: { ByteU5BU5D_t4116647657* L_94 = V_12; ByteU5BU5D_t4116647657* L_95 = V_3; int32_t L_96 = V_11; int32_t L_97 = V_1; ByteU5BU5D_t4116647657* L_98 = V_12; NullCheck(L_98); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_94, 0, (RuntimeArray *)(RuntimeArray *)L_95, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1)), (int32_t)L_97)), (((int32_t)((int32_t)(((RuntimeArray *)L_98)->max_length)))), /*hidden argument*/NULL); } IL_0220: { int32_t L_99 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); } IL_0226: { int32_t L_100 = V_11; int32_t L_101 = V_10; if ((((int32_t)L_100) <= ((int32_t)L_101))) { goto IL_0141; } } { ByteU5BU5D_t4116647657* L_102 = V_3; return L_102; } } // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* DeriveBytes_DeriveKey_m2238010581 (DeriveBytes_t1492915135 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_DeriveKey_m2238010581_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DeriveBytes_t1492915135_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = ((DeriveBytes_t1492915135_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_t1492915135_il2cpp_TypeInfo_var))->get_keyDiversifier_0(); int32_t L_1 = ___size0; ByteU5BU5D_t4116647657* L_2 = DeriveBytes_Derive_m408582823(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveIV(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* DeriveBytes_DeriveIV_m3639813821 (DeriveBytes_t1492915135 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_DeriveIV_m3639813821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DeriveBytes_t1492915135_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = ((DeriveBytes_t1492915135_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_t1492915135_il2cpp_TypeInfo_var))->get_ivDiversifier_1(); int32_t L_1 = ___size0; ByteU5BU5D_t4116647657* L_2 = DeriveBytes_Derive_m408582823(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveMAC(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* DeriveBytes_DeriveMAC_m694919248 (DeriveBytes_t1492915135 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_DeriveMAC_m694919248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DeriveBytes_t1492915135_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = ((DeriveBytes_t1492915135_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_t1492915135_il2cpp_TypeInfo_var))->get_macDiversifier_2(); int32_t L_1 = ___size0; ByteU5BU5D_t4116647657* L_2 = DeriveBytes_Derive_m408582823(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.X509.SafeBag::.ctor(System.String,Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void SafeBag__ctor_m369012969 (SafeBag_t3961248199 * __this, String_t* ___bagOID0, ASN1_t2114160832 * ___asn11, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___bagOID0; __this->set__bagOID_0(L_0); ASN1_t2114160832 * L_1 = ___asn11; __this->set__asn1_1(L_1); return; } } // System.String Mono.Security.X509.SafeBag::get_BagOID() extern "C" IL2CPP_METHOD_ATTR String_t* SafeBag_get_BagOID_m2165567310 (SafeBag_t3961248199 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__bagOID_0(); return L_0; } } // Mono.Security.ASN1 Mono.Security.X509.SafeBag::get_ASN1() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * SafeBag_get_ASN1_m3167501969 (SafeBag_t3961248199 * __this, const RuntimeMethod* method) { { ASN1_t2114160832 * L_0 = __this->get__asn1_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 Mono.Security.X509.X501::.cctor() extern "C" IL2CPP_METHOD_ATTR void X501__cctor_m1166912714 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X501__cctor_m1166912714_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(2), (uint8_t)6); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_countryName_0(L_2); ByteU5BU5D_t4116647657* L_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(2), (uint8_t)((int32_t)10)); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_organizationName_1(L_5); ByteU5BU5D_t4116647657* L_6 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(2), (uint8_t)((int32_t)11)); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_organizationalUnitName_2(L_8); ByteU5BU5D_t4116647657* L_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_9); (L_9)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(2), (uint8_t)3); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_commonName_3(L_11); ByteU5BU5D_t4116647657* L_12 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_12); (L_12)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_13 = L_12; NullCheck(L_13); (L_13)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(static_cast(2), (uint8_t)7); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_localityName_4(L_14); ByteU5BU5D_t4116647657* L_15 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_15); (L_15)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(2), (uint8_t)8); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_stateOrProvinceName_5(L_17); ByteU5BU5D_t4116647657* L_18 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_18); (L_18)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_20 = L_19; NullCheck(L_20); (L_20)->SetAt(static_cast(2), (uint8_t)((int32_t)9)); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_streetAddress_6(L_20); ByteU5BU5D_t4116647657* L_21 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); RuntimeFieldHandle_t1871169219 L_22 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D23_15_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, L_22, /*hidden argument*/NULL); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_domainComponent_7(L_21); ByteU5BU5D_t4116647657* L_23 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); RuntimeFieldHandle_t1871169219 L_24 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D24_16_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_23, L_24, /*hidden argument*/NULL); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_userid_8(L_23); ByteU5BU5D_t4116647657* L_25 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9))); RuntimeFieldHandle_t1871169219 L_26 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D25_17_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_25, L_26, /*hidden argument*/NULL); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_email_9(L_25); ByteU5BU5D_t4116647657* L_27 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_27); (L_27)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_28 = L_27; NullCheck(L_28); (L_28)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_29 = L_28; NullCheck(L_29); (L_29)->SetAt(static_cast(2), (uint8_t)((int32_t)46)); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_dnQualifier_10(L_29); ByteU5BU5D_t4116647657* L_30 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_30); (L_30)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_31 = L_30; NullCheck(L_31); (L_31)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_32 = L_31; NullCheck(L_32); (L_32)->SetAt(static_cast(2), (uint8_t)((int32_t)12)); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_title_11(L_32); ByteU5BU5D_t4116647657* L_33 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_33); (L_33)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_34 = L_33; NullCheck(L_34); (L_34)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_35 = L_34; NullCheck(L_35); (L_35)->SetAt(static_cast(2), (uint8_t)4); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_surname_12(L_35); ByteU5BU5D_t4116647657* L_36 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_36); (L_36)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_37 = L_36; NullCheck(L_37); (L_37)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_38 = L_37; NullCheck(L_38); (L_38)->SetAt(static_cast(2), (uint8_t)((int32_t)42)); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_givenName_13(L_38); ByteU5BU5D_t4116647657* L_39 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_39); (L_39)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_40 = L_39; NullCheck(L_40); (L_40)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_41 = L_40; NullCheck(L_41); (L_41)->SetAt(static_cast(2), (uint8_t)((int32_t)43)); ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->set_initial_14(L_41); return; } } // System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR String_t* X501_ToString_m4186311521 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X501_ToString_m4186311521_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; ASN1_t2114160832 * V_2 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_003b; } IL_000d: { ASN1_t2114160832 * L_1 = ___seq0; int32_t L_2 = V_1; NullCheck(L_1); ASN1_t2114160832 * L_3 = ASN1_get_Item_m3901126023(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; StringBuilder_t * L_4 = V_0; ASN1_t2114160832 * L_5 = V_2; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); X501_AppendEntry_m2470239841(NULL /*static, unused*/, L_4, L_5, (bool)1, /*hidden argument*/NULL); int32_t L_6 = V_1; ASN1_t2114160832 * L_7 = ___seq0; NullCheck(L_7); int32_t L_8 = ASN1_get_Count_m3580979881(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))))) { goto IL_0037; } } { StringBuilder_t * L_9 = V_0; NullCheck(L_9); StringBuilder_Append_m1965104174(L_9, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_0037: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003b: { int32_t L_11 = V_1; ASN1_t2114160832 * L_12 = ___seq0; NullCheck(L_12); int32_t L_13 = ASN1_get_Count_m3580979881(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_000d; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); String_t* L_15 = StringBuilder_ToString_m3317489284(L_14, /*hidden argument*/NULL); return L_15; } } // System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1,System.Boolean,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X501_ToString_m2278029064 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___seq0, bool ___reversed1, String_t* ___separator2, bool ___quotes3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X501_ToString_m2278029064_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; ASN1_t2114160832 * V_2 = NULL; int32_t V_3 = 0; ASN1_t2114160832 * V_4 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___reversed1; if (!L_1) { goto IL_0049; } } { ASN1_t2114160832 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3580979881(L_2, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); goto IL_003d; } IL_001a: { ASN1_t2114160832 * L_4 = ___seq0; int32_t L_5 = V_1; NullCheck(L_4); ASN1_t2114160832 * L_6 = ASN1_get_Item_m3901126023(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; StringBuilder_t * L_7 = V_0; ASN1_t2114160832 * L_8 = V_2; bool L_9 = ___quotes3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); X501_AppendEntry_m2470239841(NULL /*static, unused*/, L_7, L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = V_1; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0039; } } { StringBuilder_t * L_11 = V_0; String_t* L_12 = ___separator2; NullCheck(L_11); StringBuilder_Append_m1965104174(L_11, L_12, /*hidden argument*/NULL); } IL_0039: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); } IL_003d: { int32_t L_14 = V_1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_001a; } } { goto IL_0088; } IL_0049: { V_3 = 0; goto IL_007c; } IL_0050: { ASN1_t2114160832 * L_15 = ___seq0; int32_t L_16 = V_3; NullCheck(L_15); ASN1_t2114160832 * L_17 = ASN1_get_Item_m3901126023(L_15, L_16, /*hidden argument*/NULL); V_4 = L_17; StringBuilder_t * L_18 = V_0; ASN1_t2114160832 * L_19 = V_4; bool L_20 = ___quotes3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); X501_AppendEntry_m2470239841(NULL /*static, unused*/, L_18, L_19, L_20, /*hidden argument*/NULL); int32_t L_21 = V_3; ASN1_t2114160832 * L_22 = ___seq0; NullCheck(L_22); int32_t L_23 = ASN1_get_Count_m3580979881(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))))) { goto IL_0078; } } { StringBuilder_t * L_24 = V_0; String_t* L_25 = ___separator2; NullCheck(L_24); StringBuilder_Append_m1965104174(L_24, L_25, /*hidden argument*/NULL); } IL_0078: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_007c: { int32_t L_27 = V_3; ASN1_t2114160832 * L_28 = ___seq0; NullCheck(L_28); int32_t L_29 = ASN1_get_Count_m3580979881(L_28, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)L_29))) { goto IL_0050; } } IL_0088: { StringBuilder_t * L_30 = V_0; NullCheck(L_30); String_t* L_31 = StringBuilder_ToString_m3317489284(L_30, /*hidden argument*/NULL); return L_31; } } // System.Void Mono.Security.X509.X501::AppendEntry(System.Text.StringBuilder,Mono.Security.ASN1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X501_AppendEntry_m2470239841 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___sb0, ASN1_t2114160832 * ___entry1, bool ___quotes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X501_AppendEntry_m2470239841_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ASN1_t2114160832 * V_1 = NULL; ASN1_t2114160832 * V_2 = NULL; ASN1_t2114160832 * V_3 = NULL; String_t* V_4 = NULL; StringBuilder_t * V_5 = NULL; int32_t V_6 = 0; CharU5BU5D_t3528271667* V_7 = NULL; { V_0 = 0; goto IL_035f; } IL_0007: { ASN1_t2114160832 * L_0 = ___entry1; int32_t L_1 = V_0; NullCheck(L_0); ASN1_t2114160832 * L_2 = ASN1_get_Item_m3901126023(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; ASN1_t2114160832 * L_3 = V_1; NullCheck(L_3); ASN1_t2114160832 * L_4 = ASN1_get_Item_m3901126023(L_3, 1, /*hidden argument*/NULL); V_2 = L_4; ASN1_t2114160832 * L_5 = V_2; if (L_5) { goto IL_0022; } } { goto IL_035b; } IL_0022: { ASN1_t2114160832 * L_6 = V_1; NullCheck(L_6); ASN1_t2114160832 * L_7 = ASN1_get_Item_m3901126023(L_6, 0, /*hidden argument*/NULL); V_3 = L_7; ASN1_t2114160832 * L_8 = V_3; if (L_8) { goto IL_0035; } } { goto IL_035b; } IL_0035: { ASN1_t2114160832 * L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_10 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_countryName_0(); NullCheck(L_9); bool L_11 = ASN1_CompareValue_m251306338(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0056; } } { StringBuilder_t * L_12 = ___sb0; NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, _stringLiteral3451762653, /*hidden argument*/NULL); goto IL_0249; } IL_0056: { ASN1_t2114160832 * L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_14 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_organizationName_1(); NullCheck(L_13); bool L_15 = ASN1_CompareValue_m251306338(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0077; } } { StringBuilder_t * L_16 = ___sb0; NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, _stringLiteral3451762657, /*hidden argument*/NULL); goto IL_0249; } IL_0077: { ASN1_t2114160832 * L_17 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_18 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_organizationalUnitName_2(); NullCheck(L_17); bool L_19 = ASN1_CompareValue_m251306338(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0098; } } { StringBuilder_t * L_20 = ___sb0; NullCheck(L_20); StringBuilder_Append_m1965104174(L_20, _stringLiteral3483892138, /*hidden argument*/NULL); goto IL_0249; } IL_0098: { ASN1_t2114160832 * L_21 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_22 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_commonName_3(); NullCheck(L_21); bool L_23 = ASN1_CompareValue_m251306338(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00b9; } } { StringBuilder_t * L_24 = ___sb0; NullCheck(L_24); StringBuilder_Append_m1965104174(L_24, _stringLiteral3483302310, /*hidden argument*/NULL); goto IL_0249; } IL_00b9: { ASN1_t2114160832 * L_25 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_26 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_localityName_4(); NullCheck(L_25); bool L_27 = ASN1_CompareValue_m251306338(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00da; } } { StringBuilder_t * L_28 = ___sb0; NullCheck(L_28); StringBuilder_Append_m1965104174(L_28, _stringLiteral3451762660, /*hidden argument*/NULL); goto IL_0249; } IL_00da: { ASN1_t2114160832 * L_29 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_30 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_stateOrProvinceName_5(); NullCheck(L_29); bool L_31 = ASN1_CompareValue_m251306338(L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00fb; } } { StringBuilder_t * L_32 = ___sb0; NullCheck(L_32); StringBuilder_Append_m1965104174(L_32, _stringLiteral3451762669, /*hidden argument*/NULL); goto IL_0249; } IL_00fb: { ASN1_t2114160832 * L_33 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_34 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_streetAddress_6(); NullCheck(L_33); bool L_35 = ASN1_CompareValue_m251306338(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_011c; } } { StringBuilder_t * L_36 = ___sb0; NullCheck(L_36); StringBuilder_Append_m1965104174(L_36, _stringLiteral4091040253, /*hidden argument*/NULL); goto IL_0249; } IL_011c: { ASN1_t2114160832 * L_37 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_38 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_domainComponent_7(); NullCheck(L_37); bool L_39 = ASN1_CompareValue_m251306338(L_37, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_013d; } } { StringBuilder_t * L_40 = ___sb0; NullCheck(L_40); StringBuilder_Append_m1965104174(L_40, _stringLiteral3482974629, /*hidden argument*/NULL); goto IL_0249; } IL_013d: { ASN1_t2114160832 * L_41 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_42 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_userid_8(); NullCheck(L_41); bool L_43 = ASN1_CompareValue_m251306338(L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_015e; } } { StringBuilder_t * L_44 = ___sb0; NullCheck(L_44); StringBuilder_Append_m1965104174(L_44, _stringLiteral1505933697, /*hidden argument*/NULL); goto IL_0249; } IL_015e: { ASN1_t2114160832 * L_45 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_46 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_email_9(); NullCheck(L_45); bool L_47 = ASN1_CompareValue_m251306338(L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_017f; } } { StringBuilder_t * L_48 = ___sb0; NullCheck(L_48); StringBuilder_Append_m1965104174(L_48, _stringLiteral3451762651, /*hidden argument*/NULL); goto IL_0249; } IL_017f: { ASN1_t2114160832 * L_49 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_50 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_dnQualifier_10(); NullCheck(L_49); bool L_51 = ASN1_CompareValue_m251306338(L_49, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_01a0; } } { StringBuilder_t * L_52 = ___sb0; NullCheck(L_52); StringBuilder_Append_m1965104174(L_52, _stringLiteral4248496721, /*hidden argument*/NULL); goto IL_0249; } IL_01a0: { ASN1_t2114160832 * L_53 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_54 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_title_11(); NullCheck(L_53); bool L_55 = ASN1_CompareValue_m251306338(L_53, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_01c1; } } { StringBuilder_t * L_56 = ___sb0; NullCheck(L_56); StringBuilder_Append_m1965104174(L_56, _stringLiteral3451762668, /*hidden argument*/NULL); goto IL_0249; } IL_01c1: { ASN1_t2114160832 * L_57 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_58 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_surname_12(); NullCheck(L_57); bool L_59 = ASN1_CompareValue_m251306338(L_57, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_01e2; } } { StringBuilder_t * L_60 = ___sb0; NullCheck(L_60); StringBuilder_Append_m1965104174(L_60, _stringLiteral3483302326, /*hidden argument*/NULL); goto IL_0249; } IL_01e2: { ASN1_t2114160832 * L_61 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_62 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_givenName_13(); NullCheck(L_61); bool L_63 = ASN1_CompareValue_m251306338(L_61, L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_0203; } } { StringBuilder_t * L_64 = ___sb0; NullCheck(L_64); StringBuilder_Append_m1965104174(L_64, _stringLiteral3451762649, /*hidden argument*/NULL); goto IL_0249; } IL_0203: { ASN1_t2114160832 * L_65 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_66 = ((X501_t1758824425_StaticFields*)il2cpp_codegen_static_fields_for(X501_t1758824425_il2cpp_TypeInfo_var))->get_initial_14(); NullCheck(L_65); bool L_67 = ASN1_CompareValue_m251306338(L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_0224; } } { StringBuilder_t * L_68 = ___sb0; NullCheck(L_68); StringBuilder_Append_m1965104174(L_68, _stringLiteral3451762663, /*hidden argument*/NULL); goto IL_0249; } IL_0224: { StringBuilder_t * L_69 = ___sb0; NullCheck(L_69); StringBuilder_Append_m1965104174(L_69, _stringLiteral403552631, /*hidden argument*/NULL); StringBuilder_t * L_70 = ___sb0; ASN1_t2114160832 * L_71 = V_3; String_t* L_72 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); NullCheck(L_70); StringBuilder_Append_m1965104174(L_70, L_72, /*hidden argument*/NULL); StringBuilder_t * L_73 = ___sb0; NullCheck(L_73); StringBuilder_Append_m1965104174(L_73, _stringLiteral3452614547, /*hidden argument*/NULL); } IL_0249: { V_4 = (String_t*)NULL; ASN1_t2114160832 * L_74 = V_2; NullCheck(L_74); uint8_t L_75 = ASN1_get_Tag_m1032367219(L_74, /*hidden argument*/NULL); if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)30))))) { goto IL_029d; } } { StringBuilder_t * L_76 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_76, /*hidden argument*/NULL); V_5 = L_76; V_6 = 1; goto IL_0280; } IL_0268: { StringBuilder_t * L_77 = V_5; ASN1_t2114160832 * L_78 = V_2; NullCheck(L_78); ByteU5BU5D_t4116647657* L_79 = ASN1_get_Value_m1857007406(L_78, /*hidden argument*/NULL); int32_t L_80 = V_6; NullCheck(L_79); int32_t L_81 = L_80; uint8_t L_82 = (L_79)->GetAt(static_cast(L_81)); NullCheck(L_77); StringBuilder_Append_m2383614642(L_77, (((int32_t)((uint16_t)L_82))), /*hidden argument*/NULL); int32_t L_83 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)2)); } IL_0280: { int32_t L_84 = V_6; ASN1_t2114160832 * L_85 = V_2; NullCheck(L_85); ByteU5BU5D_t4116647657* L_86 = ASN1_get_Value_m1857007406(L_85, /*hidden argument*/NULL); NullCheck(L_86); if ((((int32_t)L_84) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_86)->max_length))))))) { goto IL_0268; } } { StringBuilder_t * L_87 = V_5; NullCheck(L_87); String_t* L_88 = StringBuilder_ToString_m3317489284(L_87, /*hidden argument*/NULL); V_4 = L_88; goto IL_0338; } IL_029d: { ASN1_t2114160832 * L_89 = V_2; NullCheck(L_89); uint8_t L_90 = ASN1_get_Tag_m1032367219(L_89, /*hidden argument*/NULL); if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)20))))) { goto IL_02c1; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_91 = Encoding_get_UTF7_m1817790803(NULL /*static, unused*/, /*hidden argument*/NULL); ASN1_t2114160832 * L_92 = V_2; NullCheck(L_92); ByteU5BU5D_t4116647657* L_93 = ASN1_get_Value_m1857007406(L_92, /*hidden argument*/NULL); NullCheck(L_91); String_t* L_94 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_91, L_93); V_4 = L_94; goto IL_02d3; } IL_02c1: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_95 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ASN1_t2114160832 * L_96 = V_2; NullCheck(L_96); ByteU5BU5D_t4116647657* L_97 = ASN1_get_Value_m1857007406(L_96, /*hidden argument*/NULL); NullCheck(L_95); String_t* L_98 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_95, L_97); V_4 = L_98; } IL_02d3: { CharU5BU5D_t3528271667* L_99 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)7)); RuntimeFieldHandle_t1871169219 L_100 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D26_18_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_99, L_100, /*hidden argument*/NULL); V_7 = L_99; bool L_101 = ___quotes2; if (!L_101) { goto IL_0338; } } { String_t* L_102 = V_4; CharU5BU5D_t3528271667* L_103 = V_7; String_t* L_104 = V_4; NullCheck(L_104); int32_t L_105 = String_get_Length_m3847582255(L_104, /*hidden argument*/NULL); NullCheck(L_102); int32_t L_106 = String_IndexOfAny_m2882391940(L_102, L_103, 0, L_105, /*hidden argument*/NULL); if ((((int32_t)L_106) > ((int32_t)0))) { goto IL_0325; } } { String_t* L_107 = V_4; NullCheck(L_107); bool L_108 = String_StartsWith_m1759067526(L_107, _stringLiteral3452614528, /*hidden argument*/NULL); if (L_108) { goto IL_0325; } } { String_t* L_109 = V_4; NullCheck(L_109); bool L_110 = String_EndsWith_m1901926500(L_109, _stringLiteral3452614528, /*hidden argument*/NULL); if (!L_110) { goto IL_0338; } } IL_0325: { String_t* L_111 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_112 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614526, L_111, _stringLiteral3452614526, /*hidden argument*/NULL); V_4 = L_112; } IL_0338: { StringBuilder_t * L_113 = ___sb0; String_t* L_114 = V_4; NullCheck(L_113); StringBuilder_Append_m1965104174(L_113, L_114, /*hidden argument*/NULL); int32_t L_115 = V_0; ASN1_t2114160832 * L_116 = ___entry1; NullCheck(L_116); int32_t L_117 = ASN1_get_Count_m3580979881(L_116, /*hidden argument*/NULL); if ((((int32_t)L_115) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_117, (int32_t)1))))) { goto IL_035b; } } { StringBuilder_t * L_118 = ___sb0; NullCheck(L_118); StringBuilder_Append_m1965104174(L_118, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_035b: { int32_t L_119 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1)); } IL_035f: { int32_t L_120 = V_0; ASN1_t2114160832 * L_121 = ___entry1; NullCheck(L_121); int32_t L_122 = ASN1_get_Count_m3580979881(L_121, /*hidden argument*/NULL); if ((((int32_t)L_120) < ((int32_t)L_122))) { goto IL_0007; } } { 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 Mono.Security.X509.X509Certificate::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m3656389950 (X509Certificate_t489243024 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate__ctor_m3656389950_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___data0; if (!L_0) { goto IL_004a; } } { ByteU5BU5D_t4116647657* L_1 = ___data0; NullCheck(L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) <= ((int32_t)0))) { goto IL_0043; } } { ByteU5BU5D_t4116647657* L_2 = ___data0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); if ((((int32_t)L_4) == ((int32_t)((int32_t)48)))) { goto IL_0043; } } IL_001f: try { // begin try (depth: 1) ByteU5BU5D_t4116647657* L_5 = ___data0; IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t489243024_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_6 = X509Certificate_PEM_m1177570576(NULL /*static, unused*/, _stringLiteral1735138889, L_5, /*hidden argument*/NULL); ___data0 = L_6; goto IL_0043; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0031; throw e; } CATCH_0031: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t489243024_il2cpp_TypeInfo_var); String_t* L_7 = ((X509Certificate_t489243024_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t489243024_il2cpp_TypeInfo_var))->get_encoding_error_20(); Exception_t * L_8 = V_0; CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_9, L_7, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,X509Certificate__ctor_m3656389950_RuntimeMethod_var); } IL_003e: { goto IL_0043; } } // end catch (depth: 1) IL_0043: { ByteU5BU5D_t4116647657* L_10 = ___data0; X509Certificate_Parse_m1106379228(__this, L_10, /*hidden argument*/NULL); } IL_004a: { return; } } // System.Void Mono.Security.X509.X509Certificate::.cctor() extern "C" IL2CPP_METHOD_ATTR void X509Certificate__cctor_m198658613 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate__cctor_m198658613_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1185035339, /*hidden argument*/NULL); ((X509Certificate_t489243024_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t489243024_il2cpp_TypeInfo_var))->set_encoding_error_20(L_0); return; } } // System.Void Mono.Security.X509.X509Certificate::Parse(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate_Parse_m1106379228 (X509Certificate_t489243024 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_Parse_m1106379228_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160832 * V_0 = NULL; int32_t V_1 = 0; ASN1_t2114160832 * V_2 = NULL; ASN1_t2114160832 * V_3 = NULL; ASN1_t2114160832 * V_4 = NULL; ASN1_t2114160832 * V_5 = NULL; ASN1_t2114160832 * V_6 = NULL; ASN1_t2114160832 * V_7 = NULL; ASN1_t2114160832 * V_8 = NULL; ASN1_t2114160832 * V_9 = NULL; ASN1_t2114160832 * V_10 = NULL; ASN1_t2114160832 * V_11 = NULL; int32_t V_12 = 0; ByteU5BU5D_t4116647657* V_13 = NULL; ASN1_t2114160832 * V_14 = NULL; ASN1_t2114160832 * V_15 = NULL; ASN1_t2114160832 * V_16 = NULL; Exception_t * V_17 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); X509Certificate_t489243024 * G_B11_0 = NULL; X509Certificate_t489243024 * G_B10_0 = NULL; ByteU5BU5D_t4116647657* G_B12_0 = NULL; X509Certificate_t489243024 * G_B12_1 = NULL; IL_0000: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_0 = ___data0; ASN1_t2114160832 * L_1 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m1601690794(L_1, L_0, /*hidden argument*/NULL); __this->set_decoder_0(L_1); ASN1_t2114160832 * L_2 = __this->get_decoder_0(); NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m1032367219(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_0029; } } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t489243024_il2cpp_TypeInfo_var); String_t* L_4 = ((X509Certificate_t489243024_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t489243024_il2cpp_TypeInfo_var))->get_encoding_error_20(); CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,X509Certificate_Parse_m1106379228_RuntimeMethod_var); } IL_0029: { ASN1_t2114160832 * L_6 = __this->get_decoder_0(); NullCheck(L_6); ASN1_t2114160832 * L_7 = ASN1_get_Item_m3901126023(L_6, 0, /*hidden argument*/NULL); NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m1032367219(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)48)))) { goto IL_004c; } } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t489243024_il2cpp_TypeInfo_var); String_t* L_9 = ((X509Certificate_t489243024_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t489243024_il2cpp_TypeInfo_var))->get_encoding_error_20(); CryptographicException_t248831461 * L_10 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,X509Certificate_Parse_m1106379228_RuntimeMethod_var); } IL_004c: { ASN1_t2114160832 * L_11 = __this->get_decoder_0(); NullCheck(L_11); ASN1_t2114160832 * L_12 = ASN1_get_Item_m3901126023(L_11, 0, /*hidden argument*/NULL); V_0 = L_12; V_1 = 0; ASN1_t2114160832 * L_13 = __this->get_decoder_0(); NullCheck(L_13); ASN1_t2114160832 * L_14 = ASN1_get_Item_m3901126023(L_13, 0, /*hidden argument*/NULL); int32_t L_15 = V_1; NullCheck(L_14); ASN1_t2114160832 * L_16 = ASN1_get_Item_m3901126023(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; __this->set_version_15(1); ASN1_t2114160832 * L_17 = V_2; NullCheck(L_17); uint8_t L_18 = ASN1_get_Tag_m1032367219(L_17, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)160))))) { goto IL_00b0; } } IL_0085: { ASN1_t2114160832 * L_19 = V_2; NullCheck(L_19); int32_t L_20 = ASN1_get_Count_m3580979881(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00b0; } } IL_0091: { int32_t L_21 = __this->get_version_15(); ASN1_t2114160832 * L_22 = V_2; NullCheck(L_22); ASN1_t2114160832 * L_23 = ASN1_get_Item_m3901126023(L_22, 0, /*hidden argument*/NULL); NullCheck(L_23); ByteU5BU5D_t4116647657* L_24 = ASN1_get_Value_m1857007406(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = 0; uint8_t L_26 = (L_24)->GetAt(static_cast(L_25)); __this->set_version_15(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_26))); int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00b0: { ASN1_t2114160832 * L_28 = __this->get_decoder_0(); NullCheck(L_28); ASN1_t2114160832 * L_29 = ASN1_get_Item_m3901126023(L_28, 0, /*hidden argument*/NULL); int32_t L_30 = V_1; int32_t L_31 = L_30; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); NullCheck(L_29); ASN1_t2114160832 * L_32 = ASN1_get_Item_m3901126023(L_29, L_31, /*hidden argument*/NULL); V_3 = L_32; ASN1_t2114160832 * L_33 = V_3; NullCheck(L_33); uint8_t L_34 = ASN1_get_Tag_m1032367219(L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) == ((int32_t)2))) { goto IL_00de; } } IL_00d3: { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t489243024_il2cpp_TypeInfo_var); String_t* L_35 = ((X509Certificate_t489243024_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t489243024_il2cpp_TypeInfo_var))->get_encoding_error_20(); CryptographicException_t248831461 * L_36 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,X509Certificate_Parse_m1106379228_RuntimeMethod_var); } IL_00de: { ASN1_t2114160832 * L_37 = V_3; NullCheck(L_37); ByteU5BU5D_t4116647657* L_38 = ASN1_get_Value_m1857007406(L_37, /*hidden argument*/NULL); __this->set_serialnumber_16(L_38); ByteU5BU5D_t4116647657* L_39 = __this->get_serialnumber_16(); ByteU5BU5D_t4116647657* L_40 = __this->get_serialnumber_16(); NullCheck(L_40); Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_39, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length)))), /*hidden argument*/NULL); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); ASN1_t2114160832 * L_42 = V_0; int32_t L_43 = V_1; int32_t L_44 = L_43; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); NullCheck(L_42); ASN1_t2114160832 * L_45 = ASN1_Element_m2680269109(L_42, L_44, (uint8_t)((int32_t)48), /*hidden argument*/NULL); __this->set_issuer_4(L_45); ASN1_t2114160832 * L_46 = __this->get_issuer_4(); IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824425_il2cpp_TypeInfo_var); String_t* L_47 = X501_ToString_m4186311521(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); __this->set_m_issuername_5(L_47); ASN1_t2114160832 * L_48 = V_0; int32_t L_49 = V_1; int32_t L_50 = L_49; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); NullCheck(L_48); ASN1_t2114160832 * L_51 = ASN1_Element_m2680269109(L_48, L_50, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_4 = L_51; ASN1_t2114160832 * L_52 = V_4; NullCheck(L_52); ASN1_t2114160832 * L_53 = ASN1_get_Item_m3901126023(L_52, 0, /*hidden argument*/NULL); V_5 = L_53; ASN1_t2114160832 * L_54 = V_5; DateTime_t3738529785 L_55 = ASN1Convert_ToDateTime_m3103388320(NULL /*static, unused*/, L_54, /*hidden argument*/NULL); __this->set_m_from_2(L_55); ASN1_t2114160832 * L_56 = V_4; NullCheck(L_56); ASN1_t2114160832 * L_57 = ASN1_get_Item_m3901126023(L_56, 1, /*hidden argument*/NULL); V_6 = L_57; ASN1_t2114160832 * L_58 = V_6; DateTime_t3738529785 L_59 = ASN1Convert_ToDateTime_m3103388320(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); __this->set_m_until_3(L_59); ASN1_t2114160832 * L_60 = V_0; int32_t L_61 = V_1; int32_t L_62 = L_61; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); NullCheck(L_60); ASN1_t2114160832 * L_63 = ASN1_Element_m2680269109(L_60, L_62, (uint8_t)((int32_t)48), /*hidden argument*/NULL); __this->set_subject_8(L_63); ASN1_t2114160832 * L_64 = __this->get_subject_8(); String_t* L_65 = X501_ToString_m4186311521(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); __this->set_m_subject_9(L_65); ASN1_t2114160832 * L_66 = V_0; int32_t L_67 = V_1; int32_t L_68 = L_67; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); NullCheck(L_66); ASN1_t2114160832 * L_69 = ASN1_Element_m2680269109(L_66, L_68, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_7 = L_69; ASN1_t2114160832 * L_70 = V_7; NullCheck(L_70); ASN1_t2114160832 * L_71 = ASN1_Element_m2680269109(L_70, 0, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_8 = L_71; ASN1_t2114160832 * L_72 = V_8; NullCheck(L_72); ASN1_t2114160832 * L_73 = ASN1_Element_m2680269109(L_72, 0, (uint8_t)6, /*hidden argument*/NULL); V_9 = L_73; ASN1_t2114160832 * L_74 = V_9; String_t* L_75 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_74, /*hidden argument*/NULL); __this->set_m_keyalgo_6(L_75); ASN1_t2114160832 * L_76 = V_8; NullCheck(L_76); ASN1_t2114160832 * L_77 = ASN1_get_Item_m3901126023(L_76, 1, /*hidden argument*/NULL); V_10 = L_77; ASN1_t2114160832 * L_78 = V_8; NullCheck(L_78); int32_t L_79 = ASN1_get_Count_m3580979881(L_78, /*hidden argument*/NULL); G_B10_0 = __this; if ((((int32_t)L_79) <= ((int32_t)1))) { G_B11_0 = __this; goto IL_01de; } } IL_01d2: { ASN1_t2114160832 * L_80 = V_10; NullCheck(L_80); ByteU5BU5D_t4116647657* L_81 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_80); G_B12_0 = L_81; G_B12_1 = G_B10_0; goto IL_01df; } IL_01de: { G_B12_0 = ((ByteU5BU5D_t4116647657*)(NULL)); G_B12_1 = G_B11_0; } IL_01df: { NullCheck(G_B12_1); G_B12_1->set_m_keyalgoparams_7(G_B12_0); ASN1_t2114160832 * L_82 = V_7; NullCheck(L_82); ASN1_t2114160832 * L_83 = ASN1_Element_m2680269109(L_82, 1, (uint8_t)3, /*hidden argument*/NULL); V_11 = L_83; ASN1_t2114160832 * L_84 = V_11; NullCheck(L_84); int32_t L_85 = ASN1_get_Length_m1923878580(L_84, /*hidden argument*/NULL); V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)1)); int32_t L_86 = V_12; __this->set_m_publickey_10(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_86))); ASN1_t2114160832 * L_87 = V_11; NullCheck(L_87); ByteU5BU5D_t4116647657* L_88 = ASN1_get_Value_m1857007406(L_87, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_89 = __this->get_m_publickey_10(); int32_t L_90 = V_12; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_88, 1, (RuntimeArray *)(RuntimeArray *)L_89, 0, L_90, /*hidden argument*/NULL); ASN1_t2114160832 * L_91 = __this->get_decoder_0(); NullCheck(L_91); ASN1_t2114160832 * L_92 = ASN1_get_Item_m3901126023(L_91, 2, /*hidden argument*/NULL); NullCheck(L_92); ByteU5BU5D_t4116647657* L_93 = ASN1_get_Value_m1857007406(L_92, /*hidden argument*/NULL); V_13 = L_93; ByteU5BU5D_t4116647657* L_94 = V_13; NullCheck(L_94); __this->set_signature_11(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_94)->max_length)))), (int32_t)1))))); ByteU5BU5D_t4116647657* L_95 = V_13; ByteU5BU5D_t4116647657* L_96 = __this->get_signature_11(); ByteU5BU5D_t4116647657* L_97 = __this->get_signature_11(); NullCheck(L_97); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_95, 1, (RuntimeArray *)(RuntimeArray *)L_96, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_97)->max_length)))), /*hidden argument*/NULL); ASN1_t2114160832 * L_98 = __this->get_decoder_0(); NullCheck(L_98); ASN1_t2114160832 * L_99 = ASN1_get_Item_m3901126023(L_98, 1, /*hidden argument*/NULL); V_8 = L_99; ASN1_t2114160832 * L_100 = V_8; NullCheck(L_100); ASN1_t2114160832 * L_101 = ASN1_Element_m2680269109(L_100, 0, (uint8_t)6, /*hidden argument*/NULL); V_9 = L_101; ASN1_t2114160832 * L_102 = V_9; String_t* L_103 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_102, /*hidden argument*/NULL); __this->set_m_signaturealgo_12(L_103); ASN1_t2114160832 * L_104 = V_8; NullCheck(L_104); ASN1_t2114160832 * L_105 = ASN1_get_Item_m3901126023(L_104, 1, /*hidden argument*/NULL); V_10 = L_105; ASN1_t2114160832 * L_106 = V_10; if (!L_106) { goto IL_02a1; } } IL_028f: { ASN1_t2114160832 * L_107 = V_10; NullCheck(L_107); ByteU5BU5D_t4116647657* L_108 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_107); __this->set_m_signaturealgoparams_13(L_108); goto IL_02a8; } IL_02a1: { __this->set_m_signaturealgoparams_13((ByteU5BU5D_t4116647657*)NULL); } IL_02a8: { ASN1_t2114160832 * L_109 = V_0; int32_t L_110 = V_1; NullCheck(L_109); ASN1_t2114160832 * L_111 = ASN1_Element_m2680269109(L_109, L_110, (uint8_t)((int32_t)129), /*hidden argument*/NULL); V_14 = L_111; ASN1_t2114160832 * L_112 = V_14; if (!L_112) { goto IL_02ce; } } IL_02bd: { int32_t L_113 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)); ASN1_t2114160832 * L_114 = V_14; NullCheck(L_114); ByteU5BU5D_t4116647657* L_115 = ASN1_get_Value_m1857007406(L_114, /*hidden argument*/NULL); __this->set_issuerUniqueID_17(L_115); } IL_02ce: { ASN1_t2114160832 * L_116 = V_0; int32_t L_117 = V_1; NullCheck(L_116); ASN1_t2114160832 * L_118 = ASN1_Element_m2680269109(L_116, L_117, (uint8_t)((int32_t)130), /*hidden argument*/NULL); V_15 = L_118; ASN1_t2114160832 * L_119 = V_15; if (!L_119) { goto IL_02f4; } } IL_02e3: { int32_t L_120 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); ASN1_t2114160832 * L_121 = V_15; NullCheck(L_121); ByteU5BU5D_t4116647657* L_122 = ASN1_get_Value_m1857007406(L_121, /*hidden argument*/NULL); __this->set_subjectUniqueID_18(L_122); } IL_02f4: { ASN1_t2114160832 * L_123 = V_0; int32_t L_124 = V_1; NullCheck(L_123); ASN1_t2114160832 * L_125 = ASN1_Element_m2680269109(L_123, L_124, (uint8_t)((int32_t)163), /*hidden argument*/NULL); V_16 = L_125; ASN1_t2114160832 * L_126 = V_16; if (!L_126) { goto IL_032e; } } IL_0309: { ASN1_t2114160832 * L_127 = V_16; NullCheck(L_127); int32_t L_128 = ASN1_get_Count_m3580979881(L_127, /*hidden argument*/NULL); if ((!(((uint32_t)L_128) == ((uint32_t)1)))) { goto IL_032e; } } IL_0316: { ASN1_t2114160832 * L_129 = V_16; NullCheck(L_129); ASN1_t2114160832 * L_130 = ASN1_get_Item_m3901126023(L_129, 0, /*hidden argument*/NULL); X509ExtensionCollection_t609554708 * L_131 = (X509ExtensionCollection_t609554708 *)il2cpp_codegen_object_new(X509ExtensionCollection_t609554708_il2cpp_TypeInfo_var); X509ExtensionCollection__ctor_m3315097415(L_131, L_130, /*hidden argument*/NULL); __this->set_extensions_19(L_131); goto IL_033a; } IL_032e: { X509ExtensionCollection_t609554708 * L_132 = (X509ExtensionCollection_t609554708 *)il2cpp_codegen_object_new(X509ExtensionCollection_t609554708_il2cpp_TypeInfo_var); X509ExtensionCollection__ctor_m3315097415(L_132, (ASN1_t2114160832 *)NULL, /*hidden argument*/NULL); __this->set_extensions_19(L_132); } IL_033a: { ByteU5BU5D_t4116647657* L_133 = ___data0; NullCheck((RuntimeArray *)(RuntimeArray *)L_133); RuntimeObject * L_134 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_133, /*hidden argument*/NULL); __this->set_m_encodedcert_1(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_134, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); goto IL_0364; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0350; throw e; } CATCH_0350: { // begin catch(System.Exception) { V_17 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t489243024_il2cpp_TypeInfo_var); String_t* L_135 = ((X509Certificate_t489243024_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t489243024_il2cpp_TypeInfo_var))->get_encoding_error_20(); Exception_t * L_136 = V_17; CryptographicException_t248831461 * L_137 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_137, L_135, L_136, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_137,X509Certificate_Parse_m1106379228_RuntimeMethod_var); } IL_035f: { goto IL_0364; } } // end catch (depth: 1) IL_0364: { return; } } // System.Byte[] Mono.Security.X509.X509Certificate::GetUnsignedBigInteger(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_GetUnsignedBigInteger_m1025066663 (X509Certificate_t489243024 * __this, ByteU5BU5D_t4116647657* ___integer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetUnsignedBigInteger_m1025066663_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; { ByteU5BU5D_t4116647657* 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_0021; } } { ByteU5BU5D_t4116647657* L_3 = ___integer0; NullCheck(L_3); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)1)); int32_t L_4 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_4)); ByteU5BU5D_t4116647657* L_5 = ___integer0; ByteU5BU5D_t4116647657* L_6 = V_1; int32_t L_7 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, 1, (RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = V_1; return L_8; } IL_0021: { ByteU5BU5D_t4116647657* L_9 = ___integer0; return L_9; } } // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA() extern "C" IL2CPP_METHOD_ATTR DSA_t2386879874 * X509Certificate_get_DSA_m1760272844 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_DSA_m1760272844_MetadataUsageId); s_Il2CppMethodInitialized = true; } DSAParameters_t1885824122 V_0; memset(&V_0, 0, sizeof(V_0)); ASN1_t2114160832 * V_1 = NULL; ASN1_t2114160832 * V_2 = NULL; { ByteU5BU5D_t4116647657* L_0 = __this->get_m_keyalgoparams_7(); if (L_0) { goto IL_0016; } } { CryptographicException_t248831461 * L_1 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_1, _stringLiteral683764801, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509Certificate_get_DSA_m1760272844_RuntimeMethod_var); } IL_0016: { DSA_t2386879874 * L_2 = __this->get__dsa_14(); if (L_2) { goto IL_012e; } } { il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_t1885824122 )); ByteU5BU5D_t4116647657* L_3 = __this->get_m_publickey_10(); ASN1_t2114160832 * L_4 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m1601690794(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; ASN1_t2114160832 * L_5 = V_1; if (!L_5) { goto IL_0047; } } { ASN1_t2114160832 * L_6 = V_1; NullCheck(L_6); uint8_t L_7 = ASN1_get_Tag_m1032367219(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0049; } } IL_0047: { return (DSA_t2386879874 *)NULL; } IL_0049: { ASN1_t2114160832 * L_8 = V_1; NullCheck(L_8); ByteU5BU5D_t4116647657* L_9 = ASN1_get_Value_m1857007406(L_8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_10 = X509Certificate_GetUnsignedBigInteger_m1025066663(__this, L_9, /*hidden argument*/NULL); (&V_0)->set_Y_7(L_10); ByteU5BU5D_t4116647657* L_11 = __this->get_m_keyalgoparams_7(); ASN1_t2114160832 * L_12 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m1601690794(L_12, L_11, /*hidden argument*/NULL); V_2 = L_12; ASN1_t2114160832 * L_13 = V_2; if (!L_13) { goto IL_0087; } } { ASN1_t2114160832 * L_14 = V_2; NullCheck(L_14); uint8_t L_15 = ASN1_get_Tag_m1032367219(L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)48))))) { goto IL_0087; } } { ASN1_t2114160832 * L_16 = V_2; NullCheck(L_16); int32_t L_17 = ASN1_get_Count_m3580979881(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) >= ((int32_t)3))) { goto IL_0089; } } IL_0087: { return (DSA_t2386879874 *)NULL; } IL_0089: { ASN1_t2114160832 * L_18 = V_2; NullCheck(L_18); ASN1_t2114160832 * L_19 = ASN1_get_Item_m3901126023(L_18, 0, /*hidden argument*/NULL); NullCheck(L_19); uint8_t L_20 = ASN1_get_Tag_m1032367219(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)2)))) { goto IL_00bf; } } { ASN1_t2114160832 * L_21 = V_2; NullCheck(L_21); ASN1_t2114160832 * L_22 = ASN1_get_Item_m3901126023(L_21, 1, /*hidden argument*/NULL); NullCheck(L_22); uint8_t L_23 = ASN1_get_Tag_m1032367219(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_00bf; } } { ASN1_t2114160832 * L_24 = V_2; NullCheck(L_24); ASN1_t2114160832 * L_25 = ASN1_get_Item_m3901126023(L_24, 2, /*hidden argument*/NULL); NullCheck(L_25); uint8_t L_26 = ASN1_get_Tag_m1032367219(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) == ((int32_t)2))) { goto IL_00c1; } } IL_00bf: { return (DSA_t2386879874 *)NULL; } IL_00c1: { ASN1_t2114160832 * L_27 = V_2; NullCheck(L_27); ASN1_t2114160832 * L_28 = ASN1_get_Item_m3901126023(L_27, 0, /*hidden argument*/NULL); NullCheck(L_28); ByteU5BU5D_t4116647657* L_29 = ASN1_get_Value_m1857007406(L_28, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_30 = X509Certificate_GetUnsignedBigInteger_m1025066663(__this, L_29, /*hidden argument*/NULL); (&V_0)->set_P_3(L_30); ASN1_t2114160832 * L_31 = V_2; NullCheck(L_31); ASN1_t2114160832 * L_32 = ASN1_get_Item_m3901126023(L_31, 1, /*hidden argument*/NULL); NullCheck(L_32); ByteU5BU5D_t4116647657* L_33 = ASN1_get_Value_m1857007406(L_32, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_34 = X509Certificate_GetUnsignedBigInteger_m1025066663(__this, L_33, /*hidden argument*/NULL); (&V_0)->set_Q_4(L_34); ASN1_t2114160832 * L_35 = V_2; NullCheck(L_35); ASN1_t2114160832 * L_36 = ASN1_get_Item_m3901126023(L_35, 2, /*hidden argument*/NULL); NullCheck(L_36); ByteU5BU5D_t4116647657* L_37 = ASN1_get_Value_m1857007406(L_36, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_38 = X509Certificate_GetUnsignedBigInteger_m1025066663(__this, L_37, /*hidden argument*/NULL); (&V_0)->set_G_1(L_38); ByteU5BU5D_t4116647657* L_39 = (&V_0)->get_Y_7(); NullCheck(L_39); DSACryptoServiceProvider_t3992668923 * L_40 = (DSACryptoServiceProvider_t3992668923 *)il2cpp_codegen_object_new(DSACryptoServiceProvider_t3992668923_il2cpp_TypeInfo_var); DSACryptoServiceProvider__ctor_m1139102382(L_40, ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length))))<<(int32_t)3)), /*hidden argument*/NULL); __this->set__dsa_14(L_40); DSA_t2386879874 * L_41 = __this->get__dsa_14(); DSAParameters_t1885824122 L_42 = V_0; NullCheck(L_41); VirtActionInvoker1< DSAParameters_t1885824122 >::Invoke(12 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_41, L_42); } IL_012e: { DSA_t2386879874 * L_43 = __this->get__dsa_14(); return L_43; } } // System.String Mono.Security.X509.X509Certificate::get_IssuerName() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_get_IssuerName_m605048065 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_issuername_5(); return L_0; } } // System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_get_KeyAlgorithmParameters_m681676289 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_KeyAlgorithmParameters_m681676289_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_m_keyalgoparams_7(); if (L_0) { goto IL_000d; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_000d: { ByteU5BU5D_t4116647657* L_1 = __this->get_m_keyalgoparams_7(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Byte[] Mono.Security.X509.X509Certificate::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_get_PublicKey_m1627137142 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_PublicKey_m1627137142_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_m_publickey_10(); if (L_0) { goto IL_000d; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_000d: { ByteU5BU5D_t4116647657* L_1 = __this->get_m_publickey_10(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_get_RawData_m2387471414 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_RawData_m2387471414_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_m_encodedcert_1(); if (L_0) { goto IL_000d; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_000d: { ByteU5BU5D_t4116647657* L_1 = __this->get_m_encodedcert_1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } } // System.String Mono.Security.X509.X509Certificate::get_SubjectName() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_get_SubjectName_m3160893681 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_subject_9(); return L_0; } } // System.DateTime Mono.Security.X509.X509Certificate::get_ValidFrom() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 X509Certificate_get_ValidFrom_m1469376000 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = __this->get_m_from_2(); return L_0; } } // System.DateTime Mono.Security.X509.X509Certificate::get_ValidUntil() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 X509Certificate_get_ValidUntil_m678342786 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = __this->get_m_until_3(); return L_0; } } // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetIssuerName() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * X509Certificate_GetIssuerName_m4238857993 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) { { ASN1_t2114160832 * L_0 = __this->get_issuer_4(); return L_0; } } // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetSubjectName() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160832 * X509Certificate_GetSubjectName_m584504796 (X509Certificate_t489243024 * __this, const RuntimeMethod* method) { { ASN1_t2114160832 * L_0 = __this->get_subject_8(); return L_0; } } // System.Void Mono.Security.X509.X509Certificate::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void X509Certificate_GetObjectData_m2057262401 (X509Certificate_t489243024 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetObjectData_m2057262401_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; ByteU5BU5D_t4116647657* L_1 = __this->get_m_encodedcert_1(); NullCheck(L_0); SerializationInfo_AddValue_m2872281893(L_0, _stringLiteral2150195429, (RuntimeObject *)(RuntimeObject *)L_1, /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.X509.X509Certificate::PEM(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_PEM_m1177570576 (RuntimeObject * __this /* static, unused */, String_t* ___type0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_PEM_m1177570576_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___data1; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_0, L_1); V_0 = L_2; String_t* L_3 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral418672143, L_3, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = ___type0; String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2710142936, L_5, /*hidden argument*/NULL); V_2 = L_6; String_t* L_7 = V_0; String_t* L_8 = V_1; NullCheck(L_7); int32_t L_9 = String_IndexOf_m1977622757(L_7, L_8, /*hidden argument*/NULL); String_t* L_10 = V_1; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_11)); String_t* L_12 = V_0; String_t* L_13 = V_2; int32_t L_14 = V_3; NullCheck(L_12); int32_t L_15 = String_IndexOf_m3406607758(L_12, L_13, L_14, /*hidden argument*/NULL); V_4 = L_15; String_t* L_16 = V_0; int32_t L_17 = V_3; int32_t L_18 = V_4; int32_t L_19 = V_3; NullCheck(L_16); String_t* L_20 = String_Substring_m1610150815(L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL); V_5 = L_20; String_t* L_21 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_22 = Convert_FromBase64String_m3685135396(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); return L_22; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.X509.X509CertificateCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m3365535796 (X509CertificateCollection_t1542168549 * __this, const RuntimeMethod* method) { { CollectionBase__ctor_m3343513710(__this, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator Mono.Security.X509.X509CertificateCollection::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* X509CertificateCollection_System_Collections_IEnumerable_GetEnumerator_m279447643 (X509CertificateCollection_t1542168549 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243024 * X509CertificateCollection_get_Item_m3219599455 (X509CertificateCollection_t1542168549 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateCollection_get_Item_m3219599455_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((X509Certificate_t489243024 *)CastclassClass((RuntimeObject*)L_2, X509Certificate_t489243024_il2cpp_TypeInfo_var)); } } // System.Int32 Mono.Security.X509.X509CertificateCollection::Add(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_Add_m3136524580 (X509CertificateCollection_t1542168549 * __this, X509Certificate_t489243024 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateCollection_Add_m3136524580_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243024 * L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509CertificateCollection_Add_m3136524580_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); X509Certificate_t489243024 * L_3 = ___value0; NullCheck(L_2); int32_t L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3); return L_4; } } // Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator Mono.Security.X509.X509CertificateCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR X509CertificateEnumerator_t3515934697 * X509CertificateCollection_GetEnumerator_m4229251522 (X509CertificateCollection_t1542168549 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateCollection_GetEnumerator_m4229251522_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509CertificateEnumerator_t3515934697 * L_0 = (X509CertificateEnumerator_t3515934697 *)il2cpp_codegen_object_new(X509CertificateEnumerator_t3515934697_il2cpp_TypeInfo_var); X509CertificateEnumerator__ctor_m3747779152(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 Mono.Security.X509.X509CertificateCollection::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_GetHashCode_m324533873 (X509CertificateCollection_t1542168549 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::.ctor(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator__ctor_m3747779152 (X509CertificateEnumerator_t3515934697 * __this, X509CertificateCollection_t1542168549 * ___mappings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator__ctor_m3747779152_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); X509CertificateCollection_t1542168549 * L_0 = ___mappings0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); __this->set_enumerator_0(L_1); return; } } // System.Object Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m418791713 (X509CertificateEnumerator_t3515934697 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m418791713_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::System.Collections.IEnumerator.MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m708500216 (X509CertificateEnumerator_t3515934697 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m708500216_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m2928805663 (X509CertificateEnumerator_t3515934697 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m2928805663_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243024 * X509CertificateEnumerator_get_Current_m3041233561 (X509CertificateEnumerator_t3515934697 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_get_Current_m3041233561_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return ((X509Certificate_t489243024 *)CastclassClass((RuntimeObject*)L_1, X509Certificate_t489243024_il2cpp_TypeInfo_var)); } } // System.Boolean Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m2269241175 (X509CertificateEnumerator_t3515934697 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_MoveNext_m2269241175_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator_Reset_m122774664 (X509CertificateEnumerator_t3515934697 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_Reset_m122774664_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, 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 Mono.Security.X509.X509Extension::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void X509Extension__ctor_m1750445243 (X509Extension_t3173393652 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Extension__ctor_m1750445243_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160832 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); X509Extension_t3173393652 * G_B7_0 = NULL; X509Extension_t3173393652 * G_B6_0 = NULL; int32_t G_B8_0 = 0; X509Extension_t3173393652 * G_B8_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ASN1_t2114160832 * L_0 = ___asn10; NullCheck(L_0); uint8_t L_1 = ASN1_get_Tag_m1032367219(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48))))) { goto IL_001f; } } { ASN1_t2114160832 * L_2 = ___asn10; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3580979881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_002f; } } IL_001f: { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1590810976, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,X509Extension__ctor_m1750445243_RuntimeMethod_var); } IL_002f: { ASN1_t2114160832 * L_6 = ___asn10; NullCheck(L_6); ASN1_t2114160832 * L_7 = ASN1_get_Item_m3901126023(L_6, 0, /*hidden argument*/NULL); NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m1032367219(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)6))) { goto IL_0051; } } { String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1590810976, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,X509Extension__ctor_m1750445243_RuntimeMethod_var); } IL_0051: { ASN1_t2114160832 * L_11 = ___asn10; NullCheck(L_11); ASN1_t2114160832 * L_12 = ASN1_get_Item_m3901126023(L_11, 0, /*hidden argument*/NULL); String_t* L_13 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); __this->set_extnOid_0(L_13); ASN1_t2114160832 * L_14 = ___asn10; NullCheck(L_14); ASN1_t2114160832 * L_15 = ASN1_get_Item_m3901126023(L_14, 1, /*hidden argument*/NULL); NullCheck(L_15); uint8_t L_16 = ASN1_get_Tag_m1032367219(L_15, /*hidden argument*/NULL); G_B6_0 = __this; if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { G_B7_0 = __this; goto IL_008d; } } { ASN1_t2114160832 * L_17 = ___asn10; NullCheck(L_17); ASN1_t2114160832 * L_18 = ASN1_get_Item_m3901126023(L_17, 1, /*hidden argument*/NULL); NullCheck(L_18); ByteU5BU5D_t4116647657* L_19 = ASN1_get_Value_m1857007406(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = 0; uint8_t L_21 = (L_19)->GetAt(static_cast(L_20)); G_B8_0 = ((((int32_t)L_21) == ((int32_t)((int32_t)255)))? 1 : 0); G_B8_1 = G_B6_0; goto IL_008e; } IL_008d: { G_B8_0 = 0; G_B8_1 = G_B7_0; } IL_008e: { NullCheck(G_B8_1); G_B8_1->set_extnCritical_1((bool)G_B8_0); ASN1_t2114160832 * L_22 = ___asn10; ASN1_t2114160832 * L_23 = ___asn10; NullCheck(L_23); int32_t L_24 = ASN1_get_Count_m3580979881(L_23, /*hidden argument*/NULL); NullCheck(L_22); ASN1_t2114160832 * L_25 = ASN1_get_Item_m3901126023(L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); __this->set_extnValue_2(L_25); ASN1_t2114160832 * L_26 = __this->get_extnValue_2(); NullCheck(L_26); uint8_t L_27 = ASN1_get_Tag_m1032367219(L_26, /*hidden argument*/NULL); if ((!(((uint32_t)L_27) == ((uint32_t)4)))) { goto IL_010e; } } { ASN1_t2114160832 * L_28 = __this->get_extnValue_2(); NullCheck(L_28); int32_t L_29 = ASN1_get_Length_m1923878580(L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) <= ((int32_t)0))) { goto IL_010e; } } { ASN1_t2114160832 * L_30 = __this->get_extnValue_2(); NullCheck(L_30); int32_t L_31 = ASN1_get_Count_m3580979881(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_010e; } } IL_00d9: try { // begin try (depth: 1) ASN1_t2114160832 * L_32 = __this->get_extnValue_2(); NullCheck(L_32); ByteU5BU5D_t4116647657* L_33 = ASN1_get_Value_m1857007406(L_32, /*hidden argument*/NULL); ASN1_t2114160832 * L_34 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var); ASN1__ctor_m1601690794(L_34, L_33, /*hidden argument*/NULL); V_0 = L_34; ASN1_t2114160832 * L_35 = __this->get_extnValue_2(); NullCheck(L_35); ASN1_set_Value_m2803403806(L_35, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, /*hidden argument*/NULL); ASN1_t2114160832 * L_36 = __this->get_extnValue_2(); ASN1_t2114160832 * L_37 = V_0; NullCheck(L_36); ASN1_Add_m3468571571(L_36, L_37, /*hidden argument*/NULL); goto IL_010e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0108; throw e; } CATCH_0108: { // begin catch(System.Object) goto IL_010e; } // end catch (depth: 1) IL_010e: { VirtActionInvoker0::Invoke(4 /* System.Void Mono.Security.X509.X509Extension::Decode() */, __this); return; } } // System.Void Mono.Security.X509.X509Extension::Decode() extern "C" IL2CPP_METHOD_ATTR void X509Extension_Decode_m833805412 (X509Extension_t3173393652 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Mono.Security.X509.X509Extension::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool X509Extension_Equals_m1222951829 (X509Extension_t3173393652 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Extension_Equals_m1222951829_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Extension_t3173393652 * V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___obj0; V_0 = ((X509Extension_t3173393652 *)IsInstClass((RuntimeObject*)L_1, X509Extension_t3173393652_il2cpp_TypeInfo_var)); X509Extension_t3173393652 * L_2 = V_0; if (L_2) { goto IL_0017; } } { return (bool)0; } IL_0017: { bool L_3 = __this->get_extnCritical_1(); X509Extension_t3173393652 * L_4 = V_0; NullCheck(L_4); bool L_5 = L_4->get_extnCritical_1(); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_002a; } } { return (bool)0; } IL_002a: { String_t* L_6 = __this->get_extnOid_0(); X509Extension_t3173393652 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->get_extnOid_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0042; } } { return (bool)0; } IL_0042: { ASN1_t2114160832 * L_10 = __this->get_extnValue_2(); NullCheck(L_10); int32_t L_11 = ASN1_get_Length_m1923878580(L_10, /*hidden argument*/NULL); X509Extension_t3173393652 * L_12 = V_0; NullCheck(L_12); ASN1_t2114160832 * L_13 = L_12->get_extnValue_2(); NullCheck(L_13); int32_t L_14 = ASN1_get_Length_m1923878580(L_13, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)L_14))) { goto IL_005f; } } { return (bool)0; } IL_005f: { V_1 = 0; goto IL_0089; } IL_0066: { ASN1_t2114160832 * L_15 = __this->get_extnValue_2(); int32_t L_16 = V_1; NullCheck(L_15); ASN1_t2114160832 * L_17 = ASN1_get_Item_m3901126023(L_15, L_16, /*hidden argument*/NULL); X509Extension_t3173393652 * L_18 = V_0; NullCheck(L_18); ASN1_t2114160832 * L_19 = L_18->get_extnValue_2(); int32_t L_20 = V_1; NullCheck(L_19); ASN1_t2114160832 * L_21 = ASN1_get_Item_m3901126023(L_19, L_20, /*hidden argument*/NULL); if ((((RuntimeObject*)(ASN1_t2114160832 *)L_17) == ((RuntimeObject*)(ASN1_t2114160832 *)L_21))) { goto IL_0085; } } { return (bool)0; } IL_0085: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0089: { int32_t L_23 = V_1; ASN1_t2114160832 * L_24 = __this->get_extnValue_2(); NullCheck(L_24); int32_t L_25 = ASN1_get_Length_m1923878580(L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_0066; } } { return (bool)1; } } // System.Int32 Mono.Security.X509.X509Extension::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t X509Extension_GetHashCode_m2866442052 (X509Extension_t3173393652 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_extnOid_0(); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Mono.Security.X509.X509Extension::WriteLine(System.Text.StringBuilder,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void X509Extension_WriteLine_m1400196767 (X509Extension_t3173393652 * __this, StringBuilder_t * ___sb0, int32_t ___n1, int32_t ___pos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Extension_WriteLine_m1400196767_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; { ASN1_t2114160832 * L_0 = __this->get_extnValue_2(); NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = ASN1_get_Value_m1857007406(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___pos2; V_1 = L_2; V_2 = 0; goto IL_005e; } IL_0015: { int32_t L_3 = V_2; int32_t L_4 = ___n1; if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_004e; } } { StringBuilder_t * L_5 = ___sb0; ByteU5BU5D_t4116647657* L_6 = V_0; int32_t L_7 = V_1; int32_t L_8 = L_7; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_9 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_10 = Byte_ToString_m4063101981(((L_6)->GetAddressAt(static_cast(L_8))), _stringLiteral3451435000, L_9, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_Append_m1965104174(L_5, L_10, /*hidden argument*/NULL); StringBuilder_t * L_11 = ___sb0; NullCheck(L_11); StringBuilder_Append_m1965104174(L_11, _stringLiteral3452614528, /*hidden argument*/NULL); goto IL_005a; } IL_004e: { StringBuilder_t * L_12 = ___sb0; NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, _stringLiteral3786055882, /*hidden argument*/NULL); } IL_005a: { int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_005e: { int32_t L_14 = V_2; if ((((int32_t)L_14) < ((int32_t)8))) { goto IL_0015; } } { StringBuilder_t * L_15 = ___sb0; NullCheck(L_15); StringBuilder_Append_m1965104174(L_15, _stringLiteral3450517376, /*hidden argument*/NULL); int32_t L_16 = ___pos2; V_1 = L_16; V_3 = 0; goto IL_00af; } IL_007a: { ByteU5BU5D_t4116647657* L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = L_18; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); NullCheck(L_17); int32_t L_20 = L_19; uint8_t L_21 = (L_17)->GetAt(static_cast(L_20)); V_4 = L_21; uint8_t L_22 = V_4; if ((((int32_t)L_22) >= ((int32_t)((int32_t)32)))) { goto IL_009d; } } { StringBuilder_t * L_23 = ___sb0; NullCheck(L_23); StringBuilder_Append_m1965104174(L_23, _stringLiteral3452614530, /*hidden argument*/NULL); goto IL_00ab; } IL_009d: { StringBuilder_t * L_24 = ___sb0; uint8_t L_25 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_26 = Convert_ToChar_m2532412511(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); NullCheck(L_24); StringBuilder_Append_m2383614642(L_24, L_26, /*hidden argument*/NULL); } IL_00ab: { int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00af: { int32_t L_28 = V_3; int32_t L_29 = ___n1; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_007a; } } { StringBuilder_t * L_30 = ___sb0; String_t* L_31 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_30); StringBuilder_Append_m1965104174(L_30, L_31, /*hidden argument*/NULL); return; } } // System.String Mono.Security.X509.X509Extension::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* X509Extension_ToString_m3664524823 (X509Extension_t3173393652 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Extension_ToString_m3664524823_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; ASN1_t2114160832 * L_1 = __this->get_extnValue_2(); NullCheck(L_1); int32_t L_2 = ASN1_get_Length_m1923878580(L_1, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_2>>(int32_t)3)); ASN1_t2114160832 * L_3 = __this->get_extnValue_2(); NullCheck(L_3); int32_t L_4 = ASN1_get_Length_m1923878580(L_3, /*hidden argument*/NULL); int32_t L_5 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)((int32_t)L_5<<(int32_t)3)))); V_3 = 0; V_4 = 0; goto IL_0041; } IL_002e: { StringBuilder_t * L_6 = V_0; int32_t L_7 = V_3; X509Extension_WriteLine_m1400196767(__this, L_6, 8, L_7, /*hidden argument*/NULL); int32_t L_8 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)); int32_t L_9 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0041: { int32_t L_10 = V_4; int32_t L_11 = V_1; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_002e; } } { StringBuilder_t * L_12 = V_0; int32_t L_13 = V_2; int32_t L_14 = V_3; X509Extension_WriteLine_m1400196767(__this, L_12, L_13, L_14, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; NullCheck(L_15); String_t* L_16 = StringBuilder_ToString_m3317489284(L_15, /*hidden argument*/NULL); return L_16; } } #ifdef __clang__ #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 Mono.Security.X509.X509ExtensionCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509ExtensionCollection__ctor_m2416193357 (X509ExtensionCollection_t609554708 * __this, const RuntimeMethod* method) { { CollectionBase__ctor_m3343513710(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.X509ExtensionCollection::.ctor(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR void X509ExtensionCollection__ctor_m3315097415 (X509ExtensionCollection_t609554708 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509ExtensionCollection__ctor_m3315097415_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; X509Extension_t3173393652 * V_1 = NULL; { X509ExtensionCollection__ctor_m2416193357(__this, /*hidden argument*/NULL); __this->set_readOnly_1((bool)1); ASN1_t2114160832 * L_0 = ___asn10; if (L_0) { goto IL_0014; } } { return; } IL_0014: { ASN1_t2114160832 * L_1 = ___asn10; NullCheck(L_1); uint8_t L_2 = ASN1_get_Tag_m1032367219(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)((int32_t)48)))) { goto IL_002c; } } { Exception_t * L_3 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_3, _stringLiteral632220839, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,X509ExtensionCollection__ctor_m3315097415_RuntimeMethod_var); } IL_002c: { V_0 = 0; goto IL_0051; } IL_0033: { ASN1_t2114160832 * L_4 = ___asn10; int32_t L_5 = V_0; NullCheck(L_4); ASN1_t2114160832 * L_6 = ASN1_get_Item_m3901126023(L_4, L_5, /*hidden argument*/NULL); X509Extension_t3173393652 * L_7 = (X509Extension_t3173393652 *)il2cpp_codegen_object_new(X509Extension_t3173393652_il2cpp_TypeInfo_var); X509Extension__ctor_m1750445243(L_7, L_6, /*hidden argument*/NULL); V_1 = L_7; ArrayList_t2718874744 * L_8 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); X509Extension_t3173393652 * L_9 = V_1; NullCheck(L_8); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0051: { int32_t L_11 = V_0; ASN1_t2114160832 * L_12 = ___asn10; NullCheck(L_12); int32_t L_13 = ASN1_get_Count_m3580979881(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0033; } } { return; } } // System.Collections.IEnumerator Mono.Security.X509.X509ExtensionCollection::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* X509ExtensionCollection_System_Collections_IEnumerable_GetEnumerator_m2696143383 (X509ExtensionCollection_t609554708 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.SecurityParser::.ctor() extern "C" IL2CPP_METHOD_ATTR void SecurityParser__ctor_m1786039976 (SecurityParser_t4124480077 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityParser__ctor_m1786039976_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SmallXmlParser__ctor_m202236734(__this, /*hidden argument*/NULL); Stack_t2329662280 * L_0 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_0, /*hidden argument*/NULL); __this->set_stack_15(L_0); return; } } // System.Void Mono.Xml.SecurityParser::LoadXml(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_m1638830459 (SecurityParser_t4124480077 * __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityParser_LoadXml_m1638830459_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_root_13((SecurityElement_t1046076091 *)NULL); Stack_t2329662280 * L_0 = __this->get_stack_15(); NullCheck(L_0); VirtActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_0); String_t* L_1 = ___xml0; StringReader_t3465604688 * L_2 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_2, L_1, /*hidden argument*/NULL); SmallXmlParser_Parse_m2140493703(__this, L_2, __this, /*hidden argument*/NULL); return; } } // System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * SecurityParser_ToXml_m3880004309 (SecurityParser_t4124480077 * __this, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = __this->get_root_13(); return L_0; } } // System.Void Mono.Xml.SecurityParser::OnStartParsing(Mono.Xml.SmallXmlParser) extern "C" IL2CPP_METHOD_ATTR void SecurityParser_OnStartParsing_m160443947 (SecurityParser_t4124480077 * __this, SmallXmlParser_t973787839 * ___parser0, const RuntimeMethod* method) { { return; } } // System.Void Mono.Xml.SecurityParser::OnProcessingInstruction(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityParser_OnProcessingInstruction_m2327827622 (SecurityParser_t4124480077 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { { return; } } // System.Void Mono.Xml.SecurityParser::OnIgnorableWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityParser_OnIgnorableWhitespace_m1130543143 (SecurityParser_t4124480077 * __this, String_t* ___s0, const RuntimeMethod* method) { { return; } } // System.Void Mono.Xml.SecurityParser::OnStartElement(System.String,Mono.Xml.SmallXmlParser/IAttrList) extern "C" IL2CPP_METHOD_ATTR void SecurityParser_OnStartElement_m2534612579 (SecurityParser_t4124480077 * __this, String_t* ___name0, RuntimeObject* ___attrs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityParser_OnStartElement_m2534612579_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; SecurityElement_t1046076091 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { String_t* L_0 = ___name0; SecurityElement_t1046076091 * L_1 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; SecurityElement_t1046076091 * L_2 = __this->get_root_13(); if (L_2) { goto IL_0025; } } { SecurityElement_t1046076091 * L_3 = V_0; __this->set_root_13(L_3); SecurityElement_t1046076091 * L_4 = V_0; __this->set_current_14(L_4); goto IL_003d; } IL_0025: { Stack_t2329662280 * L_5 = __this->get_stack_15(); NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Peek() */, L_5); V_1 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_6, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_7 = V_1; SecurityElement_t1046076091 * L_8 = V_0; NullCheck(L_7); SecurityElement_AddChild_m1606852781(L_7, L_8, /*hidden argument*/NULL); } IL_003d: { Stack_t2329662280 * L_9 = __this->get_stack_15(); SecurityElement_t1046076091 * L_10 = V_0; NullCheck(L_9); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_9, L_10); SecurityElement_t1046076091 * L_11 = V_0; __this->set_current_14(L_11); RuntimeObject* L_12 = ___attrs1; NullCheck(L_12); int32_t L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 Mono.Xml.SmallXmlParser/IAttrList::get_Length() */, IAttrList_t3807428360_il2cpp_TypeInfo_var, L_12); V_2 = L_13; V_3 = 0; goto IL_0080; } IL_005e: { SecurityElement_t1046076091 * L_14 = __this->get_current_14(); RuntimeObject* L_15 = ___attrs1; int32_t L_16 = V_3; NullCheck(L_15); String_t* L_17 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(1 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetName(System.Int32) */, IAttrList_t3807428360_il2cpp_TypeInfo_var, L_15, L_16); RuntimeObject* L_18 = ___attrs1; int32_t L_19 = V_3; NullCheck(L_18); String_t* L_20 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(2 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.Int32) */, IAttrList_t3807428360_il2cpp_TypeInfo_var, L_18, L_19); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); String_t* L_21 = SecurityElement_Escape_m1342311983(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_14); SecurityElement_AddAttribute_m311510562(L_14, L_17, L_21, /*hidden argument*/NULL); int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0080: { int32_t L_23 = V_3; int32_t L_24 = V_2; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_005e; } } { return; } } // System.Void Mono.Xml.SecurityParser::OnEndElement(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityParser_OnEndElement_m2088612360 (SecurityParser_t4124480077 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityParser_OnEndElement_m2088612360_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = __this->get_stack_15(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_0); __this->set_current_14(((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_1, SecurityElement_t1046076091_il2cpp_TypeInfo_var))); return; } } // System.Void Mono.Xml.SecurityParser::OnChars(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityParser_OnChars_m396174937 (SecurityParser_t4124480077 * __this, String_t* ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityParser_OnChars_m396174937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityElement_t1046076091 * L_0 = __this->get_current_14(); String_t* L_1 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); String_t* L_2 = SecurityElement_Escape_m1342311983(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); SecurityElement_set_Text_m3975773934(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SecurityParser::OnEndParsing(Mono.Xml.SmallXmlParser) extern "C" IL2CPP_METHOD_ATTR void SecurityParser_OnEndParsing_m2521892142 (SecurityParser_t4124480077 * __this, SmallXmlParser_t973787839 * ___parser0, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.SmallXmlParser::.ctor() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_m202236734 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser__ctor_m202236734_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_0, /*hidden argument*/NULL); __this->set_elementNames_2(L_0); Stack_t2329662280 * L_1 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_1, /*hidden argument*/NULL); __this->set_xmlSpaces_3(L_1); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_2, ((int32_t)200), /*hidden argument*/NULL); __this->set_buffer_5(L_2); __this->set_nameBuffer_6(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)))); AttrListImpl_t567962447 * L_3 = (AttrListImpl_t567962447 *)il2cpp_codegen_object_new(AttrListImpl_t567962447_il2cpp_TypeInfo_var); AttrListImpl__ctor_m3844427077(L_3, /*hidden argument*/NULL); __this->set_attributes_8(L_3); __this->set_line_9(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Exception Mono.Xml.SmallXmlParser::Error(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_Error_m3899025466 (SmallXmlParser_t973787839 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_Error_m3899025466_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___msg0; int32_t L_1 = __this->get_line_9(); int32_t L_2 = __this->get_column_10(); SmallXmlParserException_t1329648272 * L_3 = (SmallXmlParserException_t1329648272 *)il2cpp_codegen_object_new(SmallXmlParserException_t1329648272_il2cpp_TypeInfo_var); SmallXmlParserException__ctor_m1976648878(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Exception Mono.Xml.SmallXmlParser::UnexpectedEndError() extern "C" IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_UnexpectedEndError_m1914362401 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_UnexpectedEndError_m1914362401_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; { Stack_t2329662280 * L_0 = __this->get_elementNames_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0); V_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_1)); Stack_t2329662280 * L_2 = __this->get_elementNames_2(); StringU5BU5D_t1281789340* L_3 = V_0; NullCheck(L_2); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(16 /* System.Void System.Collections.Stack::CopyTo(System.Array,System.Int32) */, L_2, (RuntimeArray *)(RuntimeArray *)L_3, 0); StringU5BU5D_t1281789340* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3452614532, L_4, /*hidden argument*/NULL); String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2888367018, L_5, /*hidden argument*/NULL); Exception_t * L_7 = SmallXmlParser_Error_m3899025466(__this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean Mono.Xml.SmallXmlParser::IsNameChar(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool SmallXmlParser_IsNameChar_m2946368541 (SmallXmlParser_t973787839 * __this, Il2CppChar ___c0, bool ___start1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_IsNameChar_m2946368541_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; { Il2CppChar L_0 = ___c0; V_0 = L_0; Il2CppChar L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)45)))) { goto IL_0029; } } { Il2CppChar L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)46)))) { goto IL_0029; } } { Il2CppChar L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)58)))) { goto IL_0027; } } { Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)95)))) { goto IL_0027; } } { goto IL_002e; } IL_0027: { return (bool)1; } IL_0029: { bool L_5 = ___start1; return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_002e: { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)256)))) { goto IL_007b; } } { Il2CppChar L_7 = ___c0; V_0 = L_7; Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)1765)))) { goto IL_0061; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)1766)))) { goto IL_0061; } } { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)1369)))) { goto IL_0061; } } { goto IL_0063; } IL_0061: { return (bool)1; } IL_0063: { Il2CppChar L_11 = ___c0; if ((((int32_t)((int32_t)699)) > ((int32_t)L_11))) { goto IL_007b; } } { Il2CppChar L_12 = ___c0; if ((((int32_t)L_12) > ((int32_t)((int32_t)705)))) { goto IL_007b; } } { return (bool)1; } IL_007b: { Il2CppChar L_13 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_14 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_1 = L_14; int32_t L_15 = V_1; switch (L_15) { case 0: { goto IL_00b5; } case 1: { goto IL_00b5; } case 2: { goto IL_00b5; } case 3: { goto IL_00b7; } case 4: { goto IL_00b5; } case 5: { goto IL_00b7; } case 6: { goto IL_00b7; } case 7: { goto IL_00b7; } case 8: { goto IL_00b7; } case 9: { goto IL_00b5; } } } { goto IL_00bc; } IL_00b5: { return (bool)1; } IL_00b7: { bool L_16 = ___start1; return (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0); } IL_00bc: { return (bool)0; } } // System.Boolean Mono.Xml.SmallXmlParser::IsWhitespace(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool SmallXmlParser_IsWhitespace_m156831381 (SmallXmlParser_t973787839 * __this, int32_t ___c0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___c0; V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)9)))) { case 0: { goto IL_002c; } case 1: { goto IL_002c; } case 2: { goto IL_001f; } case 3: { goto IL_001f; } case 4: { goto IL_002c; } } } IL_001f: { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)32)))) { goto IL_002c; } } { goto IL_002e; } IL_002c: { return (bool)1; } IL_002e: { return (bool)0; } } // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_m990960618 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { { SmallXmlParser_SkipWhitespaces_m4243606597(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::HandleWhitespaces() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_HandleWhitespaces_m549588711 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { { goto IL_0018; } IL_0005: { StringBuilder_t * L_0 = __this->get_buffer_5(); int32_t L_1 = SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); NullCheck(L_0); StringBuilder_Append_m2383614642(L_0, (((int32_t)((uint16_t)L_1))), /*hidden argument*/NULL); } IL_0018: { int32_t L_2 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); bool L_3 = SmallXmlParser_IsWhitespace_m156831381(__this, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0005; } } { int32_t L_4 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)60)))) { goto IL_0049; } } { int32_t L_5 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0049; } } { __this->set_isWhitespace_7((bool)0); } IL_0049: { return; } } // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_m4243606597 (SmallXmlParser_t973787839 * __this, bool ___expected0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_SkipWhitespaces_m4243606597_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; IL_0000: { int32_t L_0 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)9)))) { case 0: { goto IL_0031; } case 1: { goto IL_0031; } case 2: { goto IL_0024; } case 3: { goto IL_0024; } case 4: { goto IL_0031; } } } IL_0024: { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)32)))) { goto IL_0031; } } { goto IL_0046; } IL_0031: { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); bool L_3 = ___expected0; if (!L_3) { goto IL_0041; } } { ___expected0 = (bool)0; } IL_0041: { goto IL_0000; } IL_0046: { bool L_4 = ___expected0; if (!L_4) { goto IL_0058; } } { Exception_t * L_5 = SmallXmlParser_Error_m3899025466(__this, _stringLiteral2234486756, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,SmallXmlParser_SkipWhitespaces_m4243606597_RuntimeMethod_var); } IL_0058: { return; } // Dead block : IL_0059: br IL_0000 } // System.Int32 Mono.Xml.SmallXmlParser::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Peek_m1303779789 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { { TextReader_t283511965 * L_0 = __this->get_reader_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.IO.TextReader::Peek() */, L_0); return L_1; } } // System.Int32 Mono.Xml.SmallXmlParser::Read() extern "C" IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Read_m3485223434 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { TextReader_t283511965 * L_0 = __this->get_reader_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.IO.TextReader::Read() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)10))))) { goto IL_001b; } } { __this->set_resetColumn_11((bool)1); } IL_001b: { bool L_3 = __this->get_resetColumn_11(); if (!L_3) { goto IL_0047; } } { int32_t L_4 = __this->get_line_9(); __this->set_line_9(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); __this->set_resetColumn_11((bool)0); __this->set_column_10(1); goto IL_0055; } IL_0047: { int32_t L_5 = __this->get_column_10(); __this->set_column_10(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); } IL_0055: { int32_t L_6 = V_0; return L_6; } } // System.Void Mono.Xml.SmallXmlParser::Expect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_Expect_m674880652 (SmallXmlParser_t973787839 * __this, int32_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_Expect_m674880652_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0015; } } { Exception_t * L_2 = SmallXmlParser_UnexpectedEndError_m1914362401(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,SmallXmlParser_Expect_m674880652_RuntimeMethod_var); } IL_0015: { int32_t L_3 = V_0; int32_t L_4 = ___c0; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_003b; } } { int32_t L_5 = ___c0; Il2CppChar L_6 = ((Il2CppChar)(((int32_t)((uint16_t)L_5)))); RuntimeObject * L_7 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_6); int32_t L_8 = V_0; Il2CppChar L_9 = ((Il2CppChar)(((int32_t)((uint16_t)L_8)))); RuntimeObject * L_10 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3607331757, L_7, L_10, /*hidden argument*/NULL); Exception_t * L_12 = SmallXmlParser_Error_m3899025466(__this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,SmallXmlParser_Expect_m674880652_RuntimeMethod_var); } IL_003b: { return; } } // System.String Mono.Xml.SmallXmlParser::ReadUntil(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadUntil_m2715581630 (SmallXmlParser_t973787839 * __this, Il2CppChar ___until0, bool ___handleReferences1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadUntil_m2715581630_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; String_t* V_1 = NULL; IL_0000: { int32_t L_0 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0013; } } { Exception_t * L_1 = SmallXmlParser_UnexpectedEndError_m1914362401(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SmallXmlParser_ReadUntil_m2715581630_RuntimeMethod_var); } IL_0013: { int32_t L_2 = SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); V_0 = (((int32_t)((uint16_t)L_2))); Il2CppChar L_3 = V_0; Il2CppChar L_4 = ___until0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0027; } } { goto IL_0052; } IL_0027: { bool L_5 = ___handleReferences1; if (!L_5) { goto IL_0040; } } { Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)38))))) { goto IL_0040; } } { SmallXmlParser_ReadReference_m1750252339(__this, /*hidden argument*/NULL); goto IL_004d; } IL_0040: { StringBuilder_t * L_7 = __this->get_buffer_5(); Il2CppChar L_8 = V_0; NullCheck(L_7); StringBuilder_Append_m2383614642(L_7, L_8, /*hidden argument*/NULL); } IL_004d: { goto IL_0000; } IL_0052: { StringBuilder_t * L_9 = __this->get_buffer_5(); NullCheck(L_9); String_t* L_10 = StringBuilder_ToString_m3317489284(L_9, /*hidden argument*/NULL); V_1 = L_10; StringBuilder_t * L_11 = __this->get_buffer_5(); NullCheck(L_11); StringBuilder_set_Length_m1410065908(L_11, 0, /*hidden argument*/NULL); String_t* L_12 = V_1; return L_12; } } // System.String Mono.Xml.SmallXmlParser::ReadName() extern "C" IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadName_m3409228522 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadName_m3409228522_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; CharU5BU5D_t3528271667* V_3 = NULL; { V_0 = 0; int32_t L_0 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0021; } } { int32_t L_1 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); bool L_2 = SmallXmlParser_IsNameChar_m2946368541(__this, (((int32_t)((uint16_t)L_1))), (bool)1, /*hidden argument*/NULL); if (L_2) { goto IL_002d; } } IL_0021: { Exception_t * L_3 = SmallXmlParser_Error_m3899025466(__this, _stringLiteral178613742, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,SmallXmlParser_ReadName_m3409228522_RuntimeMethod_var); } IL_002d: { int32_t L_4 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); V_1 = L_4; goto IL_0094; } IL_0039: { int32_t L_5 = V_1; V_2 = (((int32_t)((uint16_t)L_5))); Il2CppChar L_6 = V_2; bool L_7 = SmallXmlParser_IsNameChar_m2946368541(__this, L_6, (bool)0, /*hidden argument*/NULL); if (L_7) { goto IL_004e; } } { goto IL_009b; } IL_004e: { int32_t L_8 = V_0; CharU5BU5D_t3528271667* L_9 = __this->get_nameBuffer_6(); NullCheck(L_9); if ((!(((uint32_t)L_8) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))) { goto IL_0079; } } { int32_t L_10 = V_0; V_3 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2)))); CharU5BU5D_t3528271667* L_11 = __this->get_nameBuffer_6(); CharU5BU5D_t3528271667* L_12 = V_3; int32_t L_13 = V_0; Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, (RuntimeArray *)(RuntimeArray *)L_12, L_13, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_14 = V_3; __this->set_nameBuffer_6(L_14); } IL_0079: { CharU5BU5D_t3528271667* L_15 = __this->get_nameBuffer_6(); int32_t L_16 = V_0; int32_t L_17 = L_16; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); Il2CppChar L_18 = V_2; NullCheck(L_15); (L_15)->SetAt(static_cast(L_17), (Il2CppChar)L_18); SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); int32_t L_19 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); V_1 = L_19; } IL_0094: { int32_t L_20 = V_1; if ((((int32_t)L_20) >= ((int32_t)0))) { goto IL_0039; } } IL_009b: { int32_t L_21 = V_0; if (L_21) { goto IL_00ad; } } { Exception_t * L_22 = SmallXmlParser_Error_m3899025466(__this, _stringLiteral2257131301, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,SmallXmlParser_ReadName_m3409228522_RuntimeMethod_var); } IL_00ad: { CharU5BU5D_t3528271667* L_23 = __this->get_nameBuffer_6(); int32_t L_24 = V_0; String_t* L_25 = String_CreateString_m860434552(NULL, L_23, 0, L_24, /*hidden argument*/NULL); return L_25; } } // System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser/IContentHandler) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_m2140493703 (SmallXmlParser_t973787839 * __this, TextReader_t283511965 * ___input0, RuntimeObject* ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_Parse_m2140493703_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TextReader_t283511965 * L_0 = ___input0; __this->set_reader_1(L_0); RuntimeObject* L_1 = ___handler1; __this->set_handler_0(L_1); RuntimeObject* L_2 = ___handler1; NullCheck(L_2); InterfaceActionInvoker1< SmallXmlParser_t973787839 * >::Invoke(0 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnStartParsing(Mono.Xml.SmallXmlParser) */, IContentHandler_t2787973995_il2cpp_TypeInfo_var, L_2, __this); goto IL_0020; } IL_001a: { SmallXmlParser_ReadContent_m1631445300(__this, /*hidden argument*/NULL); } IL_0020: { int32_t L_3 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_001a; } } { SmallXmlParser_HandleBufferedContent_m3185158999(__this, /*hidden argument*/NULL); Stack_t2329662280 * L_4 = __this->get_elementNames_2(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_4); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_005f; } } { Stack_t2329662280 * L_6 = __this->get_elementNames_2(); NullCheck(L_6); RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Peek() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1840238834, L_7, /*hidden argument*/NULL); Exception_t * L_9 = SmallXmlParser_Error_m3899025466(__this, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,SmallXmlParser_Parse_m2140493703_RuntimeMethod_var); } IL_005f: { RuntimeObject* L_10 = ___handler1; NullCheck(L_10); InterfaceActionInvoker1< SmallXmlParser_t973787839 * >::Invoke(1 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndParsing(Mono.Xml.SmallXmlParser) */, IContentHandler_t2787973995_il2cpp_TypeInfo_var, L_10, __this); SmallXmlParser_Cleanup_m2310464878(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::Cleanup() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_Cleanup_m2310464878 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { { __this->set_line_9(1); __this->set_column_10(0); __this->set_handler_0((RuntimeObject*)NULL); __this->set_reader_1((TextReader_t283511965 *)NULL); Stack_t2329662280 * L_0 = __this->get_elementNames_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_0); Stack_t2329662280 * L_1 = __this->get_xmlSpaces_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_1); AttrListImpl_t567962447 * L_2 = __this->get_attributes_8(); NullCheck(L_2); AttrListImpl_Clear_m2260362286(L_2, /*hidden argument*/NULL); StringBuilder_t * L_3 = __this->get_buffer_5(); NullCheck(L_3); StringBuilder_set_Length_m1410065908(L_3, 0, /*hidden argument*/NULL); __this->set_xmlSpace_4((String_t*)NULL); __this->set_isWhitespace_7((bool)0); return; } } // System.Void Mono.Xml.SmallXmlParser::ReadContent() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadContent_m1631445300 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadContent_m1631445300_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; { int32_t L_0 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); bool L_1 = SmallXmlParser_IsWhitespace_m156831381(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002e; } } { StringBuilder_t * L_2 = __this->get_buffer_5(); NullCheck(L_2); int32_t L_3 = StringBuilder_get_Length_m3238060835(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } { __this->set_isWhitespace_7((bool)1); } IL_0028: { SmallXmlParser_HandleWhitespaces_m549588711(__this, /*hidden argument*/NULL); } IL_002e: { int32_t L_4 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)60))))) { goto IL_02c3; } } { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); int32_t L_5 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); V_3 = L_5; int32_t L_6 = V_3; if ((((int32_t)L_6) == ((int32_t)((int32_t)33)))) { goto IL_0066; } } { int32_t L_7 = V_3; if ((((int32_t)L_7) == ((int32_t)((int32_t)47)))) { goto IL_0168; } } { int32_t L_8 = V_3; if ((((int32_t)L_8) == ((int32_t)((int32_t)63)))) { goto IL_00f2; } } { goto IL_021d; } IL_0066: { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); int32_t L_9 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)91))))) { goto IL_00b1; } } { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); String_t* L_10 = SmallXmlParser_ReadName_m3409228522(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_10, _stringLiteral2757040089, /*hidden argument*/NULL); if (!L_11) { goto IL_00a2; } } { Exception_t * L_12 = SmallXmlParser_Error_m3899025466(__this, _stringLiteral2151608716, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,SmallXmlParser_ReadContent_m1631445300_RuntimeMethod_var); } IL_00a2: { SmallXmlParser_Expect_m674880652(__this, ((int32_t)91), /*hidden argument*/NULL); SmallXmlParser_ReadCDATASection_m138715165(__this, /*hidden argument*/NULL); return; } IL_00b1: { int32_t L_13 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)45))))) { goto IL_00c5; } } { SmallXmlParser_ReadComment_m1578426707(__this, /*hidden argument*/NULL); return; } IL_00c5: { String_t* L_14 = SmallXmlParser_ReadName_m3409228522(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_14, _stringLiteral2857192859, /*hidden argument*/NULL); if (!L_15) { goto IL_00e6; } } { Exception_t * L_16 = SmallXmlParser_Error_m3899025466(__this, _stringLiteral1056387298, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,SmallXmlParser_ReadContent_m1631445300_RuntimeMethod_var); } IL_00e6: { Exception_t * L_17 = SmallXmlParser_Error_m3899025466(__this, _stringLiteral703883227, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,SmallXmlParser_ReadContent_m1631445300_RuntimeMethod_var); } IL_00f2: { SmallXmlParser_HandleBufferedContent_m3185158999(__this, /*hidden argument*/NULL); SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); String_t* L_18 = SmallXmlParser_ReadName_m3409228522(__this, /*hidden argument*/NULL); V_0 = L_18; SmallXmlParser_SkipWhitespaces_m990960618(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_19; int32_t L_20 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)63)))) { goto IL_0152; } } IL_011f: { String_t* L_21 = V_1; String_t* L_22 = SmallXmlParser_ReadUntil_m2715581630(__this, ((int32_t)63), (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m3937257545(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_1 = L_23; int32_t L_24 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)62))))) { goto IL_0141; } } { goto IL_0152; } IL_0141: { String_t* L_25 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3937257545(NULL /*static, unused*/, L_25, _stringLiteral3452614545, /*hidden argument*/NULL); V_1 = L_26; goto IL_011f; } IL_0152: { RuntimeObject* L_27 = __this->get_handler_0(); String_t* L_28 = V_0; String_t* L_29 = V_1; NullCheck(L_27); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(4 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnProcessingInstruction(System.String,System.String) */, IContentHandler_t2787973995_il2cpp_TypeInfo_var, L_27, L_28, L_29); SmallXmlParser_Expect_m674880652(__this, ((int32_t)62), /*hidden argument*/NULL); return; } IL_0168: { SmallXmlParser_HandleBufferedContent_m3185158999(__this, /*hidden argument*/NULL); Stack_t2329662280 * L_30 = __this->get_elementNames_2(); NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_30); if (L_31) { goto IL_0185; } } { Exception_t * L_32 = SmallXmlParser_UnexpectedEndError_m1914362401(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,SmallXmlParser_ReadContent_m1631445300_RuntimeMethod_var); } IL_0185: { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); String_t* L_33 = SmallXmlParser_ReadName_m3409228522(__this, /*hidden argument*/NULL); V_0 = L_33; SmallXmlParser_SkipWhitespaces_m990960618(__this, /*hidden argument*/NULL); Stack_t2329662280 * L_34 = __this->get_elementNames_2(); NullCheck(L_34); RuntimeObject * L_35 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_34); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_35, String_t_il2cpp_TypeInfo_var)); Stack_t2329662280 * L_36 = __this->get_xmlSpaces_3(); NullCheck(L_36); VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_36); Stack_t2329662280 * L_37 = __this->get_xmlSpaces_3(); NullCheck(L_37); int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_37); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_01e2; } } { Stack_t2329662280 * L_39 = __this->get_xmlSpaces_3(); NullCheck(L_39); RuntimeObject * L_40 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Peek() */, L_39); __this->set_xmlSpace_4(((String_t*)CastclassSealed((RuntimeObject*)L_40, String_t_il2cpp_TypeInfo_var))); goto IL_01e9; } IL_01e2: { __this->set_xmlSpace_4((String_t*)NULL); } IL_01e9: { String_t* L_41 = V_0; String_t* L_42 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0208; } } { String_t* L_44 = V_2; String_t* L_45 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2270729185, L_44, L_45, /*hidden argument*/NULL); Exception_t * L_47 = SmallXmlParser_Error_m3899025466(__this, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47,SmallXmlParser_ReadContent_m1631445300_RuntimeMethod_var); } IL_0208: { RuntimeObject* L_48 = __this->get_handler_0(); String_t* L_49 = V_0; NullCheck(L_48); InterfaceActionInvoker1< String_t* >::Invoke(3 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndElement(System.String) */, IContentHandler_t2787973995_il2cpp_TypeInfo_var, L_48, L_49); SmallXmlParser_Expect_m674880652(__this, ((int32_t)62), /*hidden argument*/NULL); return; } IL_021d: { SmallXmlParser_HandleBufferedContent_m3185158999(__this, /*hidden argument*/NULL); String_t* L_50 = SmallXmlParser_ReadName_m3409228522(__this, /*hidden argument*/NULL); V_0 = L_50; goto IL_023b; } IL_022f: { AttrListImpl_t567962447 * L_51 = __this->get_attributes_8(); SmallXmlParser_ReadAttribute_m3518350607(__this, L_51, /*hidden argument*/NULL); } IL_023b: { int32_t L_52 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((((int32_t)L_52) == ((int32_t)((int32_t)62)))) { goto IL_0255; } } { int32_t L_53 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)47))))) { goto IL_022f; } } IL_0255: { RuntimeObject* L_54 = __this->get_handler_0(); String_t* L_55 = V_0; AttrListImpl_t567962447 * L_56 = __this->get_attributes_8(); NullCheck(L_54); InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(2 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnStartElement(System.String,Mono.Xml.SmallXmlParser/IAttrList) */, IContentHandler_t2787973995_il2cpp_TypeInfo_var, L_54, L_55, L_56); AttrListImpl_t567962447 * L_57 = __this->get_attributes_8(); NullCheck(L_57); AttrListImpl_Clear_m2260362286(L_57, /*hidden argument*/NULL); SmallXmlParser_SkipWhitespaces_m990960618(__this, /*hidden argument*/NULL); int32_t L_58 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)47))))) { goto IL_029d; } } { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); RuntimeObject* L_59 = __this->get_handler_0(); String_t* L_60 = V_0; NullCheck(L_59); InterfaceActionInvoker1< String_t* >::Invoke(3 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndElement(System.String) */, IContentHandler_t2787973995_il2cpp_TypeInfo_var, L_59, L_60); goto IL_02ba; } IL_029d: { Stack_t2329662280 * L_61 = __this->get_elementNames_2(); String_t* L_62 = V_0; NullCheck(L_61); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_61, L_62); Stack_t2329662280 * L_63 = __this->get_xmlSpaces_3(); String_t* L_64 = __this->get_xmlSpace_4(); NullCheck(L_63); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_63, L_64); } IL_02ba: { SmallXmlParser_Expect_m674880652(__this, ((int32_t)62), /*hidden argument*/NULL); return; } IL_02c3: { SmallXmlParser_ReadCharacters_m3318286261(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::HandleBufferedContent() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_HandleBufferedContent_m3185158999 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_HandleBufferedContent_m3185158999_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = __this->get_buffer_5(); NullCheck(L_0); int32_t L_1 = StringBuilder_get_Length_m3238060835(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { return; } IL_0011: { bool L_2 = __this->get_isWhitespace_7(); if (!L_2) { goto IL_0037; } } { RuntimeObject* L_3 = __this->get_handler_0(); StringBuilder_t * L_4 = __this->get_buffer_5(); NullCheck(L_4); String_t* L_5 = StringBuilder_ToString_m3317489284(L_4, /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker1< String_t* >::Invoke(6 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnIgnorableWhitespace(System.String) */, IContentHandler_t2787973995_il2cpp_TypeInfo_var, L_3, L_5); goto IL_004d; } IL_0037: { RuntimeObject* L_6 = __this->get_handler_0(); StringBuilder_t * L_7 = __this->get_buffer_5(); NullCheck(L_7); String_t* L_8 = StringBuilder_ToString_m3317489284(L_7, /*hidden argument*/NULL); NullCheck(L_6); InterfaceActionInvoker1< String_t* >::Invoke(5 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnChars(System.String) */, IContentHandler_t2787973995_il2cpp_TypeInfo_var, L_6, L_8); } IL_004d: { StringBuilder_t * L_9 = __this->get_buffer_5(); NullCheck(L_9); StringBuilder_set_Length_m1410065908(L_9, 0, /*hidden argument*/NULL); __this->set_isWhitespace_7((bool)0); return; } } // System.Void Mono.Xml.SmallXmlParser::ReadCharacters() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCharacters_m3318286261 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { __this->set_isWhitespace_7((bool)0); } IL_0007: { int32_t L_0 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_002c; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)38)))) { goto IL_002e; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)60)))) { goto IL_002d; } } { goto IL_0040; } IL_002c: { return; } IL_002d: { return; } IL_002e: { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); SmallXmlParser_ReadReference_m1750252339(__this, /*hidden argument*/NULL); goto IL_0007; } IL_0040: { StringBuilder_t * L_5 = __this->get_buffer_5(); int32_t L_6 = SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_Append_m2383614642(L_5, (((int32_t)((uint16_t)L_6))), /*hidden argument*/NULL); goto IL_0007; } // Dead block : IL_0058: br IL_0007 } // System.Void Mono.Xml.SmallXmlParser::ReadReference() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadReference_m1750252339 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadReference_m1750252339_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { int32_t L_0 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)35))))) { goto IL_0020; } } { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); SmallXmlParser_ReadCharacterReference_m548953186(__this, /*hidden argument*/NULL); goto IL_0126; } IL_0020: { String_t* L_1 = SmallXmlParser_ReadName_m3409228522(__this, /*hidden argument*/NULL); V_0 = L_1; SmallXmlParser_Expect_m674880652(__this, ((int32_t)59), /*hidden argument*/NULL); String_t* L_2 = V_0; V_1 = L_2; String_t* L_3 = V_1; if (!L_3) { goto IL_011a; } } { Dictionary_2_t2736202052 * L_4 = ((SmallXmlParser_t973787839_StaticFields*)il2cpp_codegen_static_fields_for(SmallXmlParser_t973787839_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map18_12(); if (L_4) { goto IL_008a; } } { Dictionary_2_t2736202052 * L_5 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_5, 5, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_5; Dictionary_2_t2736202052 * L_6 = V_2; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral228143257, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_2; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral2328692158, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_2; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral372704686, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_2; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral3455498180, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_2; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral3455498169, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_2; ((SmallXmlParser_t973787839_StaticFields*)il2cpp_codegen_static_fields_for(SmallXmlParser_t973787839_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map18_12(L_11); } IL_008a: { Dictionary_2_t2736202052 * L_12 = ((SmallXmlParser_t973787839_StaticFields*)il2cpp_codegen_static_fields_for(SmallXmlParser_t973787839_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map18_12(); String_t* L_13 = V_1; NullCheck(L_12); bool L_14 = Dictionary_2_TryGetValue_m1013208020(L_12, L_13, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_14) { goto IL_011a; } } { int32_t L_15 = V_3; switch (L_15) { case 0: { goto IL_00bb; } case 1: { goto IL_00ce; } case 2: { goto IL_00e1; } case 3: { goto IL_00f4; } case 4: { goto IL_0107; } } } { goto IL_011a; } IL_00bb: { StringBuilder_t * L_16 = __this->get_buffer_5(); NullCheck(L_16); StringBuilder_Append_m2383614642(L_16, ((int32_t)38), /*hidden argument*/NULL); goto IL_0126; } IL_00ce: { StringBuilder_t * L_17 = __this->get_buffer_5(); NullCheck(L_17); StringBuilder_Append_m2383614642(L_17, ((int32_t)34), /*hidden argument*/NULL); goto IL_0126; } IL_00e1: { StringBuilder_t * L_18 = __this->get_buffer_5(); NullCheck(L_18); StringBuilder_Append_m2383614642(L_18, ((int32_t)39), /*hidden argument*/NULL); goto IL_0126; } IL_00f4: { StringBuilder_t * L_19 = __this->get_buffer_5(); NullCheck(L_19); StringBuilder_Append_m2383614642(L_19, ((int32_t)60), /*hidden argument*/NULL); goto IL_0126; } IL_0107: { StringBuilder_t * L_20 = __this->get_buffer_5(); NullCheck(L_20); StringBuilder_Append_m2383614642(L_20, ((int32_t)62), /*hidden argument*/NULL); goto IL_0126; } IL_011a: { Exception_t * L_21 = SmallXmlParser_Error_m3899025466(__this, _stringLiteral203507977, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,SmallXmlParser_ReadReference_m1750252339_RuntimeMethod_var); } IL_0126: { return; } } // System.Int32 Mono.Xml.SmallXmlParser::ReadCharacterReference() extern "C" IL2CPP_METHOD_ATTR int32_t SmallXmlParser_ReadCharacterReference_m548953186 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; int32_t L_0 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)120))))) { goto IL_00aa; } } { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); int32_t L_1 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); V_1 = L_1; goto IL_009e; } IL_0022: { int32_t L_2 = V_1; if ((((int32_t)((int32_t)48)) > ((int32_t)L_2))) { goto IL_0043; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) > ((int32_t)((int32_t)57)))) { goto IL_0043; } } { int32_t L_4 = V_0; int32_t L_5 = V_1; V_0 = ((int32_t)((int32_t)L_4<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_5)), (int32_t)((int32_t)48)))&(int32_t)((int32_t)31))))); goto IL_0090; } IL_0043: { int32_t L_6 = V_1; if ((((int32_t)((int32_t)65)) > ((int32_t)L_6))) { goto IL_0067; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) > ((int32_t)((int32_t)70)))) { goto IL_0067; } } { int32_t L_8 = V_0; int32_t L_9 = V_1; V_0 = ((int32_t)((int32_t)L_8<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_9)), (int32_t)((int32_t)65))), (int32_t)((int32_t)10)))&(int32_t)((int32_t)31))))); goto IL_0090; } IL_0067: { int32_t L_10 = V_1; if ((((int32_t)((int32_t)97)) > ((int32_t)L_10))) { goto IL_008b; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) > ((int32_t)((int32_t)102)))) { goto IL_008b; } } { int32_t L_12 = V_0; int32_t L_13 = V_1; V_0 = ((int32_t)((int32_t)L_12<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_13)), (int32_t)((int32_t)97))), (int32_t)((int32_t)10)))&(int32_t)((int32_t)31))))); goto IL_0090; } IL_008b: { goto IL_00a5; } IL_0090: { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); int32_t L_14 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); V_1 = L_14; } IL_009e: { int32_t L_15 = V_1; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_0022; } } IL_00a5: { goto IL_00f1; } IL_00aa: { int32_t L_16 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); V_2 = L_16; goto IL_00ea; } IL_00b6: { int32_t L_17 = V_2; if ((((int32_t)((int32_t)48)) > ((int32_t)L_17))) { goto IL_00d7; } } { int32_t L_18 = V_2; if ((((int32_t)L_18) > ((int32_t)((int32_t)57)))) { goto IL_00d7; } } { int32_t L_19 = V_0; int32_t L_20 = V_2; V_0 = ((int32_t)((int32_t)L_19<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_20)), (int32_t)((int32_t)48)))&(int32_t)((int32_t)31))))); goto IL_00dc; } IL_00d7: { goto IL_00f1; } IL_00dc: { SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); int32_t L_21 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); V_2 = L_21; } IL_00ea: { int32_t L_22 = V_2; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_00b6; } } IL_00f1: { int32_t L_23 = V_0; return L_23; } } // System.Void Mono.Xml.SmallXmlParser::ReadAttribute(Mono.Xml.SmallXmlParser/AttrListImpl) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadAttribute_m3518350607 (SmallXmlParser_t973787839 * __this, AttrListImpl_t567962447 * ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadAttribute_m3518350607_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { SmallXmlParser_SkipWhitespaces_m4243606597(__this, (bool)1, /*hidden argument*/NULL); int32_t L_0 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)((int32_t)47)))) { goto IL_0021; } } { int32_t L_1 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)62))))) { goto IL_0022; } } IL_0021: { return; } IL_0022: { String_t* L_2 = SmallXmlParser_ReadName_m3409228522(__this, /*hidden argument*/NULL); V_0 = L_2; SmallXmlParser_SkipWhitespaces_m990960618(__this, /*hidden argument*/NULL); SmallXmlParser_Expect_m674880652(__this, ((int32_t)61), /*hidden argument*/NULL); SmallXmlParser_SkipWhitespaces_m990960618(__this, /*hidden argument*/NULL); int32_t L_3 = SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)((int32_t)34)))) { goto IL_0068; } } { int32_t L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)((int32_t)39)))) { goto IL_0059; } } { goto IL_0077; } IL_0059: { String_t* L_6 = SmallXmlParser_ReadUntil_m2715581630(__this, ((int32_t)39), (bool)1, /*hidden argument*/NULL); V_1 = L_6; goto IL_0083; } IL_0068: { String_t* L_7 = SmallXmlParser_ReadUntil_m2715581630(__this, ((int32_t)34), (bool)1, /*hidden argument*/NULL); V_1 = L_7; goto IL_0083; } IL_0077: { Exception_t * L_8 = SmallXmlParser_Error_m3899025466(__this, _stringLiteral4028743167, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,SmallXmlParser_ReadAttribute_m3518350607_RuntimeMethod_var); } IL_0083: { String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, _stringLiteral1942376246, /*hidden argument*/NULL); if (!L_10) { goto IL_009a; } } { String_t* L_11 = V_1; __this->set_xmlSpace_4(L_11); } IL_009a: { AttrListImpl_t567962447 * L_12 = ___a0; String_t* L_13 = V_0; String_t* L_14 = V_1; NullCheck(L_12); AttrListImpl_Add_m3378108236(L_12, L_13, L_14, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::ReadCDATASection() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCDATASection_m138715165 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadCDATASection_m138715165_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; } IL_0002: { int32_t L_0 = SmallXmlParser_Peek_m1303779789(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0015; } } { Exception_t * L_1 = SmallXmlParser_UnexpectedEndError_m1914362401(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SmallXmlParser_ReadCDATASection_m138715165_RuntimeMethod_var); } IL_0015: { int32_t L_2 = SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); V_1 = (((int32_t)((uint16_t)L_2))); Il2CppChar L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)93))))) { goto IL_002e; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_0091; } IL_002e: { Il2CppChar L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)62))))) { goto IL_0062; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0062; } } { int32_t L_7 = V_0; V_2 = L_7; goto IL_0056; } IL_0044: { StringBuilder_t * L_8 = __this->get_buffer_5(); NullCheck(L_8); StringBuilder_Append_m2383614642(L_8, ((int32_t)93), /*hidden argument*/NULL); int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_0056: { int32_t L_10 = V_2; if ((((int32_t)L_10) > ((int32_t)2))) { goto IL_0044; } } { goto IL_0096; } IL_0062: { V_3 = 0; goto IL_007b; } IL_0069: { StringBuilder_t * L_11 = __this->get_buffer_5(); NullCheck(L_11); StringBuilder_Append_m2383614642(L_11, ((int32_t)93), /*hidden argument*/NULL); int32_t L_12 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_007b: { int32_t L_13 = V_3; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0069; } } { V_0 = 0; StringBuilder_t * L_15 = __this->get_buffer_5(); Il2CppChar L_16 = V_1; NullCheck(L_15); StringBuilder_Append_m2383614642(L_15, L_16, /*hidden argument*/NULL); } IL_0091: { goto IL_0002; } IL_0096: { return; } } // System.Void Mono.Xml.SmallXmlParser::ReadComment() extern "C" IL2CPP_METHOD_ATTR void SmallXmlParser_ReadComment_m1578426707 (SmallXmlParser_t973787839 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadComment_m1578426707_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SmallXmlParser_Expect_m674880652(__this, ((int32_t)45), /*hidden argument*/NULL); SmallXmlParser_Expect_m674880652(__this, ((int32_t)45), /*hidden argument*/NULL); } IL_0010: { int32_t L_0 = SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)((int32_t)45)))) { goto IL_0022; } } { goto IL_0010; } IL_0022: { int32_t L_1 = SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)((int32_t)45)))) { goto IL_0034; } } { goto IL_0010; } IL_0034: { int32_t L_2 = SmallXmlParser_Read_m3485223434(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)((int32_t)62)))) { goto IL_004d; } } { Exception_t * L_3 = SmallXmlParser_Error_m3899025466(__this, _stringLiteral2372855559, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,SmallXmlParser_ReadComment_m1578426707_RuntimeMethod_var); } IL_004d: { goto IL_0057; } // Dead block : IL_0052: br IL_0010 IL_0057: { 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 Mono.Xml.SmallXmlParser/AttrListImpl::.ctor() extern "C" IL2CPP_METHOD_ATTR void AttrListImpl__ctor_m3844427077 (AttrListImpl_t567962447 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl__ctor_m3844427077_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_attrNames_0(L_0); ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_attrValues_1(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 Mono.Xml.SmallXmlParser/AttrListImpl::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t AttrListImpl_get_Length_m1163071530 (AttrListImpl_t567962447 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_attrNames_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.String Mono.Xml.SmallXmlParser/AttrListImpl::GetName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* AttrListImpl_GetName_m2880551319 (AttrListImpl_t567962447 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_GetName_m2880551319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_attrNames_0(); int32_t L_1 = ___i0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } // System.String Mono.Xml.SmallXmlParser/AttrListImpl::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* AttrListImpl_GetValue_m3657391095 (AttrListImpl_t567962447 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_GetValue_m3657391095_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_attrValues_1(); int32_t L_1 = ___i0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } // System.String Mono.Xml.SmallXmlParser/AttrListImpl::GetValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* AttrListImpl_GetValue_m215192361 (AttrListImpl_t567962447 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_GetValue_m215192361_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0039; } IL_0007: { ArrayList_t2718874744 * L_0 = __this->get_attrNames_0(); int32_t L_1 = V_0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)), L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { ArrayList_t2718874744 * L_5 = __this->get_attrValues_1(); int32_t L_6 = V_0; NullCheck(L_5); RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6); return ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); } IL_0035: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0039: { int32_t L_9 = V_0; ArrayList_t2718874744 * L_10 = __this->get_attrNames_0(); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } { return (String_t*)NULL; } } // System.String[] Mono.Xml.SmallXmlParser/AttrListImpl::get_Names() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* AttrListImpl_get_Names_m977594476 (AttrListImpl_t567962447 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_get_Names_m977594476_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_attrNames_0(); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeArray * L_3 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_0, L_2); return ((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_3, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); } } // System.String[] Mono.Xml.SmallXmlParser/AttrListImpl::get_Values() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* AttrListImpl_get_Values_m3139810172 (AttrListImpl_t567962447 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_get_Values_m3139810172_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_attrValues_1(); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeArray * L_3 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_0, L_2); return ((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_3, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); } } // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Clear() extern "C" IL2CPP_METHOD_ATTR void AttrListImpl_Clear_m2260362286 (AttrListImpl_t567962447 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_attrNames_0(); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); ArrayList_t2718874744 * L_1 = __this->get_attrValues_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_1); return; } } // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void AttrListImpl_Add_m3378108236 (AttrListImpl_t567962447 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_attrNames_0(); String_t* L_1 = ___name0; NullCheck(L_0); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); ArrayList_t2718874744 * L_2 = __this->get_attrValues_1(); String_t* L_3 = ___value1; NullCheck(L_2); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.SmallXmlParserException::.ctor(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SmallXmlParserException__ctor_m1976648878 (SmallXmlParserException_t1329648272 * __this, String_t* ___msg0, int32_t ___line1, int32_t ___column2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParserException__ctor_m1976648878_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___msg0; int32_t L_1 = ___line1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); int32_t L_4 = ___column2; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral3493700598, L_0, L_3, L_6, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_7, /*hidden argument*/NULL); int32_t L_8 = ___line1; __this->set_line_11(L_8); int32_t L_9 = ___column2; __this->set_column_12(L_9); 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.__Il2CppComDelegate::Finalize() extern "C" IL2CPP_METHOD_ATTR void __Il2CppComDelegate_Finalize_m2460829410 (__Il2CppComDelegate_t1102178620 * __this, const RuntimeMethod* method) { __Il2CppComObject_Finalize_m2923638372(__this, NULL); } #ifdef __clang__ #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.__Il2CppComObject::Finalize() extern "C" IL2CPP_METHOD_ATTR void __Il2CppComObject_Finalize_m2923638372 (Il2CppComObject * __this, const RuntimeMethod* method) { if (__this->identity != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime((RuntimeObject*)__this)) { il2cpp_codegen_il2cpp_com_object_cleanup(__this); } __this->identity->Release(); __this->identity = NULL; } Object_Finalize_m3076187857(__this, NULL); } #ifdef __clang__ #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.AccessViolationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void AccessViolationException__ctor_m459401853 (AccessViolationException_t339633883 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AccessViolationException__ctor_m459401853_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2452977534, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147467261), /*hidden argument*/NULL); return; } } // System.Void System.AccessViolationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void AccessViolationException__ctor_m506103991 (AccessViolationException_t339633883 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__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.ActivationContext::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ActivationContext_System_Runtime_Serialization_ISerializable_GetObjectData_m2821911612 (ActivationContext_t976916018 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActivationContext_System_Runtime_Serialization_ISerializable_GetObjectData_m2821911612_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ActivationContext_System_Runtime_Serialization_ISerializable_GetObjectData_m2821911612_RuntimeMethod_var); } IL_0011: { return; } } // System.Void System.ActivationContext::Finalize() extern "C" IL2CPP_METHOD_ATTR void ActivationContext_Finalize_m1527946098 (ActivationContext_t976916018 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) ActivationContext_Dispose_m2038725770(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Void System.ActivationContext::Dispose() extern "C" IL2CPP_METHOD_ATTR void ActivationContext_Dispose_m827530843 (ActivationContext_t976916018 * __this, const RuntimeMethod* method) { { ActivationContext_Dispose_m2038725770(__this, (bool)1, /*hidden argument*/NULL); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void System.ActivationContext::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ActivationContext_Dispose_m2038725770 (ActivationContext_t976916018 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get__disposed_0(); if (!L_0) { goto IL_0018; } } { bool L_1 = ___disposing0; if (!L_1) { goto IL_0011; } } IL_0011: { __this->set__disposed_0((bool)1); } IL_0018: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object System.Activator::CreateInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3631483688 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; RuntimeObject * L_1 = Activator_CreateInstance_m2597605935(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Object System.Activator::CreateInstance(System.Type,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m94526014 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Activator_CreateInstance_m94526014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; ObjectU5BU5D_t2843939325* L_1 = ___args1; RuntimeObject * L_2 = Activator_CreateInstance_m3736402505(NULL /*static, unused*/, L_0, L_1, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); return L_2; } } // System.Object System.Activator::CreateInstance(System.Type,System.Object[],System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3736402505 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, ObjectU5BU5D_t2843939325* ___args1, ObjectU5BU5D_t2843939325* ___activationAttributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Activator_CreateInstance_m3736402505_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_1 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_2 = ___args1; ObjectU5BU5D_t2843939325* L_3 = ___activationAttributes2; RuntimeObject * L_4 = Activator_CreateInstance_m2998273980(NULL /*static, unused*/, L_0, 0, L_1, L_2, (CultureInfo_t4157843068 *)NULL, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m2998273980 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___args3, CultureInfo_t4157843068 * ___culture4, ObjectU5BU5D_t2843939325* ___activationAttributes5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Activator_CreateInstance_m2998273980_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; ConstructorInfo_t5769829 * V_3 = NULL; StringBuilder_t * V_4 = NULL; Type_t * V_5 = NULL; TypeU5BU5D_t3940880105* V_6 = NULL; int32_t V_7 = 0; String_t* V_8 = NULL; RuntimeObject * V_9 = NULL; TypeU5BU5D_t3940880105* G_B9_0 = NULL; StringBuilder_t * G_B23_0 = NULL; StringBuilder_t * G_B22_0 = NULL; String_t* G_B24_0 = NULL; StringBuilder_t * G_B24_1 = NULL; { Type_t * L_0 = ___type0; Activator_CheckType_m2787213785(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); Type_t * L_1 = ___type0; NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(93 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_1); if (!L_2) { goto IL_0027; } } { Type_t * L_3 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, L_3, _stringLiteral2686827879, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, L_4, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Activator_CreateInstance_m2998273980_RuntimeMethod_var); } IL_0027: { int32_t L_6 = ___bindingAttr1; if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)127)))) { goto IL_0036; } } { int32_t L_7 = ___bindingAttr1; ___bindingAttr1 = ((int32_t)((int32_t)L_7|(int32_t)((int32_t)20))); } IL_0036: { V_0 = 0; ObjectU5BU5D_t2843939325* L_8 = ___args3; if (!L_8) { goto IL_0042; } } { ObjectU5BU5D_t2843939325* L_9 = ___args3; NullCheck(L_9); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))); } IL_0042: { int32_t L_10 = V_0; if (L_10) { goto IL_0052; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_11 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); G_B9_0 = L_11; goto IL_0058; } IL_0052: { int32_t L_12 = V_0; G_B9_0 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)L_12)); } IL_0058: { V_1 = G_B9_0; V_2 = 0; goto IL_0077; } IL_0060: { ObjectU5BU5D_t2843939325* L_13 = ___args3; int32_t L_14 = V_2; NullCheck(L_13); int32_t L_15 = L_14; RuntimeObject * L_16 = (L_13)->GetAt(static_cast(L_15)); if (!L_16) { goto IL_0073; } } { TypeU5BU5D_t3940880105* L_17 = V_1; int32_t L_18 = V_2; ObjectU5BU5D_t2843939325* L_19 = ___args3; int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; RuntimeObject * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); Type_t * L_23 = Object_GetType_m88164663(L_22, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_23); (L_17)->SetAt(static_cast(L_18), (Type_t *)L_23); } IL_0073: { int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0077: { int32_t L_25 = V_2; int32_t L_26 = V_0; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0060; } } { Binder_t2999457153 * L_27 = ___binder2; if (L_27) { goto IL_008b; } } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_28 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ___binder2 = L_28; } IL_008b: { Binder_t2999457153 * L_29 = ___binder2; int32_t L_30 = ___bindingAttr1; Type_t * L_31 = ___type0; int32_t L_32 = ___bindingAttr1; NullCheck(L_31); ConstructorInfoU5BU5D_t881249896* L_33 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t881249896*, int32_t >::Invoke(89 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, L_31, L_32); TypeU5BU5D_t3940880105* L_34 = V_1; NullCheck(L_29); MethodBase_t * L_35 = VirtFuncInvoker4< MethodBase_t *, int32_t, MethodBaseU5BU5D_t779831733*, TypeU5BU5D_t3940880105*, ParameterModifierU5BU5D_t2943407543* >::Invoke(7 /* System.Reflection.MethodBase System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) */, L_29, L_30, (MethodBaseU5BU5D_t779831733*)(MethodBaseU5BU5D_t779831733*)L_33, L_34, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL); V_3 = ((ConstructorInfo_t5769829 *)CastclassClass((RuntimeObject*)L_35, ConstructorInfo_t5769829_il2cpp_TypeInfo_var)); ConstructorInfo_t5769829 * L_36 = V_3; if (L_36) { goto IL_0151; } } { Type_t * L_37 = ___type0; NullCheck(L_37); bool L_38 = Type_get_IsValueType_m3108065642(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00c1; } } { TypeU5BU5D_t3940880105* L_39 = V_1; NullCheck(L_39); if ((((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length))))) { goto IL_00c1; } } { Type_t * L_40 = ___type0; RuntimeObject * L_41 = Activator_CreateInstanceInternal_m1337209899(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); return L_41; } IL_00c1: { StringBuilder_t * L_42 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_42, /*hidden argument*/NULL); V_4 = L_42; TypeU5BU5D_t3940880105* L_43 = V_1; V_6 = L_43; V_7 = 0; goto IL_010d; } IL_00d3: { TypeU5BU5D_t3940880105* L_44 = V_6; int32_t L_45 = V_7; NullCheck(L_44); int32_t L_46 = L_45; Type_t * L_47 = (L_44)->GetAt(static_cast(L_46)); V_5 = L_47; StringBuilder_t * L_48 = V_4; Type_t * L_49 = V_5; G_B22_0 = L_48; if (!L_49) { G_B23_0 = L_48; goto IL_00ef; } } { Type_t * L_50 = V_5; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_50); G_B24_0 = L_51; G_B24_1 = G_B22_0; goto IL_00f4; } IL_00ef: { G_B24_0 = _stringLiteral2788501656; G_B24_1 = G_B23_0; } IL_00f4: { NullCheck(G_B24_1); StringBuilder_Append_m1965104174(G_B24_1, G_B24_0, /*hidden argument*/NULL); StringBuilder_t * L_52 = V_4; NullCheck(L_52); StringBuilder_Append_m1965104174(L_52, _stringLiteral3450517380, /*hidden argument*/NULL); int32_t L_53 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_010d: { int32_t L_54 = V_7; TypeU5BU5D_t3940880105* L_55 = V_6; NullCheck(L_55); if ((((int32_t)L_54) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_55)->max_length))))))) { goto IL_00d3; } } { StringBuilder_t * L_56 = V_4; NullCheck(L_56); int32_t L_57 = StringBuilder_get_Length_m3238060835(L_56, /*hidden argument*/NULL); if ((((int32_t)L_57) <= ((int32_t)2))) { goto IL_0134; } } { StringBuilder_t * L_58 = V_4; StringBuilder_t * L_59 = L_58; NullCheck(L_59); int32_t L_60 = StringBuilder_get_Length_m3238060835(L_59, /*hidden argument*/NULL); NullCheck(L_59); StringBuilder_set_Length_m1410065908(L_59, ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)2)), /*hidden argument*/NULL); } IL_0134: { String_t* L_61 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral576173281, /*hidden argument*/NULL); Type_t * L_62 = ___type0; NullCheck(L_62); String_t* L_63 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_62); StringBuilder_t * L_64 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_65 = String_Format_m2556382932(NULL /*static, unused*/, L_61, L_63, L_64, /*hidden argument*/NULL); MissingMethodException_t1274661534 * L_66 = (MissingMethodException_t1274661534 *)il2cpp_codegen_object_new(MissingMethodException_t1274661534_il2cpp_TypeInfo_var); MissingMethodException__ctor_m3234469579(L_66, L_65, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_66,Activator_CreateInstance_m2998273980_RuntimeMethod_var); } IL_0151: { Type_t * L_67 = ___type0; Activator_CheckAbstractType_m2015247896(NULL /*static, unused*/, L_67, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_68 = ___activationAttributes5; if (!L_68) { goto IL_01b8; } } { ObjectU5BU5D_t2843939325* L_69 = ___activationAttributes5; NullCheck(L_69); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_69)->max_length))))) <= ((int32_t)0))) { goto IL_01b8; } } { Type_t * L_70 = ___type0; NullCheck(L_70); bool L_71 = Type_get_IsMarshalByRef_m1681525688(L_70, /*hidden argument*/NULL); if (L_71) { goto IL_0196; } } { ObjectU5BU5D_t2843939325* L_72 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_73 = ___type0; NullCheck(L_73); String_t* L_74 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_73); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_74); (L_72)->SetAt(static_cast(0), (RuntimeObject *)L_74); String_t* L_75 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral3861759892, L_72, /*hidden argument*/NULL); V_8 = L_75; String_t* L_76 = V_8; NotSupportedException_t1314879016 * L_77 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_77, L_76, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77,Activator_CreateInstance_m2998273980_RuntimeMethod_var); } IL_0196: { Type_t * L_78 = ___type0; ObjectU5BU5D_t2843939325* L_79 = ___activationAttributes5; RuntimeObject * L_80 = ActivationServices_CreateProxyFromAttributes_m3864561181(NULL /*static, unused*/, L_78, L_79, /*hidden argument*/NULL); V_9 = L_80; RuntimeObject * L_81 = V_9; if (!L_81) { goto IL_01b8; } } { ConstructorInfo_t5769829 * L_82 = V_3; RuntimeObject * L_83 = V_9; int32_t L_84 = ___bindingAttr1; Binder_t2999457153 * L_85 = ___binder2; ObjectU5BU5D_t2843939325* L_86 = ___args3; CultureInfo_t4157843068 * L_87 = ___culture4; NullCheck(L_82); VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(18 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_82, L_83, L_84, L_85, L_86, L_87); RuntimeObject * L_88 = V_9; return L_88; } IL_01b8: { ConstructorInfo_t5769829 * L_89 = V_3; int32_t L_90 = ___bindingAttr1; Binder_t2999457153 * L_91 = ___binder2; ObjectU5BU5D_t2843939325* L_92 = ___args3; CultureInfo_t4157843068 * L_93 = ___culture4; NullCheck(L_89); RuntimeObject * L_94 = VirtFuncInvoker4< RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(33 /* System.Object System.Reflection.ConstructorInfo::Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_89, L_90, L_91, L_92, L_93); return L_94; } } // System.Object System.Activator::CreateInstance(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m2597605935 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Activator_CreateInstance_m2597605935_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConstructorInfo_t5769829 * V_0 = NULL; MonoType_t * V_1 = NULL; int32_t V_2 = 0; { Type_t * L_0 = ___type0; Activator_CheckType_m2787213785(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); Type_t * L_1 = ___type0; NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(93 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_1); if (!L_2) { goto IL_0027; } } { Type_t * L_3 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, L_3, _stringLiteral2686827879, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, L_4, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Activator_CreateInstance_m2597605935_RuntimeMethod_var); } IL_0027: { Type_t * L_6 = ___type0; Activator_CheckAbstractType_m2015247896(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); Type_t * L_7 = ___type0; V_1 = ((MonoType_t *)IsInstClass((RuntimeObject*)L_7, MonoType_t_il2cpp_TypeInfo_var)); MonoType_t * L_8 = V_1; if (!L_8) { goto IL_005f; } } { MonoType_t * L_9 = V_1; NullCheck(L_9); ConstructorInfo_t5769829 * L_10 = MonoType_GetDefaultConstructor_m1616852582(L_9, /*hidden argument*/NULL); V_0 = L_10; bool L_11 = ___nonPublic1; if (L_11) { goto IL_005a; } } { ConstructorInfo_t5769829 * L_12 = V_0; if (!L_12) { goto IL_005a; } } { ConstructorInfo_t5769829 * L_13 = V_0; NullCheck(L_13); bool L_14 = MethodBase_get_IsPublic_m2180846589(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_005a; } } { V_0 = (ConstructorInfo_t5769829 *)NULL; } IL_005a: { goto IL_007d; } IL_005f: { V_2 = ((int32_t)20); bool L_15 = ___nonPublic1; if (!L_15) { goto IL_006d; } } { int32_t L_16 = V_2; V_2 = ((int32_t)((int32_t)L_16|(int32_t)((int32_t)32))); } IL_006d: { Type_t * L_17 = ___type0; int32_t L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_19 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); NullCheck(L_17); ConstructorInfo_t5769829 * L_20 = Type_GetConstructor_m1195697116(L_17, L_18, (Binder_t2999457153 *)NULL, 3, L_19, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL, /*hidden argument*/NULL); V_0 = L_20; } IL_007d: { ConstructorInfo_t5769829 * L_21 = V_0; if (L_21) { goto IL_00b5; } } { Type_t * L_22 = ___type0; NullCheck(L_22); bool L_23 = Type_get_IsValueType_m3108065642(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0095; } } { Type_t * L_24 = ___type0; RuntimeObject * L_25 = Activator_CreateInstanceInternal_m1337209899(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); return L_25; } IL_0095: { String_t* L_26 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral940967826, /*hidden argument*/NULL); Type_t * L_27 = ___type0; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral882111926, L_28, /*hidden argument*/NULL); MissingMethodException_t1274661534 * L_30 = (MissingMethodException_t1274661534 *)il2cpp_codegen_object_new(MissingMethodException_t1274661534_il2cpp_TypeInfo_var); MissingMethodException__ctor_m41689610(L_30, L_26, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,Activator_CreateInstance_m2597605935_RuntimeMethod_var); } IL_00b5: { ConstructorInfo_t5769829 * L_31 = V_0; NullCheck(L_31); RuntimeObject * L_32 = ConstructorInfo_Invoke_m4089836896(L_31, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_32; } } // System.Void System.Activator::CheckType(System.Type) extern "C" IL2CPP_METHOD_ATTR void Activator_CheckType_m2787213785 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Activator_CheckType_m2787213785_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Type_t * L_0 = ___type0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Activator_CheckType_m2787213785_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___type0; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (TypedReference_t1491108119_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4))) { goto IL_0051; } } { Type_t * L_5 = ___type0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (ArgIterator_t539591376_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0051; } } { Type_t * L_8 = ___type0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10))) { goto IL_0051; } } { Type_t * L_11 = ___type0; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (RuntimeArgumentHandle_t3162137059_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_13)))) { goto IL_0072; } } IL_0051: { ObjectU5BU5D_t2843939325* L_14 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_15 = ___type0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_15); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_16); String_t* L_17 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral434156966, L_14, /*hidden argument*/NULL); V_0 = L_17; String_t* L_18 = V_0; NotSupportedException_t1314879016 * L_19 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,Activator_CheckType_m2787213785_RuntimeMethod_var); } IL_0072: { return; } } // System.Void System.Activator::CheckAbstractType(System.Type) extern "C" IL2CPP_METHOD_ATTR void Activator_CheckAbstractType_m2015247896 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Activator_CheckAbstractType_m2015247896_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsAbstract_m1120089130(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002c; } } { ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_3 = ___type0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_3); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_4); String_t* L_5 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral1908389171, L_2, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; MissingMethodException_t1274661534 * L_7 = (MissingMethodException_t1274661534 *)il2cpp_codegen_object_new(MissingMethodException_t1274661534_il2cpp_TypeInfo_var); MissingMethodException__ctor_m3234469579(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Activator_CheckAbstractType_m2015247896_RuntimeMethod_var); } IL_002c: { return; } } // System.Object System.Activator::CreateInstanceInternal(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstanceInternal_m1337209899 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { typedef RuntimeObject * (*Activator_CreateInstanceInternal_m1337209899_ftn) (Type_t *); using namespace il2cpp::icalls; return ((Activator_CreateInstanceInternal_m1337209899_ftn)mscorlib::System::Activator::CreateInstanceInternal) (___type0); } #ifdef __clang__ #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.AppDomain::.ctor() extern "C" IL2CPP_METHOD_ATTR void AppDomain__ctor_m900298256 (AppDomain_t1571427825 * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); return; } } // System.Void System.AppDomain::add_UnhandledException(System.UnhandledExceptionEventHandler) extern "C" IL2CPP_METHOD_ATTR void AppDomain_add_UnhandledException_m66698413 (AppDomain_t1571427825 * __this, UnhandledExceptionEventHandler_t3101989324 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AppDomain_add_UnhandledException_m66698413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UnhandledExceptionEventHandler_t3101989324 * L_0 = __this->get_UnhandledException_20(); UnhandledExceptionEventHandler_t3101989324 * L_1 = ___value0; Delegate_t1188392813 * L_2 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); __this->set_UnhandledException_20(((UnhandledExceptionEventHandler_t3101989324 *)CastclassSealed((RuntimeObject*)L_2, UnhandledExceptionEventHandler_t3101989324_il2cpp_TypeInfo_var))); return; } } // System.Void System.AppDomain::remove_UnhandledException(System.UnhandledExceptionEventHandler) extern "C" IL2CPP_METHOD_ATTR void AppDomain_remove_UnhandledException_m1144722992 (AppDomain_t1571427825 * __this, UnhandledExceptionEventHandler_t3101989324 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AppDomain_remove_UnhandledException_m1144722992_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UnhandledExceptionEventHandler_t3101989324 * L_0 = __this->get_UnhandledException_20(); UnhandledExceptionEventHandler_t3101989324 * L_1 = ___value0; Delegate_t1188392813 * L_2 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); __this->set_UnhandledException_20(((UnhandledExceptionEventHandler_t3101989324 *)CastclassSealed((RuntimeObject*)L_2, UnhandledExceptionEventHandler_t3101989324_il2cpp_TypeInfo_var))); return; } } // System.String System.AppDomain::getFriendlyName() extern "C" IL2CPP_METHOD_ATTR String_t* AppDomain_getFriendlyName_m248495153 (AppDomain_t1571427825 * __this, const RuntimeMethod* method) { typedef String_t* (*AppDomain_getFriendlyName_m248495153_ftn) (AppDomain_t1571427825 *); using namespace il2cpp::icalls; return ((AppDomain_getFriendlyName_m248495153_ftn)mscorlib::System::AppDomain::getFriendlyName) (__this); } // System.AppDomain System.AppDomain::getCurDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_getCurDomain_m1005431575 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef AppDomain_t1571427825 * (*AppDomain_getCurDomain_m1005431575_ftn) (); using namespace il2cpp::icalls; return ((AppDomain_getCurDomain_m1005431575_ftn)mscorlib::System::AppDomain::getCurDomain) (); } // System.AppDomain System.AppDomain::get_CurrentDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_get_CurrentDomain_m182766250 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { AppDomain_t1571427825 * L_0 = AppDomain_getCurDomain_m1005431575(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Reflection.Assembly[] System.AppDomain::GetAssemblies(System.Boolean) extern "C" IL2CPP_METHOD_ATTR AssemblyU5BU5D_t2792222854* AppDomain_GetAssemblies_m3792590914 (AppDomain_t1571427825 * __this, bool ___refOnly0, const RuntimeMethod* method) { typedef AssemblyU5BU5D_t2792222854* (*AppDomain_GetAssemblies_m3792590914_ftn) (AppDomain_t1571427825 *, bool); using namespace il2cpp::icalls; return ((AppDomain_GetAssemblies_m3792590914_ftn)mscorlib::System::AppDomain::GetAssemblies) (__this, ___refOnly0); } // System.Reflection.Assembly[] System.AppDomain::GetAssemblies() extern "C" IL2CPP_METHOD_ATTR AssemblyU5BU5D_t2792222854* AppDomain_GetAssemblies_m803088943 (AppDomain_t1571427825 * __this, const RuntimeMethod* method) { { AssemblyU5BU5D_t2792222854* L_0 = AppDomain_GetAssemblies_m3792590914(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Reflection.Assembly System.AppDomain::LoadAssembly(System.String,System.Security.Policy.Evidence,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_LoadAssembly_m1557889794 (AppDomain_t1571427825 * __this, String_t* ___assemblyRef0, Evidence_t2008144148 * ___securityEvidence1, bool ___refOnly2, const RuntimeMethod* method) { typedef Assembly_t * (*AppDomain_LoadAssembly_m1557889794_ftn) (AppDomain_t1571427825 *, String_t*, Evidence_t2008144148 *, bool); using namespace il2cpp::icalls; return ((AppDomain_LoadAssembly_m1557889794_ftn)mscorlib::System::AppDomain::LoadAssembly) (__this, ___assemblyRef0, ___securityEvidence1, ___refOnly2); } // System.Reflection.Assembly System.AppDomain::Load(System.Reflection.AssemblyName) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_m3747492338 (AppDomain_t1571427825 * __this, AssemblyName_t270931938 * ___assemblyRef0, const RuntimeMethod* method) { { AssemblyName_t270931938 * L_0 = ___assemblyRef0; Assembly_t * L_1 = AppDomain_Load_m658415838(__this, L_0, (Evidence_t2008144148 *)NULL, /*hidden argument*/NULL); return L_1; } } // System.Reflection.Assembly System.AppDomain::Load(System.Reflection.AssemblyName,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_m658415838 (AppDomain_t1571427825 * __this, AssemblyName_t270931938 * ___assemblyRef0, Evidence_t2008144148 * ___assemblySecurity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AppDomain_Load_m658415838_MetadataUsageId); s_Il2CppMethodInitialized = true; } Assembly_t * V_0 = NULL; String_t* V_1 = NULL; AssemblyName_t270931938 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; ByteU5BU5D_t4116647657* V_4 = NULL; int32_t V_5 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { AssemblyName_t270931938 * L_0 = ___assemblyRef0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2892699190, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AppDomain_Load_m658415838_RuntimeMethod_var); } IL_0011: { AssemblyName_t270931938 * L_2 = ___assemblyRef0; NullCheck(L_2); String_t* L_3 = AssemblyName_get_Name_m4072373679(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002c; } } { AssemblyName_t270931938 * L_4 = ___assemblyRef0; NullCheck(L_4); String_t* L_5 = AssemblyName_get_Name_m4072373679(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0059; } } IL_002c: { AssemblyName_t270931938 * L_7 = ___assemblyRef0; NullCheck(L_7); String_t* L_8 = AssemblyName_get_CodeBase_m3370349098(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0044; } } { AssemblyName_t270931938 * L_9 = ___assemblyRef0; NullCheck(L_9); String_t* L_10 = AssemblyName_get_CodeBase_m3370349098(L_9, /*hidden argument*/NULL); Evidence_t2008144148 * L_11 = ___assemblySecurity1; Assembly_t * L_12 = Assembly_LoadFrom_m3943705766(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0044: { String_t* L_13 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral408360174, /*hidden argument*/NULL); ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_14, L_13, _stringLiteral2892699190, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,AppDomain_Load_m658415838_RuntimeMethod_var); } IL_0059: { AssemblyName_t270931938 * L_15 = ___assemblyRef0; NullCheck(L_15); String_t* L_16 = AssemblyName_get_FullName_m3351492191(L_15, /*hidden argument*/NULL); Evidence_t2008144148 * L_17 = ___assemblySecurity1; Assembly_t * L_18 = AppDomain_LoadAssembly_m1557889794(__this, L_16, L_17, (bool)0, /*hidden argument*/NULL); V_0 = L_18; Assembly_t * L_19 = V_0; if (!L_19) { goto IL_0070; } } { Assembly_t * L_20 = V_0; return L_20; } IL_0070: { AssemblyName_t270931938 * L_21 = ___assemblyRef0; NullCheck(L_21); String_t* L_22 = AssemblyName_get_CodeBase_m3370349098(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0088; } } { AssemblyName_t270931938 * L_23 = ___assemblyRef0; NullCheck(L_23); String_t* L_24 = AssemblyName_get_Name_m4072373679(L_23, /*hidden argument*/NULL); FileNotFoundException_t225391025 * L_25 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_25, (String_t*)NULL, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,AppDomain_Load_m658415838_RuntimeMethod_var); } IL_0088: { AssemblyName_t270931938 * L_26 = ___assemblyRef0; NullCheck(L_26); String_t* L_27 = AssemblyName_get_CodeBase_m3370349098(L_26, /*hidden argument*/NULL); V_1 = L_27; String_t* L_28 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_29 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_30 = String_ToLower_m3490221821(L_28, L_29, /*hidden argument*/NULL); NullCheck(L_30); bool L_31 = String_StartsWith_m1759067526(L_30, _stringLiteral4054833267, /*hidden argument*/NULL); if (!L_31) { goto IL_00b5; } } { String_t* L_32 = V_1; Uri_t722248887 * L_33 = (Uri_t722248887 *)il2cpp_codegen_object_new(Uri_t722248887_il2cpp_TypeInfo_var); Uri__ctor_m2045817678(L_33, L_32, /*hidden argument*/NULL); NullCheck(L_33); String_t* L_34 = Uri_get_LocalPath_m3693494488(L_33, /*hidden argument*/NULL); V_1 = L_34; } IL_00b5: try { // begin try (depth: 1) String_t* L_35 = V_1; Evidence_t2008144148 * L_36 = ___assemblySecurity1; Assembly_t * L_37 = Assembly_LoadFrom_m3943705766(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); V_0 = L_37; goto IL_00d5; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00c2; throw e; } CATCH_00c2: { // begin catch(System.Object) { AssemblyName_t270931938 * L_38 = ___assemblyRef0; NullCheck(L_38); String_t* L_39 = AssemblyName_get_Name_m4072373679(L_38, /*hidden argument*/NULL); FileNotFoundException_t225391025 * L_40 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_40, (String_t*)NULL, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,AppDomain_Load_m658415838_RuntimeMethod_var); } IL_00d0: { goto IL_00d5; } } // end catch (depth: 1) IL_00d5: { Assembly_t * L_41 = V_0; NullCheck(L_41); AssemblyName_t270931938 * L_42 = VirtFuncInvoker0< AssemblyName_t270931938 * >::Invoke(18 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_41); V_2 = L_42; AssemblyName_t270931938 * L_43 = ___assemblyRef0; NullCheck(L_43); String_t* L_44 = AssemblyName_get_Name_m4072373679(L_43, /*hidden argument*/NULL); AssemblyName_t270931938 * L_45 = V_2; NullCheck(L_45); String_t* L_46 = AssemblyName_get_Name_m4072373679(L_45, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_47 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_44, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_00ff; } } { AssemblyName_t270931938 * L_48 = ___assemblyRef0; NullCheck(L_48); String_t* L_49 = AssemblyName_get_Name_m4072373679(L_48, /*hidden argument*/NULL); FileNotFoundException_t225391025 * L_50 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_50, (String_t*)NULL, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50,AppDomain_Load_m658415838_RuntimeMethod_var); } IL_00ff: { AssemblyName_t270931938 * L_51 = ___assemblyRef0; NullCheck(L_51); Version_t3456873960 * L_52 = AssemblyName_get_Version_m538083430(L_51, /*hidden argument*/NULL); Version_t3456873960 * L_53 = (Version_t3456873960 *)il2cpp_codegen_object_new(Version_t3456873960_il2cpp_TypeInfo_var); Version__ctor_m872301635(L_53, /*hidden argument*/NULL); bool L_54 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0137; } } { AssemblyName_t270931938 * L_55 = ___assemblyRef0; NullCheck(L_55); Version_t3456873960 * L_56 = AssemblyName_get_Version_m538083430(L_55, /*hidden argument*/NULL); AssemblyName_t270931938 * L_57 = V_2; NullCheck(L_57); Version_t3456873960 * L_58 = AssemblyName_get_Version_m538083430(L_57, /*hidden argument*/NULL); bool L_59 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_56, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0137; } } { AssemblyName_t270931938 * L_60 = ___assemblyRef0; NullCheck(L_60); String_t* L_61 = AssemblyName_get_Name_m4072373679(L_60, /*hidden argument*/NULL); FileNotFoundException_t225391025 * L_62 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_62, (String_t*)NULL, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62,AppDomain_Load_m658415838_RuntimeMethod_var); } IL_0137: { AssemblyName_t270931938 * L_63 = ___assemblyRef0; NullCheck(L_63); CultureInfo_t4157843068 * L_64 = AssemblyName_get_CultureInfo_m3135152423(L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_0160; } } { AssemblyName_t270931938 * L_65 = ___assemblyRef0; NullCheck(L_65); CultureInfo_t4157843068 * L_66 = AssemblyName_get_CultureInfo_m3135152423(L_65, /*hidden argument*/NULL); AssemblyName_t270931938 * L_67 = V_2; NullCheck(L_66); bool L_68 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Globalization.CultureInfo::Equals(System.Object) */, L_66, L_67); if (!L_68) { goto IL_0160; } } { AssemblyName_t270931938 * L_69 = ___assemblyRef0; NullCheck(L_69); String_t* L_70 = AssemblyName_get_Name_m4072373679(L_69, /*hidden argument*/NULL); FileNotFoundException_t225391025 * L_71 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_71, (String_t*)NULL, L_70, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_71,AppDomain_Load_m658415838_RuntimeMethod_var); } IL_0160: { AssemblyName_t270931938 * L_72 = ___assemblyRef0; NullCheck(L_72); ByteU5BU5D_t4116647657* L_73 = AssemblyName_GetPublicKeyToken_m741436902(L_72, /*hidden argument*/NULL); V_3 = L_73; ByteU5BU5D_t4116647657* L_74 = V_3; if (!L_74) { goto IL_01ca; } } { AssemblyName_t270931938 * L_75 = V_2; NullCheck(L_75); ByteU5BU5D_t4116647657* L_76 = AssemblyName_GetPublicKeyToken_m741436902(L_75, /*hidden argument*/NULL); V_4 = L_76; ByteU5BU5D_t4116647657* L_77 = V_4; if (!L_77) { goto IL_0188; } } { ByteU5BU5D_t4116647657* L_78 = V_3; NullCheck(L_78); ByteU5BU5D_t4116647657* L_79 = V_4; NullCheck(L_79); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_78)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_79)->max_length))))))) { goto IL_0195; } } IL_0188: { AssemblyName_t270931938 * L_80 = ___assemblyRef0; NullCheck(L_80); String_t* L_81 = AssemblyName_get_Name_m4072373679(L_80, /*hidden argument*/NULL); FileNotFoundException_t225391025 * L_82 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_82, (String_t*)NULL, L_81, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_82,AppDomain_Load_m658415838_RuntimeMethod_var); } IL_0195: { ByteU5BU5D_t4116647657* L_83 = V_3; NullCheck(L_83); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_83)->max_length)))), (int32_t)1)); goto IL_01c2; } IL_01a1: { ByteU5BU5D_t4116647657* L_84 = V_4; int32_t L_85 = V_5; NullCheck(L_84); int32_t L_86 = L_85; uint8_t L_87 = (L_84)->GetAt(static_cast(L_86)); ByteU5BU5D_t4116647657* L_88 = V_3; int32_t L_89 = V_5; NullCheck(L_88); int32_t L_90 = L_89; uint8_t L_91 = (L_88)->GetAt(static_cast(L_90)); if ((((int32_t)L_87) == ((int32_t)L_91))) { goto IL_01bc; } } { AssemblyName_t270931938 * L_92 = ___assemblyRef0; NullCheck(L_92); String_t* L_93 = AssemblyName_get_Name_m4072373679(L_92, /*hidden argument*/NULL); FileNotFoundException_t225391025 * L_94 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_94, (String_t*)NULL, L_93, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_94,AppDomain_Load_m658415838_RuntimeMethod_var); } IL_01bc: { int32_t L_95 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)1)); } IL_01c2: { int32_t L_96 = V_5; if ((((int32_t)L_96) >= ((int32_t)0))) { goto IL_01a1; } } IL_01ca: { Assembly_t * L_97 = V_0; return L_97; } } // System.Reflection.Assembly System.AppDomain::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_m4174353770 (AppDomain_t1571427825 * __this, String_t* ___assemblyString0, const RuntimeMethod* method) { { String_t* L_0 = ___assemblyString0; Assembly_t * L_1 = AppDomain_Load_m2969998014(__this, L_0, (Evidence_t2008144148 *)NULL, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.Assembly System.AppDomain::Load(System.String,System.Security.Policy.Evidence,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_Load_m2969998014 (AppDomain_t1571427825 * __this, String_t* ___assemblyString0, Evidence_t2008144148 * ___assemblySecurity1, bool ___refonly2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AppDomain_Load_m2969998014_MetadataUsageId); s_Il2CppMethodInitialized = true; } Assembly_t * V_0 = NULL; { String_t* L_0 = ___assemblyString0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1952006009, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AppDomain_Load_m2969998014_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___assemblyString0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral248753636, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,AppDomain_Load_m2969998014_RuntimeMethod_var); } IL_0027: { String_t* L_5 = ___assemblyString0; Evidence_t2008144148 * L_6 = ___assemblySecurity1; bool L_7 = ___refonly2; Assembly_t * L_8 = AppDomain_LoadAssembly_m1557889794(__this, L_5, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; Assembly_t * L_9 = V_0; if (L_9) { goto IL_003f; } } { String_t* L_10 = ___assemblyString0; FileNotFoundException_t225391025 * L_11 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_11, (String_t*)NULL, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,AppDomain_Load_m2969998014_RuntimeMethod_var); } IL_003f: { Assembly_t * L_12 = V_0; return L_12; } } // System.Runtime.Remoting.Contexts.Context System.AppDomain::InternalSetContext(System.Runtime.Remoting.Contexts.Context) extern "C" IL2CPP_METHOD_ATTR Context_t3285446944 * AppDomain_InternalSetContext_m139827955 (RuntimeObject * __this /* static, unused */, Context_t3285446944 * ___context0, const RuntimeMethod* method) { typedef Context_t3285446944 * (*AppDomain_InternalSetContext_m139827955_ftn) (Context_t3285446944 *); using namespace il2cpp::icalls; return ((AppDomain_InternalSetContext_m139827955_ftn)mscorlib::System::AppDomain::InternalSetContext) (___context0); } // System.Runtime.Remoting.Contexts.Context System.AppDomain::InternalGetContext() extern "C" IL2CPP_METHOD_ATTR Context_t3285446944 * AppDomain_InternalGetContext_m114897961 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef Context_t3285446944 * (*AppDomain_InternalGetContext_m114897961_ftn) (); using namespace il2cpp::icalls; return ((AppDomain_InternalGetContext_m114897961_ftn)mscorlib::System::AppDomain::InternalGetContext) (); } // System.Runtime.Remoting.Contexts.Context System.AppDomain::InternalGetDefaultContext() extern "C" IL2CPP_METHOD_ATTR Context_t3285446944 * AppDomain_InternalGetDefaultContext_m1679027951 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef Context_t3285446944 * (*AppDomain_InternalGetDefaultContext_m1679027951_ftn) (); using namespace il2cpp::icalls; return ((AppDomain_InternalGetDefaultContext_m1679027951_ftn)mscorlib::System::AppDomain::InternalGetDefaultContext) (); } // System.String System.AppDomain::InternalGetProcessGuid(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* AppDomain_InternalGetProcessGuid_m1352630171 (RuntimeObject * __this /* static, unused */, String_t* ___newguid0, const RuntimeMethod* method) { typedef String_t* (*AppDomain_InternalGetProcessGuid_m1352630171_ftn) (String_t*); using namespace il2cpp::icalls; return ((AppDomain_InternalGetProcessGuid_m1352630171_ftn)mscorlib::System::AppDomain::InternalGetProcessGuid) (___newguid0); } // System.String System.AppDomain::GetProcessGuid() extern "C" IL2CPP_METHOD_ATTR String_t* AppDomain_GetProcessGuid_m3316193837 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AppDomain_GetProcessGuid_m3316193837_MetadataUsageId); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset(&V_0, 0, sizeof(V_0)); { String_t* L_0 = ((AppDomain_t1571427825_StaticFields*)il2cpp_codegen_static_fields_for(AppDomain_t1571427825_il2cpp_TypeInfo_var))->get__process_guid_2(); if (L_0) { goto IL_0021; } } { IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_1 = Guid_NewGuid_m923091018(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = Guid_ToString_m3279186591((&V_0), /*hidden argument*/NULL); String_t* L_3 = AppDomain_InternalGetProcessGuid_m1352630171(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); ((AppDomain_t1571427825_StaticFields*)il2cpp_codegen_static_fields_for(AppDomain_t1571427825_il2cpp_TypeInfo_var))->set__process_guid_2(L_3); } IL_0021: { String_t* L_4 = ((AppDomain_t1571427825_StaticFields*)il2cpp_codegen_static_fields_for(AppDomain_t1571427825_il2cpp_TypeInfo_var))->get__process_guid_2(); return L_4; } } // System.String System.AppDomain::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* AppDomain_ToString_m1389451889 (AppDomain_t1571427825 * __this, const RuntimeMethod* method) { { String_t* L_0 = AppDomain_getFriendlyName_m248495153(__this, /*hidden argument*/NULL); return L_0; } } // System.Reflection.Assembly System.AppDomain::DoTypeResolve(System.Object) extern "C" IL2CPP_METHOD_ATTR Assembly_t * AppDomain_DoTypeResolve_m1335093328 (AppDomain_t1571427825 * __this, RuntimeObject * ___name_or_tb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AppDomain_DoTypeResolve_m1335093328_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Hashtable_t1853889766 * V_1 = NULL; Delegate_t1188392813 * V_2 = NULL; DelegateU5BU5D_t1703627840* V_3 = NULL; int32_t V_4 = 0; ResolveEventHandler_t2775508208 * V_5 = NULL; Assembly_t * V_6 = NULL; Assembly_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ResolveEventHandler_t2775508208 * L_0 = __this->get_TypeResolve_19(); if (L_0) { goto IL_000d; } } { return (Assembly_t *)NULL; } IL_000d: { RuntimeObject * L_1 = ___name_or_tb0; if (!((TypeBuilder_t1073948154 *)IsInstSealed((RuntimeObject*)L_1, TypeBuilder_t1073948154_il2cpp_TypeInfo_var))) { goto IL_0029; } } { RuntimeObject * L_2 = ___name_or_tb0; NullCheck(((TypeBuilder_t1073948154 *)CastclassSealed((RuntimeObject*)L_2, TypeBuilder_t1073948154_il2cpp_TypeInfo_var))); String_t* L_3 = TypeBuilder_get_FullName_m420272554(((TypeBuilder_t1073948154 *)CastclassSealed((RuntimeObject*)L_2, TypeBuilder_t1073948154_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_3; goto IL_0030; } IL_0029: { RuntimeObject * L_4 = ___name_or_tb0; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } IL_0030: { Hashtable_t1853889766 * L_5 = ((AppDomain_t1571427825_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(AppDomain_t1571427825_il2cpp_TypeInfo_var))->get_type_resolve_in_progress_3(); V_1 = L_5; Hashtable_t1853889766 * L_6 = V_1; if (L_6) { goto IL_0048; } } { Hashtable_t1853889766 * L_7 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_7, /*hidden argument*/NULL); V_1 = L_7; Hashtable_t1853889766 * L_8 = V_1; ((AppDomain_t1571427825_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(AppDomain_t1571427825_il2cpp_TypeInfo_var))->set_type_resolve_in_progress_3(L_8); } IL_0048: { Hashtable_t1853889766 * L_9 = V_1; String_t* L_10 = V_0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_9, L_10); if (!L_11) { goto IL_0056; } } { return (Assembly_t *)NULL; } IL_0056: { Hashtable_t1853889766 * L_12 = V_1; String_t* L_13 = V_0; String_t* L_14 = V_0; NullCheck(L_12); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_12, L_13, L_14); } IL_005e: try { // begin try (depth: 1) { ResolveEventHandler_t2775508208 * L_15 = __this->get_TypeResolve_19(); NullCheck(L_15); DelegateU5BU5D_t1703627840* L_16 = MulticastDelegate_GetInvocationList_m4256593605(L_15, /*hidden argument*/NULL); V_3 = L_16; V_4 = 0; goto IL_00a5; } IL_0072: { DelegateU5BU5D_t1703627840* L_17 = V_3; int32_t L_18 = V_4; NullCheck(L_17); int32_t L_19 = L_18; Delegate_t1188392813 * L_20 = (L_17)->GetAt(static_cast(L_19)); V_2 = L_20; Delegate_t1188392813 * L_21 = V_2; V_5 = ((ResolveEventHandler_t2775508208 *)CastclassSealed((RuntimeObject*)L_21, ResolveEventHandler_t2775508208_il2cpp_TypeInfo_var)); ResolveEventHandler_t2775508208 * L_22 = V_5; String_t* L_23 = V_0; ResolveEventArgs_t1779456501 * L_24 = (ResolveEventArgs_t1779456501 *)il2cpp_codegen_object_new(ResolveEventArgs_t1779456501_il2cpp_TypeInfo_var); ResolveEventArgs__ctor_m1455935166(L_24, L_23, /*hidden argument*/NULL); NullCheck(L_22); Assembly_t * L_25 = ResolveEventHandler_Invoke_m1337322179(L_22, __this, L_24, /*hidden argument*/NULL); V_6 = L_25; Assembly_t * L_26 = V_6; if (!L_26) { goto IL_009f; } } IL_0096: { Assembly_t * L_27 = V_6; V_7 = L_27; IL2CPP_LEAVE(0xC4, FINALLY_00bc); } IL_009f: { int32_t L_28 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00a5: { int32_t L_29 = V_4; DelegateU5BU5D_t1703627840* L_30 = V_3; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_0072; } } IL_00af: { V_7 = (Assembly_t *)NULL; IL2CPP_LEAVE(0xC4, FINALLY_00bc); } IL_00b7: { ; // IL_00b7: leave IL_00c4 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bc; } FINALLY_00bc: { // begin finally (depth: 1) Hashtable_t1853889766 * L_31 = V_1; String_t* L_32 = V_0; NullCheck(L_31); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_31, L_32); IL2CPP_END_FINALLY(188) } // end finally (depth: 1) IL2CPP_CLEANUP(188) { IL2CPP_JUMP_TBL(0xC4, IL_00c4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c4: { Assembly_t * L_33 = V_7; return L_33; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_AppDomainInitializer_t682969308 (AppDomainInitializer_t682969308 * __this, StringU5BU5D_t1281789340* ___args0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(char**); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___args0' to native representation char** ____args0_marshaled = NULL; if (___args0 != NULL) { il2cpp_array_size_t ____args0_Length = (___args0)->max_length; ____args0_marshaled = il2cpp_codegen_marshal_allocate_array(____args0_Length + 1); (____args0_marshaled)[____args0_Length] = NULL; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(____args0_Length); i++) { (____args0_marshaled)[i] = il2cpp_codegen_marshal_string((___args0)->GetAtUnchecked(static_cast(i))); } } else { ____args0_marshaled = NULL; } // Native function invocation il2cppPInvokeFunc(____args0_marshaled); // Marshaling cleanup of parameter '___args0' native representation if (____args0_marshaled != NULL) { const il2cpp_array_size_t ____args0_marshaled_CleanupLoopCount = (___args0 != NULL) ? (___args0)->max_length : 0; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(____args0_marshaled_CleanupLoopCount); i++) { il2cpp_codegen_marshal_free((____args0_marshaled)[i]); (____args0_marshaled)[i] = NULL; } il2cpp_codegen_marshal_free(____args0_marshaled); ____args0_marshaled = NULL; } } // System.Void System.AppDomainInitializer::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void AppDomainInitializer__ctor_m804756664 (AppDomainInitializer_t682969308 * __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.AppDomainInitializer::Invoke(System.String[]) extern "C" IL2CPP_METHOD_ATTR void AppDomainInitializer_Invoke_m1036878490 (AppDomainInitializer_t682969308 * __this, StringU5BU5D_t1281789340* ___args0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { AppDomainInitializer_Invoke_m1036878490((AppDomainInitializer_t682969308 *)__this->get_prev_9(), ___args0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, StringU5BU5D_t1281789340*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___args0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, StringU5BU5D_t1281789340*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___args0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< StringU5BU5D_t1281789340* >::Invoke(targetMethod, targetThis, ___args0); else GenericVirtActionInvoker1< StringU5BU5D_t1281789340* >::Invoke(targetMethod, targetThis, ___args0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< StringU5BU5D_t1281789340* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___args0); else VirtActionInvoker1< StringU5BU5D_t1281789340* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___args0); } } else { typedef void (*FunctionPointerType) (void*, StringU5BU5D_t1281789340*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___args0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___args0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___args0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___args0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___args0); } } else { typedef void (*FunctionPointerType) (StringU5BU5D_t1281789340*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___args0, targetMethod); } } } } // System.IAsyncResult System.AppDomainInitializer::BeginInvoke(System.String[],System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* AppDomainInitializer_BeginInvoke_m2460927216 (AppDomainInitializer_t682969308 * __this, StringU5BU5D_t1281789340* ___args0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___args0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.AppDomainInitializer::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void AppDomainInitializer_EndInvoke_m2095010821 (AppDomainInitializer_t682969308 * __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.AppDomainSetup::.ctor() extern "C" IL2CPP_METHOD_ATTR void AppDomainSetup__ctor_m363420372 (AppDomainSetup_t123196401 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ApplicationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ApplicationException__ctor_m2557611022 (ApplicationException_t2339761290 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ApplicationException__ctor_m2557611022_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2760664194, /*hidden argument*/NULL); Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146232832), /*hidden argument*/NULL); return; } } // System.Void System.ApplicationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ApplicationException__ctor_m2517758450 (ApplicationException_t2339761290 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146232832), /*hidden argument*/NULL); return; } } // System.Void System.ApplicationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ApplicationException__ctor_m692455299 (ApplicationException_t2339761290 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; Exception__ctor_m1406832249(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146232832), /*hidden argument*/NULL); return; } } // System.Void System.ApplicationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ApplicationException__ctor_m1689533002 (ApplicationException_t2339761290 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception__ctor_m2499432361(__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.ApplicationIdentity::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ApplicationIdentity_System_Runtime_Serialization_ISerializable_GetObjectData_m995105840 (ApplicationIdentity_t1917735356 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ApplicationIdentity_System_Runtime_Serialization_ISerializable_GetObjectData_m995105840_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ApplicationIdentity_System_Runtime_Serialization_ISerializable_GetObjectData_m995105840_RuntimeMethod_var); } IL_0011: { return; } } // System.String System.ApplicationIdentity::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ApplicationIdentity_ToString_m2074887951 (ApplicationIdentity_t1917735356 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__fullName_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ArgIterator::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ArgIterator_Equals_m4289772452 (ArgIterator_t539591376 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgIterator_Equals_m4289772452_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3728554605, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArgIterator_Equals_m4289772452_RuntimeMethod_var); } } extern "C" bool ArgIterator_Equals_m4289772452_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { ArgIterator_t539591376 * _thisAdjusted = reinterpret_cast(__this + 1); return ArgIterator_Equals_m4289772452(_thisAdjusted, ___o0, method); } // System.Int32 System.ArgIterator::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t ArgIterator_GetHashCode_m2630206016 (ArgIterator_t539591376 * __this, const RuntimeMethod* method) { { intptr_t* L_0 = __this->get_address_of_sig_0(); int32_t L_1 = IntPtr_GetHashCode_m3588219647(L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int32_t ArgIterator_GetHashCode_m2630206016_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ArgIterator_t539591376 * _thisAdjusted = reinterpret_cast(__this + 1); return ArgIterator_GetHashCode_m2630206016(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentException__ctor_m3698743796_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2953645311, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024809), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024809), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1535060261 (ArgumentException_t132251570 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; SystemException__ctor_m4132668650(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024809), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___paramName1; __this->set_param_name_12(L_1); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024809), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentException::.ctor(System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3761792013 (ArgumentException_t132251570 * __this, String_t* ___message0, String_t* ___paramName1, Exception_t * ___innerException2, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException2; SystemException__ctor_m4132668650(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___paramName1; __this->set_param_name_12(L_2); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024809), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3200406061 (ArgumentException_t132251570 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentException__ctor_m3200406061_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral3227757242, /*hidden argument*/NULL); __this->set_param_name_12(L_3); return; } } // System.String System.ArgumentException::get_ParamName() extern "C" IL2CPP_METHOD_ATTR String_t* ArgumentException_get_ParamName_m2556126651 (ArgumentException_t132251570 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_param_name_12(); return L_0; } } // System.String System.ArgumentException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* ArgumentException_get_Message_m520762021 (ArgumentException_t132251570 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentException_get_Message_m520762021_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.ArgumentException::get_ParamName() */, __this); if (!L_0) { goto IL_003c; } } { String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.ArgumentException::get_ParamName() */, __this); NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_003c; } } { String_t* L_3 = Exception_get_Message_m3320461627(__this, /*hidden argument*/NULL); String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3659667674, /*hidden argument*/NULL); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.ArgumentException::get_ParamName() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m2163913788(NULL /*static, unused*/, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_003c: { String_t* L_8 = Exception_get_Message_m3320461627(__this, /*hidden argument*/NULL); return L_8; } } // System.Void System.ArgumentException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ArgumentException_GetObjectData_m4122729010 (ArgumentException_t132251570 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentException_GetObjectData_m4122729010_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.ArgumentException::get_ParamName() */, __this); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral3227757242, L_3, /*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.ArgumentNullException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2751210921 (ArgumentNullException_t1615371798 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentNullException__ctor_m2751210921_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral595465389, /*hidden argument*/NULL); ArgumentException__ctor_m1312628991(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147467261), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentNullException__ctor_m1170824041_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral595465389, /*hidden argument*/NULL); String_t* L_1 = ___paramName0; ArgumentException__ctor_m1216717135(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147467261), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentNullException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2009621981 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) { { String_t* L_0 = ___message1; String_t* L_1 = ___paramName0; ArgumentException__ctor_m1216717135(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147467261), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentNullException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m520761569 (ArgumentNullException_t1615371798 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; ArgumentException__ctor_m3200406061(__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.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentOutOfRangeException__ctor_m2047740448_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4256626985, /*hidden argument*/NULL); ArgumentException__ctor_m1312628991(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233086), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentOutOfRangeException__ctor_m3628145864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4256626985, /*hidden argument*/NULL); String_t* L_1 = ___paramName0; ArgumentException__ctor_m1216717135(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233086), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) { { String_t* L_0 = ___message1; String_t* L_1 = ___paramName0; ArgumentException__ctor_m1216717135(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233086), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m4164965325 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method) { { String_t* L_0 = ___message2; String_t* L_1 = ___paramName0; ArgumentException__ctor_m1216717135(__this, L_0, L_1, /*hidden argument*/NULL); RuntimeObject * L_2 = ___actualValue1; __this->set_actual_value_13(L_2); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233086), /*hidden argument*/NULL); return; } } // System.Void System.ArgumentOutOfRangeException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m769015475 (ArgumentOutOfRangeException_t777629997 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentOutOfRangeException__ctor_m769015475_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; ArgumentException__ctor_m3200406061(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral4139101678, /*hidden argument*/NULL); __this->set_actual_value_13(L_3); return; } } // System.String System.ArgumentOutOfRangeException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* ArgumentOutOfRangeException_get_Message_m1913926628 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentOutOfRangeException_get_Message_m1913926628_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ArgumentException_get_Message_m520762021(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject * L_1 = __this->get_actual_value_13(); if (L_1) { goto IL_0014; } } { String_t* L_2 = V_0; return L_2; } IL_0014: { String_t* L_3 = V_0; String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_5 = __this->get_actual_value_13(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m1715369213(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void System.ArgumentOutOfRangeException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException_GetObjectData_m1344552880 (ArgumentOutOfRangeException_t777629997 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArgumentOutOfRangeException_GetObjectData_m1344552880_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; ArgumentException_GetObjectData_m4122729010(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; RuntimeObject * L_3 = __this->get_actual_value_13(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral4139101678, L_3, /*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.ArithmeticException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m479063094 (ArithmeticException_t4283546778 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArithmeticException__ctor_m479063094_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3292752458, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024362), /*hidden argument*/NULL); return; } } // System.Void System.ArithmeticException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m3551809662 (ArithmeticException_t4283546778 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024362), /*hidden argument*/NULL); return; } } // System.Void System.ArithmeticException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m1658426420 (ArithmeticException_t4283546778 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__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.Array::.ctor() extern "C" IL2CPP_METHOD_ATTR void Array__ctor_m2178462056 (RuntimeArray * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object System.Array::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_System_Collections_IList_get_Item_m631337679 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_System_Collections_IList_get_Item_m631337679_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; int32_t L_1 = Array_get_Length_m21610649(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_0017; } } { IndexOutOfRangeException_t1578797820 * L_2 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_2, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_System_Collections_IList_get_Item_m631337679_RuntimeMethod_var); } IL_0017: { int32_t L_3 = Array_get_Rank_m3448755881(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_0033; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Array_System_Collections_IList_get_Item_m631337679_RuntimeMethod_var); } IL_0033: { int32_t L_6 = ___index0; RuntimeObject * L_7 = Array_GetValueImpl_m3048550958(__this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Void System.Array::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void Array_System_Collections_IList_set_Item_m2667455393 (RuntimeArray * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_System_Collections_IList_set_Item_m2667455393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; int32_t L_1 = Array_get_Length_m21610649(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_0017; } } { IndexOutOfRangeException_t1578797820 * L_2 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_2, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_System_Collections_IList_set_Item_m2667455393_RuntimeMethod_var); } IL_0017: { int32_t L_3 = Array_get_Rank_m3448755881(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_0033; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Array_System_Collections_IList_set_Item_m2667455393_RuntimeMethod_var); } IL_0033: { RuntimeObject * L_6 = ___value1; int32_t L_7 = ___index0; Array_SetValueImpl_m2791230289(__this, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Int32 System.Array::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Array_System_Collections_IList_Add_m1063688101 (RuntimeArray * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_System_Collections_IList_Add_m1063688101_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_System_Collections_IList_Add_m1063688101_RuntimeMethod_var); } } // System.Void System.Array::System.Collections.IList.Clear() extern "C" IL2CPP_METHOD_ATTR void Array_System_Collections_IList_Clear_m1278271623 (RuntimeArray * __this, const RuntimeMethod* method) { { int32_t L_0 = Array_GetLowerBound_m2045984623(__this, 0, /*hidden argument*/NULL); int32_t L_1 = Array_get_Length_m21610649(__this, /*hidden argument*/NULL); Array_Clear_m2231608178(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean System.Array::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Array_System_Collections_IList_Contains_m3297693594 (RuntimeArray * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_System_Collections_IList_Contains_m3297693594_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = Array_get_Rank_m3448755881(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_System_Collections_IList_Contains_m3297693594_RuntimeMethod_var); } IL_001c: { int32_t L_3 = Array_get_Length_m21610649(__this, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_0042; } IL_002a: { int32_t L_4 = V_1; RuntimeObject * L_5 = Array_GetValueImpl_m3048550958(__this, L_4, /*hidden argument*/NULL); RuntimeObject * L_6 = ___value0; bool L_7 = Object_Equals_m1397037629(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003e; } } { return (bool)1; } IL_003e: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0042: { int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_002a; } } { return (bool)0; } } // System.Int32 System.Array::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Array_System_Collections_IList_IndexOf_m3301661616 (RuntimeArray * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_System_Collections_IList_IndexOf_m3301661616_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = Array_get_Rank_m3448755881(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_System_Collections_IList_IndexOf_m3301661616_RuntimeMethod_var); } IL_001c: { int32_t L_3 = Array_get_Length_m21610649(__this, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_004a; } IL_002a: { int32_t L_4 = V_1; RuntimeObject * L_5 = Array_GetValueImpl_m3048550958(__this, L_4, /*hidden argument*/NULL); RuntimeObject * L_6 = ___value0; bool L_7 = Object_Equals_m1397037629(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0046; } } { int32_t L_8 = V_1; int32_t L_9 = Array_GetLowerBound_m2045984623(__this, 0, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); } IL_0046: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_004a: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_002a; } } { int32_t L_13 = Array_GetLowerBound_m2045984623(__this, 0, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); } } // System.Void System.Array::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void Array_System_Collections_IList_Insert_m2476478913 (RuntimeArray * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_System_Collections_IList_Insert_m2476478913_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_System_Collections_IList_Insert_m2476478913_RuntimeMethod_var); } } // System.Void System.Array::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void Array_System_Collections_IList_Remove_m1479535418 (RuntimeArray * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_System_Collections_IList_Remove_m1479535418_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_System_Collections_IList_Remove_m1479535418_RuntimeMethod_var); } } // System.Void System.Array::System.Collections.IList.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_System_Collections_IList_RemoveAt_m41405158 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_System_Collections_IList_RemoveAt_m41405158_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_System_Collections_IList_RemoveAt_m41405158_RuntimeMethod_var); } } // System.Int32 System.Array::System.Collections.ICollection.get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Array_System_Collections_ICollection_get_Count_m415154915 (RuntimeArray * __this, const RuntimeMethod* method) { { int32_t L_0 = Array_get_Length_m21610649(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Array::InternalArray__ICollection_get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Array_InternalArray__ICollection_get_Count_m2423031222 (RuntimeArray * __this, const RuntimeMethod* method) { { int32_t L_0 = Array_get_Length_m21610649(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Array::InternalArray__ICollection_get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_get_IsReadOnly_m4276975044 (RuntimeArray * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Array::InternalArray__ICollection_Clear() extern "C" IL2CPP_METHOD_ATTR void Array_InternalArray__ICollection_Clear_m4058340337 (RuntimeArray * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Clear_m4058340337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Clear_m4058340337_RuntimeMethod_var); } } // System.Void System.Array::InternalArray__RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_InternalArray__RemoveAt_m616137314 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__RemoveAt_m616137314_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__RemoveAt_m616137314_RuntimeMethod_var); } } // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = Array_GetLength_m2178203778(__this, 0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 1; goto IL_001d; } IL_000f: { int32_t L_1 = V_0; int32_t L_2 = V_1; int32_t L_3 = Array_GetLength_m2178203778(__this, L_2, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_3)); int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001d: { int32_t L_5 = V_1; int32_t L_6 = Array_get_Rank_m3448755881(__this, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_000f; } } { int32_t L_7 = V_0; return L_7; } } // System.Int64 System.Array::get_LongLength() extern "C" IL2CPP_METHOD_ATTR int64_t Array_get_LongLength_m978104875 (RuntimeArray * __this, const RuntimeMethod* method) { { int32_t L_0 = Array_get_Length_m21610649(__this, /*hidden argument*/NULL); return (((int64_t)((int64_t)L_0))); } } // System.Int32 System.Array::get_Rank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m3448755881 (RuntimeArray * __this, const RuntimeMethod* method) { { int32_t L_0 = Array_GetRank_m2893148338(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Array::GetRank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetRank_m2893148338 (RuntimeArray * __this, const RuntimeMethod* method) { typedef int32_t (*Array_GetRank_m2893148338_ftn) (RuntimeArray *); using namespace il2cpp::icalls; return ((Array_GetRank_m2893148338_ftn)mscorlib::System::Array::GetRank) (__this); } // System.Int32 System.Array::GetLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetLength_m2178203778 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method) { typedef int32_t (*Array_GetLength_m2178203778_ftn) (RuntimeArray *, int32_t); using namespace il2cpp::icalls; return ((Array_GetLength_m2178203778_ftn)mscorlib::System::Array::GetLength) (__this, ___dimension0); } // System.Int64 System.Array::GetLongLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t Array_GetLongLength_m561139708 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method) { { int32_t L_0 = ___dimension0; int32_t L_1 = Array_GetLength_m2178203778(__this, L_0, /*hidden argument*/NULL); return (((int64_t)((int64_t)L_1))); } } // System.Int32 System.Array::GetLowerBound(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_m2045984623 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method) { typedef int32_t (*Array_GetLowerBound_m2045984623_ftn) (RuntimeArray *, int32_t); using namespace il2cpp::icalls; return ((Array_GetLowerBound_m2045984623_ftn)mscorlib::System::Array::GetLowerBound) (__this, ___dimension0); } // System.Object System.Array::GetValue(System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m120423883 (RuntimeArray * __this, Int32U5BU5D_t385246372* ___indices0, const RuntimeMethod* method) { typedef RuntimeObject * (*Array_GetValue_m120423883_ftn) (RuntimeArray *, Int32U5BU5D_t385246372*); using namespace il2cpp::icalls; return ((Array_GetValue_m120423883_ftn)mscorlib::System::Array::GetValue) (__this, ___indices0); } // System.Void System.Array::SetValue(System.Object,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m1804138688 (RuntimeArray * __this, RuntimeObject * ___value0, Int32U5BU5D_t385246372* ___indices1, const RuntimeMethod* method) { typedef void (*Array_SetValue_m1804138688_ftn) (RuntimeArray *, RuntimeObject *, Int32U5BU5D_t385246372*); using namespace il2cpp::icalls; ((Array_SetValue_m1804138688_ftn)mscorlib::System::Array::SetValue) (__this, ___value0, ___indices1); } // System.Object System.Array::GetValueImpl(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValueImpl_m3048550958 (RuntimeArray * __this, int32_t ___pos0, const RuntimeMethod* method) { typedef RuntimeObject * (*Array_GetValueImpl_m3048550958_ftn) (RuntimeArray *, int32_t); using namespace il2cpp::icalls; return ((Array_GetValueImpl_m3048550958_ftn)mscorlib::System::Array::GetValueImpl) (__this, ___pos0); } // System.Void System.Array::SetValueImpl(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValueImpl_m2791230289 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___pos1, const RuntimeMethod* method) { typedef void (*Array_SetValueImpl_m2791230289_ftn) (RuntimeArray *, RuntimeObject *, int32_t); using namespace il2cpp::icalls; ((Array_SetValueImpl_m2791230289_ftn)mscorlib::System::Array::SetValueImpl) (__this, ___value0, ___pos1); } // System.Boolean System.Array::FastCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Array_FastCopy_m1662204957 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___source0, int32_t ___source_idx1, RuntimeArray * ___dest2, int32_t ___dest_idx3, int32_t ___length4, const RuntimeMethod* method) { typedef bool (*Array_FastCopy_m1662204957_ftn) (RuntimeArray *, int32_t, RuntimeArray *, int32_t, int32_t); using namespace il2cpp::icalls; return ((Array_FastCopy_m1662204957_ftn)mscorlib::System::Array::FastCopy) (___source0, ___source_idx1, ___dest2, ___dest_idx3, ___length4); } // System.Array System.Array::CreateInstanceImpl(System.Type,System.Int32[],System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstanceImpl_m1073152296 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, Int32U5BU5D_t385246372* ___lengths1, Int32U5BU5D_t385246372* ___bounds2, const RuntimeMethod* method) { typedef RuntimeArray * (*Array_CreateInstanceImpl_m1073152296_ftn) (Type_t *, Int32U5BU5D_t385246372*, Int32U5BU5D_t385246372*); using namespace il2cpp::icalls; return ((Array_CreateInstanceImpl_m1073152296_ftn)mscorlib::System::Array::CreateInstanceImpl) (___elementType0, ___lengths1, ___bounds2); } // System.Boolean System.Array::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool Array_get_IsSynchronized_m3066873806 (RuntimeArray * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Array::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_get_SyncRoot_m1984189992 (RuntimeArray * __this, const RuntimeMethod* method) { { return __this; } } // System.Boolean System.Array::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool Array_get_IsFixedSize_m433207027 (RuntimeArray * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Array::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool Array_get_IsReadOnly_m1420176977 (RuntimeArray * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Collections.IEnumerator System.Array::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m4277730612 (RuntimeArray * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_GetEnumerator_m4277730612_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SimpleEnumerator_t433892249 * L_0 = (SimpleEnumerator_t433892249 *)il2cpp_codegen_object_new(SimpleEnumerator_t433892249_il2cpp_TypeInfo_var); SimpleEnumerator__ctor_m353509656(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Array::GetUpperBound(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetUpperBound_m4018715963 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method) { { int32_t L_0 = ___dimension0; int32_t L_1 = Array_GetLowerBound_m2045984623(__this, L_0, /*hidden argument*/NULL); int32_t L_2 = ___dimension0; int32_t L_3 = Array_GetLength_m2178203778(__this, L_2, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)), (int32_t)1)); } } // System.Object System.Array::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m2528546681 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_GetValue_m2528546681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = Array_get_Rank_m3448755881(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2455840074, /*hidden argument*/NULL); ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_GetValue_m2528546681_RuntimeMethod_var); } IL_001c: { int32_t L_3 = ___index0; int32_t L_4 = Array_GetLowerBound_m2045984623(__this, 0, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0036; } } { int32_t L_5 = ___index0; int32_t L_6 = Array_GetUpperBound_m4018715963(__this, 0, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_0046; } } IL_0036: { String_t* L_7 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1145078360, /*hidden argument*/NULL); IndexOutOfRangeException_t1578797820 * L_8 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Array_GetValue_m2528546681_RuntimeMethod_var); } IL_0046: { int32_t L_9 = ___index0; int32_t L_10 = Array_GetLowerBound_m2045984623(__this, 0, /*hidden argument*/NULL); RuntimeObject * L_11 = Array_GetValueImpl_m3048550958(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); return L_11; } } // System.Object System.Array::GetValue(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m352525925 (RuntimeArray * __this, int32_t ___index10, int32_t ___index21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_GetValue_m352525925_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)2)); int32_t L_1 = ___index10; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)L_1); Int32U5BU5D_t385246372* L_2 = L_0; int32_t L_3 = ___index21; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)L_3); V_0 = L_2; Int32U5BU5D_t385246372* L_4 = V_0; RuntimeObject * L_5 = Array_GetValue_m120423883(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.Array::GetValue(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m793801589 (RuntimeArray * __this, int32_t ___index10, int32_t ___index21, int32_t ___index32, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_GetValue_m793801589_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); int32_t L_1 = ___index10; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)L_1); Int32U5BU5D_t385246372* L_2 = L_0; int32_t L_3 = ___index21; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)L_3); Int32U5BU5D_t385246372* L_4 = L_2; int32_t L_5 = ___index32; NullCheck(L_4); (L_4)->SetAt(static_cast(2), (int32_t)L_5); V_0 = L_4; Int32U5BU5D_t385246372* L_6 = V_0; RuntimeObject * L_7 = Array_GetValue_m120423883(__this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Object System.Array::GetValue(System.Int64) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m2528415604 (RuntimeArray * __this, int64_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_GetValue_m2528415604_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___index0; if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0014; } } { int64_t L_1 = ___index0; if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0029; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral797640427, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_GetValue_m2528415604_RuntimeMethod_var); } IL_0029: { int64_t L_4 = ___index0; RuntimeObject * L_5 = Array_GetValue_m2528546681(__this, (((int32_t)((int32_t)L_4))), /*hidden argument*/NULL); return L_5; } } // System.Object System.Array::GetValue(System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m4249310555 (RuntimeArray * __this, int64_t ___index10, int64_t ___index21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_GetValue_m4249310555_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___index10; if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0014; } } { int64_t L_1 = ___index10; if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0029; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral800851691, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_GetValue_m4249310555_RuntimeMethod_var); } IL_0029: { int64_t L_4 = ___index21; if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_003d; } } { int64_t L_5 = ___index21; if ((((int64_t)L_5) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0052; } } IL_003d: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral800917227, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Array_GetValue_m4249310555_RuntimeMethod_var); } IL_0052: { int64_t L_8 = ___index10; int64_t L_9 = ___index21; RuntimeObject * L_10 = Array_GetValue_m352525925(__this, (((int32_t)((int32_t)L_8))), (((int32_t)((int32_t)L_9))), /*hidden argument*/NULL); return L_10; } } // System.Object System.Array::GetValue(System.Int64,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m1062368071 (RuntimeArray * __this, int64_t ___index10, int64_t ___index21, int64_t ___index32, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_GetValue_m1062368071_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___index10; if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0014; } } { int64_t L_1 = ___index10; if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0029; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral800851691, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_GetValue_m1062368071_RuntimeMethod_var); } IL_0029: { int64_t L_4 = ___index21; if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_003d; } } { int64_t L_5 = ___index21; if ((((int64_t)L_5) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0052; } } IL_003d: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral800917227, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Array_GetValue_m1062368071_RuntimeMethod_var); } IL_0052: { int64_t L_8 = ___index32; if ((((int64_t)L_8) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0066; } } { int64_t L_9 = ___index32; if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_007b; } } IL_0066: { String_t* L_10 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_11, _stringLiteral800982763, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Array_GetValue_m1062368071_RuntimeMethod_var); } IL_007b: { int64_t L_12 = ___index10; int64_t L_13 = ___index21; int64_t L_14 = ___index32; RuntimeObject * L_15 = Array_GetValue_m793801589(__this, (((int32_t)((int32_t)L_12))), (((int32_t)((int32_t)L_13))), (((int32_t)((int32_t)L_14))), /*hidden argument*/NULL); return L_15; } } // System.Void System.Array::SetValue(System.Object,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412648248 (RuntimeArray * __this, RuntimeObject * ___value0, int64_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_SetValue_m3412648248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___index1; if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0014; } } { int64_t L_1 = ___index1; if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0029; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral797640427, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_SetValue_m3412648248_RuntimeMethod_var); } IL_0029: { RuntimeObject * L_4 = ___value0; int64_t L_5 = ___index1; Array_SetValue_m3412255035(__this, L_4, (((int32_t)((int32_t)L_5))), /*hidden argument*/NULL); return; } } // System.Void System.Array::SetValue(System.Object,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m394135409 (RuntimeArray * __this, RuntimeObject * ___value0, int64_t ___index11, int64_t ___index22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_SetValue_m394135409_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { int64_t L_0 = ___index11; if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0014; } } { int64_t L_1 = ___index11; if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0029; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral800851691, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_SetValue_m394135409_RuntimeMethod_var); } IL_0029: { int64_t L_4 = ___index22; if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_003d; } } { int64_t L_5 = ___index22; if ((((int64_t)L_5) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0052; } } IL_003d: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral800917227, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Array_SetValue_m394135409_RuntimeMethod_var); } IL_0052: { Int32U5BU5D_t385246372* L_8 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)2)); int64_t L_9 = ___index11; NullCheck(L_8); (L_8)->SetAt(static_cast(0), (int32_t)(((int32_t)((int32_t)L_9)))); Int32U5BU5D_t385246372* L_10 = L_8; int64_t L_11 = ___index22; NullCheck(L_10); (L_10)->SetAt(static_cast(1), (int32_t)(((int32_t)((int32_t)L_11)))); V_0 = L_10; RuntimeObject * L_12 = ___value0; Int32U5BU5D_t385246372* L_13 = V_0; Array_SetValue_m1804138688(__this, L_12, L_13, /*hidden argument*/NULL); return; } } // System.Void System.Array::SetValue(System.Object,System.Int64,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m282347242 (RuntimeArray * __this, RuntimeObject * ___value0, int64_t ___index11, int64_t ___index22, int64_t ___index33, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_SetValue_m282347242_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { int64_t L_0 = ___index11; if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0014; } } { int64_t L_1 = ___index11; if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0029; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral800851691, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_SetValue_m282347242_RuntimeMethod_var); } IL_0029: { int64_t L_4 = ___index22; if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_003d; } } { int64_t L_5 = ___index22; if ((((int64_t)L_5) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0052; } } IL_003d: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral800917227, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Array_SetValue_m282347242_RuntimeMethod_var); } IL_0052: { int64_t L_8 = ___index33; if ((((int64_t)L_8) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0068; } } { int64_t L_9 = ___index33; if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_007d; } } IL_0068: { String_t* L_10 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_11, _stringLiteral800982763, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Array_SetValue_m282347242_RuntimeMethod_var); } IL_007d: { Int32U5BU5D_t385246372* L_12 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); int64_t L_13 = ___index11; NullCheck(L_12); (L_12)->SetAt(static_cast(0), (int32_t)(((int32_t)((int32_t)L_13)))); Int32U5BU5D_t385246372* L_14 = L_12; int64_t L_15 = ___index22; NullCheck(L_14); (L_14)->SetAt(static_cast(1), (int32_t)(((int32_t)((int32_t)L_15)))); Int32U5BU5D_t385246372* L_16 = L_14; int64_t L_17 = ___index33; NullCheck(L_16); (L_16)->SetAt(static_cast(2), (int32_t)(((int32_t)((int32_t)L_17)))); V_0 = L_16; RuntimeObject * L_18 = ___value0; Int32U5BU5D_t385246372* L_19 = V_0; Array_SetValue_m1804138688(__this, L_18, L_19, /*hidden argument*/NULL); return; } } // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412255035 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_SetValue_m3412255035_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = Array_get_Rank_m3448755881(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2455840074, /*hidden argument*/NULL); ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_SetValue_m3412255035_RuntimeMethod_var); } IL_001c: { int32_t L_3 = ___index1; int32_t L_4 = Array_GetLowerBound_m2045984623(__this, 0, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0036; } } { int32_t L_5 = ___index1; int32_t L_6 = Array_GetUpperBound_m4018715963(__this, 0, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_0046; } } IL_0036: { String_t* L_7 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1537657916, /*hidden argument*/NULL); IndexOutOfRangeException_t1578797820 * L_8 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Array_SetValue_m3412255035_RuntimeMethod_var); } IL_0046: { RuntimeObject * L_9 = ___value0; int32_t L_10 = ___index1; int32_t L_11 = Array_GetLowerBound_m2045984623(__this, 0, /*hidden argument*/NULL); Array_SetValueImpl_m2791230289(__this, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); return; } } // System.Void System.Array::SetValue(System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3998268557 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index11, int32_t ___index22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_SetValue_m3998268557_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)2)); int32_t L_1 = ___index11; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)L_1); Int32U5BU5D_t385246372* L_2 = L_0; int32_t L_3 = ___index22; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)L_3); V_0 = L_2; RuntimeObject * L_4 = ___value0; Int32U5BU5D_t385246372* L_5 = V_0; Array_SetValue_m1804138688(__this, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Array::SetValue(System.Object,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m2601781200 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index11, int32_t ___index22, int32_t ___index33, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_SetValue_m2601781200_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); int32_t L_1 = ___index11; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)L_1); Int32U5BU5D_t385246372* L_2 = L_0; int32_t L_3 = ___index22; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)L_3); Int32U5BU5D_t385246372* L_4 = L_2; int32_t L_5 = ___index33; NullCheck(L_4); (L_4)->SetAt(static_cast(2), (int32_t)L_5); V_0 = L_4; RuntimeObject * L_6 = ___value0; Int32U5BU5D_t385246372* L_7 = V_0; Array_SetValue_m1804138688(__this, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Array System.Array::CreateInstance(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2750085942 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_CreateInstance_m2750085942_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_1 = ___length1; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)L_1); V_0 = L_0; Type_t * L_2 = ___elementType0; Int32U5BU5D_t385246372* L_3 = V_0; RuntimeArray * L_4 = Array_CreateInstance_m2175520447(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Array System.Array::CreateInstance(System.Type,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m1740754882 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, int32_t ___length11, int32_t ___length22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_CreateInstance_m1740754882_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)2)); int32_t L_1 = ___length11; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)L_1); Int32U5BU5D_t385246372* L_2 = L_0; int32_t L_3 = ___length22; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)L_3); V_0 = L_2; Type_t * L_4 = ___elementType0; Int32U5BU5D_t385246372* L_5 = V_0; RuntimeArray * L_6 = Array_CreateInstance_m2175520447(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Array System.Array::CreateInstance(System.Type,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2696293787 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, int32_t ___length11, int32_t ___length22, int32_t ___length33, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_CreateInstance_m2696293787_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); int32_t L_1 = ___length11; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)L_1); Int32U5BU5D_t385246372* L_2 = L_0; int32_t L_3 = ___length22; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)L_3); Int32U5BU5D_t385246372* L_4 = L_2; int32_t L_5 = ___length33; NullCheck(L_4); (L_4)->SetAt(static_cast(2), (int32_t)L_5); V_0 = L_4; Type_t * L_6 = ___elementType0; Int32U5BU5D_t385246372* L_7 = V_0; RuntimeArray * L_8 = Array_CreateInstance_m2175520447(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Array System.Array::CreateInstance(System.Type,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2175520447 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, Int32U5BU5D_t385246372* ___lengths1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_CreateInstance_m2175520447_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; { Type_t * L_0 = ___elementType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1767760159, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_CreateInstance_m2175520447_RuntimeMethod_var); } IL_0011: { Int32U5BU5D_t385246372* L_2 = ___lengths1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1151827249, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_CreateInstance_m2175520447_RuntimeMethod_var); } IL_0022: { Int32U5BU5D_t385246372* L_4 = ___lengths1; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) <= ((int32_t)((int32_t)255)))) { goto IL_0035; } } { TypeLoadException_t3707937253 * L_5 = (TypeLoadException_t3707937253 *)il2cpp_codegen_object_new(TypeLoadException_t3707937253_il2cpp_TypeInfo_var); TypeLoadException__ctor_m1802671078(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Array_CreateInstance_m2175520447_RuntimeMethod_var); } IL_0035: { V_0 = (Int32U5BU5D_t385246372*)NULL; Type_t * L_6 = ___elementType0; NullCheck(L_6); Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(39 /* System.Type System.Type::get_UnderlyingSystemType() */, L_6); ___elementType0 = L_7; Type_t * L_8 = ___elementType0; NullCheck(L_8); bool L_9 = Type_get_IsSystemType_m624798880(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005a; } } { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_10, _stringLiteral3410374040, _stringLiteral1767760159, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Array_CreateInstance_m2175520447_RuntimeMethod_var); } IL_005a: { Type_t * L_11 = ___elementType0; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); NullCheck(L_11); bool L_14 = Type_Equals_m709225487(L_11, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_007a; } } { NotSupportedException_t1314879016 * L_15 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_15, _stringLiteral408657276, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Array_CreateInstance_m2175520447_RuntimeMethod_var); } IL_007a: { Type_t * L_16 = ___elementType0; NullCheck(L_16); bool L_17 = VirtFuncInvoker0< bool >::Invoke(93 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_16); if (!L_17) { goto IL_0090; } } { NotSupportedException_t1314879016 * L_18 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_18, _stringLiteral482725228, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,Array_CreateInstance_m2175520447_RuntimeMethod_var); } IL_0090: { Type_t * L_19 = ___elementType0; Int32U5BU5D_t385246372* L_20 = ___lengths1; Int32U5BU5D_t385246372* L_21 = V_0; RuntimeArray * L_22 = Array_CreateInstanceImpl_m1073152296(NULL /*static, unused*/, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Array System.Array::CreateInstance(System.Type,System.Int32[],System.Int32[]) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m3395539612 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, Int32U5BU5D_t385246372* ___lengths1, Int32U5BU5D_t385246372* ___lowerBounds2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_CreateInstance_m3395539612_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___elementType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1767760159, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_0011: { Int32U5BU5D_t385246372* L_2 = ___lengths1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1151827249, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_0022: { Int32U5BU5D_t385246372* L_4 = ___lowerBounds2; if (L_4) { goto IL_0033; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral1784063431, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_0033: { Type_t * L_6 = ___elementType0; NullCheck(L_6); Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(39 /* System.Type System.Type::get_UnderlyingSystemType() */, L_6); ___elementType0 = L_7; Type_t * L_8 = ___elementType0; NullCheck(L_8); bool L_9 = Type_get_IsSystemType_m624798880(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0056; } } { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_10, _stringLiteral3410374040, _stringLiteral1767760159, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_0056: { Type_t * L_11 = ___elementType0; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); NullCheck(L_11); bool L_14 = Type_Equals_m709225487(L_11, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0076; } } { NotSupportedException_t1314879016 * L_15 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_15, _stringLiteral408657276, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_0076: { Type_t * L_16 = ___elementType0; NullCheck(L_16); bool L_17 = VirtFuncInvoker0< bool >::Invoke(93 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_16); if (!L_17) { goto IL_008c; } } { NotSupportedException_t1314879016 * L_18 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_18, _stringLiteral482725228, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_008c: { Int32U5BU5D_t385246372* L_19 = ___lengths1; NullCheck(L_19); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))) >= ((int32_t)1))) { goto IL_00a5; } } { String_t* L_20 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral543129819, /*hidden argument*/NULL); ArgumentException_t132251570 * L_21 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_00a5: { Int32U5BU5D_t385246372* L_22 = ___lengths1; NullCheck(L_22); Int32U5BU5D_t385246372* L_23 = ___lowerBounds2; NullCheck(L_23); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { goto IL_00c0; } } { String_t* L_24 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral368171286, /*hidden argument*/NULL); ArgumentException_t132251570 * L_25 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_00c0: { V_0 = 0; goto IL_0112; } IL_00c7: { Int32U5BU5D_t385246372* L_26 = ___lengths1; int32_t L_27 = V_0; NullCheck(L_26); int32_t L_28 = L_27; int32_t L_29 = (L_26)->GetAt(static_cast(L_28)); if ((((int32_t)L_29) >= ((int32_t)0))) { goto IL_00e5; } } { String_t* L_30 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2504639343, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_31 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_31, _stringLiteral1151827249, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_00e5: { Int32U5BU5D_t385246372* L_32 = ___lowerBounds2; int32_t L_33 = V_0; NullCheck(L_32); int32_t L_34 = L_33; int32_t L_35 = (L_32)->GetAt(static_cast(L_34)); Int32U5BU5D_t385246372* L_36 = ___lengths1; int32_t L_37 = V_0; NullCheck(L_36); int32_t L_38 = L_37; int32_t L_39 = (L_36)->GetAt(static_cast(L_38)); if ((((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_35))), (int64_t)(((int64_t)((int64_t)L_39)))))) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_010e; } } { String_t* L_40 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3934254921, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_41 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_41, _stringLiteral1151827249, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_010e: { int32_t L_42 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_0112: { int32_t L_43 = V_0; Int32U5BU5D_t385246372* L_44 = ___lowerBounds2; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length))))))) { goto IL_00c7; } } { Int32U5BU5D_t385246372* L_45 = ___lengths1; NullCheck(L_45); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))) <= ((int32_t)((int32_t)255)))) { goto IL_012e; } } { TypeLoadException_t3707937253 * L_46 = (TypeLoadException_t3707937253 *)il2cpp_codegen_object_new(TypeLoadException_t3707937253_il2cpp_TypeInfo_var); TypeLoadException__ctor_m1802671078(L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,Array_CreateInstance_m3395539612_RuntimeMethod_var); } IL_012e: { Type_t * L_47 = ___elementType0; Int32U5BU5D_t385246372* L_48 = ___lengths1; Int32U5BU5D_t385246372* L_49 = ___lowerBounds2; RuntimeArray * L_50 = Array_CreateInstanceImpl_m1073152296(NULL /*static, unused*/, L_47, L_48, L_49, /*hidden argument*/NULL); return L_50; } } // System.Int32[] System.Array::GetIntArray(System.Int64[]) extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* Array_GetIntArray_m1205726566 (RuntimeObject * __this /* static, unused */, Int64U5BU5D_t2559172825* ___values0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_GetIntArray_m1205726566_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t385246372* V_1 = NULL; int32_t V_2 = 0; int64_t V_3 = 0; { Int64U5BU5D_t2559172825* L_0 = ___values0; NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); int32_t L_1 = V_0; V_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_1)); V_2 = 0; goto IL_0048; } IL_0012: { Int64U5BU5D_t2559172825* L_2 = ___values0; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; int64_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_3 = L_5; int64_t L_6 = V_3; if ((((int64_t)L_6) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_002a; } } { int64_t L_7 = V_3; if ((((int64_t)L_7) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_003f; } } IL_002a: { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1633051326, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral3498926489, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Array_GetIntArray_m1205726566_RuntimeMethod_var); } IL_003f: { Int32U5BU5D_t385246372* L_10 = V_1; int32_t L_11 = V_2; int64_t L_12 = V_3; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (int32_t)(((int32_t)((int32_t)L_12)))); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0048: { int32_t L_14 = V_2; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0012; } } { Int32U5BU5D_t385246372* L_16 = V_1; return L_16; } } // System.Array System.Array::CreateInstance(System.Type,System.Int64[]) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m1027597705 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, Int64U5BU5D_t2559172825* ___lengths1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_CreateInstance_m1027597705_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int64U5BU5D_t2559172825* L_0 = ___lengths1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1151827249, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_CreateInstance_m1027597705_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___elementType0; Int64U5BU5D_t2559172825* L_3 = ___lengths1; Int32U5BU5D_t385246372* L_4 = Array_GetIntArray_m1205726566(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); RuntimeArray * L_5 = Array_CreateInstance_m2175520447(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.Array::GetValue(System.Int64[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m116098292 (RuntimeArray * __this, Int64U5BU5D_t2559172825* ___indices0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_GetValue_m116098292_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int64U5BU5D_t2559172825* L_0 = ___indices0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3305999801, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_GetValue_m116098292_RuntimeMethod_var); } IL_0011: { Int64U5BU5D_t2559172825* L_2 = ___indices0; Int32U5BU5D_t385246372* L_3 = Array_GetIntArray_m1205726566(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = Array_GetValue_m120423883(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Array::SetValue(System.Object,System.Int64[]) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m1817114699 (RuntimeArray * __this, RuntimeObject * ___value0, Int64U5BU5D_t2559172825* ___indices1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_SetValue_m1817114699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int64U5BU5D_t2559172825* L_0 = ___indices1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3305999801, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_SetValue_m1817114699_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value0; Int64U5BU5D_t2559172825* L_3 = ___indices1; Int32U5BU5D_t385246372* L_4 = Array_GetIntArray_m1205726566(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); Array_SetValue_m1804138688(__this, L_2, L_4, /*hidden argument*/NULL); return; } } // System.Int32 System.Array::BinarySearch(System.Array,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_m687718979 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_BinarySearch_m687718979_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_BinarySearch_m687718979_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value1; if (L_2) { goto IL_0019; } } { return (-1); } IL_0019: { RuntimeArray * L_3 = ___array0; NullCheck(L_3); int32_t L_4 = Array_get_Rank_m3448755881(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)1))) { goto IL_0035; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_6 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Array_BinarySearch_m687718979_RuntimeMethod_var); } IL_0035: { RuntimeArray * L_7 = ___array0; NullCheck(L_7); int32_t L_8 = Array_get_Length_m21610649(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0042; } } { return (-1); } IL_0042: { RuntimeObject * L_9 = ___value1; if (((RuntimeObject*)IsInst((RuntimeObject*)L_9, IComparable_t36111218_il2cpp_TypeInfo_var))) { goto IL_005d; } } { String_t* L_10 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3353253190, /*hidden argument*/NULL); ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Array_BinarySearch_m687718979_RuntimeMethod_var); } IL_005d: { RuntimeArray * L_12 = ___array0; RuntimeArray * L_13 = ___array0; NullCheck(L_13); int32_t L_14 = Array_GetLowerBound_m2045984623(L_13, 0, /*hidden argument*/NULL); RuntimeArray * L_15 = ___array0; NullCheck(L_15); int32_t L_16 = Array_GetLength_m2178203778(L_15, 0, /*hidden argument*/NULL); RuntimeObject * L_17 = ___value1; int32_t L_18 = Array_DoBinarySearch_m3657328456(NULL /*static, unused*/, L_12, L_14, L_16, L_17, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_18; } } // System.Int32 System.Array::BinarySearch(System.Array,System.Object,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_m157235616 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_BinarySearch_m157235616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_BinarySearch_m157235616_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_002d; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_5 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Array_BinarySearch_m157235616_RuntimeMethod_var); } IL_002d: { RuntimeArray * L_6 = ___array0; NullCheck(L_6); int32_t L_7 = Array_get_Length_m21610649(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003a; } } { return (-1); } IL_003a: { RuntimeObject* L_8 = ___comparer2; if (L_8) { goto IL_0061; } } { RuntimeObject * L_9 = ___value1; if (!L_9) { goto IL_0061; } } { RuntimeObject * L_10 = ___value1; if (((RuntimeObject*)IsInst((RuntimeObject*)L_10, IComparable_t36111218_il2cpp_TypeInfo_var))) { goto IL_0061; } } { String_t* L_11 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2275762465, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Array_BinarySearch_m157235616_RuntimeMethod_var); } IL_0061: { RuntimeArray * L_13 = ___array0; RuntimeArray * L_14 = ___array0; NullCheck(L_14); int32_t L_15 = Array_GetLowerBound_m2045984623(L_14, 0, /*hidden argument*/NULL); RuntimeArray * L_16 = ___array0; NullCheck(L_16); int32_t L_17 = Array_GetLength_m2178203778(L_16, 0, /*hidden argument*/NULL); RuntimeObject * L_18 = ___value1; RuntimeObject* L_19 = ___comparer2; int32_t L_20 = Array_DoBinarySearch_m3657328456(NULL /*static, unused*/, L_13, L_15, L_17, L_18, L_19, /*hidden argument*/NULL); return L_20; } } // System.Int32 System.Array::BinarySearch(System.Array,System.Int32,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_m3171087170 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject * ___value3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_BinarySearch_m3171087170_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_BinarySearch_m3171087170_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_002d; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_5 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Array_BinarySearch_m3171087170_RuntimeMethod_var); } IL_002d: { int32_t L_6 = ___index1; RuntimeArray * L_7 = ___array0; NullCheck(L_7); int32_t L_8 = Array_GetLowerBound_m2045984623(L_7, 0, /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_004f; } } { String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral165262286, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral797640427, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Array_BinarySearch_m3171087170_RuntimeMethod_var); } IL_004f: { int32_t L_11 = ___length2; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_006b; } } { String_t* L_12 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4139011980, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_13 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_13, _stringLiteral1212500642, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Array_BinarySearch_m3171087170_RuntimeMethod_var); } IL_006b: { int32_t L_14 = ___index1; RuntimeArray * L_15 = ___array0; NullCheck(L_15); int32_t L_16 = Array_GetLowerBound_m2045984623(L_15, 0, /*hidden argument*/NULL); RuntimeArray * L_17 = ___array0; NullCheck(L_17); int32_t L_18 = Array_GetLength_m2178203778(L_17, 0, /*hidden argument*/NULL); int32_t L_19 = ___length2; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_18)), (int32_t)L_19))))) { goto IL_0092; } } { String_t* L_20 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral764441593, /*hidden argument*/NULL); ArgumentException_t132251570 * L_21 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,Array_BinarySearch_m3171087170_RuntimeMethod_var); } IL_0092: { RuntimeArray * L_22 = ___array0; NullCheck(L_22); int32_t L_23 = Array_get_Length_m21610649(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_009f; } } { return (-1); } IL_009f: { RuntimeObject * L_24 = ___value3; if (!L_24) { goto IL_00c0; } } { RuntimeObject * L_25 = ___value3; if (((RuntimeObject*)IsInst((RuntimeObject*)L_25, IComparable_t36111218_il2cpp_TypeInfo_var))) { goto IL_00c0; } } { String_t* L_26 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4109807668, /*hidden argument*/NULL); ArgumentException_t132251570 * L_27 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,Array_BinarySearch_m3171087170_RuntimeMethod_var); } IL_00c0: { RuntimeArray * L_28 = ___array0; int32_t L_29 = ___index1; int32_t L_30 = ___length2; RuntimeObject * L_31 = ___value3; int32_t L_32 = Array_DoBinarySearch_m3657328456(NULL /*static, unused*/, L_28, L_29, L_30, L_31, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_32; } } // System.Int32 System.Array::BinarySearch(System.Array,System.Int32,System.Int32,System.Object,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_m1987924169 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject * ___value3, RuntimeObject* ___comparer4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_BinarySearch_m1987924169_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_BinarySearch_m1987924169_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_002d; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_5 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Array_BinarySearch_m1987924169_RuntimeMethod_var); } IL_002d: { int32_t L_6 = ___index1; RuntimeArray * L_7 = ___array0; NullCheck(L_7); int32_t L_8 = Array_GetLowerBound_m2045984623(L_7, 0, /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_004f; } } { String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral165262286, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral797640427, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Array_BinarySearch_m1987924169_RuntimeMethod_var); } IL_004f: { int32_t L_11 = ___length2; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_006b; } } { String_t* L_12 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4139011980, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_13 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_13, _stringLiteral1212500642, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Array_BinarySearch_m1987924169_RuntimeMethod_var); } IL_006b: { int32_t L_14 = ___index1; RuntimeArray * L_15 = ___array0; NullCheck(L_15); int32_t L_16 = Array_GetLowerBound_m2045984623(L_15, 0, /*hidden argument*/NULL); RuntimeArray * L_17 = ___array0; NullCheck(L_17); int32_t L_18 = Array_GetLength_m2178203778(L_17, 0, /*hidden argument*/NULL); int32_t L_19 = ___length2; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_18)), (int32_t)L_19))))) { goto IL_0092; } } { String_t* L_20 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral764441593, /*hidden argument*/NULL); ArgumentException_t132251570 * L_21 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,Array_BinarySearch_m1987924169_RuntimeMethod_var); } IL_0092: { RuntimeArray * L_22 = ___array0; NullCheck(L_22); int32_t L_23 = Array_get_Length_m21610649(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_009f; } } { return (-1); } IL_009f: { RuntimeObject* L_24 = ___comparer4; if (L_24) { goto IL_00c7; } } { RuntimeObject * L_25 = ___value3; if (!L_25) { goto IL_00c7; } } { RuntimeObject * L_26 = ___value3; if (((RuntimeObject*)IsInst((RuntimeObject*)L_26, IComparable_t36111218_il2cpp_TypeInfo_var))) { goto IL_00c7; } } { String_t* L_27 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2275762465, /*hidden argument*/NULL); ArgumentException_t132251570 * L_28 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,Array_BinarySearch_m1987924169_RuntimeMethod_var); } IL_00c7: { RuntimeArray * L_29 = ___array0; int32_t L_30 = ___index1; int32_t L_31 = ___length2; RuntimeObject * L_32 = ___value3; RuntimeObject* L_33 = ___comparer4; int32_t L_34 = Array_DoBinarySearch_m3657328456(NULL /*static, unused*/, L_29, L_30, L_31, L_32, L_33, /*hidden argument*/NULL); return L_34; } } // System.Int32 System.Array::DoBinarySearch(System.Array,System.Int32,System.Int32,System.Object,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR int32_t Array_DoBinarySearch_m3657328456 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject * ___value3, RuntimeObject* ___comparer4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_DoBinarySearch_m3657328456_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject * V_4 = NULL; Exception_t * V_5 = NULL; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___comparer4; if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(Comparer_t1912461351_il2cpp_TypeInfo_var); Comparer_t1912461351 * L_1 = ((Comparer_t1912461351_StaticFields*)il2cpp_codegen_static_fields_for(Comparer_t1912461351_il2cpp_TypeInfo_var))->get_Default_0(); ___comparer4 = L_1; } IL_000e: { int32_t L_2 = ___index1; V_0 = L_2; int32_t L_3 = ___index1; int32_t L_4 = ___length2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)1)); V_2 = 0; } IL_0018: try { // begin try (depth: 1) { goto IL_005b; } IL_001d: { int32_t L_5 = V_0; int32_t L_6 = V_1; int32_t L_7 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))/(int32_t)2)))); RuntimeArray * L_8 = ___array0; int32_t L_9 = V_3; NullCheck(L_8); RuntimeObject * L_10 = Array_GetValueImpl_m3048550958(L_8, L_9, /*hidden argument*/NULL); V_4 = L_10; RuntimeObject* L_11 = ___comparer4; RuntimeObject * L_12 = V_4; RuntimeObject * L_13 = ___value3; NullCheck(L_11); int32_t L_14 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t1540313114_il2cpp_TypeInfo_var, L_11, L_12, L_13); V_2 = L_14; int32_t L_15 = V_2; if (L_15) { goto IL_0047; } } IL_003f: { int32_t L_16 = V_3; V_6 = L_16; goto IL_0083; } IL_0047: { int32_t L_17 = V_2; if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_0057; } } IL_004e: { int32_t L_18 = V_3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); goto IL_005b; } IL_0057: { int32_t L_19 = V_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_005b: { int32_t L_20 = V_0; int32_t L_21 = V_1; if ((((int32_t)L_20) <= ((int32_t)L_21))) { goto IL_001d; } } IL_0062: { goto IL_0080; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0067; throw e; } CATCH_0067: { // begin catch(System.Exception) { V_5 = ((Exception_t *)__exception_local); String_t* L_22 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral525549249, /*hidden argument*/NULL); Exception_t * L_23 = V_5; InvalidOperationException_t56020091 * L_24 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m1685032583(L_24, L_22, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,Array_DoBinarySearch_m3657328456_RuntimeMethod_var); } IL_007b: { goto IL_0080; } } // end catch (depth: 1) IL_0080: { int32_t L_25 = V_0; return ((~L_25)); } IL_0083: { int32_t L_26 = V_6; return L_26; } } // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m2231608178 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Clear_m2231608178_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Clear_m2231608178_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___length2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0023; } } { IndexOutOfRangeException_t1578797820 * L_3 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_3, _stringLiteral981375421, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_Clear_m2231608178_RuntimeMethod_var); } IL_0023: { RuntimeArray * L_4 = ___array0; NullCheck(L_4); int32_t L_5 = Array_GetLowerBound_m2045984623(L_4, 0, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = ___index1; int32_t L_7 = V_0; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_003d; } } { IndexOutOfRangeException_t1578797820 * L_8 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_8, _stringLiteral3960923460, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Array_Clear_m2231608178_RuntimeMethod_var); } IL_003d: { int32_t L_9 = ___index1; int32_t L_10 = V_0; ___index1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = ___index1; RuntimeArray * L_12 = ___array0; NullCheck(L_12); int32_t L_13 = Array_get_Length_m21610649(L_12, /*hidden argument*/NULL); int32_t L_14 = ___length2; if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14))))) { goto IL_005b; } } { IndexOutOfRangeException_t1578797820 * L_15 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_15, _stringLiteral3722491601, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Array_Clear_m2231608178_RuntimeMethod_var); } IL_005b: { RuntimeArray * L_16 = ___array0; int32_t L_17 = ___index1; int32_t L_18 = ___length2; Array_ClearInternal_m532048538(NULL /*static, unused*/, L_16, L_17, L_18, /*hidden argument*/NULL); return; } } // System.Void System.Array::ClearInternal(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_ClearInternal_m532048538 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___a0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { typedef void (*Array_ClearInternal_m532048538_ftn) (RuntimeArray *, int32_t, int32_t); using namespace il2cpp::icalls; ((Array_ClearInternal_m532048538_ftn)mscorlib::System::Array::ClearInternal) (___a0, ___index1, ___count2); } // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method) { typedef RuntimeObject * (*Array_Clone_m2672907798_ftn) (RuntimeArray *); using namespace il2cpp::icalls; return ((Array_Clone_m2672907798_ftn)mscorlib::System::Array::Clone) (__this); } // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Copy_m1988217701_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___sourceArray0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral530567594, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Copy_m1988217701_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___destinationArray1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1688126764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_Copy_m1988217701_RuntimeMethod_var); } IL_0022: { RuntimeArray * L_4 = ___sourceArray0; RuntimeArray * L_5 = ___sourceArray0; NullCheck(L_5); int32_t L_6 = Array_GetLowerBound_m2045984623(L_5, 0, /*hidden argument*/NULL); RuntimeArray * L_7 = ___destinationArray1; RuntimeArray * L_8 = ___destinationArray1; NullCheck(L_8); int32_t L_9 = Array_GetLowerBound_m2045984623(L_8, 0, /*hidden argument*/NULL); int32_t L_10 = ___length2; Array_Copy_m344457298(NULL /*static, unused*/, L_4, L_6, L_7, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Copy_m344457298_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; Type_t * V_3 = NULL; Type_t * V_4 = NULL; int32_t V_5 = 0; RuntimeObject * V_6 = NULL; int32_t V_7 = 0; RuntimeObject * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeArray * L_0 = ___sourceArray0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral530567594, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Copy_m344457298_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___destinationArray2; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1688126764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_Copy_m344457298_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___length4; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003f; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4139011980, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral1212500642, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Array_Copy_m344457298_RuntimeMethod_var); } IL_003f: { int32_t L_7 = ___sourceIndex1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_005b; } } { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4139011980, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral4004074309, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Array_Copy_m344457298_RuntimeMethod_var); } IL_005b: { int32_t L_10 = ___destinationIndex3; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0077; } } { String_t* L_11 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4139011980, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_12, _stringLiteral1511102372, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Array_Copy_m344457298_RuntimeMethod_var); } IL_0077: { RuntimeArray * L_13 = ___sourceArray0; int32_t L_14 = ___sourceIndex1; RuntimeArray * L_15 = ___destinationArray2; int32_t L_16 = ___destinationIndex3; int32_t L_17 = ___length4; bool L_18 = Array_FastCopy_m1662204957(NULL /*static, unused*/, L_13, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0088; } } { return; } IL_0088: { int32_t L_19 = ___sourceIndex1; RuntimeArray * L_20 = ___sourceArray0; NullCheck(L_20); int32_t L_21 = Array_GetLowerBound_m2045984623(L_20, 0, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_21)); int32_t L_22 = ___destinationIndex3; RuntimeArray * L_23 = ___destinationArray2; NullCheck(L_23); int32_t L_24 = Array_GetLowerBound_m2045984623(L_23, 0, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_24)); int32_t L_25 = V_0; RuntimeArray * L_26 = ___sourceArray0; NullCheck(L_26); int32_t L_27 = Array_get_Length_m21610649(L_26, /*hidden argument*/NULL); int32_t L_28 = ___length4; if ((((int32_t)L_25) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28))))) { goto IL_00b6; } } { ArgumentException_t132251570 * L_29 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_29, _stringLiteral1212500642, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,Array_Copy_m344457298_RuntimeMethod_var); } IL_00b6: { int32_t L_30 = V_1; RuntimeArray * L_31 = ___destinationArray2; NullCheck(L_31); int32_t L_32 = Array_get_Length_m21610649(L_31, /*hidden argument*/NULL); int32_t L_33 = ___length4; if ((((int32_t)L_30) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33))))) { goto IL_00d7; } } { V_2 = _stringLiteral17874541; String_t* L_34 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ArgumentException_t132251570 * L_36 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_36, L_34, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,Array_Copy_m344457298_RuntimeMethod_var); } IL_00d7: { RuntimeArray * L_37 = ___sourceArray0; NullCheck(L_37); int32_t L_38 = Array_get_Rank_m3448755881(L_37, /*hidden argument*/NULL); RuntimeArray * L_39 = ___destinationArray2; NullCheck(L_39); int32_t L_40 = Array_get_Rank_m3448755881(L_39, /*hidden argument*/NULL); if ((((int32_t)L_38) == ((int32_t)L_40))) { goto IL_00f8; } } { String_t* L_41 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral368171286, /*hidden argument*/NULL); RankException_t3812021567 * L_42 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,Array_Copy_m344457298_RuntimeMethod_var); } IL_00f8: { RuntimeArray * L_43 = ___sourceArray0; NullCheck(L_43); Type_t * L_44 = Object_GetType_m88164663(L_43, /*hidden argument*/NULL); NullCheck(L_44); Type_t * L_45 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_44); V_3 = L_45; RuntimeArray * L_46 = ___destinationArray2; NullCheck(L_46); Type_t * L_47 = Object_GetType_m88164663(L_46, /*hidden argument*/NULL); NullCheck(L_47); Type_t * L_48 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_47); V_4 = L_48; RuntimeArray * L_49 = ___sourceArray0; RuntimeArray * L_50 = ___destinationArray2; bool L_51 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_49, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_0124; } } { int32_t L_52 = V_0; int32_t L_53 = V_1; if ((((int32_t)L_52) <= ((int32_t)L_53))) { goto IL_01a0; } } IL_0124: { V_5 = 0; goto IL_0192; } IL_012c: { RuntimeArray * L_54 = ___sourceArray0; int32_t L_55 = V_0; int32_t L_56 = V_5; NullCheck(L_54); RuntimeObject * L_57 = Array_GetValueImpl_m3048550958(L_54, ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)), /*hidden argument*/NULL); V_6 = L_57; } IL_0138: try { // begin try (depth: 1) RuntimeArray * L_58 = ___destinationArray2; RuntimeObject * L_59 = V_6; int32_t L_60 = V_1; int32_t L_61 = V_5; NullCheck(L_58); Array_SetValueImpl_m2791230289(L_58, L_59, ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61)), /*hidden argument*/NULL); goto IL_018c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0149; throw e; } CATCH_0149: { // begin catch(System.Object) { Type_t * L_62 = V_3; RuntimeTypeHandle_t3027515415 L_63 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_64 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); NullCheck(L_62); bool L_65 = Type_Equals_m709225487(L_62, L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_0165; } } IL_015f: { InvalidCastException_t3927145244 * L_66 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_66, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_66,Array_Copy_m344457298_RuntimeMethod_var); } IL_0165: { String_t* L_67 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1039466911, /*hidden argument*/NULL); Type_t * L_68 = V_3; NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_68); Type_t * L_70 = V_4; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_72 = String_Format_m2556382932(NULL /*static, unused*/, L_67, L_69, L_71, /*hidden argument*/NULL); ArrayTypeMismatchException_t2342549375 * L_73 = (ArrayTypeMismatchException_t2342549375 *)il2cpp_codegen_object_new(ArrayTypeMismatchException_t2342549375_il2cpp_TypeInfo_var); ArrayTypeMismatchException__ctor_m231257638(L_73, L_72, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73,Array_Copy_m344457298_RuntimeMethod_var); } IL_0187: { goto IL_018c; } } // end catch (depth: 1) IL_018c: { int32_t L_74 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_0192: { int32_t L_75 = V_5; int32_t L_76 = ___length4; if ((((int32_t)L_75) < ((int32_t)L_76))) { goto IL_012c; } } { goto IL_0219; } IL_01a0: { int32_t L_77 = ___length4; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)1)); goto IL_0211; } IL_01ab: { RuntimeArray * L_78 = ___sourceArray0; int32_t L_79 = V_0; int32_t L_80 = V_7; NullCheck(L_78); RuntimeObject * L_81 = Array_GetValueImpl_m3048550958(L_78, ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)), /*hidden argument*/NULL); V_8 = L_81; } IL_01b7: try { // begin try (depth: 1) RuntimeArray * L_82 = ___destinationArray2; RuntimeObject * L_83 = V_8; int32_t L_84 = V_1; int32_t L_85 = V_7; NullCheck(L_82); Array_SetValueImpl_m2791230289(L_82, L_83, ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)L_85)), /*hidden argument*/NULL); goto IL_020b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01c8; throw e; } CATCH_01c8: { // begin catch(System.Object) { Type_t * L_86 = V_3; RuntimeTypeHandle_t3027515415 L_87 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_88 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_87, /*hidden argument*/NULL); NullCheck(L_86); bool L_89 = Type_Equals_m709225487(L_86, L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_01e4; } } IL_01de: { InvalidCastException_t3927145244 * L_90 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_90, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90,Array_Copy_m344457298_RuntimeMethod_var); } IL_01e4: { String_t* L_91 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1039466911, /*hidden argument*/NULL); Type_t * L_92 = V_3; NullCheck(L_92); String_t* L_93 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_92); Type_t * L_94 = V_4; NullCheck(L_94); String_t* L_95 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_94); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_96 = String_Format_m2556382932(NULL /*static, unused*/, L_91, L_93, L_95, /*hidden argument*/NULL); ArrayTypeMismatchException_t2342549375 * L_97 = (ArrayTypeMismatchException_t2342549375 *)il2cpp_codegen_object_new(ArrayTypeMismatchException_t2342549375_il2cpp_TypeInfo_var); ArrayTypeMismatchException__ctor_m231257638(L_97, L_96, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_97,Array_Copy_m344457298_RuntimeMethod_var); } IL_0206: { goto IL_020b; } } // end catch (depth: 1) IL_020b: { int32_t L_98 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1)); } IL_0211: { int32_t L_99 = V_7; if ((((int32_t)L_99) >= ((int32_t)0))) { goto IL_01ab; } } IL_0219: { return; } } // System.Void System.Array::Copy(System.Array,System.Int64,System.Array,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m514679699 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, int64_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int64_t ___destinationIndex3, int64_t ___length4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Copy_m514679699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___sourceArray0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral530567594, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Copy_m514679699_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___destinationArray2; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1688126764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_Copy_m514679699_RuntimeMethod_var); } IL_0022: { int64_t L_4 = ___sourceIndex1; if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)((int32_t)-2147483648LL))))))) { goto IL_003a; } } { int64_t L_5 = ___sourceIndex1; if ((((int64_t)L_5) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_004f; } } IL_003a: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2620667082, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral4004074309, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Array_Copy_m514679699_RuntimeMethod_var); } IL_004f: { int64_t L_8 = ___destinationIndex3; if ((((int64_t)L_8) < ((int64_t)(((int64_t)((int64_t)((int32_t)-2147483648LL))))))) { goto IL_0067; } } { int64_t L_9 = ___destinationIndex3; if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_007c; } } IL_0067: { String_t* L_10 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2620667082, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_11, _stringLiteral1511102372, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Array_Copy_m514679699_RuntimeMethod_var); } IL_007c: { int64_t L_12 = ___length4; if ((((int64_t)L_12) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0092; } } { int64_t L_13 = ___length4; if ((((int64_t)L_13) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_00a7; } } IL_0092: { String_t* L_14 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_15, _stringLiteral1212500642, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Array_Copy_m514679699_RuntimeMethod_var); } IL_00a7: { RuntimeArray * L_16 = ___sourceArray0; int64_t L_17 = ___sourceIndex1; RuntimeArray * L_18 = ___destinationArray2; int64_t L_19 = ___destinationIndex3; int64_t L_20 = ___length4; Array_Copy_m344457298(NULL /*static, unused*/, L_16, (((int32_t)((int32_t)L_17))), L_18, (((int32_t)((int32_t)L_19))), (((int32_t)((int32_t)L_20))), /*hidden argument*/NULL); return; } } // System.Void System.Array::Copy(System.Array,System.Array,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988610914 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int64_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Copy_m1988610914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___length2; if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0014; } } { int64_t L_1 = ___length2; if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0029; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral1212500642, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_Copy_m1988610914_RuntimeMethod_var); } IL_0029: { RuntimeArray * L_4 = ___sourceArray0; RuntimeArray * L_5 = ___destinationArray1; int64_t L_6 = ___length2; Array_Copy_m1988217701(NULL /*static, unused*/, L_4, L_5, (((int32_t)((int32_t)L_6))), /*hidden argument*/NULL); return; } } // System.Int32 System.Array::IndexOf(System.Array,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_m1714973386 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_IndexOf_m1714973386_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_IndexOf_m1714973386_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; RuntimeObject * L_3 = ___value1; RuntimeArray * L_4 = ___array0; NullCheck(L_4); int32_t L_5 = Array_get_Length_m21610649(L_4, /*hidden argument*/NULL); int32_t L_6 = Array_IndexOf_m2805394078(NULL /*static, unused*/, L_2, L_3, 0, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 System.Array::IndexOf(System.Array,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_m2527777724 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_IndexOf_m2527777724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_IndexOf_m2527777724_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; RuntimeObject * L_3 = ___value1; int32_t L_4 = ___startIndex2; RuntimeArray * L_5 = ___array0; NullCheck(L_5); int32_t L_6 = Array_get_Length_m21610649(L_5, /*hidden argument*/NULL); int32_t L_7 = ___startIndex2; int32_t L_8 = Array_IndexOf_m2805394078(NULL /*static, unused*/, L_2, L_3, L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); return L_8; } } // System.Int32 System.Array::IndexOf(System.Array,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_m2805394078 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_IndexOf_m2805394078_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_IndexOf_m2805394078_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_002d; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_5 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Array_IndexOf_m2805394078_RuntimeMethod_var); } IL_002d: { int32_t L_6 = ___count3; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0052; } } { int32_t L_7 = ___startIndex2; RuntimeArray * L_8 = ___array0; NullCheck(L_8); int32_t L_9 = Array_GetLowerBound_m2045984623(L_8, 0, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0052; } } { int32_t L_10 = ___startIndex2; RuntimeArray * L_11 = ___array0; NullCheck(L_11); int32_t L_12 = Array_GetUpperBound_m4018715963(L_11, 0, /*hidden argument*/NULL); int32_t L_13 = ___count3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))))) { goto IL_0058; } } IL_0052: { ArgumentOutOfRangeException_t777629997 * L_14 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,Array_IndexOf_m2805394078_RuntimeMethod_var); } IL_0058: { int32_t L_15 = ___startIndex2; int32_t L_16 = ___count3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); int32_t L_17 = ___startIndex2; V_1 = L_17; goto IL_007b; } IL_0063: { RuntimeArray * L_18 = ___array0; int32_t L_19 = V_1; NullCheck(L_18); RuntimeObject * L_20 = Array_GetValueImpl_m3048550958(L_18, L_19, /*hidden argument*/NULL); RuntimeObject * L_21 = ___value1; bool L_22 = Object_Equals_m1397037629(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0077; } } { int32_t L_23 = V_1; return L_23; } IL_0077: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_007b: { int32_t L_25 = V_1; int32_t L_26 = V_0; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0063; } } { RuntimeArray * L_27 = ___array0; NullCheck(L_27); int32_t L_28 = Array_GetLowerBound_m2045984623(L_27, 0, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1)); } } // System.Void System.Array::Initialize() extern "C" IL2CPP_METHOD_ATTR void Array_Initialize_m3004991267 (RuntimeArray * __this, const RuntimeMethod* method) { { return; } } // System.Int32 System.Array::LastIndexOf(System.Array,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Array_LastIndexOf_m1426784917 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_LastIndexOf_m1426784917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_LastIndexOf_m1426784917_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3 = Array_get_Length_m21610649(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0026; } } { RuntimeArray * L_4 = ___array0; NullCheck(L_4); int32_t L_5 = Array_GetLowerBound_m2045984623(L_4, 0, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_0026: { RuntimeArray * L_6 = ___array0; RuntimeObject * L_7 = ___value1; RuntimeArray * L_8 = ___array0; NullCheck(L_8); int32_t L_9 = Array_get_Length_m21610649(L_8, /*hidden argument*/NULL); int32_t L_10 = Array_LastIndexOf_m3999123122(NULL /*static, unused*/, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); return L_10; } } // System.Int32 System.Array::LastIndexOf(System.Array,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_LastIndexOf_m3999123122 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_LastIndexOf_m3999123122_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_LastIndexOf_m3999123122_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; RuntimeObject * L_3 = ___value1; int32_t L_4 = ___startIndex2; int32_t L_5 = ___startIndex2; RuntimeArray * L_6 = ___array0; NullCheck(L_6); int32_t L_7 = Array_GetLowerBound_m2045984623(L_6, 0, /*hidden argument*/NULL); int32_t L_8 = Array_LastIndexOf_m707980579(NULL /*static, unused*/, L_2, L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_7)), (int32_t)1)), /*hidden argument*/NULL); return L_8; } } // System.Int32 System.Array::LastIndexOf(System.Array,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_LastIndexOf_m707980579 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_LastIndexOf_m707980579_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_LastIndexOf_m707980579_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_002d; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_5 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Array_LastIndexOf_m707980579_RuntimeMethod_var); } IL_002d: { RuntimeArray * L_6 = ___array0; NullCheck(L_6); int32_t L_7 = Array_GetLowerBound_m2045984623(L_6, 0, /*hidden argument*/NULL); V_0 = L_7; RuntimeArray * L_8 = ___array0; NullCheck(L_8); int32_t L_9 = Array_get_Length_m21610649(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0044; } } { int32_t L_10 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_0044: { int32_t L_11 = ___count3; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_006a; } } { int32_t L_12 = ___startIndex2; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_006a; } } { int32_t L_14 = ___startIndex2; RuntimeArray * L_15 = ___array0; NullCheck(L_15); int32_t L_16 = Array_GetUpperBound_m4018715963(L_15, 0, /*hidden argument*/NULL); if ((((int32_t)L_14) > ((int32_t)L_16))) { goto IL_006a; } } { int32_t L_17 = ___startIndex2; int32_t L_18 = ___count3; int32_t L_19 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), (int32_t)1))) >= ((int32_t)L_19))) { goto IL_0070; } } IL_006a: { ArgumentOutOfRangeException_t777629997 * L_20 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,Array_LastIndexOf_m707980579_RuntimeMethod_var); } IL_0070: { int32_t L_21 = ___startIndex2; V_1 = L_21; goto IL_008f; } IL_0077: { RuntimeArray * L_22 = ___array0; int32_t L_23 = V_1; NullCheck(L_22); RuntimeObject * L_24 = Array_GetValueImpl_m3048550958(L_22, L_23, /*hidden argument*/NULL); RuntimeObject * L_25 = ___value1; bool L_26 = Object_Equals_m1397037629(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_008b; } } { int32_t L_27 = V_1; return L_27; } IL_008b: { int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1)); } IL_008f: { int32_t L_29 = V_1; int32_t L_30 = ___startIndex2; int32_t L_31 = ___count3; if ((((int32_t)L_29) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), (int32_t)1))))) { goto IL_0077; } } { int32_t L_32 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); } } // System.Array/Swapper System.Array::get_swapper(System.Array) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_m3428716670 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_m3428716670_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { RuntimeArray * L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { RuntimeArray * L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { RuntimeArray * L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { RuntimeArray * L_8 = ___array0; if (!((ObjectU5BU5D_t2843939325*)IsInst((RuntimeObject*)L_8, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var))) { goto IL_0048; } } { RuntimeArray * L_9 = ___array0; intptr_t L_10 = (intptr_t)Array_obj_swapper_m472969017_RuntimeMethod_var; Swapper_t2822380397 * L_11 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_11, L_9, L_10, /*hidden argument*/NULL); return L_11; } IL_0048: { RuntimeArray * L_12 = ___array0; intptr_t L_13 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_14 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_14, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void System.Array::Reverse(System.Array) extern "C" IL2CPP_METHOD_ATTR void Array_Reverse_m3714848183 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Reverse_m3714848183_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Reverse_m3714848183_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; RuntimeArray * L_3 = ___array0; NullCheck(L_3); int32_t L_4 = Array_GetLowerBound_m2045984623(L_3, 0, /*hidden argument*/NULL); RuntimeArray * L_5 = ___array0; NullCheck(L_5); int32_t L_6 = Array_GetLength_m2178203778(L_5, 0, /*hidden argument*/NULL); Array_Reverse_m816310962(NULL /*static, unused*/, L_2, L_4, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Array::Reverse(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Reverse_m816310962 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Reverse_m816310962_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; RuntimeObject * V_2 = NULL; Int32U5BU5D_t385246372* V_3 = NULL; int32_t V_4 = 0; DoubleU5BU5D_t3413330114* V_5 = NULL; double V_6 = 0.0; Swapper_t2822380397 * V_7 = NULL; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Reverse_m816310962_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_002d; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_5 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Array_Reverse_m816310962_RuntimeMethod_var); } IL_002d: { int32_t L_6 = ___index1; RuntimeArray * L_7 = ___array0; NullCheck(L_7); int32_t L_8 = Array_GetLowerBound_m2045984623(L_7, 0, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0041; } } { int32_t L_9 = ___length2; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0047; } } IL_0041: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Array_Reverse_m816310962_RuntimeMethod_var); } IL_0047: { int32_t L_11 = ___index1; RuntimeArray * L_12 = ___array0; NullCheck(L_12); int32_t L_13 = Array_GetUpperBound_m4018715963(L_12, 0, /*hidden argument*/NULL); int32_t L_14 = ___length2; if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), (int32_t)L_14))))) { goto IL_005e; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Array_Reverse_m816310962_RuntimeMethod_var); } IL_005e: { int32_t L_16 = ___index1; int32_t L_17 = ___length2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t)1)); RuntimeArray * L_18 = ___array0; V_1 = ((ObjectU5BU5D_t2843939325*)IsInst((RuntimeObject*)L_18, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); ObjectU5BU5D_t2843939325* L_19 = V_1; if (!L_19) { goto IL_0095; } } { goto IL_008d; } IL_0076: { ObjectU5BU5D_t2843939325* L_20 = V_1; int32_t L_21 = ___index1; NullCheck(L_20); int32_t L_22 = L_21; RuntimeObject * L_23 = (L_20)->GetAt(static_cast(L_22)); V_2 = L_23; ObjectU5BU5D_t2843939325* L_24 = V_1; int32_t L_25 = ___index1; ObjectU5BU5D_t2843939325* L_26 = V_1; int32_t L_27 = V_0; NullCheck(L_26); int32_t L_28 = L_27; RuntimeObject * L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_29); (L_24)->SetAt(static_cast(L_25), (RuntimeObject *)L_29); ObjectU5BU5D_t2843939325* L_30 = V_1; int32_t L_31 = V_0; RuntimeObject * L_32 = V_2; NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(L_31), (RuntimeObject *)L_32); int32_t L_33 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)); } IL_008d: { int32_t L_35 = ___index1; int32_t L_36 = V_0; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0076; } } { return; } IL_0095: { RuntimeArray * L_37 = ___array0; V_3 = ((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_37, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var)); Int32U5BU5D_t385246372* L_38 = V_3; if (!L_38) { goto IL_00c8; } } { goto IL_00c0; } IL_00a7: { Int32U5BU5D_t385246372* L_39 = V_3; int32_t L_40 = ___index1; NullCheck(L_39); int32_t L_41 = L_40; int32_t L_42 = (L_39)->GetAt(static_cast(L_41)); V_4 = L_42; Int32U5BU5D_t385246372* L_43 = V_3; int32_t L_44 = ___index1; Int32U5BU5D_t385246372* L_45 = V_3; int32_t L_46 = V_0; NullCheck(L_45); int32_t L_47 = L_46; int32_t L_48 = (L_45)->GetAt(static_cast(L_47)); NullCheck(L_43); (L_43)->SetAt(static_cast(L_44), (int32_t)L_48); Int32U5BU5D_t385246372* L_49 = V_3; int32_t L_50 = V_0; int32_t L_51 = V_4; NullCheck(L_49); (L_49)->SetAt(static_cast(L_50), (int32_t)L_51); int32_t L_52 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); int32_t L_53 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1)); } IL_00c0: { int32_t L_54 = ___index1; int32_t L_55 = V_0; if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_00a7; } } { return; } IL_00c8: { RuntimeArray * L_56 = ___array0; V_5 = ((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_56, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var)); DoubleU5BU5D_t3413330114* L_57 = V_5; if (!L_57) { goto IL_0101; } } { goto IL_00f9; } IL_00dc: { DoubleU5BU5D_t3413330114* L_58 = V_5; int32_t L_59 = ___index1; NullCheck(L_58); int32_t L_60 = L_59; double L_61 = (L_58)->GetAt(static_cast(L_60)); V_6 = L_61; DoubleU5BU5D_t3413330114* L_62 = V_5; int32_t L_63 = ___index1; DoubleU5BU5D_t3413330114* L_64 = V_5; int32_t L_65 = V_0; NullCheck(L_64); int32_t L_66 = L_65; double L_67 = (L_64)->GetAt(static_cast(L_66)); NullCheck(L_62); (L_62)->SetAt(static_cast(L_63), (double)L_67); DoubleU5BU5D_t3413330114* L_68 = V_5; int32_t L_69 = V_0; double L_70 = V_6; NullCheck(L_68); (L_68)->SetAt(static_cast(L_69), (double)L_70); int32_t L_71 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); int32_t L_72 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)1)); } IL_00f9: { int32_t L_73 = ___index1; int32_t L_74 = V_0; if ((((int32_t)L_73) < ((int32_t)L_74))) { goto IL_00dc; } } { return; } IL_0101: { RuntimeArray * L_75 = ___array0; Swapper_t2822380397 * L_76 = Array_get_swapper_m3428716670(NULL /*static, unused*/, L_75, /*hidden argument*/NULL); V_7 = L_76; goto IL_0120; } IL_010e: { Swapper_t2822380397 * L_77 = V_7; int32_t L_78 = ___index1; int32_t L_79 = V_0; NullCheck(L_77); Swapper_Invoke_m2596472750(L_77, L_78, L_79, /*hidden argument*/NULL); int32_t L_80 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); int32_t L_81 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1)); } IL_0120: { int32_t L_82 = ___index1; int32_t L_83 = V_0; if ((((int32_t)L_82) < ((int32_t)L_83))) { goto IL_010e; } } { return; } } // System.Void System.Array::Sort(System.Array) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m3698291233 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Sort_m3698291233_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Sort_m3698291233_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; RuntimeArray * L_3 = ___array0; NullCheck(L_3); int32_t L_4 = Array_GetLowerBound_m2045984623(L_3, 0, /*hidden argument*/NULL); RuntimeArray * L_5 = ___array0; NullCheck(L_5); int32_t L_6 = Array_GetLength_m2178203778(L_5, 0, /*hidden argument*/NULL); Array_Sort_m2934663614(NULL /*static, unused*/, L_2, (RuntimeArray *)NULL, L_4, L_6, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Array::Sort(System.Array,System.Array) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m459550270 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___keys0, RuntimeArray * ___items1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Sort_m459550270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___keys0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral465436770, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Sort_m459550270_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___keys0; RuntimeArray * L_3 = ___items1; RuntimeArray * L_4 = ___keys0; NullCheck(L_4); int32_t L_5 = Array_GetLowerBound_m2045984623(L_4, 0, /*hidden argument*/NULL); RuntimeArray * L_6 = ___keys0; NullCheck(L_6); int32_t L_7 = Array_GetLength_m2178203778(L_6, 0, /*hidden argument*/NULL); Array_Sort_m2934663614(NULL /*static, unused*/, L_2, L_3, L_5, L_7, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Array::Sort(System.Array,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m870838517 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Sort_m870838517_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Sort_m870838517_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; RuntimeArray * L_3 = ___array0; NullCheck(L_3); int32_t L_4 = Array_GetLowerBound_m2045984623(L_3, 0, /*hidden argument*/NULL); RuntimeArray * L_5 = ___array0; NullCheck(L_5); int32_t L_6 = Array_GetLength_m2178203778(L_5, 0, /*hidden argument*/NULL); RuntimeObject* L_7 = ___comparer1; Array_Sort_m2934663614(NULL /*static, unused*/, L_2, (RuntimeArray *)NULL, L_4, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Array::Sort(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m3287581440 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; int32_t L_1 = ___index1; int32_t L_2 = ___length2; Array_Sort_m2934663614(NULL /*static, unused*/, L_0, (RuntimeArray *)NULL, L_1, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Array::Sort(System.Array,System.Array,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m3145621264 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___keys0, RuntimeArray * ___items1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Sort_m3145621264_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___keys0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral465436770, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Sort_m3145621264_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___keys0; RuntimeArray * L_3 = ___items1; RuntimeArray * L_4 = ___keys0; NullCheck(L_4); int32_t L_5 = Array_GetLowerBound_m2045984623(L_4, 0, /*hidden argument*/NULL); RuntimeArray * L_6 = ___keys0; NullCheck(L_6); int32_t L_7 = Array_GetLength_m2178203778(L_6, 0, /*hidden argument*/NULL); RuntimeObject* L_8 = ___comparer2; Array_Sort_m2934663614(NULL /*static, unused*/, L_2, L_3, L_5, L_7, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Array::Sort(System.Array,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m2147377746 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___keys0, RuntimeArray * ___items1, int32_t ___index2, int32_t ___length3, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___keys0; RuntimeArray * L_1 = ___items1; int32_t L_2 = ___index2; int32_t L_3 = ___length3; Array_Sort_m2934663614(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Array::Sort(System.Array,System.Int32,System.Int32,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m182264525 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; int32_t L_1 = ___index1; int32_t L_2 = ___length2; RuntimeObject* L_3 = ___comparer3; Array_Sort_m2934663614(NULL /*static, unused*/, L_0, (RuntimeArray *)NULL, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Array::Sort(System.Array,System.Array,System.Int32,System.Int32,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m2934663614 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___keys0, RuntimeArray * ___items1, int32_t ___index2, int32_t ___length3, RuntimeObject* ___comparer4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Sort_m2934663614_MetadataUsageId); s_Il2CppMethodInitialized = true; } Swapper_t2822380397 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeArray * L_0 = ___keys0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral465436770, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Sort_m2934663614_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___keys0; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) > ((int32_t)1))) { goto IL_002f; } } { RuntimeArray * L_4 = ___items1; if (!L_4) { goto IL_0035; } } { RuntimeArray * L_5 = ___items1; NullCheck(L_5); int32_t L_6 = Array_get_Rank_m3448755881(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0035; } } IL_002f: { RankException_t3812021567 * L_7 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m4082747811(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Array_Sort_m2934663614_RuntimeMethod_var); } IL_0035: { RuntimeArray * L_8 = ___items1; if (!L_8) { goto IL_0054; } } { RuntimeArray * L_9 = ___keys0; NullCheck(L_9); int32_t L_10 = Array_GetLowerBound_m2045984623(L_9, 0, /*hidden argument*/NULL); RuntimeArray * L_11 = ___items1; NullCheck(L_11); int32_t L_12 = Array_GetLowerBound_m2045984623(L_11, 0, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)L_12))) { goto IL_0054; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Array_Sort_m2934663614_RuntimeMethod_var); } IL_0054: { int32_t L_14 = ___index2; RuntimeArray * L_15 = ___keys0; NullCheck(L_15); int32_t L_16 = Array_GetLowerBound_m2045984623(L_15, 0, /*hidden argument*/NULL); if ((((int32_t)L_14) >= ((int32_t)L_16))) { goto IL_006c; } } { ArgumentOutOfRangeException_t777629997 * L_17 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_17, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Array_Sort_m2934663614_RuntimeMethod_var); } IL_006c: { int32_t L_18 = ___length3; if ((((int32_t)L_18) >= ((int32_t)0))) { goto IL_0088; } } { String_t* L_19 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4139011980, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_20 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_20, _stringLiteral1212500642, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,Array_Sort_m2934663614_RuntimeMethod_var); } IL_0088: { RuntimeArray * L_21 = ___keys0; NullCheck(L_21); int32_t L_22 = Array_get_Length_m21610649(L_21, /*hidden argument*/NULL); int32_t L_23 = ___index2; RuntimeArray * L_24 = ___keys0; NullCheck(L_24); int32_t L_25 = Array_GetLowerBound_m2045984623(L_24, 0, /*hidden argument*/NULL); int32_t L_26 = ___length3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_25))))) < ((int32_t)L_26))) { goto IL_00b2; } } { RuntimeArray * L_27 = ___items1; if (!L_27) { goto IL_00b8; } } { int32_t L_28 = ___index2; RuntimeArray * L_29 = ___items1; NullCheck(L_29); int32_t L_30 = Array_get_Length_m21610649(L_29, /*hidden argument*/NULL); int32_t L_31 = ___length3; if ((((int32_t)L_28) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))))) { goto IL_00b8; } } IL_00b2: { ArgumentException_t132251570 * L_32 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,Array_Sort_m2934663614_RuntimeMethod_var); } IL_00b8: { int32_t L_33 = ___length3; if ((((int32_t)L_33) > ((int32_t)1))) { goto IL_00c0; } } { return; } IL_00c0: { RuntimeObject* L_34 = ___comparer4; if (L_34) { goto IL_0134; } } { RuntimeArray * L_35 = ___items1; if (L_35) { goto IL_00d4; } } { V_0 = (Swapper_t2822380397 *)NULL; goto IL_00db; } IL_00d4: { RuntimeArray * L_36 = ___items1; Swapper_t2822380397 * L_37 = Array_get_swapper_m3428716670(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); V_0 = L_37; } IL_00db: { RuntimeArray * L_38 = ___keys0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_38, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_00f5; } } { RuntimeArray * L_39 = ___keys0; int32_t L_40 = ___index2; int32_t L_41 = ___length3; Swapper_t2822380397 * L_42 = V_0; Array_combsort_m3017221499(NULL /*static, unused*/, ((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_39, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var)), L_40, L_41, L_42, /*hidden argument*/NULL); return; } IL_00f5: { RuntimeArray * L_43 = ___keys0; if (((UInt32U5BU5D_t2770800703*)IsInst((RuntimeObject*)L_43, UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var))) { goto IL_011a; } } { RuntimeArray * L_44 = ___keys0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_44, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_011a; } } { RuntimeArray * L_45 = ___keys0; int32_t L_46 = ___index2; int32_t L_47 = ___length3; Swapper_t2822380397 * L_48 = V_0; Array_combsort_m4052486289(NULL /*static, unused*/, ((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_45, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var)), L_46, L_47, L_48, /*hidden argument*/NULL); return; } IL_011a: { RuntimeArray * L_49 = ___keys0; if (!((CharU5BU5D_t3528271667*)IsInst((RuntimeObject*)L_49, CharU5BU5D_t3528271667_il2cpp_TypeInfo_var))) { goto IL_0134; } } { RuntimeArray * L_50 = ___keys0; int32_t L_51 = ___index2; int32_t L_52 = ___length3; Swapper_t2822380397 * L_53 = V_0; Array_combsort_m2745184932(NULL /*static, unused*/, ((CharU5BU5D_t3528271667*)IsInst((RuntimeObject*)L_50, CharU5BU5D_t3528271667_il2cpp_TypeInfo_var)), L_51, L_52, L_53, /*hidden argument*/NULL); return; } IL_0134: try { // begin try (depth: 1) int32_t L_54 = ___index2; V_1 = L_54; int32_t L_55 = ___index2; int32_t L_56 = ___length3; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)), (int32_t)1)); RuntimeArray * L_57 = ___keys0; RuntimeArray * L_58 = ___items1; int32_t L_59 = V_1; int32_t L_60 = V_2; RuntimeObject* L_61 = ___comparer4; Array_qsort_m3156569874(NULL /*static, unused*/, L_57, L_58, L_59, L_60, L_61, /*hidden argument*/NULL); goto IL_0163; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_014c; throw e; } CATCH_014c: { // begin catch(System.Exception) { V_3 = ((Exception_t *)__exception_local); String_t* L_62 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3166607389, /*hidden argument*/NULL); Exception_t * L_63 = V_3; InvalidOperationException_t56020091 * L_64 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m1685032583(L_64, L_62, L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,Array_Sort_m2934663614_RuntimeMethod_var); } IL_015e: { goto IL_0163; } } // end catch (depth: 1) IL_0163: { return; } } // System.Void System.Array::int_swapper(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_int_swapper_m3830919681 (RuntimeArray * __this, int32_t ___i0, int32_t ___j1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_int_swapper_m3830919681_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; int32_t V_1 = 0; { V_0 = ((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)__this, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var)); Int32U5BU5D_t385246372* L_0 = V_0; int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; Int32U5BU5D_t385246372* L_4 = V_0; int32_t L_5 = ___i0; Int32U5BU5D_t385246372* L_6 = V_0; int32_t L_7 = ___j1; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_9); Int32U5BU5D_t385246372* L_10 = V_0; int32_t L_11 = ___j1; int32_t L_12 = V_1; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (int32_t)L_12); return; } } // System.Void System.Array::obj_swapper(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_obj_swapper_m472969017 (RuntimeArray * __this, int32_t ___i0, int32_t ___j1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_obj_swapper_m472969017_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; RuntimeObject * V_1 = NULL; { V_0 = ((ObjectU5BU5D_t2843939325*)IsInst((RuntimeObject*)__this, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); ObjectU5BU5D_t2843939325* L_0 = V_0; int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; ObjectU5BU5D_t2843939325* L_4 = V_0; int32_t L_5 = ___i0; ObjectU5BU5D_t2843939325* L_6 = V_0; int32_t L_7 = ___j1; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_9); (L_4)->SetAt(static_cast(L_5), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = V_0; int32_t L_11 = ___j1; RuntimeObject * L_12 = V_1; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(L_11), (RuntimeObject *)L_12); return; } } // System.Void System.Array::slow_swapper(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_slow_swapper_m4116724811 (RuntimeArray * __this, int32_t ___i0, int32_t ___j1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { int32_t L_0 = ___i0; RuntimeObject * L_1 = Array_GetValueImpl_m3048550958(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___j1; RuntimeObject * L_3 = Array_GetValue_m2528546681(__this, L_2, /*hidden argument*/NULL); int32_t L_4 = ___i0; Array_SetValueImpl_m2791230289(__this, L_3, L_4, /*hidden argument*/NULL); RuntimeObject * L_5 = V_0; int32_t L_6 = ___j1; Array_SetValueImpl_m2791230289(__this, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Array::double_swapper(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_double_swapper_m4135376022 (RuntimeArray * __this, int32_t ___i0, int32_t ___j1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_double_swapper_m4135376022_MetadataUsageId); s_Il2CppMethodInitialized = true; } DoubleU5BU5D_t3413330114* V_0 = NULL; double V_1 = 0.0; { V_0 = ((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)__this, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var)); DoubleU5BU5D_t3413330114* L_0 = V_0; int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; double L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; DoubleU5BU5D_t3413330114* L_4 = V_0; int32_t L_5 = ___i0; DoubleU5BU5D_t3413330114* L_6 = V_0; int32_t L_7 = ___j1; NullCheck(L_6); int32_t L_8 = L_7; double L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (double)L_9); DoubleU5BU5D_t3413330114* L_10 = V_0; int32_t L_11 = ___j1; double L_12 = V_1; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (double)L_12); return; } } // System.Int32 System.Array::new_gap(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_new_gap_m262136975 (RuntimeObject * __this /* static, unused */, int32_t ___gap0, const RuntimeMethod* method) { { int32_t L_0 = ___gap0; ___gap0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)10)))/(int32_t)((int32_t)13))); int32_t L_1 = ___gap0; if ((((int32_t)L_1) == ((int32_t)((int32_t)9)))) { goto IL_0019; } } { int32_t L_2 = ___gap0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)10))))) { goto IL_001c; } } IL_0019: { return ((int32_t)11); } IL_001c: { int32_t L_3 = ___gap0; if ((((int32_t)L_3) >= ((int32_t)1))) { goto IL_0025; } } { return 1; } IL_0025: { int32_t L_4 = ___gap0; return L_4; } } // System.Void System.Array::combsort(System.Double[],System.Int32,System.Int32,System.Array/Swapper) extern "C" IL2CPP_METHOD_ATTR void Array_combsort_m3017221499 (RuntimeObject * __this /* static, unused */, DoubleU5BU5D_t3413330114* ___array0, int32_t ___start1, int32_t ___size2, Swapper_t2822380397 * ___swap_items3, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; double V_5 = 0.0; { int32_t L_0 = ___size2; V_0 = L_0; } IL_0002: { int32_t L_1 = V_0; int32_t L_2 = Array_new_gap_m262136975(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (bool)0; int32_t L_3 = ___start1; int32_t L_4 = ___size2; int32_t L_5 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)L_5)); int32_t L_6 = ___start1; V_3 = L_6; goto IL_0050; } IL_0018: { int32_t L_7 = V_3; int32_t L_8 = V_0; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); DoubleU5BU5D_t3413330114* L_9 = ___array0; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; double L_12 = (L_9)->GetAt(static_cast(L_11)); DoubleU5BU5D_t3413330114* L_13 = ___array0; int32_t L_14 = V_4; NullCheck(L_13); int32_t L_15 = L_14; double L_16 = (L_13)->GetAt(static_cast(L_15)); if ((!(((double)L_12) > ((double)L_16)))) { goto IL_004c; } } { DoubleU5BU5D_t3413330114* L_17 = ___array0; int32_t L_18 = V_3; NullCheck(L_17); int32_t L_19 = L_18; double L_20 = (L_17)->GetAt(static_cast(L_19)); V_5 = L_20; DoubleU5BU5D_t3413330114* L_21 = ___array0; int32_t L_22 = V_3; DoubleU5BU5D_t3413330114* L_23 = ___array0; int32_t L_24 = V_4; NullCheck(L_23); int32_t L_25 = L_24; double L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (double)L_26); DoubleU5BU5D_t3413330114* L_27 = ___array0; int32_t L_28 = V_4; double L_29 = V_5; NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (double)L_29); V_1 = (bool)1; Swapper_t2822380397 * L_30 = ___swap_items3; if (!L_30) { goto IL_004c; } } { Swapper_t2822380397 * L_31 = ___swap_items3; int32_t L_32 = V_3; int32_t L_33 = V_4; NullCheck(L_31); Swapper_Invoke_m2596472750(L_31, L_32, L_33, /*hidden argument*/NULL); } IL_004c: { int32_t L_34 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0050: { int32_t L_35 = V_3; int32_t L_36 = V_2; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0018; } } { int32_t L_37 = V_0; if ((!(((uint32_t)L_37) == ((uint32_t)1)))) { goto IL_0069; } } { bool L_38 = V_1; if (L_38) { goto IL_0069; } } { goto IL_006e; } IL_0069: { goto IL_0002; } IL_006e: { return; } } // System.Void System.Array::combsort(System.Int32[],System.Int32,System.Int32,System.Array/Swapper) extern "C" IL2CPP_METHOD_ATTR void Array_combsort_m4052486289 (RuntimeObject * __this /* static, unused */, Int32U5BU5D_t385246372* ___array0, int32_t ___start1, int32_t ___size2, Swapper_t2822380397 * ___swap_items3, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t L_0 = ___size2; V_0 = L_0; } IL_0002: { int32_t L_1 = V_0; int32_t L_2 = Array_new_gap_m262136975(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (bool)0; int32_t L_3 = ___start1; int32_t L_4 = ___size2; int32_t L_5 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)L_5)); int32_t L_6 = ___start1; V_3 = L_6; goto IL_0050; } IL_0018: { int32_t L_7 = V_3; int32_t L_8 = V_0; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); Int32U5BU5D_t385246372* L_9 = ___array0; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; int32_t L_12 = (L_9)->GetAt(static_cast(L_11)); Int32U5BU5D_t385246372* L_13 = ___array0; int32_t L_14 = V_4; NullCheck(L_13); int32_t L_15 = L_14; int32_t L_16 = (L_13)->GetAt(static_cast(L_15)); if ((((int32_t)L_12) <= ((int32_t)L_16))) { goto IL_004c; } } { Int32U5BU5D_t385246372* L_17 = ___array0; int32_t L_18 = V_3; NullCheck(L_17); int32_t L_19 = L_18; int32_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_5 = L_20; Int32U5BU5D_t385246372* L_21 = ___array0; int32_t L_22 = V_3; Int32U5BU5D_t385246372* L_23 = ___array0; int32_t L_24 = V_4; NullCheck(L_23); int32_t L_25 = L_24; int32_t L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (int32_t)L_26); Int32U5BU5D_t385246372* L_27 = ___array0; int32_t L_28 = V_4; int32_t L_29 = V_5; NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (int32_t)L_29); V_1 = (bool)1; Swapper_t2822380397 * L_30 = ___swap_items3; if (!L_30) { goto IL_004c; } } { Swapper_t2822380397 * L_31 = ___swap_items3; int32_t L_32 = V_3; int32_t L_33 = V_4; NullCheck(L_31); Swapper_Invoke_m2596472750(L_31, L_32, L_33, /*hidden argument*/NULL); } IL_004c: { int32_t L_34 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0050: { int32_t L_35 = V_3; int32_t L_36 = V_2; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0018; } } { int32_t L_37 = V_0; if ((!(((uint32_t)L_37) == ((uint32_t)1)))) { goto IL_0069; } } { bool L_38 = V_1; if (L_38) { goto IL_0069; } } { goto IL_006e; } IL_0069: { goto IL_0002; } IL_006e: { return; } } // System.Void System.Array::combsort(System.Char[],System.Int32,System.Int32,System.Array/Swapper) extern "C" IL2CPP_METHOD_ATTR void Array_combsort_m2745184932 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___array0, int32_t ___start1, int32_t ___size2, Swapper_t2822380397 * ___swap_items3, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; { int32_t L_0 = ___size2; V_0 = L_0; } IL_0002: { int32_t L_1 = V_0; int32_t L_2 = Array_new_gap_m262136975(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (bool)0; int32_t L_3 = ___start1; int32_t L_4 = ___size2; int32_t L_5 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)L_5)); int32_t L_6 = ___start1; V_3 = L_6; goto IL_0050; } IL_0018: { int32_t L_7 = V_3; int32_t L_8 = V_0; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); CharU5BU5D_t3528271667* L_9 = ___array0; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; uint16_t L_12 = (L_9)->GetAt(static_cast(L_11)); CharU5BU5D_t3528271667* L_13 = ___array0; int32_t L_14 = V_4; NullCheck(L_13); int32_t L_15 = L_14; uint16_t L_16 = (L_13)->GetAt(static_cast(L_15)); if ((((int32_t)L_12) <= ((int32_t)L_16))) { goto IL_004c; } } { CharU5BU5D_t3528271667* L_17 = ___array0; int32_t L_18 = V_3; NullCheck(L_17); int32_t L_19 = L_18; uint16_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_5 = L_20; CharU5BU5D_t3528271667* L_21 = ___array0; int32_t L_22 = V_3; CharU5BU5D_t3528271667* L_23 = ___array0; int32_t L_24 = V_4; NullCheck(L_23); int32_t L_25 = L_24; uint16_t L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (Il2CppChar)L_26); CharU5BU5D_t3528271667* L_27 = ___array0; int32_t L_28 = V_4; Il2CppChar L_29 = V_5; NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (Il2CppChar)L_29); V_1 = (bool)1; Swapper_t2822380397 * L_30 = ___swap_items3; if (!L_30) { goto IL_004c; } } { Swapper_t2822380397 * L_31 = ___swap_items3; int32_t L_32 = V_3; int32_t L_33 = V_4; NullCheck(L_31); Swapper_Invoke_m2596472750(L_31, L_32, L_33, /*hidden argument*/NULL); } IL_004c: { int32_t L_34 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0050: { int32_t L_35 = V_3; int32_t L_36 = V_2; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0018; } } { int32_t L_37 = V_0; if ((!(((uint32_t)L_37) == ((uint32_t)1)))) { goto IL_0069; } } { bool L_38 = V_1; if (L_38) { goto IL_0069; } } { goto IL_006e; } IL_0069: { goto IL_0002; } IL_006e: { return; } } // System.Void System.Array::qsort(System.Array,System.Array,System.Int32,System.Int32,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_qsort_m3156569874 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___keys0, RuntimeArray * ___items1, int32_t ___low02, int32_t ___high03, RuntimeObject* ___comparer4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; { int32_t L_0 = ___low02; int32_t L_1 = ___high03; if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0008; } } { return; } IL_0008: { int32_t L_2 = ___low02; V_0 = L_2; int32_t L_3 = ___high03; V_1 = L_3; int32_t L_4 = V_0; int32_t L_5 = V_1; int32_t L_6 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))/(int32_t)2)))); RuntimeArray * L_7 = ___keys0; int32_t L_8 = V_2; NullCheck(L_7); RuntimeObject * L_9 = Array_GetValueImpl_m3048550958(L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; } IL_001c: { goto IL_0025; } IL_0021: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0025: { int32_t L_11 = V_0; int32_t L_12 = ___high03; if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_0041; } } { RuntimeArray * L_13 = ___keys0; int32_t L_14 = V_0; NullCheck(L_13); RuntimeObject * L_15 = Array_GetValueImpl_m3048550958(L_13, L_14, /*hidden argument*/NULL); RuntimeObject * L_16 = V_3; RuntimeObject* L_17 = ___comparer4; int32_t L_18 = Array_compare_m2837221808(NULL /*static, unused*/, L_15, L_16, L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)0))) { goto IL_0021; } } IL_0041: { goto IL_004a; } IL_0046: { int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); } IL_004a: { int32_t L_20 = V_1; int32_t L_21 = ___low02; if ((((int32_t)L_20) <= ((int32_t)L_21))) { goto IL_0066; } } { RuntimeObject * L_22 = V_3; RuntimeArray * L_23 = ___keys0; int32_t L_24 = V_1; NullCheck(L_23); RuntimeObject * L_25 = Array_GetValueImpl_m3048550958(L_23, L_24, /*hidden argument*/NULL); RuntimeObject* L_26 = ___comparer4; int32_t L_27 = Array_compare_m2837221808(NULL /*static, unused*/, L_22, L_25, L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)0))) { goto IL_0046; } } IL_0066: { int32_t L_28 = V_0; int32_t L_29 = V_1; if ((((int32_t)L_28) > ((int32_t)L_29))) { goto IL_0083; } } { RuntimeArray * L_30 = ___keys0; RuntimeArray * L_31 = ___items1; int32_t L_32 = V_0; int32_t L_33 = V_1; Array_swap_m547389985(NULL /*static, unused*/, L_30, L_31, L_32, L_33, /*hidden argument*/NULL); int32_t L_34 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); int32_t L_35 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)); goto IL_0088; } IL_0083: { goto IL_008d; } IL_0088: { goto IL_001c; } IL_008d: { int32_t L_36 = ___low02; int32_t L_37 = V_1; if ((((int32_t)L_36) >= ((int32_t)L_37))) { goto IL_009f; } } { RuntimeArray * L_38 = ___keys0; RuntimeArray * L_39 = ___items1; int32_t L_40 = ___low02; int32_t L_41 = V_1; RuntimeObject* L_42 = ___comparer4; Array_qsort_m3156569874(NULL /*static, unused*/, L_38, L_39, L_40, L_41, L_42, /*hidden argument*/NULL); } IL_009f: { int32_t L_43 = V_0; int32_t L_44 = ___high03; if ((((int32_t)L_43) >= ((int32_t)L_44))) { goto IL_00b1; } } { RuntimeArray * L_45 = ___keys0; RuntimeArray * L_46 = ___items1; int32_t L_47 = V_0; int32_t L_48 = ___high03; RuntimeObject* L_49 = ___comparer4; Array_qsort_m3156569874(NULL /*static, unused*/, L_45, L_46, L_47, L_48, L_49, /*hidden argument*/NULL); } IL_00b1: { return; } } // System.Void System.Array::swap(System.Array,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_swap_m547389985 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___keys0, RuntimeArray * ___items1, int32_t ___i2, int32_t ___j3, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeArray * L_0 = ___keys0; int32_t L_1 = ___i2; NullCheck(L_0); RuntimeObject * L_2 = Array_GetValueImpl_m3048550958(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeArray * L_3 = ___keys0; RuntimeArray * L_4 = ___keys0; int32_t L_5 = ___j3; NullCheck(L_4); RuntimeObject * L_6 = Array_GetValue_m2528546681(L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = ___i2; NullCheck(L_3); Array_SetValueImpl_m2791230289(L_3, L_6, L_7, /*hidden argument*/NULL); RuntimeArray * L_8 = ___keys0; RuntimeObject * L_9 = V_0; int32_t L_10 = ___j3; NullCheck(L_8); Array_SetValueImpl_m2791230289(L_8, L_9, L_10, /*hidden argument*/NULL); RuntimeArray * L_11 = ___items1; if (!L_11) { goto IL_0042; } } { RuntimeArray * L_12 = ___items1; int32_t L_13 = ___i2; NullCheck(L_12); RuntimeObject * L_14 = Array_GetValueImpl_m3048550958(L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; RuntimeArray * L_15 = ___items1; RuntimeArray * L_16 = ___items1; int32_t L_17 = ___j3; NullCheck(L_16); RuntimeObject * L_18 = Array_GetValueImpl_m3048550958(L_16, L_17, /*hidden argument*/NULL); int32_t L_19 = ___i2; NullCheck(L_15); Array_SetValueImpl_m2791230289(L_15, L_18, L_19, /*hidden argument*/NULL); RuntimeArray * L_20 = ___items1; RuntimeObject * L_21 = V_0; int32_t L_22 = ___j3; NullCheck(L_20); Array_SetValueImpl_m2791230289(L_20, L_21, L_22, /*hidden argument*/NULL); } IL_0042: { return; } } // System.Int32 System.Array::compare(System.Object,System.Object,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR int32_t Array_compare_m2837221808 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value10, RuntimeObject * ___value21, RuntimeObject* ___comparer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_compare_m2837221808_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; { RuntimeObject * L_0 = ___value10; if (L_0) { goto IL_0014; } } { RuntimeObject * L_1 = ___value21; if (L_1) { goto IL_0012; } } { G_B4_0 = 0; goto IL_0013; } IL_0012: { G_B4_0 = (-1); } IL_0013: { return G_B4_0; } IL_0014: { RuntimeObject * L_2 = ___value21; if (L_2) { goto IL_001c; } } { return 1; } IL_001c: { RuntimeObject* L_3 = ___comparer2; if (L_3) { goto IL_002f; } } { RuntimeObject * L_4 = ___value10; RuntimeObject * L_5 = ___value21; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, IComparable_t36111218_il2cpp_TypeInfo_var))); int32_t L_6 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_t36111218_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IComparable_t36111218_il2cpp_TypeInfo_var)), L_5); return L_6; } IL_002f: { RuntimeObject* L_7 = ___comparer2; RuntimeObject * L_8 = ___value10; RuntimeObject * L_9 = ___value21; NullCheck(L_7); int32_t L_10 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t1540313114_il2cpp_TypeInfo_var, L_7, L_8, L_9); return L_10; } } // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_CopyTo_m225704097_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_CopyTo_m225704097_RuntimeMethod_var); } IL_0011: { int32_t L_2 = Array_get_Rank_m3448755881(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)1))) { goto IL_002d; } } { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_4 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Array_CopyTo_m225704097_RuntimeMethod_var); } IL_002d: { int32_t L_5 = ___index1; int32_t L_6 = Array_GetLength_m2178203778(__this, 0, /*hidden argument*/NULL); RuntimeArray * L_7 = ___array0; NullCheck(L_7); int32_t L_8 = Array_GetLowerBound_m2045984623(L_7, 0, /*hidden argument*/NULL); RuntimeArray * L_9 = ___array0; NullCheck(L_9); int32_t L_10 = Array_GetLength_m2178203778(L_9, 0, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_10))))) { goto IL_0055; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral221691501, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Array_CopyTo_m225704097_RuntimeMethod_var); } IL_0055: { RuntimeArray * L_12 = ___array0; NullCheck(L_12); int32_t L_13 = Array_get_Rank_m3448755881(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)1))) { goto IL_0071; } } { String_t* L_14 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_15 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Array_CopyTo_m225704097_RuntimeMethod_var); } IL_0071: { int32_t L_16 = ___index1; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_008d; } } { String_t* L_17 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4139011980, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_18 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_18, _stringLiteral797640427, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,Array_CopyTo_m225704097_RuntimeMethod_var); } IL_008d: { int32_t L_19 = Array_GetLowerBound_m2045984623(__this, 0, /*hidden argument*/NULL); RuntimeArray * L_20 = ___array0; int32_t L_21 = ___index1; int32_t L_22 = Array_GetLength_m2178203778(__this, 0, /*hidden argument*/NULL); Array_Copy_m344457298(NULL /*static, unused*/, __this, L_19, L_20, L_21, L_22, /*hidden argument*/NULL); return; } } // System.Void System.Array::CopyTo(System.Array,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m3358199659 (RuntimeArray * __this, RuntimeArray * ___array0, int64_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_CopyTo_m3358199659_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___index1; if ((((int64_t)L_0) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0014; } } { int64_t L_1 = ___index1; if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0029; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1356516794, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral797640427, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_CopyTo_m3358199659_RuntimeMethod_var); } IL_0029: { RuntimeArray * L_4 = ___array0; int64_t L_5 = ___index1; Array_CopyTo_m225704097(__this, L_4, (((int32_t)((int32_t)L_5))), /*hidden argument*/NULL); return; } } // System.Void System.Array::ConstrainedCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_ConstrainedCopy_m3673290180 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___sourceArray0; int32_t L_1 = ___sourceIndex1; RuntimeArray * L_2 = ___destinationArray2; int32_t L_3 = ___destinationIndex3; int32_t L_4 = ___length4; Array_Copy_m344457298(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, /*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.Array/SimpleEnumerator::.ctor(System.Array) extern "C" IL2CPP_METHOD_ATTR void SimpleEnumerator__ctor_m353509656 (SimpleEnumerator_t433892249 * __this, RuntimeArray * ___arrayToEnumerate0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeArray * L_0 = ___arrayToEnumerate0; __this->set_enumeratee_0(L_0); __this->set_currentpos_1((-1)); RuntimeArray * L_1 = ___arrayToEnumerate0; NullCheck(L_1); int32_t L_2 = Array_get_Length_m21610649(L_1, /*hidden argument*/NULL); __this->set_length_2(L_2); return; } } // System.Object System.Array/SimpleEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SimpleEnumerator_get_Current_m72361444 (SimpleEnumerator_t433892249 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleEnumerator_get_Current_m72361444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_currentpos_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral320771010, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,SimpleEnumerator_get_Current_m72361444_RuntimeMethod_var); } IL_001c: { int32_t L_3 = __this->get_currentpos_1(); int32_t L_4 = __this->get_length_2(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_003d; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3811138045, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_6 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,SimpleEnumerator_get_Current_m72361444_RuntimeMethod_var); } IL_003d: { RuntimeArray * L_7 = __this->get_enumeratee_0(); int32_t L_8 = __this->get_currentpos_1(); NullCheck(L_7); RuntimeObject * L_9 = Array_GetValueImpl_m3048550958(L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.Array/SimpleEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool SimpleEnumerator_MoveNext_m3097336207 (SimpleEnumerator_t433892249 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentpos_1(); int32_t L_1 = __this->get_length_2(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_001f; } } { int32_t L_2 = __this->get_currentpos_1(); __this->set_currentpos_1(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); } IL_001f: { int32_t L_3 = __this->get_currentpos_1(); int32_t L_4 = __this->get_length_2(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0032; } } { return (bool)1; } IL_0032: { return (bool)0; } } // System.Void System.Array/SimpleEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void SimpleEnumerator_Reset_m2182001888 (SimpleEnumerator_t433892249 * __this, const RuntimeMethod* method) { { __this->set_currentpos_1((-1)); return; } } // System.Object System.Array/SimpleEnumerator::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SimpleEnumerator_Clone_m1890729616 (SimpleEnumerator_t433892249 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_Swapper_t2822380397 (Swapper_t2822380397 * __this, int32_t ___i0, int32_t ___j1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___i0, ___j1); } // System.Void System.Array/Swapper::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Swapper__ctor_m3019156154 (Swapper_t2822380397 * __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.Array/Swapper::Invoke(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Swapper_Invoke_m2596472750 (Swapper_t2822380397 * __this, int32_t ___i0, int32_t ___j1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { Swapper_Invoke_m2596472750((Swapper_t2822380397 *)__this->get_prev_9(), ___i0, ___j1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___i0, ___j1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___i0, ___j1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___i0, ___j1); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___i0, ___j1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___i0, ___j1); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___i0, ___j1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___i0, ___j1, targetMethod); } } } } // System.IAsyncResult System.Array/Swapper::BeginInvoke(System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Swapper_BeginInvoke_m1688449973 (Swapper_t2822380397 * __this, int32_t ___i0, int32_t ___j1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Swapper_BeginInvoke_m1688449973_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___i0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___j1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Array/Swapper::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Swapper_EndInvoke_m1804951082 (Swapper_t2822380397 * __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.ArrayTypeMismatchException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayTypeMismatchException__ctor_m3375008173 (ArrayTypeMismatchException_t2342549375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayTypeMismatchException__ctor_m3375008173_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral435687691, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233085), /*hidden argument*/NULL); return; } } // System.Void System.ArrayTypeMismatchException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArrayTypeMismatchException__ctor_m231257638 (ArrayTypeMismatchException_t2342549375 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233085), /*hidden argument*/NULL); return; } } // System.Void System.ArrayTypeMismatchException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ArrayTypeMismatchException__ctor_m2621976975 (ArrayTypeMismatchException_t2342549375 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__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 #ifdef __clang__ #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.AssemblyLoadEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void AssemblyLoadEventHandler__ctor_m896828968 (AssemblyLoadEventHandler_t107971893 * __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.AssemblyLoadEventHandler::Invoke(System.Object,System.AssemblyLoadEventArgs) extern "C" IL2CPP_METHOD_ATTR void AssemblyLoadEventHandler_Invoke_m1462077361 (AssemblyLoadEventHandler_t107971893 * __this, RuntimeObject * ___sender0, AssemblyLoadEventArgs_t2792010465 * ___args1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { AssemblyLoadEventHandler_Invoke_m1462077361((AssemblyLoadEventHandler_t107971893 *)__this->get_prev_9(), ___sender0, ___args1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, AssemblyLoadEventArgs_t2792010465 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___args1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, AssemblyLoadEventArgs_t2792010465 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___args1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, AssemblyLoadEventArgs_t2792010465 * >::Invoke(targetMethod, targetThis, ___sender0, ___args1); else GenericVirtActionInvoker2< RuntimeObject *, AssemblyLoadEventArgs_t2792010465 * >::Invoke(targetMethod, targetThis, ___sender0, ___args1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, AssemblyLoadEventArgs_t2792010465 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___args1); else VirtActionInvoker2< RuntimeObject *, AssemblyLoadEventArgs_t2792010465 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___args1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, AssemblyLoadEventArgs_t2792010465 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___args1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< AssemblyLoadEventArgs_t2792010465 * >::Invoke(targetMethod, ___sender0, ___args1); else GenericVirtActionInvoker1< AssemblyLoadEventArgs_t2792010465 * >::Invoke(targetMethod, ___sender0, ___args1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< AssemblyLoadEventArgs_t2792010465 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___args1); else VirtActionInvoker1< AssemblyLoadEventArgs_t2792010465 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___args1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, AssemblyLoadEventArgs_t2792010465 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___args1, targetMethod); } } } } // System.IAsyncResult System.AssemblyLoadEventHandler::BeginInvoke(System.Object,System.AssemblyLoadEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* AssemblyLoadEventHandler_BeginInvoke_m1281107466 (AssemblyLoadEventHandler_t107971893 * __this, RuntimeObject * ___sender0, AssemblyLoadEventArgs_t2792010465 * ___args1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___args1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.AssemblyLoadEventHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void AssemblyLoadEventHandler_EndInvoke_m18714231 (AssemblyLoadEventHandler_t107971893 * __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.AsyncCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m530647953 (AsyncCallback_t3962456242 * __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.AsyncCallback::Invoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback_Invoke_m3156993048 (AsyncCallback_t3962456242 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { AsyncCallback_Invoke_m3156993048((AsyncCallback_t3962456242 *)__this->get_prev_9(), ___ar0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___ar0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___ar0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject* >::Invoke(targetMethod, targetThis, ___ar0); else GenericVirtActionInvoker1< RuntimeObject* >::Invoke(targetMethod, targetThis, ___ar0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___ar0); else VirtActionInvoker1< RuntimeObject* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___ar0); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___ar0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___ar0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___ar0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___ar0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___ar0); } } else { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___ar0, targetMethod); } } } } // System.IAsyncResult System.AsyncCallback::BeginInvoke(System.IAsyncResult,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* AsyncCallback_BeginInvoke_m2710486612 (AsyncCallback_t3962456242 * __this, RuntimeObject* ___ar0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___ar0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.AsyncCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback_EndInvoke_m1460833738 (AsyncCallback_t3962456242 * __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.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object System.Attribute::get_TypeId() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Attribute_get_TypeId_m2899224860 (Attribute_t861562559 * __this, const RuntimeMethod* method) { { Type_t * L_0 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Attribute::CheckParameters(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void Attribute_CheckParameters_m456532822 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_CheckParameters_m456532822_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___element0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4059539929, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Attribute_CheckParameters_m456532822_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___attributeType1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1460131600, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Attribute_CheckParameters_m456532822_RuntimeMethod_var); } IL_0022: { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (Attribute_t861562559_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); Type_t * L_6 = ___attributeType1; NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6); if (L_7) { goto IL_004c; } } { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1497536000, /*hidden argument*/NULL); ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_9, L_8, _stringLiteral1460131600, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Attribute_CheckParameters_m456532822_RuntimeMethod_var); } IL_004c: { return; } } // System.Attribute System.Attribute::GetCustomAttribute(System.Reflection.MemberInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR Attribute_t861562559 * Attribute_GetCustomAttribute_m4034845276 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method) { { MemberInfo_t * L_0 = ___element0; Type_t * L_1 = ___attributeType1; Attribute_t861562559 * L_2 = Attribute_GetCustomAttribute_m1244111375(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Attribute System.Attribute::GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Attribute_t861562559 * Attribute_GetCustomAttribute_m1244111375 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_GetCustomAttribute_m1244111375_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___element0; Type_t * L_1 = ___attributeType1; Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); MemberInfo_t * L_2 = ___element0; Type_t * L_3 = ___attributeType1; bool L_4 = ___inherit2; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); Attribute_t861562559 * L_5 = MonoCustomAttrs_GetCustomAttribute_m1568487577(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m3956931822 (RuntimeObject * __this /* static, unused */, Assembly_t * ___element0, const RuntimeMethod* method) { { Assembly_t * L_0 = ___element0; AttributeU5BU5D_t1575011174* L_1 = Attribute_GetCustomAttributes_m1931692115(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Assembly,System.Type) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m3340307265 (RuntimeObject * __this /* static, unused */, Assembly_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method) { { Assembly_t * L_0 = ___element0; Type_t * L_1 = ___attributeType1; AttributeU5BU5D_t1575011174* L_2 = Attribute_GetCustomAttributes_m2797989819(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m2797989819 (RuntimeObject * __this /* static, unused */, Assembly_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_GetCustomAttributes_m2797989819_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Assembly_t * L_0 = ___element0; Type_t * L_1 = ___attributeType1; Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); Assembly_t * L_2 = ___element0; Type_t * L_3 = ___attributeType1; bool L_4 = ___inherit2; NullCheck(L_2); ObjectU5BU5D_t2843939325* L_5 = VirtFuncInvoker2< ObjectU5BU5D_t2843939325*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.Assembly::GetCustomAttributes(System.Type,System.Boolean) */, L_2, L_3, L_4); return ((AttributeU5BU5D_t1575011174*)Castclass((RuntimeObject*)L_5, AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var)); } } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m581407460 (RuntimeObject * __this /* static, unused */, ParameterInfo_t1861056598 * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_GetCustomAttributes_m581407460_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParameterInfo_t1861056598 * L_0 = ___element0; Type_t * L_1 = ___attributeType1; Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); ParameterInfo_t1861056598 * L_2 = ___element0; Type_t * L_3 = ___attributeType1; bool L_4 = ___inherit2; NullCheck(L_2); ObjectU5BU5D_t2843939325* L_5 = VirtFuncInvoker2< ObjectU5BU5D_t2843939325*, Type_t *, bool >::Invoke(14 /* System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_2, L_3, L_4); return ((AttributeU5BU5D_t1575011174*)Castclass((RuntimeObject*)L_5, AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var)); } } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m635736302 (RuntimeObject * __this /* static, unused */, Module_t2987026101 * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_GetCustomAttributes_m635736302_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Module_t2987026101 * L_0 = ___element0; Type_t * L_1 = ___attributeType1; Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); Module_t2987026101 * L_2 = ___element0; Type_t * L_3 = ___attributeType1; bool L_4 = ___inherit2; NullCheck(L_2); ObjectU5BU5D_t2843939325* L_5 = VirtFuncInvoker2< ObjectU5BU5D_t2843939325*, Type_t *, bool >::Invoke(9 /* System.Object[] System.Reflection.Module::GetCustomAttributes(System.Type,System.Boolean) */, L_2, L_3, L_4); return ((AttributeU5BU5D_t1575011174*)Castclass((RuntimeObject*)L_5, AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var)); } } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m1427582442 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, Type_t * ___type1, bool ___inherit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_GetCustomAttributes_m1427582442_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { MemberInfo_t * L_0 = ___element0; Type_t * L_1 = ___type1; Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); MemberInfo_t * L_2 = ___element0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_2); V_0 = L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)16))))) { goto IL_0024; } } { MemberInfo_t * L_5 = ___element0; Type_t * L_6 = ___type1; bool L_7 = ___inherit2; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_8 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, L_5, L_6, L_7, /*hidden argument*/NULL); return ((AttributeU5BU5D_t1575011174*)Castclass((RuntimeObject*)L_8, AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var)); } IL_0024: { MemberInfo_t * L_9 = ___element0; Type_t * L_10 = ___type1; bool L_11 = ___inherit2; NullCheck(L_9); ObjectU5BU5D_t2843939325* L_12 = VirtFuncInvoker2< ObjectU5BU5D_t2843939325*, Type_t *, bool >::Invoke(14 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_9, L_10, L_11); return ((AttributeU5BU5D_t1575011174*)Castclass((RuntimeObject*)L_12, AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var)); } } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Module,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m4276120683 (RuntimeObject * __this /* static, unused */, Module_t2987026101 * ___element0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_GetCustomAttributes_m4276120683_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Module_t2987026101 * L_0 = ___element0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Attribute_t861562559_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); Module_t2987026101 * L_3 = ___element0; bool L_4 = ___inherit1; NullCheck(L_3); ObjectU5BU5D_t2843939325* L_5 = VirtFuncInvoker1< ObjectU5BU5D_t2843939325*, bool >::Invoke(8 /* System.Object[] System.Reflection.Module::GetCustomAttributes(System.Boolean) */, L_3, L_4); return ((AttributeU5BU5D_t1575011174*)Castclass((RuntimeObject*)L_5, AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var)); } } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.Assembly,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m1931692115 (RuntimeObject * __this /* static, unused */, Assembly_t * ___element0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_GetCustomAttributes_m1931692115_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Assembly_t * L_0 = ___element0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Attribute_t861562559_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); Assembly_t * L_3 = ___element0; bool L_4 = ___inherit1; NullCheck(L_3); ObjectU5BU5D_t2843939325* L_5 = VirtFuncInvoker1< ObjectU5BU5D_t2843939325*, bool >::Invoke(10 /* System.Object[] System.Reflection.Assembly::GetCustomAttributes(System.Boolean) */, L_3, L_4); return ((AttributeU5BU5D_t1575011174*)Castclass((RuntimeObject*)L_5, AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var)); } } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m3575848472 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_GetCustomAttributes_m3575848472_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { MemberInfo_t * L_0 = ___element0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Attribute_t861562559_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); MemberInfo_t * L_3 = ___element0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_3); V_0 = L_4; int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)16))))) { goto IL_002c; } } { MemberInfo_t * L_6 = ___element0; bool L_7 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_8 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); return ((AttributeU5BU5D_t1575011174*)Castclass((RuntimeObject*)L_8, AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var)); } IL_002c: { MemberInfo_t * L_9 = ___element0; RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Attribute_t861562559_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); bool L_12 = ___inherit1; NullCheck(L_9); ObjectU5BU5D_t2843939325* L_13 = VirtFuncInvoker2< ObjectU5BU5D_t2843939325*, Type_t *, bool >::Invoke(14 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_9, L_11, L_12); return ((AttributeU5BU5D_t1575011174*)Castclass((RuntimeObject*)L_13, AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var)); } } // System.Attribute[] System.Attribute::GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* Attribute_GetCustomAttributes_m4211271358 (RuntimeObject * __this /* static, unused */, ParameterInfo_t1861056598 * ___element0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_GetCustomAttributes_m4211271358_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParameterInfo_t1861056598 * L_0 = ___element0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Attribute_t861562559_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); ParameterInfo_t1861056598 * L_3 = ___element0; bool L_4 = ___inherit1; NullCheck(L_3); ObjectU5BU5D_t2843939325* L_5 = VirtFuncInvoker1< ObjectU5BU5D_t2843939325*, bool >::Invoke(13 /* System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Boolean) */, L_3, L_4); return ((AttributeU5BU5D_t1575011174*)Castclass((RuntimeObject*)L_5, AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var)); } } // System.Int32 System.Attribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_m2508706224 (Attribute_t861562559 * __this, const RuntimeMethod* method) { { int32_t L_0 = Object_GetHashCode_m2705121830(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Attribute::IsDefaultAttribute() extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefaultAttribute_m3042736921 (Attribute_t861562559 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Attribute::IsDefined(System.Reflection.ParameterInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m4069052474 (RuntimeObject * __this /* static, unused */, ParameterInfo_t1861056598 * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method) { { ParameterInfo_t1861056598 * L_0 = ___element0; Type_t * L_1 = ___attributeType1; bool L_2 = Attribute_IsDefined_m3355705882(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Attribute::IsDefined(System.Reflection.MemberInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m3363303722 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method) { { MemberInfo_t * L_0 = ___element0; Type_t * L_1 = ___attributeType1; bool L_2 = Attribute_IsDefined_m1430686743(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Attribute::IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m1430686743 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_IsDefined_m1430686743_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { MemberInfo_t * L_0 = ___element0; Type_t * L_1 = ___attributeType1; Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); MemberInfo_t * L_2 = ___element0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_2); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0055; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_0055; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)4))) { goto IL_0055; } } { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)8))) { goto IL_0055; } } { int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)16)))) { goto IL_0055; } } { int32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)32)))) { goto IL_0055; } } { int32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)128)))) { goto IL_0055; } } { String_t* L_11 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral919961682, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_12 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Attribute_IsDefined_m1430686743_RuntimeMethod_var); } IL_0055: { int32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)16))))) { goto IL_0066; } } { MemberInfo_t * L_14 = ___element0; Type_t * L_15 = ___attributeType1; bool L_16 = ___inherit2; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_17 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } IL_0066: { MemberInfo_t * L_18 = ___element0; Type_t * L_19 = ___attributeType1; bool L_20 = ___inherit2; NullCheck(L_18); bool L_21 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_18, L_19, L_20); return L_21; } } // System.Boolean System.Attribute::IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m3355705882 (RuntimeObject * __this /* static, unused */, ParameterInfo_t1861056598 * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method) { { ParameterInfo_t1861056598 * L_0 = ___element0; Type_t * L_1 = ___attributeType1; Attribute_CheckParameters_m456532822(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); ParameterInfo_t1861056598 * L_2 = ___element0; Type_t * L_3 = ___attributeType1; bool L_4 = ___inherit2; NullCheck(L_2); bool L_5 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(15 /* System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) */, L_2, L_3, L_4); if (!L_5) { goto IL_0016; } } { return (bool)1; } IL_0016: { ParameterInfo_t1861056598 * L_6 = ___element0; NullCheck(L_6); MemberInfo_t * L_7 = VirtFuncInvoker0< MemberInfo_t * >::Invoke(10 /* System.Reflection.MemberInfo System.Reflection.ParameterInfo::get_Member() */, L_6); Type_t * L_8 = ___attributeType1; bool L_9 = ___inherit2; bool L_10 = Attribute_IsDefined_m1430686743(NULL /*static, unused*/, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean System.Attribute::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Attribute_Equals_m710241514 (Attribute_t861562559 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Attribute_Equals_m710241514_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_0011; } } { RuntimeObject * L_1 = ___obj0; if (((Attribute_t861562559 *)IsInstClass((RuntimeObject*)L_1, Attribute_t861562559_il2cpp_TypeInfo_var))) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { RuntimeObject * L_2 = ___obj0; bool L_3 = ValueType_DefaultEquals_m2927252100(NULL /*static, unused*/, __this, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.AttributeUsageAttribute::.ctor(System.AttributeTargets) extern "C" IL2CPP_METHOD_ATTR void AttributeUsageAttribute__ctor_m3683365572 (AttributeUsageAttribute_t290877318 * __this, int32_t ___validOn0, const RuntimeMethod* method) { { __this->set_inherited_2((bool)1); Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); int32_t L_0 = ___validOn0; __this->set_valid_on_0(L_0); return; } } // System.Boolean System.AttributeUsageAttribute::get_AllowMultiple() extern "C" IL2CPP_METHOD_ATTR bool AttributeUsageAttribute_get_AllowMultiple_m2247746686 (AttributeUsageAttribute_t290877318 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_allow_multiple_1(); return L_0; } } // System.Void System.AttributeUsageAttribute::set_AllowMultiple(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_AllowMultiple_m625992462 (AttributeUsageAttribute_t290877318 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_allow_multiple_1(L_0); return; } } // System.Boolean System.AttributeUsageAttribute::get_Inherited() extern "C" IL2CPP_METHOD_ATTR bool AttributeUsageAttribute_get_Inherited_m2911062450 (AttributeUsageAttribute_t290877318 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inherited_2(); return L_0; } } // System.Void System.AttributeUsageAttribute::set_Inherited(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_Inherited_m1799999820 (AttributeUsageAttribute_t290877318 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_inherited_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.BadImageFormatException::.ctor() extern "C" IL2CPP_METHOD_ATTR void BadImageFormatException__ctor_m1464630413 (BadImageFormatException_t251534586 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BadImageFormatException__ctor_m1464630413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1907067926, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024885), /*hidden argument*/NULL); return; } } // System.Void System.BadImageFormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void BadImageFormatException__ctor_m3393559863 (BadImageFormatException_t251534586 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BadImageFormatException__ctor_m3393559863_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral597774023, /*hidden argument*/NULL); __this->set_fileName_11(L_3); SerializationInfo_t950877179 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = SerializationInfo_GetString_m3155282843(L_4, _stringLiteral715407690, /*hidden argument*/NULL); __this->set_fusionLog_12(L_5); return; } } // System.String System.BadImageFormatException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* BadImageFormatException_get_Message_m2064372988 (BadImageFormatException_t251534586 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BadImageFormatException_get_Message_m2064372988_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((Exception_t *)__this)->get_message_2(); if (L_0) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_3 = __this->get_fileName_11(); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m1881875187(NULL /*static, unused*/, L_1, _stringLiteral2815702284, L_2, /*hidden argument*/NULL); return L_4; } IL_002a: { String_t* L_5 = Exception_get_Message_m3320461627(__this, /*hidden argument*/NULL); return L_5; } } // System.Void System.BadImageFormatException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void BadImageFormatException_GetObjectData_m2751981831 (BadImageFormatException_t251534586 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BadImageFormatException_GetObjectData_m2751981831_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = __this->get_fileName_11(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral597774023, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; String_t* L_5 = __this->get_fusionLog_12(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral715407690, L_5, /*hidden argument*/NULL); return; } } // System.String System.BadImageFormatException::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* BadImageFormatException_ToString_m3724559990 (BadImageFormatException_t251534586 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BadImageFormatException_ToString_m3724559990_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { Type_t * L_0 = Exception_GetType_m2227967756(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_0); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; StringBuilder_t * L_3 = V_0; String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.BadImageFormatException::get_Message() */, __this); NullCheck(L_3); StringBuilder_AppendFormat_m3016532472(L_3, _stringLiteral3669466394, L_4, /*hidden argument*/NULL); String_t* L_5 = __this->get_fileName_11(); if (!L_5) { goto IL_005d; } } { String_t* L_6 = __this->get_fileName_11(); NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_005d; } } { StringBuilder_t * L_8 = V_0; String_t* L_9 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, L_9, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; String_t* L_11 = __this->get_fileName_11(); NullCheck(L_10); StringBuilder_AppendFormat_m3016532472(L_10, _stringLiteral4087326242, L_11, /*hidden argument*/NULL); } IL_005d: { Exception_t * L_12 = Exception_get_InnerException_m3836775(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_007a; } } { StringBuilder_t * L_13 = V_0; Exception_t * L_14 = Exception_get_InnerException_m3836775(__this, /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_AppendFormat_m3016532472(L_13, _stringLiteral3248178041, L_14, /*hidden argument*/NULL); } IL_007a: { String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this); if (!L_15) { goto IL_009e; } } { StringBuilder_t * L_16 = V_0; String_t* L_17 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, L_17, /*hidden argument*/NULL); StringBuilder_t * L_18 = V_0; String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this); NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, L_19, /*hidden argument*/NULL); } IL_009e: { StringBuilder_t * L_20 = V_0; NullCheck(L_20); String_t* L_21 = StringBuilder_ToString_m3317489284(L_20, /*hidden argument*/NULL); return L_21; } } #ifdef __clang__ #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.BitConverter::.cctor() extern "C" IL2CPP_METHOD_ATTR void BitConverter__cctor_m3841343255 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter__cctor_m3841343255_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = BitConverter_DoubleWordsAreSwapped_m1474345095(NULL /*static, unused*/, /*hidden argument*/NULL); ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->set_SwappedWordsInDouble_0(L_0); bool L_1 = BitConverter_AmILittleEndian_m4092412670(NULL /*static, unused*/, /*hidden argument*/NULL); ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->set_IsLittleEndian_1(L_1); return; } } // System.Boolean System.BitConverter::AmILittleEndian() extern "C" IL2CPP_METHOD_ATTR bool BitConverter_AmILittleEndian_m4092412670 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { double V_0 = 0.0; uint8_t* V_1 = NULL; { V_0 = (1.0); V_1 = (uint8_t*)(&V_0); uint8_t* L_0 = V_1; return (bool)((((int32_t)(*((uint8_t*)L_0))) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.BitConverter::DoubleWordsAreSwapped() extern "C" IL2CPP_METHOD_ATTR bool BitConverter_DoubleWordsAreSwapped_m1474345095 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { double V_0 = 0.0; uint8_t* V_1 = NULL; { V_0 = (1.0); V_1 = (uint8_t*)(&V_0); uint8_t* L_0 = V_1; return (bool)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)2))))) == ((int32_t)((int32_t)240)))? 1 : 0); } } // System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double) extern "C" IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m3574395137 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_DoubleToInt64Bits_m3574395137_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_1 = BitConverter_GetBytes_m3693159656(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int64_t L_2 = BitConverter_ToInt64_m349022421(NULL /*static, unused*/, L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.Byte[] System.BitConverter::GetBytes(System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m2120707223 (RuntimeObject * __this /* static, unused */, uint8_t* ___ptr0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_GetBytes_m2120707223_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___count1; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0)); V_1 = 0; goto IL_0019; } IL_000e: { ByteU5BU5D_t4116647657* L_1 = V_0; int32_t L_2 = V_1; uint8_t* L_3 = ___ptr0; int32_t L_4 = V_1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4))))); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0019: { int32_t L_6 = V_1; int32_t L_7 = ___count1; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_000e; } } { ByteU5BU5D_t4116647657* L_8 = V_0; return L_8; } } // System.Byte[] System.BitConverter::GetBytes(System.Char) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m1603262885 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_GetBytes_m1603262885_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = BitConverter_GetBytes_m2120707223(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&___value0), 2, /*hidden argument*/NULL); return L_0; } } // System.Byte[] System.BitConverter::GetBytes(System.Int16) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m658425501 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_GetBytes_m658425501_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = BitConverter_GetBytes_m2120707223(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&___value0), 2, /*hidden argument*/NULL); return L_0; } } // System.Byte[] System.BitConverter::GetBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m1040762521 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_GetBytes_m1040762521_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = BitConverter_GetBytes_m2120707223(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&___value0), 4, /*hidden argument*/NULL); return L_0; } } // System.Byte[] System.BitConverter::GetBytes(System.Int64) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m4144088731 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_GetBytes_m4144088731_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = BitConverter_GetBytes_m2120707223(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&___value0), 8, /*hidden argument*/NULL); return L_0; } } // System.Byte[] System.BitConverter::GetBytes(System.UInt32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m2890086663 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_GetBytes_m2890086663_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = BitConverter_GetBytes_m2120707223(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&___value0), 4, /*hidden argument*/NULL); return L_0; } } // System.Byte[] System.BitConverter::GetBytes(System.Single) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m692533364 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_GetBytes_m692533364_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_0 = BitConverter_GetBytes_m2120707223(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&___value0), 4, /*hidden argument*/NULL); return L_0; } } // System.Byte[] System.BitConverter::GetBytes(System.Double) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverter_GetBytes_m3693159656 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_GetBytes_m3693159656_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; uint8_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_SwappedWordsInDouble_0(); if (!L_0) { goto IL_004c; } } { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)); V_1 = (uint8_t*)(&___value0); ByteU5BU5D_t4116647657* L_1 = V_0; uint8_t* L_2 = V_1; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)4))))); ByteU5BU5D_t4116647657* L_3 = V_0; uint8_t* L_4 = V_1; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)5))))); ByteU5BU5D_t4116647657* L_5 = V_0; uint8_t* L_6 = V_1; NullCheck(L_5); (L_5)->SetAt(static_cast(2), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)6))))); ByteU5BU5D_t4116647657* L_7 = V_0; uint8_t* L_8 = V_1; NullCheck(L_7); (L_7)->SetAt(static_cast(3), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)7))))); ByteU5BU5D_t4116647657* L_9 = V_0; uint8_t* L_10 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast(4), (uint8_t)(*((uint8_t*)L_10))); ByteU5BU5D_t4116647657* L_11 = V_0; uint8_t* L_12 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(5), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)1))))); ByteU5BU5D_t4116647657* L_13 = V_0; uint8_t* L_14 = V_1; NullCheck(L_13); (L_13)->SetAt(static_cast(6), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)2))))); ByteU5BU5D_t4116647657* L_15 = V_0; uint8_t* L_16 = V_1; NullCheck(L_15); (L_15)->SetAt(static_cast(7), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)3))))); ByteU5BU5D_t4116647657* L_17 = V_0; return L_17; } IL_004c: { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_18 = BitConverter_GetBytes_m2120707223(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&___value0), 8, /*hidden argument*/NULL); return L_18; } } // System.Void System.BitConverter::PutBytes(System.Byte*,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BitConverter_PutBytes_m2614286581 (RuntimeObject * __this /* static, unused */, uint8_t* ___dst0, ByteU5BU5D_t4116647657* ___src1, int32_t ___start_index2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_PutBytes_m2614286581_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___src1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BitConverter_PutBytes_m2614286581_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___start_index2; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0023; } } { int32_t L_3 = ___start_index2; ByteU5BU5D_t4116647657* L_4 = ___src1; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)1))))) { goto IL_0033; } } IL_0023: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2410720131, _stringLiteral1358229803, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,BitConverter_PutBytes_m2614286581_RuntimeMethod_var); } IL_0033: { ByteU5BU5D_t4116647657* L_6 = ___src1; NullCheck(L_6); int32_t L_7 = ___count3; int32_t L_8 = ___start_index2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0049; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral218911153, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,BitConverter_PutBytes_m2614286581_RuntimeMethod_var); } IL_0049: { V_0 = 0; goto IL_005d; } IL_0050: { uint8_t* L_10 = ___dst0; int32_t L_11 = V_0; ByteU5BU5D_t4116647657* L_12 = ___src1; int32_t L_13 = V_0; int32_t L_14 = ___start_index2; NullCheck(L_12); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); uint8_t L_16 = (L_12)->GetAt(static_cast(L_15)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)))) = (int8_t)L_16; int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_005d: { int32_t L_18 = V_0; int32_t L_19 = ___count3; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0050; } } { return; } } // System.Char System.BitConverter::ToChar(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar BitConverter_ToChar_m1348346703 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToChar_m1348346703_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { ByteU5BU5D_t4116647657* L_0 = ___value0; int32_t L_1 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); BitConverter_PutBytes_m2614286581(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, 2, /*hidden argument*/NULL); Il2CppChar L_2 = V_0; return L_2; } } // System.Int16 System.BitConverter::ToInt16(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t BitConverter_ToInt16_m2376388426 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToInt16_m2376388426_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___value0; int32_t L_1 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); BitConverter_PutBytes_m2614286581(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, 2, /*hidden argument*/NULL); int16_t L_2 = V_0; return L_2; } } // System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m1089563119 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToInt32_m1089563119_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___value0; int32_t L_1 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); BitConverter_PutBytes_m2614286581(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, 4, /*hidden argument*/NULL); int32_t L_2 = V_0; return L_2; } } // System.Int64 System.BitConverter::ToInt64(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t BitConverter_ToInt64_m349022421 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToInt64_m349022421_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___value0; int32_t L_1 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); BitConverter_PutBytes_m2614286581(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, 8, /*hidden argument*/NULL); int64_t L_2 = V_0; return L_2; } } // System.UInt16 System.BitConverter::ToUInt16(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR uint16_t BitConverter_ToUInt16_m4076849680 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToUInt16_m4076849680_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___value0; int32_t L_1 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); BitConverter_PutBytes_m2614286581(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, 2, /*hidden argument*/NULL); uint16_t L_2 = V_0; return L_2; } } // System.UInt32 System.BitConverter::ToUInt32(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t BitConverter_ToUInt32_m3737646381 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToUInt32_m3737646381_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___value0; int32_t L_1 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); BitConverter_PutBytes_m2614286581(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, 4, /*hidden argument*/NULL); uint32_t L_2 = V_0; return L_2; } } // System.UInt64 System.BitConverter::ToUInt64(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR uint64_t BitConverter_ToUInt64_m1220063212 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToUInt64_m1220063212_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___value0; int32_t L_1 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); BitConverter_PutBytes_m2614286581(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, 8, /*hidden argument*/NULL); uint64_t L_2 = V_0; return L_2; } } // System.Single System.BitConverter::ToSingle(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR float BitConverter_ToSingle_m2597008633 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToSingle_m2597008633_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { ByteU5BU5D_t4116647657* L_0 = ___value0; int32_t L_1 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); BitConverter_PutBytes_m2614286581(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, 4, /*hidden argument*/NULL); float L_2 = V_0; return L_2; } } // System.Double System.BitConverter::ToDouble(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR double BitConverter_ToDouble_m527296068 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToDouble_m527296068_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; uint8_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_SwappedWordsInDouble_0(); if (!L_0) { goto IL_009c; } } { V_1 = (uint8_t*)(&V_0); ByteU5BU5D_t4116647657* L_1 = ___value0; if (L_1) { goto IL_001e; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,BitConverter_ToDouble_m527296068_RuntimeMethod_var); } IL_001e: { int32_t L_3 = ___startIndex1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0030; } } { int32_t L_4 = ___startIndex1; ByteU5BU5D_t4116647657* L_5 = ___value0; NullCheck(L_5); if ((((int32_t)L_4) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)1))))) { goto IL_0040; } } IL_0030: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral2410720131, _stringLiteral1358229803, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,BitConverter_ToDouble_m527296068_RuntimeMethod_var); } IL_0040: { ByteU5BU5D_t4116647657* L_7 = ___value0; NullCheck(L_7); int32_t L_8 = ___startIndex1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)8))) >= ((int32_t)L_8))) { goto IL_0056; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral218911153, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,BitConverter_ToDouble_m527296068_RuntimeMethod_var); } IL_0056: { uint8_t* L_10 = V_1; ByteU5BU5D_t4116647657* L_11 = ___value0; int32_t L_12 = ___startIndex1; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)4)); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); *((int8_t*)(L_10)) = (int8_t)L_14; uint8_t* L_15 = V_1; ByteU5BU5D_t4116647657* L_16 = ___value0; int32_t L_17 = ___startIndex1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)5)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)1)))) = (int8_t)L_19; uint8_t* L_20 = V_1; ByteU5BU5D_t4116647657* L_21 = ___value0; int32_t L_22 = ___startIndex1; NullCheck(L_21); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)6)); uint8_t L_24 = (L_21)->GetAt(static_cast(L_23)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)2)))) = (int8_t)L_24; uint8_t* L_25 = V_1; ByteU5BU5D_t4116647657* L_26 = ___value0; int32_t L_27 = ___startIndex1; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)7)); uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)3)))) = (int8_t)L_29; uint8_t* L_30 = V_1; ByteU5BU5D_t4116647657* L_31 = ___value0; int32_t L_32 = ___startIndex1; NullCheck(L_31); int32_t L_33 = L_32; uint8_t L_34 = (L_31)->GetAt(static_cast(L_33)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)4)))) = (int8_t)L_34; uint8_t* L_35 = V_1; ByteU5BU5D_t4116647657* L_36 = ___value0; int32_t L_37 = ___startIndex1; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)5)))) = (int8_t)L_39; uint8_t* L_40 = V_1; ByteU5BU5D_t4116647657* L_41 = ___value0; int32_t L_42 = ___startIndex1; NullCheck(L_41); int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)2)); uint8_t L_44 = (L_41)->GetAt(static_cast(L_43)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)6)))) = (int8_t)L_44; uint8_t* L_45 = V_1; ByteU5BU5D_t4116647657* L_46 = ___value0; int32_t L_47 = ___startIndex1; NullCheck(L_46); int32_t L_48 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)3)); uint8_t L_49 = (L_46)->GetAt(static_cast(L_48)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_45, (int32_t)7)))) = (int8_t)L_49; double L_50 = V_0; return L_50; } IL_009c: { ByteU5BU5D_t4116647657* L_51 = ___value0; int32_t L_52 = ___startIndex1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); BitConverter_PutBytes_m2614286581(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_51, L_52, 8, /*hidden argument*/NULL); double L_53 = V_0; return L_53; } } // System.String System.BitConverter::ToString(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* BitConverter_ToString_m3464863163 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToString_m3464863163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BitConverter_ToString_m3464863163_RuntimeMethod_var); } IL_0011: { ByteU5BU5D_t4116647657* L_2 = ___value0; ByteU5BU5D_t4116647657* L_3 = ___value0; NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); String_t* L_4 = BitConverter_ToString_m3439099539(NULL /*static, unused*/, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); return L_4; } } // System.String System.BitConverter::ToString(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* BitConverter_ToString_m3439099539 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverter_ToString_m3439099539_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1401089528, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BitConverter_ToString_m3439099539_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0021; } } { int32_t L_3 = ___startIndex1; ByteU5BU5D_t4116647657* L_4 = ___value0; NullCheck(L_4); if ((((int32_t)L_3) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0045; } } IL_0021: { int32_t L_5 = ___startIndex1; if (L_5) { goto IL_0035; } } { ByteU5BU5D_t4116647657* L_6 = ___value0; NullCheck(L_6); if ((((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_7; } IL_0035: { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_8, _stringLiteral2410720131, _stringLiteral1358229803, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,BitConverter_ToString_m3439099539_RuntimeMethod_var); } IL_0045: { int32_t L_9 = ___length2; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_005c; } } { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral1212500642, _stringLiteral1939948882, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,BitConverter_ToString_m3439099539_RuntimeMethod_var); } IL_005c: { int32_t L_11 = ___startIndex1; ByteU5BU5D_t4116647657* L_12 = ___value0; NullCheck(L_12); int32_t L_13 = ___length2; if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), (int32_t)L_13))))) { goto IL_0072; } } { ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_14, _stringLiteral3506339377, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,BitConverter_ToString_m3439099539_RuntimeMethod_var); } IL_0072: { int32_t L_15 = ___length2; if (L_15) { goto IL_007e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_16; } IL_007e: { int32_t L_17 = ___length2; StringBuilder_t * L_18 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)3)), (int32_t)1)), /*hidden argument*/NULL); V_0 = L_18; int32_t L_19 = ___startIndex1; int32_t L_20 = ___length2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)); int32_t L_21 = ___startIndex1; V_2 = L_21; goto IL_0111; } IL_0094: { int32_t L_22 = V_2; int32_t L_23 = ___startIndex1; if ((((int32_t)L_22) <= ((int32_t)L_23))) { goto IL_00a4; } } { StringBuilder_t * L_24 = V_0; NullCheck(L_24); StringBuilder_Append_m2383614642(L_24, ((int32_t)45), /*hidden argument*/NULL); } IL_00a4: { ByteU5BU5D_t4116647657* L_25 = ___value0; int32_t L_26 = V_2; NullCheck(L_25); int32_t L_27 = L_26; uint8_t L_28 = (L_25)->GetAt(static_cast(L_27)); V_3 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_28>>(int32_t)4))&(int32_t)((int32_t)15)))))); ByteU5BU5D_t4116647657* L_29 = ___value0; int32_t L_30 = V_2; NullCheck(L_29); int32_t L_31 = L_30; uint8_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_4 = (((int32_t)((uint16_t)((int32_t)((int32_t)L_32&(int32_t)((int32_t)15)))))); Il2CppChar L_33 = V_3; if ((((int32_t)L_33) >= ((int32_t)((int32_t)10)))) { goto IL_00ca; } } { Il2CppChar L_34 = V_3; V_3 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)((int32_t)48)))))); goto IL_00d6; } IL_00ca: { Il2CppChar L_35 = V_3; V_3 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)10)))))); Il2CppChar L_36 = V_3; V_3 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)((int32_t)65)))))); } IL_00d6: { Il2CppChar L_37 = V_4; if ((((int32_t)L_37) >= ((int32_t)((int32_t)10)))) { goto IL_00ec; } } { Il2CppChar L_38 = V_4; V_4 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)48)))))); goto IL_00fc; } IL_00ec: { Il2CppChar L_39 = V_4; V_4 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)((int32_t)10)))))); Il2CppChar L_40 = V_4; V_4 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)65)))))); } IL_00fc: { StringBuilder_t * L_41 = V_0; Il2CppChar L_42 = V_3; NullCheck(L_41); StringBuilder_Append_m2383614642(L_41, L_42, /*hidden argument*/NULL); StringBuilder_t * L_43 = V_0; Il2CppChar L_44 = V_4; NullCheck(L_43); StringBuilder_Append_m2383614642(L_43, L_44, /*hidden argument*/NULL); int32_t L_45 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0111: { int32_t L_46 = V_2; int32_t L_47 = V_1; if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_0094; } } { StringBuilder_t * L_48 = V_0; NullCheck(L_48); String_t* L_49 = StringBuilder_ToString_m3317489284(L_48, /*hidden argument*/NULL); return L_49; } } #ifdef __clang__ #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.Boolean::.cctor() extern "C" IL2CPP_METHOD_ATTR void Boolean__cctor_m1091629305 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean__cctor_m1091629305_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Boolean_t97287965_StaticFields*)il2cpp_codegen_static_fields_for(Boolean_t97287965_il2cpp_TypeInfo_var))->set_FalseString_0(_stringLiteral3875955625); ((Boolean_t97287965_StaticFields*)il2cpp_codegen_static_fields_for(Boolean_t97287965_il2cpp_TypeInfo_var))->set_TrueString_1(_stringLiteral4002445261); return; } } // System.Object System.Boolean::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Boolean_System_IConvertible_ToType_m2078828242 (bool* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToType_m2078828242_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Boolean_System_IConvertible_ToType_m2078828242_RuntimeMethod_var); } IL_0011: { bool L_2 = ((bool)(*((int8_t*)__this))); RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Boolean_System_IConvertible_ToType_m2078828242_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToType_m2078828242(_thisAdjusted, ___targetType0, ___provider1, method); } // System.Boolean System.Boolean::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Boolean_System_IConvertible_ToBoolean_m422934902 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return (bool)(*((int8_t*)__this)); } } extern "C" bool Boolean_System_IConvertible_ToBoolean_m422934902_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToBoolean_m422934902(_thisAdjusted, ___provider0, method); } // System.Byte System.Boolean::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Boolean_System_IConvertible_ToByte_m3917074947 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToByte_m3917074947_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_0 = Convert_ToByte_m306367912(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint8_t Boolean_System_IConvertible_ToByte_m3917074947_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToByte_m3917074947(_thisAdjusted, ___provider0, method); } // System.Char System.Boolean::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Boolean_System_IConvertible_ToChar_m4279513009 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToChar_m4279513009_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Boolean_System_IConvertible_ToChar_m4279513009_RuntimeMethod_var); } } extern "C" Il2CppChar Boolean_System_IConvertible_ToChar_m4279513009_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToChar_m4279513009(_thisAdjusted, ___provider0, method); } // System.DateTime System.Boolean::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Boolean_System_IConvertible_ToDateTime_m603510836 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToDateTime_m603510836_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Boolean_System_IConvertible_ToDateTime_m603510836_RuntimeMethod_var); } } extern "C" DateTime_t3738529785 Boolean_System_IConvertible_ToDateTime_m603510836_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToDateTime_m603510836(_thisAdjusted, ___provider0, method); } // System.Decimal System.Boolean::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Boolean_System_IConvertible_ToDecimal_m3176932461 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToDecimal_m3176932461_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_0 = Convert_ToDecimal_m2233265097(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Decimal_t2948259380 Boolean_System_IConvertible_ToDecimal_m3176932461_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToDecimal_m3176932461(_thisAdjusted, ___provider0, method); } // System.Double System.Boolean::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Boolean_System_IConvertible_ToDouble_m2859188631 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToDouble_m2859188631_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_0 = Convert_ToDouble_m954895424(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" double Boolean_System_IConvertible_ToDouble_m2859188631_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToDouble_m2859188631(_thisAdjusted, ___provider0, method); } // System.Int16 System.Boolean::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Boolean_System_IConvertible_ToInt16_m973746887 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToInt16_m973746887_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m3324557887(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Boolean_System_IConvertible_ToInt16_m973746887_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToInt16_m973746887(_thisAdjusted, ___provider0, method); } // System.Int32 System.Boolean::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_System_IConvertible_ToInt32_m1127498050 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToInt32_m1127498050_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_0 = Convert_ToInt32_m2100527582(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int32_t Boolean_System_IConvertible_ToInt32_m1127498050_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToInt32_m1127498050(_thisAdjusted, ___provider0, method); } // System.Int64 System.Boolean::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Boolean_System_IConvertible_ToInt64_m2059204559 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToInt64_m2059204559_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m2812720657(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Boolean_System_IConvertible_ToInt64_m2059204559_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToInt64_m2059204559(_thisAdjusted, ___provider0, method); } // System.SByte System.Boolean::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Boolean_System_IConvertible_ToSByte_m806999 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToSByte_m806999_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m3284376536(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Boolean_System_IConvertible_ToSByte_m806999_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToSByte_m806999(_thisAdjusted, ___provider0, method); } // System.Single System.Boolean::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Boolean_System_IConvertible_ToSingle_m1524606222 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToSingle_m1524606222_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_0 = Convert_ToSingle_m1386109941(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" float Boolean_System_IConvertible_ToSingle_m1524606222_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToSingle_m1524606222(_thisAdjusted, ___provider0, method); } // System.UInt16 System.Boolean::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Boolean_System_IConvertible_ToUInt16_m3465173538 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToUInt16_m3465173538_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m3116648921(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Boolean_System_IConvertible_ToUInt16_m3465173538_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToUInt16_m3465173538(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Boolean::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Boolean_System_IConvertible_ToUInt32_m2723177447 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToUInt32_m2723177447_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m835119716(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Boolean_System_IConvertible_ToUInt32_m2723177447_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToUInt32_m2723177447(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Boolean::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Boolean_System_IConvertible_ToUInt64_m1739877596 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_System_IConvertible_ToUInt64_m1739877596_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m2343585091(NULL /*static, unused*/, (bool)(*((int8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Boolean_System_IConvertible_ToUInt64_m1739877596_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_System_IConvertible_ToUInt64_m1739877596(_thisAdjusted, ___provider0, method); } // System.Int32 System.Boolean::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_CompareTo_m3665076258 (bool* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_CompareTo_m3665076258_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B10_0 = 0; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Boolean_t97287965_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1558646782, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Boolean_CompareTo_m3665076258_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___obj0; V_0 = ((*(bool*)((bool*)UnBox(L_4, Boolean_t97287965_il2cpp_TypeInfo_var)))); if (!(*((int8_t*)__this))) { goto IL_0039; } } { bool L_5 = V_0; if (L_5) { goto IL_0039; } } { return 1; } IL_0039: { bool L_6 = V_0; if ((!(((uint32_t)(*((int8_t*)__this))) == ((uint32_t)L_6)))) { goto IL_0047; } } { G_B10_0 = 0; goto IL_0048; } IL_0047: { G_B10_0 = (-1); } IL_0048: { return G_B10_0; } } extern "C" int32_t Boolean_CompareTo_m3665076258_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_CompareTo_m3665076258(_thisAdjusted, ___obj0, method); } // System.Boolean System.Boolean::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Equals_m2410333903 (bool* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_Equals_m2410333903_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_0011; } } { RuntimeObject * L_1 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Boolean_t97287965_il2cpp_TypeInfo_var))) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { RuntimeObject * L_2 = ___obj0; V_0 = ((*(bool*)((bool*)UnBox(L_2, Boolean_t97287965_il2cpp_TypeInfo_var)))); if (!(*((int8_t*)__this))) { goto IL_0027; } } { bool L_3 = V_0; G_B6_0 = ((int32_t)(L_3)); goto IL_002b; } IL_0027: { bool L_4 = V_0; G_B6_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0); } IL_002b: { return (bool)G_B6_0; } } extern "C" bool Boolean_Equals_m2410333903_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_Equals_m2410333903(_thisAdjusted, ___obj0, method); } // System.Int32 System.Boolean::CompareTo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_CompareTo_m3774767002 (bool* __this, bool ___value0, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { bool L_0 = ___value0; if ((!(((uint32_t)(*((int8_t*)__this))) == ((uint32_t)L_0)))) { goto IL_000a; } } { return 0; } IL_000a: { if ((*((int8_t*)__this))) { goto IL_0017; } } { G_B5_0 = (-1); goto IL_0018; } IL_0017: { G_B5_0 = 1; } IL_0018: { return G_B5_0; } } extern "C" int32_t Boolean_CompareTo_m3774767002_AdjustorThunk (RuntimeObject * __this, bool ___value0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_CompareTo_m3774767002(_thisAdjusted, ___value0, method); } // System.Boolean System.Boolean::Equals(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Equals_m535526264 (bool* __this, bool ___obj0, const RuntimeMethod* method) { { bool L_0 = ___obj0; return (bool)((((int32_t)(*((int8_t*)__this))) == ((int32_t)L_0))? 1 : 0); } } extern "C" bool Boolean_Equals_m535526264_AdjustorThunk (RuntimeObject * __this, bool ___obj0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_Equals_m535526264(_thisAdjusted, ___obj0, method); } // System.Int32 System.Boolean::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m3167312162 (bool* __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { if (!(*((int8_t*)__this))) { goto IL_000d; } } { G_B3_0 = 1; goto IL_000e; } IL_000d: { G_B3_0 = 0; } IL_000e: { return G_B3_0; } } extern "C" int32_t Boolean_GetHashCode_m3167312162_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_GetHashCode_m3167312162(_thisAdjusted, method); } // System.Boolean System.Boolean::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Parse_m2370352694 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_Parse_m2370352694_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Boolean_Parse_m2370352694_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___value0; NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); ___value0 = L_3; String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); String_t* L_5 = ((Boolean_t97287965_StaticFields*)il2cpp_codegen_static_fields_for(Boolean_t97287965_il2cpp_TypeInfo_var))->get_TrueString_1(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_7 = String_Compare_m1293271421(NULL /*static, unused*/, L_4, L_5, (bool)1, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0031; } } { return (bool)1; } IL_0031: { String_t* L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); String_t* L_9 = ((Boolean_t97287965_StaticFields*)il2cpp_codegen_static_fields_for(Boolean_t97287965_il2cpp_TypeInfo_var))->get_FalseString_0(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_10 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_11 = String_Compare_m1293271421(NULL /*static, unused*/, L_8, L_9, (bool)1, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0049; } } { return (bool)0; } IL_0049: { String_t* L_12 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3793797373, /*hidden argument*/NULL); FormatException_t154580423 * L_13 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Boolean_Parse_m2370352694_RuntimeMethod_var); } } // System.Boolean System.Boolean::TryParse(System.String,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR bool Boolean_TryParse_m1999513058 (RuntimeObject * __this /* static, unused */, String_t* ___value0, bool* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_TryParse_m1999513058_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool* L_0 = ___result1; *((int8_t*)(L_0)) = (int8_t)0; String_t* L_1 = ___value0; if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { String_t* L_2 = ___value0; NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); ___value0 = L_3; String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); String_t* L_5 = ((Boolean_t97287965_StaticFields*)il2cpp_codegen_static_fields_for(Boolean_t97287965_il2cpp_TypeInfo_var))->get_TrueString_1(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_7 = String_Compare_m1293271421(NULL /*static, unused*/, L_4, L_5, (bool)1, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_002e; } } { bool* L_8 = ___result1; *((int8_t*)(L_8)) = (int8_t)1; return (bool)1; } IL_002e: { String_t* L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); String_t* L_10 = ((Boolean_t97287965_StaticFields*)il2cpp_codegen_static_fields_for(Boolean_t97287965_il2cpp_TypeInfo_var))->get_FalseString_0(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_12 = String_Compare_m1293271421(NULL /*static, unused*/, L_9, L_10, (bool)1, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0046; } } { return (bool)1; } IL_0046: { return (bool)0; } } // System.String System.Boolean::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m2664721875 (bool* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Boolean_ToString_m2664721875_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { if (!(*((int8_t*)__this))) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); String_t* L_0 = ((Boolean_t97287965_StaticFields*)il2cpp_codegen_static_fields_for(Boolean_t97287965_il2cpp_TypeInfo_var))->get_TrueString_1(); G_B3_0 = L_0; goto IL_0016; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); String_t* L_1 = ((Boolean_t97287965_StaticFields*)il2cpp_codegen_static_fields_for(Boolean_t97287965_il2cpp_TypeInfo_var))->get_FalseString_0(); G_B3_0 = L_1; } IL_0016: { return G_B3_0; } } extern "C" String_t* Boolean_ToString_m2664721875_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_ToString_m2664721875(_thisAdjusted, method); } // System.TypeCode System.Boolean::GetTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_GetTypeCode_m403835824 (bool* __this, const RuntimeMethod* method) { { return (int32_t)(3); } } extern "C" int32_t Boolean_GetTypeCode_m403835824_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_GetTypeCode_m403835824(_thisAdjusted, method); } // System.String System.Boolean::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m663098404 (bool* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { String_t* L_0 = Boolean_ToString_m2664721875(__this, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Boolean_ToString_m663098404_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { bool* _thisAdjusted = reinterpret_cast(__this + 1); return Boolean_ToString_m663098404(_thisAdjusted, ___provider0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Buffer::ByteLength(System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Buffer_ByteLength_m2639516074 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Buffer_ByteLength_m2639516074_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Buffer_ByteLength_m2639516074_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; int32_t L_3 = Buffer_ByteLengthInternal_m1388208719(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002f; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2265951865, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Buffer_ByteLength_m2639516074_RuntimeMethod_var); } IL_002f: { int32_t L_7 = V_0; return L_7; } } // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Buffer_BlockCopy_m2884209081_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { RuntimeArray * L_0 = ___src0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral538040360, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___dst2; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2554397442, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___srcOffset1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003e; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2892689725, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral220175259, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_003e: { int32_t L_7 = ___dstOffset3; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_005a; } } { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2892689725, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral3566890907, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_005a: { int32_t L_10 = ___count4; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0077; } } { String_t* L_11 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2892689725, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_12, _stringLiteral2002595880, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_0077: { RuntimeArray * L_13 = ___src0; int32_t L_14 = ___srcOffset1; RuntimeArray * L_15 = ___dst2; int32_t L_16 = ___dstOffset3; int32_t L_17 = ___count4; bool L_18 = Buffer_BlockCopyInternal_m418318694(NULL /*static, unused*/, L_13, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; bool L_19 = V_0; if (L_19) { goto IL_00b7; } } { int32_t L_20 = ___srcOffset1; RuntimeArray * L_21 = ___src0; int32_t L_22 = Buffer_ByteLength_m2639516074(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); int32_t L_23 = ___count4; if ((((int32_t)L_20) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23))))) { goto IL_00a7; } } { int32_t L_24 = ___dstOffset3; RuntimeArray * L_25 = ___dst2; int32_t L_26 = Buffer_ByteLength_m2639516074(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); int32_t L_27 = ___count4; if ((((int32_t)L_24) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27))))) { goto IL_00b7; } } IL_00a7: { String_t* L_28 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4039891654, /*hidden argument*/NULL); ArgumentException_t132251570 * L_29 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_00b7: { return; } } // System.Int32 System.Buffer::ByteLengthInternal(System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Buffer_ByteLengthInternal_m1388208719 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method) { typedef int32_t (*Buffer_ByteLengthInternal_m1388208719_ftn) (RuntimeArray *); using namespace il2cpp::icalls; return ((Buffer_ByteLengthInternal_m1388208719_ftn)mscorlib::System::Buffer::ByteLengthInternal) (___array0); } // System.Boolean System.Buffer::BlockCopyInternal(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Buffer_BlockCopyInternal_m418318694 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___src_offset1, RuntimeArray * ___dest2, int32_t ___dest_offset3, int32_t ___count4, const RuntimeMethod* method) { typedef bool (*Buffer_BlockCopyInternal_m418318694_ftn) (RuntimeArray *, int32_t, RuntimeArray *, int32_t, int32_t); using namespace il2cpp::icalls; return ((Buffer_BlockCopyInternal_m418318694_ftn)mscorlib::System::Buffer::BlockCopyInternal) (___src0, ___src_offset1, ___dest2, ___dest_offset3, ___count4); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object System.Byte::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Byte_System_IConvertible_ToType_m2251112646 (uint8_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToType_m2251112646_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Byte_System_IConvertible_ToType_m2251112646_RuntimeMethod_var); } IL_0011: { uint8_t L_2 = ((uint8_t)(*((uint8_t*)__this))); RuntimeObject * L_3 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Byte_System_IConvertible_ToType_m2251112646_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToType_m2251112646(_thisAdjusted, ___targetType0, ___provider1, method); } // System.Boolean System.Byte::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Byte_System_IConvertible_ToBoolean_m2888023769 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToBoolean_m2888023769_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_0 = Convert_ToBoolean_m2984378204(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" bool Byte_System_IConvertible_ToBoolean_m2888023769_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToBoolean_m2888023769(_thisAdjusted, ___provider0, method); } // System.Byte System.Byte::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_System_IConvertible_ToByte_m162267264 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return (uint8_t)(*((uint8_t*)__this)); } } extern "C" uint8_t Byte_System_IConvertible_ToByte_m162267264_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToByte_m162267264(_thisAdjusted, ___provider0, method); } // System.Char System.Byte::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Byte_System_IConvertible_ToChar_m2173687830 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToChar_m2173687830_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_0 = Convert_ToChar_m2532412511(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Il2CppChar Byte_System_IConvertible_ToChar_m2173687830_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToChar_m2173687830(_thisAdjusted, ___provider0, method); } // System.DateTime System.Byte::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Byte_System_IConvertible_ToDateTime_m3654084722 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToDateTime_m3654084722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Byte_System_IConvertible_ToDateTime_m3654084722_RuntimeMethod_var); } } extern "C" DateTime_t3738529785 Byte_System_IConvertible_ToDateTime_m3654084722_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToDateTime_m3654084722(_thisAdjusted, ___provider0, method); } // System.Decimal System.Byte::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Byte_System_IConvertible_ToDecimal_m3746192770 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToDecimal_m3746192770_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_0 = Convert_ToDecimal_m3209124080(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Decimal_t2948259380 Byte_System_IConvertible_ToDecimal_m3746192770_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToDecimal_m3746192770(_thisAdjusted, ___provider0, method); } // System.Double System.Byte::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Byte_System_IConvertible_ToDouble_m1540319472 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToDouble_m1540319472_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_0 = Convert_ToDouble_m3124823876(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" double Byte_System_IConvertible_ToDouble_m1540319472_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToDouble_m1540319472(_thisAdjusted, ___provider0, method); } // System.Int16 System.Byte::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Byte_System_IConvertible_ToInt16_m4136764794 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToInt16_m4136764794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m701474428(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Byte_System_IConvertible_ToInt16_m4136764794_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToInt16_m4136764794(_thisAdjusted, ___provider0, method); } // System.Int32 System.Byte::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_System_IConvertible_ToInt32_m3495522413 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToInt32_m3495522413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_0 = Convert_ToInt32_m2505564049(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int32_t Byte_System_IConvertible_ToInt32_m3495522413_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToInt32_m3495522413(_thisAdjusted, ___provider0, method); } // System.Int64 System.Byte::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Byte_System_IConvertible_ToInt64_m285584218 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToInt64_m285584218_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m395638860(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Byte_System_IConvertible_ToInt64_m285584218_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToInt64_m285584218(_thisAdjusted, ___provider0, method); } // System.SByte System.Byte::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Byte_System_IConvertible_ToSByte_m1869482168 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToSByte_m1869482168_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m717245755(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Byte_System_IConvertible_ToSByte_m1869482168_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToSByte_m1869482168(_thisAdjusted, ___provider0, method); } // System.Single System.Byte::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Byte_System_IConvertible_ToSingle_m324484566 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToSingle_m324484566_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_0 = Convert_ToSingle_m2769033141(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" float Byte_System_IConvertible_ToSingle_m324484566_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToSingle_m324484566(_thisAdjusted, ___provider0, method); } // System.UInt16 System.Byte::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Byte_System_IConvertible_ToUInt16_m1879180133 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToUInt16_m1879180133_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m4064261444(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Byte_System_IConvertible_ToUInt16_m1879180133_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToUInt16_m1879180133(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Byte::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Byte_System_IConvertible_ToUInt32_m1049546902 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToUInt32_m1049546902_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m360864467(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Byte_System_IConvertible_ToUInt32_m1049546902_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToUInt32_m1049546902(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Byte::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Byte_System_IConvertible_ToUInt64_m371883985 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToUInt64_m371883985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m2652538228(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Byte_System_IConvertible_ToUInt64_m371883985_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToUInt64_m371883985(_thisAdjusted, ___provider0, method); } // System.Int32 System.Byte::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m4285128861 (uint8_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_CompareTo_m4285128861_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Byte_t1134296376_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral171208806, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Byte_CompareTo_m4285128861_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; V_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_4, Byte_t1134296376_il2cpp_TypeInfo_var)))); uint8_t L_5 = V_0; if ((!(((uint32_t)(*((uint8_t*)__this))) == ((uint32_t)L_5)))) { goto IL_0034; } } { return 0; } IL_0034: { uint8_t L_6 = V_0; if ((((int32_t)(*((uint8_t*)__this))) <= ((int32_t)L_6))) { goto IL_003e; } } { return 1; } IL_003e: { return (-1); } } extern "C" int32_t Byte_CompareTo_m4285128861_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_CompareTo_m4285128861(_thisAdjusted, ___value0, method); } // System.Boolean System.Byte::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Byte_Equals_m1161982810 (uint8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_Equals_m1161982810_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Byte_t1134296376_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; return (bool)((((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_1, Byte_t1134296376_il2cpp_TypeInfo_var))))) == ((int32_t)(*((uint8_t*)__this))))? 1 : 0); } } extern "C" bool Byte_Equals_m1161982810_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_Equals_m1161982810(_thisAdjusted, ___obj0, method); } // System.Int32 System.Byte::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Byte_GetHashCode_m850171870 (uint8_t* __this, const RuntimeMethod* method) { { return (*((uint8_t*)__this)); } } extern "C" int32_t Byte_GetHashCode_m850171870_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_GetHashCode_m850171870(_thisAdjusted, method); } // System.Int32 System.Byte::CompareTo(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m4207847027 (uint8_t* __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; if ((!(((uint32_t)(*((uint8_t*)__this))) == ((uint32_t)L_0)))) { goto IL_000a; } } { return 0; } IL_000a: { uint8_t L_1 = ___value0; if ((((int32_t)(*((uint8_t*)__this))) <= ((int32_t)L_1))) { goto IL_0014; } } { return 1; } IL_0014: { return (-1); } } extern "C" int32_t Byte_CompareTo_m4207847027_AdjustorThunk (RuntimeObject * __this, uint8_t ___value0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_CompareTo_m4207847027(_thisAdjusted, ___value0, method); } // System.Boolean System.Byte::Equals(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Byte_Equals_m2522165325 (uint8_t* __this, uint8_t ___obj0, const RuntimeMethod* method) { { uint8_t L_0 = ___obj0; return (bool)((((int32_t)(*((uint8_t*)__this))) == ((int32_t)L_0))? 1 : 0); } } extern "C" bool Byte_Equals_m2522165325_AdjustorThunk (RuntimeObject * __this, uint8_t ___obj0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_Equals_m2522165325(_thisAdjusted, ___obj0, method); } // System.Byte System.Byte::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m2607942050 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; uint8_t L_2 = Byte_Parse_m3200377149(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m534370573 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; int32_t L_1 = ___style1; uint8_t L_2 = Byte_Parse_m3200377149(NULL /*static, unused*/, L_0, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m3200377149 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_Parse_m3200377149_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; uint32_t L_3 = UInt32_Parse_m3755665066(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; uint32_t L_4 = V_0; if ((!(((uint32_t)L_4) > ((uint32_t)((int32_t)255))))) { goto IL_0024; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2517860609, /*hidden argument*/NULL); OverflowException_t2020128637 * L_6 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Byte_Parse_m3200377149_RuntimeMethod_var); } IL_0024: { uint32_t L_7 = V_0; return (uint8_t)(((int32_t)((uint8_t)L_7))); } } // System.Byte System.Byte::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m678312347 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; uint8_t L_1 = Byte_Parse_m3200377149(NULL /*static, unused*/, L_0, 7, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Byte::TryParse(System.String,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Byte_TryParse_m1615417784 (RuntimeObject * __this /* static, unused */, String_t* ___s0, uint8_t* ___result1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; uint8_t* L_1 = ___result1; bool L_2 = Byte_TryParse_m1467448483(NULL /*static, unused*/, L_0, 7, (RuntimeObject*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Byte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Byte_TryParse_m1467448483 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint8_t* ___result3, const RuntimeMethod* method) { uint32_t V_0 = 0; { uint8_t* L_0 = ___result3; *((int8_t*)(L_0)) = (int8_t)0; String_t* L_1 = ___s0; int32_t L_2 = ___style1; RuntimeObject* L_3 = ___provider2; bool L_4 = UInt32_TryParse_m535404612(NULL /*static, unused*/, L_1, L_2, L_3, (&V_0), /*hidden argument*/NULL); if (L_4) { goto IL_0014; } } { return (bool)0; } IL_0014: { uint32_t L_5 = V_0; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)255))))) { goto IL_0021; } } { return (bool)0; } IL_0021: { uint8_t* L_6 = ___result3; uint32_t L_7 = V_0; *((int8_t*)(L_6)) = (int8_t)(((int32_t)((uint8_t)L_7))); return (bool)1; } } // System.String System.Byte::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m721125428 (uint8_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_ToString_m721125428_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_0 = NumberFormatter_NumberToString_m1790947760(NULL /*static, unused*/, (*((uint8_t*)__this)), (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Byte_ToString_m721125428_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_ToString_m721125428(_thisAdjusted, method); } // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method) { { String_t* L_0 = ___format0; String_t* L_1 = Byte_ToString_m4063101981(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Byte_ToString_m3735479648_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_ToString_m3735479648(_thisAdjusted, ___format0, method); } // System.String System.Byte::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m2335342258 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_ToString_m2335342258_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_1 = NumberFormatter_NumberToString_m1790947760(NULL /*static, unused*/, (*((uint8_t*)__this)), L_0, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Byte_ToString_m2335342258_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_ToString_m2335342258(_thisAdjusted, ___provider0, method); } // System.String System.Byte::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m4063101981 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_ToString_m4063101981_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_2 = NumberFormatter_NumberToString_m3726402804(NULL /*static, unused*/, L_0, (uint8_t)(*((uint8_t*)__this)), L_1, /*hidden argument*/NULL); return L_2; } } extern "C" String_t* Byte_ToString_m4063101981_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_ToString_m4063101981(_thisAdjusted, ___format0, ___provider1, method); } // System.TypeCode System.Byte::GetTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t Byte_GetTypeCode_m2904856296 (uint8_t* __this, const RuntimeMethod* method) { { return (int32_t)(6); } } extern "C" int32_t Byte_GetTypeCode_m2904856296_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_GetTypeCode_m2904856296(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Char::.cctor() extern "C" IL2CPP_METHOD_ATTR void Char__cctor_m2787437263 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char__cctor_m2787437263_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Char_GetDataTablePointers_m754571594(NULL /*static, unused*/, (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_category_data_3()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_numeric_data_4()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_numeric_data_values_5()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_to_lower_data_low_6()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_to_lower_data_high_7()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_to_upper_data_low_8()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_to_upper_data_high_9()), /*hidden argument*/NULL); return; } } // System.Object System.Char::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Char_System_IConvertible_ToType_m4138905176 (Il2CppChar* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToType_m4138905176_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Char_System_IConvertible_ToType_m4138905176_RuntimeMethod_var); } IL_0011: { Il2CppChar L_2 = ((Il2CppChar)(*((uint16_t*)__this))); RuntimeObject * L_3 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Char_System_IConvertible_ToType_m4138905176_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToType_m4138905176(_thisAdjusted, ___targetType0, ___provider1, method); } // System.Boolean System.Char::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Char_System_IConvertible_ToBoolean_m309214875 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToBoolean_m309214875_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Char_System_IConvertible_ToBoolean_m309214875_RuntimeMethod_var); } } extern "C" bool Char_System_IConvertible_ToBoolean_m309214875_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToBoolean_m309214875(_thisAdjusted, ___provider0, method); } // System.Byte System.Char::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Char_System_IConvertible_ToByte_m2347554595 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToByte_m2347554595_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_0 = Convert_ToByte_m143827699(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint8_t Char_System_IConvertible_ToByte_m2347554595_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToByte_m2347554595(_thisAdjusted, ___provider0, method); } // System.Char System.Char::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_System_IConvertible_ToChar_m3578899883 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return (*((uint16_t*)__this)); } } extern "C" Il2CppChar Char_System_IConvertible_ToChar_m3578899883_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToChar_m3578899883(_thisAdjusted, ___provider0, method); } // System.DateTime System.Char::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Char_System_IConvertible_ToDateTime_m3564102661 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToDateTime_m3564102661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Char_System_IConvertible_ToDateTime_m3564102661_RuntimeMethod_var); } } extern "C" DateTime_t3738529785 Char_System_IConvertible_ToDateTime_m3564102661_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToDateTime_m3564102661(_thisAdjusted, ___provider0, method); } // System.Decimal System.Char::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Char_System_IConvertible_ToDecimal_m3534906463 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToDecimal_m3534906463_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Char_System_IConvertible_ToDecimal_m3534906463_RuntimeMethod_var); } } extern "C" Decimal_t2948259380 Char_System_IConvertible_ToDecimal_m3534906463_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToDecimal_m3534906463(_thisAdjusted, ___provider0, method); } // System.Double System.Char::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Char_System_IConvertible_ToDouble_m3575321888 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToDouble_m3575321888_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Char_System_IConvertible_ToDouble_m3575321888_RuntimeMethod_var); } } extern "C" double Char_System_IConvertible_ToDouble_m3575321888_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToDouble_m3575321888(_thisAdjusted, ___provider0, method); } // System.Int16 System.Char::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Char_System_IConvertible_ToInt16_m975497224 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToInt16_m975497224_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m3018161032(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Char_System_IConvertible_ToInt16_m975497224_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToInt16_m975497224(_thisAdjusted, ___provider0, method); } // System.Int32 System.Char::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Char_System_IConvertible_ToInt32_m1777243200 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToInt32_m1777243200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_0 = Convert_ToInt32_m1876369743(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int32_t Char_System_IConvertible_ToInt32_m1777243200_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToInt32_m1777243200(_thisAdjusted, ___provider0, method); } // System.Int64 System.Char::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Char_System_IConvertible_ToInt64_m1630543716 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToInt64_m1630543716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m3122543124(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Char_System_IConvertible_ToInt64_m1630543716_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToInt64_m1630543716(_thisAdjusted, ___provider0, method); } // System.SByte System.Char::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Char_System_IConvertible_ToSByte_m973063527 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToSByte_m973063527_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m1350241137(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Char_System_IConvertible_ToSByte_m973063527_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToSByte_m973063527(_thisAdjusted, ___provider0, method); } // System.Single System.Char::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Char_System_IConvertible_ToSingle_m2690985411 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToSingle_m2690985411_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Char_System_IConvertible_ToSingle_m2690985411_RuntimeMethod_var); } } extern "C" float Char_System_IConvertible_ToSingle_m2690985411_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToSingle_m2690985411(_thisAdjusted, ___provider0, method); } // System.UInt16 System.Char::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Char_System_IConvertible_ToUInt16_m2449138174 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToUInt16_m2449138174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m2952781888(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Char_System_IConvertible_ToUInt16_m2449138174_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToUInt16_m2449138174(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Char::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Char_System_IConvertible_ToUInt32_m3901815580 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToUInt32_m3901815580_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m3188121845(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Char_System_IConvertible_ToUInt32_m3901815580_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToUInt32_m3901815580(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Char::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Char_System_IConvertible_ToUInt64_m3536560782 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToUInt64_m3536560782_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m3102114524(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Char_System_IConvertible_ToUInt64_m3536560782_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToUInt64_m3536560782(_thisAdjusted, ___provider0, method); } // System.Void System.Char::GetDataTablePointers(System.Byte*&,System.Byte*&,System.Double*&,System.UInt16*&,System.UInt16*&,System.UInt16*&,System.UInt16*&) extern "C" IL2CPP_METHOD_ATTR void Char_GetDataTablePointers_m754571594 (RuntimeObject * __this /* static, unused */, uint8_t** ___category_data0, uint8_t** ___numeric_data1, double** ___numeric_data_values2, uint16_t** ___to_lower_data_low3, uint16_t** ___to_lower_data_high4, uint16_t** ___to_upper_data_low5, uint16_t** ___to_upper_data_high6, const RuntimeMethod* method) { typedef void (*Char_GetDataTablePointers_m754571594_ftn) (uint8_t**, uint8_t**, double**, uint16_t**, uint16_t**, uint16_t**, uint16_t**); using namespace il2cpp::icalls; ((Char_GetDataTablePointers_m754571594_ftn)mscorlib::System::Char::GetDataTablePointers) (___category_data0, ___numeric_data1, ___numeric_data_values2, ___to_lower_data_low3, ___to_lower_data_high4, ___to_upper_data_low5, ___to_upper_data_high6); } // System.Int32 System.Char::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Char_CompareTo_m42489266 (Il2CppChar* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_CompareTo_m42489266_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Char_t3634460470_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1920911092, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Char_CompareTo_m42489266_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; V_0 = ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_4, Char_t3634460470_il2cpp_TypeInfo_var)))); Il2CppChar L_5 = V_0; if ((!(((uint32_t)(*((uint16_t*)__this))) == ((uint32_t)L_5)))) { goto IL_0034; } } { return 0; } IL_0034: { Il2CppChar L_6 = V_0; if ((((int32_t)(*((uint16_t*)__this))) <= ((int32_t)L_6))) { goto IL_003e; } } { return 1; } IL_003e: { return (-1); } } extern "C" int32_t Char_CompareTo_m42489266_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_CompareTo_m42489266(_thisAdjusted, ___value0, method); } // System.Boolean System.Char::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Char_Equals_m1279957088 (Il2CppChar* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_Equals_m1279957088_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Char_t3634460470_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; return (bool)((((int32_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_1, Char_t3634460470_il2cpp_TypeInfo_var))))) == ((int32_t)(*((uint16_t*)__this))))? 1 : 0); } } extern "C" bool Char_Equals_m1279957088_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_Equals_m1279957088(_thisAdjusted, ___obj0, method); } // System.Int32 System.Char::CompareTo(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Char_CompareTo_m1035527789 (Il2CppChar* __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; if ((!(((uint32_t)(*((uint16_t*)__this))) == ((uint32_t)L_0)))) { goto IL_000a; } } { return 0; } IL_000a: { Il2CppChar L_1 = ___value0; if ((((int32_t)(*((uint16_t*)__this))) <= ((int32_t)L_1))) { goto IL_0014; } } { return 1; } IL_0014: { return (-1); } } extern "C" int32_t Char_CompareTo_m1035527789_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___value0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_CompareTo_m1035527789(_thisAdjusted, ___value0, method); } // System.Boolean System.Char::Equals(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_Equals_m198757577 (Il2CppChar* __this, Il2CppChar ___obj0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___obj0; return (bool)((((int32_t)(*((uint16_t*)__this))) == ((int32_t)L_0))? 1 : 0); } } extern "C" bool Char_Equals_m198757577_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___obj0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_Equals_m198757577(_thisAdjusted, ___obj0, method); } // System.Int32 System.Char::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetHashCode_m2163065211 (Il2CppChar* __this, const RuntimeMethod* method) { { return (*((uint16_t*)__this)); } } extern "C" int32_t Char_GetHashCode_m2163065211_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_GetHashCode_m2163065211(_thisAdjusted, method); } // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_m57882613 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_GetUnicodeCategory_m57882613_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (int32_t)((*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))); } } // System.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m3646673943 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsDigit_m3646673943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (bool)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))) == ((int32_t)8))? 1 : 0); } } // System.Boolean System.Char::IsDigit(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m891258618 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsDigit_m891258618_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; int32_t L_1 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Char_CheckParameter_m4114020212(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___s0; int32_t L_3 = ___index1; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); bool L_5 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Char::IsHighSurrogate(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m2151882768 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) < ((int32_t)((int32_t)55296)))) { goto IL_0018; } } { Il2CppChar L_1 = ___c0; G_B3_0 = ((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)56319)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { return (bool)G_B3_0; } } // System.Boolean System.Char::IsLetter(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetter_m3996985877 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsLetter_m3996985877_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (bool)((((int32_t)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))) > ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Char::IsLetterOrDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m3494175785 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsLetterOrDigit_m3494175785_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; V_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)))); int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)4))) { goto IL_0016; } } { int32_t L_3 = V_0; G_B3_0 = ((((int32_t)L_3) == ((int32_t)8))? 1 : 0); goto IL_0017; } IL_0016: { G_B3_0 = 1; } IL_0017: { return (bool)G_B3_0; } } // System.Boolean System.Char::IsLetterOrDigit(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m2309361746 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsLetterOrDigit_m2309361746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; int32_t L_1 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Char_CheckParameter_m4114020212(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___s0; int32_t L_3 = ___index1; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); bool L_5 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Char::IsLower(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLower_m3108076820 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsLower_m3108076820_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (bool)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))) == ((int32_t)1))? 1 : 0); } } // System.Boolean System.Char::IsLowSurrogate(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_m1445307684 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) < ((int32_t)((int32_t)56320)))) { goto IL_0018; } } { Il2CppChar L_1 = ___c0; G_B3_0 = ((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)57343)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { return (bool)G_B3_0; } } // System.Boolean System.Char::IsNumber(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsNumber_m2445552278 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsNumber_m2445552278_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; V_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)))); int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)8))) { goto IL_001a; } } { int32_t L_3 = V_0; G_B3_0 = ((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)10)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_001b; } IL_001a: { G_B3_0 = 0; } IL_001b: { return (bool)G_B3_0; } } // System.Boolean System.Char::IsSurrogate(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsSurrogate_m3686972571 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsSurrogate_m3686972571_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (bool)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))) == ((int32_t)((int32_t)16)))? 1 : 0); } } // System.Boolean System.Char::IsUpper(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsUpper_m3564669513 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsUpper_m3564669513_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (bool)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsWhiteSpace_m2148390798_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B9_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; V_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)))); int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)10)))) { goto IL_0013; } } { return (bool)0; } IL_0013: { int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)((int32_t)13)))) { goto IL_001d; } } { return (bool)1; } IL_001d: { Il2CppChar L_4 = ___c0; if ((((int32_t)L_4) < ((int32_t)((int32_t)9)))) { goto IL_002d; } } { Il2CppChar L_5 = ___c0; if ((((int32_t)L_5) <= ((int32_t)((int32_t)13)))) { goto IL_0042; } } IL_002d: { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) == ((int32_t)((int32_t)133)))) { goto IL_0042; } } { Il2CppChar L_7 = ___c0; G_B9_0 = ((((int32_t)L_7) == ((int32_t)((int32_t)8287)))? 1 : 0); goto IL_0043; } IL_0042: { G_B9_0 = 1; } IL_0043: { return (bool)G_B9_0; } } // System.Boolean System.Char::IsWhiteSpace(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m3213701995 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsWhiteSpace_m3213701995_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; int32_t L_1 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Char_CheckParameter_m4114020212(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___s0; int32_t L_3 = ___index1; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); bool L_5 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.Char::CheckParameter(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Char_CheckParameter_m4114020212 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_CheckParameter_m4114020212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614605, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Char_CheckParameter_m4114020212_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0024; } } { int32_t L_3 = ___index1; String_t* L_4 = ___s0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_0034; } } IL_0024: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral250046704, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Char_CheckParameter_m4114020212_RuntimeMethod_var); } IL_0034: { return; } } // System.Char System.Char::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_Parse_m82218915 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_Parse_m82218915_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614605, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Char_Parse_m82218915_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002d; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2754150777, /*hidden argument*/NULL); FormatException_t154580423 * L_5 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Char_Parse_m82218915_RuntimeMethod_var); } IL_002d: { String_t* L_6 = ___s0; NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 0, /*hidden argument*/NULL); return L_7; } } // System.Char System.Char::ToLower(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m844856331 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToLower_m844856331_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); TextInfo_t3810425522 * L_1 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_0); Il2CppChar L_2 = ___c0; NullCheck(L_1); Il2CppChar L_3 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(8 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_1, L_2); return L_3; } } // System.Char System.Char::ToLowerInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLowerInvariant_m1926695830 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToLowerInvariant_m1926695830_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) > ((int32_t)((int32_t)9423)))) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint16_t* L_1 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_to_lower_data_low_6(); Il2CppChar L_2 = ___c0; return (*((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)))))); } IL_0016: { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) < ((int32_t)((int32_t)65313)))) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint16_t* L_4 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_to_lower_data_high_7(); Il2CppChar L_5 = ___c0; return (*((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)65313))), (int32_t)2)))))); } IL_0032: { Il2CppChar L_6 = ___c0; return L_6; } } // System.Char System.Char::ToLower(System.Char,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m3999837485 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, CultureInfo_t4157843068 * ___culture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToLower_m3999837485_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t4157843068 * L_0 = ___culture1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Char_ToLower_m3999837485_RuntimeMethod_var); } IL_0011: { CultureInfo_t4157843068 * L_2 = ___culture1; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)127))))) { goto IL_0025; } } { Il2CppChar L_4 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_5 = Char_ToLowerInvariant_m1926695830(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } IL_0025: { CultureInfo_t4157843068 * L_6 = ___culture1; NullCheck(L_6); TextInfo_t3810425522 * L_7 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_6); Il2CppChar L_8 = ___c0; NullCheck(L_7); Il2CppChar L_9 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(8 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_7, L_8); return L_9; } } // System.Char System.Char::ToUpper(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m3999570441 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToUpper_m3999570441_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); TextInfo_t3810425522 * L_1 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_0); Il2CppChar L_2 = ___c0; NullCheck(L_1); Il2CppChar L_3 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_1, L_2); return L_3; } } // System.Char System.Char::ToUpperInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpperInvariant_m3658711221 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToUpperInvariant_m3658711221_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) > ((int32_t)((int32_t)9449)))) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint16_t* L_1 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_to_upper_data_low_8(); Il2CppChar L_2 = ___c0; return (*((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)))))); } IL_0016: { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) < ((int32_t)((int32_t)65313)))) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint16_t* L_4 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_to_upper_data_high_9(); Il2CppChar L_5 = ___c0; return (*((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)65313))), (int32_t)2)))))); } IL_0032: { Il2CppChar L_6 = ___c0; return L_6; } } // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method) { { String_t* L_0 = String_CreateString_m1262864254(NULL, (*((uint16_t*)__this)), 1, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Char_ToString_m3588025615_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_ToString_m3588025615(_thisAdjusted, method); } // System.String System.Char::ToString(System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m954857583 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; String_t* L_1 = String_CreateString_m1262864254(NULL, L_0, 1, /*hidden argument*/NULL); return L_1; } } // System.String System.Char::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m278452217 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { String_t* L_0 = String_CreateString_m1262864254(NULL, (*((uint16_t*)__this)), 1, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Char_ToString_m278452217_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_ToString_m278452217(_thisAdjusted, ___provider0, method); } // System.TypeCode System.Char::GetTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetTypeCode_m2433327340 (Il2CppChar* __this, const RuntimeMethod* method) { { return (int32_t)(4); } } extern "C" int32_t Char_GetTypeCode_m2433327340_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_GetTypeCode_m2433327340(_thisAdjusted, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.CharEnumerator::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CharEnumerator__ctor_m3465358752 (CharEnumerator_t1121470421 * __this, String_t* ___s0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___s0; __this->set_str_0(L_0); __this->set_index_1((-1)); String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); __this->set_length_2(L_2); return; } } // System.Object System.CharEnumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CharEnumerator_System_Collections_IEnumerator_get_Current_m1328529384 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharEnumerator_System_Collections_IEnumerator_get_Current_m1328529384_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = CharEnumerator_get_Current_m525608209(__this, /*hidden argument*/NULL); Il2CppChar L_1 = L_0; RuntimeObject * L_2 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Void System.CharEnumerator::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void CharEnumerator_System_IDisposable_Dispose_m1750532533 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { { return; } } // System.Char System.CharEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Il2CppChar CharEnumerator_get_Current_m525608209 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharEnumerator_get_Current_m525608209_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_index_1(); if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_001d; } } { int32_t L_1 = __this->get_index_1(); int32_t L_2 = __this->get_length_2(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_002d; } } IL_001d: { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2140447019, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,CharEnumerator_get_Current_m525608209_RuntimeMethod_var); } IL_002d: { String_t* L_5 = __this->get_str_0(); int32_t L_6 = __this->get_index_1(); NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Object System.CharEnumerator::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CharEnumerator_Clone_m1884400089 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharEnumerator_Clone_m1884400089_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharEnumerator_t1121470421 * V_0 = NULL; { String_t* L_0 = __this->get_str_0(); CharEnumerator_t1121470421 * L_1 = (CharEnumerator_t1121470421 *)il2cpp_codegen_object_new(CharEnumerator_t1121470421_il2cpp_TypeInfo_var); CharEnumerator__ctor_m3465358752(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; CharEnumerator_t1121470421 * L_2 = V_0; int32_t L_3 = __this->get_index_1(); NullCheck(L_2); L_2->set_index_1(L_3); CharEnumerator_t1121470421 * L_4 = V_0; return L_4; } } // System.Boolean System.CharEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool CharEnumerator_MoveNext_m599189179 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_index_1(); __this->set_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_index_1(); int32_t L_2 = __this->get_length_2(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_002d; } } { int32_t L_3 = __this->get_length_2(); __this->set_index_1(L_3); return (bool)0; } IL_002d: { return (bool)1; } } // System.Void System.CharEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void CharEnumerator_Reset_m2829582932 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { { __this->set_index_1((-1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.CLSCompliantAttribute::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CLSCompliantAttribute__ctor_m581760440 (CLSCompliantAttribute_t999444765 * __this, bool ___isCompliant0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); bool L_0 = ___isCompliant0; __this->set_is_compliant_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.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList__ctor_m4254721275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_0 = ((ArrayList_t2718874744_StaticFields*)il2cpp_codegen_static_fields_for(ArrayList_t2718874744_il2cpp_TypeInfo_var))->get_EmptyArray_4(); __this->set__items_2(L_0); return; } } // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m2130986447 (ArrayList_t2718874744 * __this, RuntimeObject* ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList__ctor_m2130986447_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___c0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614589, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayList__ctor_m2130986447_RuntimeMethod_var); } IL_0017: { RuntimeObject* L_2 = ___c0; V_0 = ((RuntimeArray *)IsInstClass((RuntimeObject*)L_2, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_3 = V_0; if (!L_3) { goto IL_0036; } } { RuntimeArray * L_4 = V_0; NullCheck(L_4); int32_t L_5 = Array_get_Rank_m3448755881(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0036; } } { RankException_t3812021567 * L_6 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m4082747811(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ArrayList__ctor_m2130986447_RuntimeMethod_var); } IL_0036: { RuntimeObject* L_7 = ___c0; NullCheck(L_7); int32_t L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_7); __this->set__items_2(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_8))); RuntimeObject* L_9 = ___c0; VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, __this, L_9); return; } } // System.Void System.Collections.ArrayList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m3828927650 (ArrayList_t2718874744 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList__ctor_m3828927650_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0022; } } { int32_t L_1 = ___capacity0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral3623012086, L_3, _stringLiteral3500389620, /*hidden argument*/NULL); } IL_0022: { int32_t L_4 = ___capacity0; if (L_4) { goto IL_002b; } } { ___capacity0 = 4; } IL_002b: { int32_t L_5 = ___capacity0; __this->set__items_2(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_5))); return; } } // System.Void System.Collections.ArrayList::.ctor(System.Object[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m2075768692 (ArrayList_t2718874744 * __this, ObjectU5BU5D_t2843939325* ___array0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList__ctor_m2075768692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___count2; if (L_0) { goto IL_001d; } } { __this->set__items_2(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4))); goto IL_0029; } IL_001d: { int32_t L_1 = ___count2; __this->set__items_2(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_1))); } IL_0029: { ObjectU5BU5D_t2843939325* L_2 = ___array0; int32_t L_3 = ___index1; ObjectU5BU5D_t2843939325* L_4 = __this->get__items_2(); int32_t L_5 = ___count2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); int32_t L_6 = ___count2; __this->set__size_1(L_6); return; } } // System.Void System.Collections.ArrayList::.cctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__cctor_m3052737821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList__cctor_m3052737821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ArrayList_t2718874744_StaticFields*)il2cpp_codegen_static_fields_for(ArrayList_t2718874744_il2cpp_TypeInfo_var))->set_EmptyArray_4(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0))); return; } } // System.Object System.Collections.ArrayList::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayList_get_Item_m3820278660 (ArrayList_t2718874744 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_get_Item_m3820278660_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get__size_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0028; } } IL_0013: { int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral797640427, L_5, _stringLiteral1370080298, /*hidden argument*/NULL); } IL_0028: { ObjectU5BU5D_t2843939325* L_6 = __this->get__items_2(); int32_t L_7 = ___index0; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); return L_9; } } // System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayList_set_Item_m2003485935 (ArrayList_t2718874744 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_set_Item_m2003485935_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get__size_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0028; } } IL_0013: { int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral797640427, L_5, _stringLiteral1370080298, /*hidden argument*/NULL); } IL_0028: { ObjectU5BU5D_t2843939325* L_6 = __this->get__items_2(); int32_t L_7 = ___index0; RuntimeObject * L_8 = ___value1; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(L_7), (RuntimeObject *)L_8); int32_t L_9 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); return; } } // System.Int32 System.Collections.ArrayList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_get_Count_m1015046493 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__size_1(); return L_0; } } // System.Int32 System.Collections.ArrayList::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_get_Capacity_m431818936 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void System.Collections.ArrayList::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_set_Capacity_m1058991803 (ArrayList_t2718874744 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_set_Capacity_m1058991803_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { int32_t L_0 = ___value0; int32_t L_1 = __this->get__size_1(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0021; } } { int32_t L_2 = ___value0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral3623013078, L_4, _stringLiteral2019553010, /*hidden argument*/NULL); } IL_0021: { int32_t L_5 = ___value0; V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_5)); ObjectU5BU5D_t2843939325* L_6 = __this->get__items_2(); ObjectU5BU5D_t2843939325* L_7 = V_0; int32_t L_8 = __this->get__size_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_9 = V_0; __this->set__items_2(L_9); return; } } // System.Boolean System.Collections.ArrayList::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool ArrayList_get_IsFixedSize_m24366329 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.ArrayList::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ArrayList_get_IsReadOnly_m913775115 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.ArrayList::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool ArrayList_get_IsSynchronized_m854316597 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.ArrayList::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayList_get_SyncRoot_m2222042655 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Collections.ArrayList::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_EnsureCapacity_m3016383533 (ArrayList_t2718874744 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_EnsureCapacity_m3016383533_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; { int32_t L_0 = ___count0; ObjectU5BU5D_t2843939325* L_1 = __this->get__items_2(); NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_000f; } } { return; } IL_000f: { ObjectU5BU5D_t2843939325* L_2 = __this->get__items_2(); NullCheck(L_2); V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))<<(int32_t)1)); int32_t L_3 = V_0; if (L_3) { goto IL_0022; } } { V_0 = 4; } IL_0022: { goto IL_002b; } IL_0027: { int32_t L_4 = V_0; V_0 = ((int32_t)((int32_t)L_4<<(int32_t)1)); } IL_002b: { int32_t L_5 = V_0; int32_t L_6 = ___count0; if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0027; } } { int32_t L_7 = V_0; V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_7)); ObjectU5BU5D_t2843939325* L_8 = __this->get__items_2(); ObjectU5BU5D_t2843939325* L_9 = V_1; ObjectU5BU5D_t2843939325* L_10 = __this->get__items_2(); NullCheck(L_10); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, 0, (RuntimeArray *)(RuntimeArray *)L_9, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_11 = V_1; __this->set__items_2(L_11); return; } } // System.Void System.Collections.ArrayList::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_Shift_m395607654 (ArrayList_t2718874744 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_Shift_m395607654_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; int32_t V_2 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = ___count1; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_00ae; } } { int32_t L_1 = __this->get__size_1(); int32_t L_2 = ___count1; ObjectU5BU5D_t2843939325* L_3 = __this->get__items_2(); NullCheck(L_3); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_008c; } } { ObjectU5BU5D_t2843939325* L_4 = __this->get__items_2(); NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) <= ((int32_t)0))) { goto IL_0039; } } { ObjectU5BU5D_t2843939325* L_5 = __this->get__items_2(); NullCheck(L_5); G_B5_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))<<(int32_t)1)); goto IL_003a; } IL_0039: { G_B5_0 = 1; } IL_003a: { V_0 = G_B5_0; goto IL_0044; } IL_0040: { int32_t L_6 = V_0; V_0 = ((int32_t)((int32_t)L_6<<(int32_t)1)); } IL_0044: { int32_t L_7 = V_0; int32_t L_8 = __this->get__size_1(); int32_t L_9 = ___count1; if ((((int32_t)L_7) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))))) { goto IL_0040; } } { int32_t L_10 = V_0; V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_10)); ObjectU5BU5D_t2843939325* L_11 = __this->get__items_2(); ObjectU5BU5D_t2843939325* L_12 = V_1; int32_t L_13 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, 0, (RuntimeArray *)(RuntimeArray *)L_12, 0, L_13, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_14 = __this->get__items_2(); int32_t L_15 = ___index0; ObjectU5BU5D_t2843939325* L_16 = V_1; int32_t L_17 = ___index0; int32_t L_18 = ___count1; int32_t L_19 = __this->get__size_1(); int32_t L_20 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_14, L_15, (RuntimeArray *)(RuntimeArray *)L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_21 = V_1; __this->set__items_2(L_21); goto IL_00a9; } IL_008c: { ObjectU5BU5D_t2843939325* L_22 = __this->get__items_2(); int32_t L_23 = ___index0; ObjectU5BU5D_t2843939325* L_24 = __this->get__items_2(); int32_t L_25 = ___index0; int32_t L_26 = ___count1; int32_t L_27 = __this->get__size_1(); int32_t L_28 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_22, L_23, (RuntimeArray *)(RuntimeArray *)L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); } IL_00a9: { goto IL_00e9; } IL_00ae: { int32_t L_29 = ___count1; if ((((int32_t)L_29) >= ((int32_t)0))) { goto IL_00e9; } } { int32_t L_30 = ___index0; int32_t L_31 = ___count1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)); ObjectU5BU5D_t2843939325* L_32 = __this->get__items_2(); int32_t L_33 = V_2; ObjectU5BU5D_t2843939325* L_34 = __this->get__items_2(); int32_t L_35 = ___index0; int32_t L_36 = __this->get__size_1(); int32_t L_37 = V_2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, L_33, (RuntimeArray *)(RuntimeArray *)L_34, L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_38 = __this->get__items_2(); int32_t L_39 = __this->get__size_1(); int32_t L_40 = ___count1; int32_t L_41 = ___count1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_38, ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)), ((-L_41)), /*hidden argument*/NULL); } IL_00e9: { return; } } // System.Int32 System.Collections.ArrayList::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_Add_m730026926 (ArrayList_t2718874744 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); NullCheck(L_0); int32_t L_1 = __this->get__size_1(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) > ((int32_t)L_1))) { goto IL_0021; } } { int32_t L_2 = __this->get__size_1(); ArrayList_EnsureCapacity_m3016383533(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); } IL_0021: { ObjectU5BU5D_t2843939325* L_3 = __this->get__items_2(); int32_t L_4 = __this->get__size_1(); RuntimeObject * L_5 = ___value0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(L_4), (RuntimeObject *)L_5); int32_t L_6 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = __this->get__size_1(); int32_t L_8 = L_7; V_0 = L_8; __this->set__size_1(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; return L_9; } } // System.Void System.Collections.ArrayList::Clear() extern "C" IL2CPP_METHOD_ATTR void ArrayList_Clear_m3564447992 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); int32_t L_1 = __this->get__size_1(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, /*hidden argument*/NULL); __this->set__size_1(0); int32_t L_2 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Boolean System.Collections.ArrayList::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ArrayList_Contains_m974354901 (ArrayList_t2718874744 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___item0; int32_t L_1 = __this->get__size_1(); int32_t L_2 = VirtFuncInvoker3< int32_t, RuntimeObject *, int32_t, int32_t >::Invoke(35 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32) */, __this, L_0, 0, L_1); return (bool)((((int32_t)L_2) > ((int32_t)(-1)))? 1 : 0); } } // System.Int32 System.Collections.ArrayList::IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_IndexOf_m771193320 (ArrayList_t2718874744 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; int32_t L_1 = VirtFuncInvoker2< int32_t, RuntimeObject *, int32_t >::Invoke(34 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32) */, __this, L_0, 0); return L_1; } } // System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_IndexOf_m305368842 (ArrayList_t2718874744 * __this, RuntimeObject * ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = __this->get__size_1(); int32_t L_3 = ___startIndex1; int32_t L_4 = VirtFuncInvoker3< int32_t, RuntimeObject *, int32_t, int32_t >::Invoke(35 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32) */, __this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))); return L_4; } } // System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_IndexOf_m1052788661 (ArrayList_t2718874744 * __this, RuntimeObject * ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_IndexOf_m1052788661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___startIndex1; int32_t L_2 = __this->get__size_1(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0028; } } IL_0013: { int32_t L_3 = ___startIndex1; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral2410720131, L_5, _stringLiteral2662431096, /*hidden argument*/NULL); } IL_0028: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0044; } } { int32_t L_7 = ___count2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral2002595880, L_9, _stringLiteral3732847104, /*hidden argument*/NULL); } IL_0044: { int32_t L_10 = ___startIndex1; int32_t L_11 = __this->get__size_1(); int32_t L_12 = ___count2; if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))))) { goto IL_0062; } } { ArgumentOutOfRangeException_t777629997 * L_13 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_13, _stringLiteral2002595880, _stringLiteral738047332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,ArrayList_IndexOf_m1052788661_RuntimeMethod_var); } IL_0062: { ObjectU5BU5D_t2843939325* L_14 = __this->get__items_2(); RuntimeObject * L_15 = ___value0; int32_t L_16 = ___startIndex1; int32_t L_17 = ___count2; int32_t L_18 = Array_IndexOf_TisRuntimeObject_m828474689(NULL /*static, unused*/, L_14, L_15, L_16, L_17, /*hidden argument*/Array_IndexOf_TisRuntimeObject_m828474689_RuntimeMethod_var); return L_18; } } // System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayList_Insert_m3524057793 (ArrayList_t2718874744 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_Insert_m3524057793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get__size_1(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0028; } } IL_0013: { int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral797640427, L_5, _stringLiteral3314103136, /*hidden argument*/NULL); } IL_0028: { int32_t L_6 = ___index0; ArrayList_Shift_m395607654(__this, L_6, 1, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_7 = __this->get__items_2(); int32_t L_8 = ___index0; RuntimeObject * L_9 = ___value1; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(L_8), (RuntimeObject *)L_9); int32_t L_10 = __this->get__size_1(); __this->set__size_1(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return; } } // System.Void System.Collections.ArrayList::InsertRange(System.Int32,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayList_InsertRange_m1740766984 (ArrayList_t2718874744 * __this, int32_t ___index0, RuntimeObject* ___c1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_InsertRange_m1740766984_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject* L_0 = ___c1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614589, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayList_InsertRange_m1740766984_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0024; } } { int32_t L_3 = ___index0; int32_t L_4 = __this->get__size_1(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0039; } } IL_0024: { int32_t L_5 = ___index0; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral797640427, L_7, _stringLiteral3314103136, /*hidden argument*/NULL); } IL_0039: { RuntimeObject* L_8 = ___c1; NullCheck(L_8); int32_t L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_8); V_0 = L_9; ObjectU5BU5D_t2843939325* L_10 = __this->get__items_2(); NullCheck(L_10); int32_t L_11 = __this->get__size_1(); int32_t L_12 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))))) { goto IL_0063; } } { int32_t L_13 = __this->get__size_1(); int32_t L_14 = V_0; ArrayList_EnsureCapacity_m3016383533(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL); } IL_0063: { int32_t L_15 = ___index0; int32_t L_16 = __this->get__size_1(); if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_008c; } } { ObjectU5BU5D_t2843939325* L_17 = __this->get__items_2(); int32_t L_18 = ___index0; ObjectU5BU5D_t2843939325* L_19 = __this->get__items_2(); int32_t L_20 = ___index0; int32_t L_21 = V_0; int32_t L_22 = __this->get__size_1(); int32_t L_23 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_17, L_18, (RuntimeArray *)(RuntimeArray *)L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL); } IL_008c: { RuntimeObject* L_24 = ___c1; NullCheck(L_24); RuntimeObject * L_25 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_24); if ((!(((RuntimeObject*)(ArrayList_t2718874744 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_25)))) { goto IL_00d0; } } { ObjectU5BU5D_t2843939325* L_26 = __this->get__items_2(); ObjectU5BU5D_t2843939325* L_27 = __this->get__items_2(); int32_t L_28 = ___index0; int32_t L_29 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_26, 0, (RuntimeArray *)(RuntimeArray *)L_27, L_28, L_29, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_30 = __this->get__items_2(); int32_t L_31 = ___index0; int32_t L_32 = V_0; ObjectU5BU5D_t2843939325* L_33 = __this->get__items_2(); int32_t L_34 = ___index0; int32_t L_35 = __this->get__size_1(); int32_t L_36 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)), (RuntimeArray *)(RuntimeArray *)L_33, ((int32_t)((int32_t)L_34<<(int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36)), /*hidden argument*/NULL); goto IL_00dd; } IL_00d0: { RuntimeObject* L_37 = ___c1; ObjectU5BU5D_t2843939325* L_38 = __this->get__items_2(); int32_t L_39 = ___index0; NullCheck(L_37); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_37, (RuntimeArray *)(RuntimeArray *)L_38, L_39); } IL_00dd: { int32_t L_40 = __this->get__size_1(); RuntimeObject* L_41 = ___c1; NullCheck(L_41); int32_t L_42 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_41); __this->set__size_1(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_42))); int32_t L_43 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1))); return; } } // System.Void System.Collections.ArrayList::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayList_Remove_m4274871153 (ArrayList_t2718874744 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___obj0; int32_t L_1 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, __this, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)(-1)))) { goto IL_0016; } } { int32_t L_3 = V_0; VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, __this, L_3); } IL_0016: { int32_t L_4 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); return; } } // System.Void System.Collections.ArrayList::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_RemoveAt_m761734947 (ArrayList_t2718874744 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_RemoveAt_m761734947_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get__size_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0028; } } IL_0013: { int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral797640427, L_5, _stringLiteral2628772951, /*hidden argument*/NULL); } IL_0028: { int32_t L_6 = ___index0; ArrayList_Shift_m395607654(__this, L_6, (-1), /*hidden argument*/NULL); int32_t L_7 = __this->get__size_1(); __this->set__size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); int32_t L_8 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return; } } // System.Void System.Collections.ArrayList::CopyTo(System.Array) extern "C" IL2CPP_METHOD_ATTR void ArrayList_CopyTo_m3530931172 (ArrayList_t2718874744 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); RuntimeArray * L_1 = ___array0; int32_t L_2 = __this->get__size_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_CopyTo_m3962521159 (ArrayList_t2718874744 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; int32_t L_1 = ___arrayIndex1; int32_t L_2 = __this->get__size_1(); VirtActionInvoker4< int32_t, RuntimeArray *, int32_t, int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) */, __this, 0, L_0, L_1, L_2); return; } } // System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_CopyTo_m3105450421 (ArrayList_t2718874744 * __this, int32_t ___index0, RuntimeArray * ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_CopyTo_m3105450421_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayList_CopyTo_m3105450421_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array1; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002d; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral2432024763, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ArrayList_CopyTo_m3105450421_RuntimeMethod_var); } IL_002d: { ObjectU5BU5D_t2843939325* L_5 = __this->get__items_2(); int32_t L_6 = ___index0; RuntimeArray * L_7 = ___array1; int32_t L_8 = ___arrayIndex2; int32_t L_9 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayList_GetEnumerator_m3176119603 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_GetEnumerator_m3176119603_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SimpleEnumerator_t4287166116 * L_0 = (SimpleEnumerator_t4287166116 *)il2cpp_codegen_object_new(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var); SimpleEnumerator__ctor_m917940076(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayList_AddRange_m3758299474 (ArrayList_t2718874744 * __this, RuntimeObject* ___c0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__size_1(); RuntimeObject* L_1 = ___c0; VirtActionInvoker2< int32_t, RuntimeObject* >::Invoke(37 /* System.Void System.Collections.ArrayList::InsertRange(System.Int32,System.Collections.ICollection) */, __this, L_0, L_1); return; } } // System.Void System.Collections.ArrayList::Sort() extern "C" IL2CPP_METHOD_ATTR void ArrayList_Sort_m582560637 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_Sort_m582560637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); int32_t L_1 = __this->get__size_1(); Array_Sort_TisRuntimeObject_m440635289(NULL /*static, unused*/, L_0, 0, L_1, /*hidden argument*/Array_Sort_TisRuntimeObject_m440635289_RuntimeMethod_var); int32_t L_2 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void ArrayList_Sort_m4234055499 (ArrayList_t2718874744 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); int32_t L_1 = __this->get__size_1(); RuntimeObject* L_2 = ___comparer0; Array_Sort_m182264525(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Object[] System.Collections.ArrayList::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ArrayList_ToArray_m3827492363 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_ToArray_m3827492363_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { int32_t L_0 = __this->get__size_1(); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_0)); ObjectU5BU5D_t2843939325* L_1 = V_0; VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, __this, (RuntimeArray *)(RuntimeArray *)L_1); ObjectU5BU5D_t2843939325* L_2 = V_0; return L_2; } } // System.Array System.Collections.ArrayList::ToArray(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * ArrayList_ToArray_m3439706433 (ArrayList_t2718874744 * __this, Type_t * ___type0, const RuntimeMethod* method) { RuntimeArray * V_0 = NULL; { Type_t * L_0 = ___type0; int32_t L_1 = __this->get__size_1(); RuntimeArray * L_2 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeArray * L_3 = V_0; VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, __this, L_3); RuntimeArray * L_4 = V_0; return L_4; } } // System.Object System.Collections.ArrayList::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayList_Clone_m2682741233 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_Clone_m2682741233_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); int32_t L_1 = __this->get__size_1(); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m2075768692(L_2, L_0, 0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Collections.ArrayList::ThrowNewArgumentOutOfRangeException(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888 (RuntimeObject * __this /* static, unused */, String_t* ___name0, RuntimeObject * ___actual1, String_t* ___message2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = ___actual1; String_t* L_2 = ___message2; ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888_RuntimeMethod_var); } } // System.Collections.ArrayList System.Collections.ArrayList::Synchronized(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ArrayList_Synchronized_m1327684267 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_Synchronized_m1327684267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = ___list0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3941568111, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayList_Synchronized_m1327684267_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = ___list0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_2); if (!L_3) { goto IL_001e; } } { ArrayList_t2718874744 * L_4 = ___list0; return L_4; } IL_001e: { ArrayList_t2718874744 * L_5 = ___list0; SynchronizedArrayListWrapper_t2283757095 * L_6 = (SynchronizedArrayListWrapper_t2283757095 *)il2cpp_codegen_object_new(SynchronizedArrayListWrapper_t2283757095_il2cpp_TypeInfo_var); SynchronizedArrayListWrapper__ctor_m3368338124(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // System.Collections.ArrayList System.Collections.ArrayList::ReadOnly(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ArrayList_ReadOnly_m1905796817 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_ReadOnly_m1905796817_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = ___list0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3941568111, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayList_ReadOnly_m1905796817_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = ___list0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_2); if (!L_3) { goto IL_001e; } } { ArrayList_t2718874744 * L_4 = ___list0; return L_4; } IL_001e: { ArrayList_t2718874744 * L_5 = ___list0; ReadOnlyArrayListWrapper_t3401315650 * L_6 = (ReadOnlyArrayListWrapper_t3401315650 *)il2cpp_codegen_object_new(ReadOnlyArrayListWrapper_t3401315650_il2cpp_TypeInfo_var); ReadOnlyArrayListWrapper__ctor_m1527708879(L_6, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ArrayList/ArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper__ctor_m970192266 (ArrayListWrapper_t240606758 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayListWrapper__ctor_m970192266_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = ___innerArrayList0; __this->set_m_InnerArrayList_5(L_0); return; } } // System.Object System.Collections.ArrayList/ArrayListWrapper::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayListWrapper_get_Item_m1313829881 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return L_2; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_set_Item_m3849584877 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_0, L_1, L_2); return; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_get_Count_m3954826285 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_get_Capacity_m51087796 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Int32 System.Collections.ArrayList::get_Capacity() */, L_0); return L_1; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_set_Capacity_m2373297383 (ArrayListWrapper_t240606758 * __this, int32_t ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(25 /* System.Void System.Collections.ArrayList::set_Capacity(System.Int32) */, L_0, L_1); return; } } // System.Boolean System.Collections.ArrayList/ArrayListWrapper::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool ArrayListWrapper_get_IsFixedSize_m4019080667 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Collections.ArrayList::get_IsFixedSize() */, L_0); return L_1; } } // System.Boolean System.Collections.ArrayList/ArrayListWrapper::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ArrayListWrapper_get_IsReadOnly_m322171850 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_0); return L_1; } } // System.Boolean System.Collections.ArrayList/ArrayListWrapper::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool ArrayListWrapper_get_IsSynchronized_m877742690 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Collections.ArrayList/ArrayListWrapper::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayListWrapper_get_SyncRoot_m3460954073 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_Add_m1926015631 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::Clear() extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_Clear_m2625302714 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); return; } } // System.Boolean System.Collections.ArrayList/ArrayListWrapper::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ArrayListWrapper_Contains_m2641184447 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_IndexOf_m4166445051 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_0, L_1); return L_2; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::IndexOf(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_IndexOf_m3692065720 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; int32_t L_2 = ___startIndex1; NullCheck(L_0); int32_t L_3 = VirtFuncInvoker2< int32_t, RuntimeObject *, int32_t >::Invoke(34 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32) */, L_0, L_1, L_2); return L_3; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::IndexOf(System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_IndexOf_m3995939336 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; int32_t L_2 = ___startIndex1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4 = VirtFuncInvoker3< int32_t, RuntimeObject *, int32_t, int32_t >::Invoke(35 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_Insert_m121888774 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_0, L_1, L_2); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::InsertRange(System.Int32,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_InsertRange_m3525676562 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, RuntimeObject* ___c1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; RuntimeObject* L_2 = ___c1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject* >::Invoke(37 /* System.Void System.Collections.ArrayList::InsertRange(System.Int32,System.Collections.ICollection) */, L_0, L_1, L_2); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_Remove_m3759993909 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_0, L_1); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_RemoveAt_m805762255 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::CopyTo(System.Array) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_CopyTo_m2912068327 (ArrayListWrapper_t240606758 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeArray * L_1 = ___array0; NullCheck(L_0); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_0, L_1); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_CopyTo_m3756520478 (ArrayListWrapper_t240606758 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_CopyTo_m498486826 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, RuntimeArray * ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; RuntimeArray * L_2 = ___array1; int32_t L_3 = ___arrayIndex2; int32_t L_4 = ___count3; NullCheck(L_0); VirtActionInvoker4< int32_t, RuntimeArray *, int32_t, int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) */, L_0, L_1, L_2, L_3, L_4); return; } } // System.Collections.IEnumerator System.Collections.ArrayList/ArrayListWrapper::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayListWrapper_GetEnumerator_m2336495952 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::AddRange(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_AddRange_m2748690765 (ArrayListWrapper_t240606758 * __this, RuntimeObject* ___c0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject* L_1 = ___c0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_0, L_1); return; } } // System.Object System.Collections.ArrayList/ArrayListWrapper::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayListWrapper_Clone_m1058391593 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(49 /* System.Object System.Collections.ArrayList::Clone() */, L_0); return L_1; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::Sort() extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_Sort_m1587743350 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); VirtActionInvoker0::Invoke(45 /* System.Void System.Collections.ArrayList::Sort() */, L_0); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::Sort(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_Sort_m876172478 (ArrayListWrapper_t240606758 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject* L_1 = ___comparer0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(46 /* System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) */, L_0, L_1); return; } } // System.Object[] System.Collections.ArrayList/ArrayListWrapper::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ArrayListWrapper_ToArray_m1192575409 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); ObjectU5BU5D_t2843939325* L_1 = VirtFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(47 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_0); return L_1; } } // System.Array System.Collections.ArrayList/ArrayListWrapper::ToArray(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * ArrayListWrapper_ToArray_m3192696690 (ArrayListWrapper_t240606758 * __this, Type_t * ___elementType0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); Type_t * L_1 = ___elementType0; NullCheck(L_0); RuntimeArray * L_2 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_0, L_1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper__ctor_m3150386652 (FixedSizeArrayListWrapper_t220909481 * __this, ArrayList_t2718874744 * ___innerList0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ___innerList0; ArrayListWrapper__ctor_m970192266(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() extern "C" IL2CPP_METHOD_ATTR String_t* FixedSizeArrayListWrapper_get_ErrorMessage_m3049061776 (FixedSizeArrayListWrapper_t220909481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_get_ErrorMessage_m3049061776_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1872550032; } } // System.Int32 System.Collections.ArrayList/FixedSizeArrayListWrapper::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t FixedSizeArrayListWrapper_get_Capacity_m484550855 (FixedSizeArrayListWrapper_t220909481 * __this, const RuntimeMethod* method) { { int32_t L_0 = ArrayListWrapper_get_Capacity_m51087796(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_set_Capacity_m4221053039 (FixedSizeArrayListWrapper_t220909481 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_set_Capacity_m4221053039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_set_Capacity_m4221053039_RuntimeMethod_var); } } // System.Boolean System.Collections.ArrayList/FixedSizeArrayListWrapper::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool FixedSizeArrayListWrapper_get_IsFixedSize_m418627565 (FixedSizeArrayListWrapper_t220909481 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Collections.ArrayList/FixedSizeArrayListWrapper::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t FixedSizeArrayListWrapper_Add_m4066213493 (FixedSizeArrayListWrapper_t220909481 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_Add_m4066213493_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_Add_m4066213493_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::AddRange(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_AddRange_m413351014 (FixedSizeArrayListWrapper_t220909481 * __this, RuntimeObject* ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_AddRange_m413351014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_AddRange_m413351014_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::Clear() extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_Clear_m1544415003 (FixedSizeArrayListWrapper_t220909481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_Clear_m1544415003_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_Clear_m1544415003_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_Insert_m723948816 (FixedSizeArrayListWrapper_t220909481 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_Insert_m723948816_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_Insert_m723948816_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::InsertRange(System.Int32,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_InsertRange_m1706982628 (FixedSizeArrayListWrapper_t220909481 * __this, int32_t ___index0, RuntimeObject* ___c1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_InsertRange_m1706982628_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_InsertRange_m1706982628_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_Remove_m3827525800 (FixedSizeArrayListWrapper_t220909481 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_Remove_m3827525800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_Remove_m3827525800_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_RemoveAt_m3591870267 (FixedSizeArrayListWrapper_t220909481 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_RemoveAt_m3591870267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_RemoveAt_m3591870267_RuntimeMethod_var); } } #ifdef __clang__ #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.Collections.ArrayList/ReadOnlyArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyArrayListWrapper__ctor_m1527708879 (ReadOnlyArrayListWrapper_t3401315650 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ___innerArrayList0; FixedSizeArrayListWrapper__ctor_m3150386652(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Collections.ArrayList/ReadOnlyArrayListWrapper::get_ErrorMessage() extern "C" IL2CPP_METHOD_ATTR String_t* ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994 (ReadOnlyArrayListWrapper_t3401315650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral2728449070; } } // System.Boolean System.Collections.ArrayList/ReadOnlyArrayListWrapper::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ReadOnlyArrayListWrapper_get_IsReadOnly_m2332097348 (ReadOnlyArrayListWrapper_t3401315650 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.ArrayList/ReadOnlyArrayListWrapper::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyArrayListWrapper_get_Item_m2341088672 (ReadOnlyArrayListWrapper_t3401315650 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return L_2; } } // System.Void System.Collections.ArrayList/ReadOnlyArrayListWrapper::set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyArrayListWrapper_set_Item_m1909157432 (ReadOnlyArrayListWrapper_t3401315650 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyArrayListWrapper_set_Item_m1909157432_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994(__this, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ReadOnlyArrayListWrapper_set_Item_m1909157432_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/ReadOnlyArrayListWrapper::Sort() extern "C" IL2CPP_METHOD_ATTR void ReadOnlyArrayListWrapper_Sort_m2577012511 (ReadOnlyArrayListWrapper_t3401315650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyArrayListWrapper_Sort_m2577012511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994(__this, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ReadOnlyArrayListWrapper_Sort_m2577012511_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/ReadOnlyArrayListWrapper::Sort(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyArrayListWrapper_Sort_m2022378864 (ReadOnlyArrayListWrapper_t3401315650 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyArrayListWrapper_Sort_m2022378864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994(__this, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ReadOnlyArrayListWrapper_Sort_m2022378864_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif