#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 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 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 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 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.MonoTypeInfo struct MonoTypeInfo_t3366989025; // System.MulticastDelegate struct MulticastDelegate_t; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Delegate struct Delegate_t1188392813; // System.Delegate[] struct DelegateU5BU5D_t1703627840; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Type struct Type_t; // System.String struct String_t; // System.ArgumentException struct ArgumentException_t132251570; // System.MulticastNotSupportedException struct MulticastNotSupportedException_t3095221246; // System.SystemException struct SystemException_t176217640; // System.NonSerializedAttribute struct NonSerializedAttribute_t2945079482; // System.Attribute struct Attribute_t861562559; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.Exception struct Exception_t; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.NullConsoleDriver struct NullConsoleDriver_t3569194954; // System.NullReferenceException struct NullReferenceException_t1023182353; // System.NumberFormatter struct NumberFormatter_t1182924621; // System.Threading.Thread struct Thread_t2300836069; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Char[] struct CharU5BU5D_t3528271667; // System.FormatException struct FormatException_t154580423; // System.NumberFormatter/CustomInfo struct CustomInfo_t435179798; // System.Text.StringBuilder struct StringBuilder_t; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.ObsoleteAttribute struct ObsoleteAttribute_t303876359; // System.OperatingSystem struct OperatingSystem_t3730783609; // System.Version struct Version_t3456873960; // System.OrdinalComparer struct OrdinalComparer_t3407243298; // System.StringComparer struct StringComparer_t3301955079; // System.OutOfMemoryException struct OutOfMemoryException_t2437671686; // System.OverflowException struct OverflowException_t2020128637; // System.ArithmeticException struct ArithmeticException_t4283546778; // System.ParamArrayAttribute struct ParamArrayAttribute_t3664765590; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t3572244504; // System.Random struct Random_t108471755; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.RankException struct RankException_t3812021567; // System.Reflection.AmbiguousMatchException struct AmbiguousMatchException_t566690781; // System.Reflection.Assembly struct Assembly_t; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.Permissions.FileIOPermission struct FileIOPermission_t3596906749; // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Reflection.ICustomAttributeProvider struct ICustomAttributeProvider_t1530824137; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Reflection.Module struct Module_t2987026101; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.AssemblyName struct AssemblyName_t270931938; // System.AppDomain struct AppDomain_t1571427825; // System.Reflection.Binder struct Binder_t2999457153; // System.Reflection.Module[] struct ModuleU5BU5D_t4238763736; // System.Security.Policy.PermissionRequestEvidence struct PermissionRequestEvidence_t59447972; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Security.Policy.PolicyLevel struct PolicyLevel_t2891196107; // System.Reflection.AssemblyCompanyAttribute struct AssemblyCompanyAttribute_t909257512; // System.Reflection.AssemblyConfigurationAttribute struct AssemblyConfigurationAttribute_t2167450097; // System.Reflection.AssemblyCopyrightAttribute struct AssemblyCopyrightAttribute_t836190902; // System.Reflection.AssemblyCultureAttribute struct AssemblyCultureAttribute_t2584278277; // System.Reflection.AssemblyDefaultAliasAttribute struct AssemblyDefaultAliasAttribute_t2176720766; // System.Reflection.AssemblyDelaySignAttribute struct AssemblyDelaySignAttribute_t176441654; // System.Reflection.AssemblyDescriptionAttribute struct AssemblyDescriptionAttribute_t1046996844; // System.Reflection.AssemblyFileVersionAttribute struct AssemblyFileVersionAttribute_t14927972; // System.Reflection.AssemblyInformationalVersionAttribute struct AssemblyInformationalVersionAttribute_t3037764991; // System.Reflection.AssemblyKeyFileAttribute struct AssemblyKeyFileAttribute_t2825689142; // System.Reflection.AssemblyKeyNameAttribute struct AssemblyKeyNameAttribute_t3105008521; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_t3411219591; // System.Security.Cryptography.RSA struct RSA_t2385438082; // System.Security.SecurityException struct SecurityException_t975544473; // System.Security.Cryptography.SHA1 struct SHA1_t1803193667; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219; // System.Reflection.AssemblyProductAttribute struct AssemblyProductAttribute_t1000945320; // System.Reflection.AssemblyTitleAttribute struct AssemblyTitleAttribute_t1901133402; // System.Reflection.AssemblyTrademarkAttribute struct AssemblyTrademarkAttribute_t3598190473; // System.Reflection.AssemblyVersionAttribute struct AssemblyVersionAttribute_t1996639689; // System.Reflection.Binder/Default struct Default_t2456596213; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Reflection.TargetParameterCountException struct TargetParameterCountException_t1216617239; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodBase[] struct MethodBaseU5BU5D_t779831733; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543; // System.String[] struct StringU5BU5D_t1281789340; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Reflection.CustomAttributeData struct CustomAttributeData_t1084486650; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t1465843424; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t3935726444; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t3710464795; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t1500441997; // System.Collections.Generic.IList`1 struct IList_1_t243502644; // System.Collections.Generic.IList`1 struct IList_1_t2103185493; // System.Collections.Generic.IList`1 struct IList_1_t2899806433; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157; // System.Reflection.DefaultMemberAttribute struct DefaultMemberAttribute_t3275092422; // System.Reflection.Emit.AssemblyBuilder struct AssemblyBuilder_t359885250; // Mono.Security.StrongName struct StrongName_t4093849377; // System.Security.SecurityElement struct SecurityElement_t1046076091; // System.Reflection.Emit.ModuleBuilder struct ModuleBuilder_t731887691; // System.IO.FileNotFoundException struct FileNotFoundException_t225391025; // System.Reflection.Emit.ByRefType struct ByRefType_t2066805327; // System.Reflection.Emit.DerivedType struct DerivedType_t4286302013; // System.Reflection.Emit.ConstructorBuilder struct ConstructorBuilder_t2813524108; // System.Reflection.Emit.TypeBuilder struct TypeBuilder_t1073948154; // System.Type[][] struct TypeU5BU5DU5BU5D_t4042077012; // System.Reflection.Emit.ParameterBuilder struct ParameterBuilder_t1137139675; // System.Reflection.Emit.ILGenerator struct ILGenerator_t1388622344; // System.Reflection.Emit.TokenGenerator struct TokenGenerator_t1734832736; // System.Reflection.EventInfo struct EventInfo_t; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t881249896; // System.Reflection.Emit.DynamicMethod struct DynamicMethod_t2537779570; // System.Reflection.Emit.DynamicMethodTokenGenerator struct DynamicMethodTokenGenerator_t1364612456; // System.Reflection.MonoMethod struct MonoMethod_t; // System.Reflection.TargetInvocationException struct TargetInvocationException_t4266643902; // System.Reflection.Emit.EnumBuilder struct EnumBuilder_t2400448213; // System.Reflection.Emit.FieldBuilder struct FieldBuilder_t2627049993; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // System.Reflection.Emit.GenericTypeParameterBuilder struct GenericTypeParameterBuilder_t1988827940; // System.Reflection.Emit.MethodBuilder struct MethodBuilder_t2807316753; // System.Reflection.Emit.LocalBuilder struct LocalBuilder_t3562264111; // System.Reflection.LocalVariableInfo struct LocalVariableInfo_t2426779395; // System.TypeLoadException struct TypeLoadException_t3707937253; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.ExecutionEngineException struct ExecutionEngineException_t1142598034; // System.Reflection.Emit.TypeBuilder[] struct TypeBuilderU5BU5D_t786280671; // System.Reflection.Emit.ModuleBuilderTokenGenerator struct ModuleBuilderTokenGenerator_t944435078; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.UInt64 struct UInt64_t4134040092; // System.Char struct Char_t3634460470; // System.Int64 struct Int64_t3736567304; // System.Reflection.Emit.LocalBuilder[] struct LocalBuilderU5BU5D_t4280809526; // System.Reflection.Emit.ILTokenInfo[] struct ILTokenInfoU5BU5D_t973106575; // System.Reflection.Emit.ILGenerator/LabelData[] struct LabelDataU5BU5D_t327903686; // System.Reflection.Emit.ILGenerator/LabelFixup[] struct LabelFixupU5BU5D_t103660291; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // 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.IComparer struct IComparer_t1540313114; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Reflection.EventInfo/AddEventAdapter struct AddEventAdapter_t1787725097; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.DelegateData struct DelegateData_t1677132599; // System.Security.IPermission struct IPermission_t4015543450; // System.Security.Policy.CodeGroup struct CodeGroup_t3811807446; // System.Reflection.Emit.ParameterBuilder[] struct ParameterBuilderU5BU5D_t3054868058; // System.Reflection.TypeFilter struct TypeFilter_t2356120900; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.AppDomainManager struct AppDomainManager_t1420869192; // System.ActivationContext struct ActivationContext_t976916018; // System.ApplicationIdentity struct ApplicationIdentity_t1917735356; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.EventHandler struct EventHandler_t1348719766; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.IO.Stream struct Stream_t1273022909; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Reflection.Emit.ModuleBuilder[] struct ModuleBuilderU5BU5D_t2441092650; // System.Reflection.Emit.CustomAttributeBuilder[] struct CustomAttributeBuilderU5BU5D_t2951373564; // System.Reflection.Emit.MonoResource[] struct MonoResourceU5BU5D_t979189380; // System.Reflection.Emit.MonoWin32Resource[] struct MonoWin32ResourceU5BU5D_t4084032906; // System.Reflection.Emit.RefEmitPermissionSet[] struct RefEmitPermissionSetU5BU5D_t567451178; // System.Resources.Win32VersionResource struct Win32VersionResource_t1367628464; // System.Reflection.Emit.GenericTypeParameterBuilder[] struct GenericTypeParameterBuilderU5BU5D_t3780444109; // System.Reflection.Emit.MethodBuilder[] struct MethodBuilderU5BU5D_t3705301900; // System.Reflection.Emit.FieldBuilder[] struct FieldBuilderU5BU5D_t138311604; // System.Diagnostics.SymbolStore.ISymbolWriter struct ISymbolWriter_t780458634; // System.Reflection.Emit.ConstructorBuilder[] struct ConstructorBuilderU5BU5D_t3223009221; // System.Reflection.Emit.PropertyBuilder[] struct PropertyBuilderU5BU5D_t4023329206; // System.Reflection.Emit.EventBuilder[] struct EventBuilderU5BU5D_t3902749141; extern RuntimeClass* MulticastDelegate_t_il2cpp_TypeInfo_var; extern const uint32_t MulticastDelegate_Equals_m2502840627_MetadataUsageId; extern const RuntimeType* Delegate_t1188392813_0_0_0_var; extern RuntimeClass* DelegateU5BU5D_t1703627840_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t MulticastDelegate_GetInvocationList_m4256593605_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* MulticastDelegate_CombineImpl_m2857239134_RuntimeMethod_var; extern String_t* _stringLiteral3874685629; extern const uint32_t MulticastDelegate_CombineImpl_m2857239134_MetadataUsageId; extern const uint32_t MulticastDelegate_RemoveImpl_m615507760_MetadataUsageId; extern String_t* _stringLiteral211822276; extern const uint32_t MulticastNotSupportedException__ctor_m2750561050_MetadataUsageId; extern String_t* _stringLiteral667133072; extern const uint32_t NotImplementedException__ctor_m3058704252_MetadataUsageId; extern String_t* _stringLiteral552202200; extern const uint32_t NotSupportedException__ctor_m2730133172_MetadataUsageId; extern const RuntimeType* Nullable_1_t3772285925_0_0_0_var; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* Nullable_GetUnderlyingType_m3905033790_RuntimeMethod_var; extern String_t* _stringLiteral1536566090; extern const uint32_t Nullable_GetUnderlyingType_m3905033790_MetadataUsageId; extern RuntimeClass* ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var; extern const uint32_t NullConsoleDriver_ReadKey_m2411929863_MetadataUsageId; extern String_t* _stringLiteral242667116; extern const uint32_t NullReferenceException__ctor_m744513393_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const uint32_t NumberFormatter__ctor_m2275142545_MetadataUsageId; extern RuntimeClass* NumberFormatter_t1182924621_il2cpp_TypeInfo_var; extern const uint32_t NumberFormatter__cctor_m2992857932_MetadataUsageId; extern const uint32_t NumberFormatter_GetTenPowerOf_m3725144548_MetadataUsageId; extern const uint32_t NumberFormatter_InitDecHexDigits_m829694854_MetadataUsageId; extern const uint32_t NumberFormatter_InitDecHexDigits_m1992166588_MetadataUsageId; extern const uint32_t NumberFormatter_InitDecHexDigits_m2266082744_MetadataUsageId; extern const uint32_t NumberFormatter_FastToDecHex_m699829267_MetadataUsageId; extern const uint32_t NumberFormatter_ToDecHex_m1238855594_MetadataUsageId; extern const uint32_t NumberFormatter_DecHexLen_m3886828604_MetadataUsageId; extern const uint32_t NumberFormatter_DecHexLen_m510984344_MetadataUsageId; extern const uint32_t NumberFormatter_ScaleOrder_m3813786990_MetadataUsageId; extern const uint32_t NumberFormatter_Init_m3326584660_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t NumberFormatter_Init_m3576155222_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t NumberFormatter_Init_m1925374739_MetadataUsageId; extern const uint32_t NumberFormatter_ResetCharBuf_m1098525658_MetadataUsageId; extern const uint32_t NumberFormatter_Resize_m3876336103_MetadataUsageId; extern RuntimeClass* NumberFormatInfo_t435877138_il2cpp_TypeInfo_var; extern const uint32_t NumberFormatter_GetNumberFormatInstance_m4015471089_MetadataUsageId; extern const uint32_t NumberFormatter_AddOneToDecHex_m1501523650_MetadataUsageId; extern const uint32_t NumberFormatter_CountTrailingZeros_m1178387884_MetadataUsageId; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern const uint32_t NumberFormatter_GetInstance_m971769829_MetadataUsageId; extern const uint32_t NumberFormatter_Release_m1879004257_MetadataUsageId; extern const uint32_t NumberFormatter_SetThreadCurrentCulture_m910458896_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m2481532188_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m3726402804_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m2529982306_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m4048866862_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m264078176_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m803024566_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m1906030517_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m406010816_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m2583974918_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m1373805200_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m655666043_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m400339820_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m1790947760_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m3906556024_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m2562899600_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m567544656_MetadataUsageId; extern const uint32_t NumberFormatter_NumberToString_m2966570377_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* NumberFormatter_IntegerToString_m1679294587_RuntimeMethod_var; extern String_t* _stringLiteral2312022036; extern String_t* _stringLiteral248589368; extern const uint32_t NumberFormatter_IntegerToString_m1679294587_MetadataUsageId; extern const RuntimeMethod* NumberFormatter_NumberToString_m827252518_RuntimeMethod_var; extern const uint32_t NumberFormatter_NumberToString_m827252518_MetadataUsageId; extern String_t* _stringLiteral3452614544; extern const uint32_t NumberFormatter_FormatDecimal_m1921932981_MetadataUsageId; extern const uint32_t NumberFormatter_FormatHexadecimal_m2994610679_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const uint32_t NumberFormatter_FormatCustom_m1169507039_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t NumberFormatter_IsZeroOnly_m46572730_MetadataUsageId; extern const RuntimeMethod* NumberFormatter_AppendNonNegativeNumber_m2729989692_RuntimeMethod_var; extern const uint32_t NumberFormatter_AppendNonNegativeNumber_m2729989692_MetadataUsageId; extern const uint32_t NumberFormatter_AppendExponent_m1258666517_MetadataUsageId; extern const uint32_t NumberFormatter_FastAppendDigits_m3294622153_MetadataUsageId; extern const uint32_t NumberFormatter_GetClone_m4126883757_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const RuntimeMethod* CustomInfo_GetActiveSection_m2184507081_RuntimeMethod_var; extern const uint32_t CustomInfo_GetActiveSection_m2184507081_MetadataUsageId; extern RuntimeClass* CustomInfo_t435179798_il2cpp_TypeInfo_var; extern const uint32_t CustomInfo_Parse_m4163382069_MetadataUsageId; extern const uint32_t CustomInfo_Format_m1134896917_MetadataUsageId; extern String_t* _stringLiteral2456128945; extern const uint32_t ObjectDisposedException__ctor_m3603759869_MetadataUsageId; extern String_t* _stringLiteral3117225416; extern const uint32_t ObjectDisposedException__ctor_m1894780688_MetadataUsageId; extern const uint32_t ObjectDisposedException_GetObjectData_m2330532076_MetadataUsageId; extern const RuntimeMethod* OperatingSystem__ctor_m1545635730_RuntimeMethod_var; extern String_t* _stringLiteral1902401671; extern const uint32_t OperatingSystem__ctor_m1545635730_MetadataUsageId; extern RuntimeClass* OperatingSystem_t3730783609_il2cpp_TypeInfo_var; extern const uint32_t OperatingSystem_Clone_m1122165140_MetadataUsageId; extern RuntimeClass* PlatformID_t897822290_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3832367947; extern String_t* _stringLiteral1914678832; extern String_t* _stringLiteral196986056; extern const uint32_t OperatingSystem_GetObjectData_m1571196722_MetadataUsageId; extern String_t* _stringLiteral1883986088; extern String_t* _stringLiteral727782318; extern String_t* _stringLiteral2266012253; extern String_t* _stringLiteral3363545007; extern String_t* _stringLiteral1133726264; extern String_t* _stringLiteral328992231; extern String_t* _stringLiteral2744711299; extern String_t* _stringLiteral2788515067; extern String_t* _stringLiteral3452614528; extern const uint32_t OperatingSystem_ToString_m3445473725_MetadataUsageId; extern RuntimeClass* StringComparer_t3301955079_il2cpp_TypeInfo_var; extern const uint32_t OrdinalComparer__ctor_m1028789954_MetadataUsageId; extern const uint32_t OrdinalComparer_Compare_m2819174916_MetadataUsageId; extern const uint32_t OrdinalComparer_Equals_m1106612171_MetadataUsageId; extern const RuntimeMethod* OrdinalComparer_GetHashCode_m3219897106_RuntimeMethod_var; extern String_t* _stringLiteral3452614605; extern const uint32_t OrdinalComparer_GetHashCode_m3219897106_MetadataUsageId; extern String_t* _stringLiteral3285153522; extern const uint32_t OutOfMemoryException__ctor_m3893515912_MetadataUsageId; extern String_t* _stringLiteral1997606331; extern const uint32_t OverflowException__ctor_m4029085969_MetadataUsageId; extern String_t* _stringLiteral2101062090; extern const uint32_t PlatformNotSupportedException__ctor_m1787918017_MetadataUsageId; extern const uint32_t Random__ctor_m3209279193_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* Random_Next_m2295149237_RuntimeMethod_var; extern String_t* _stringLiteral1302184587; extern const uint32_t Random_Next_m2295149237_MetadataUsageId; extern const RuntimeMethod* Random_NextBytes_m3935257853_RuntimeMethod_var; extern String_t* _stringLiteral3939495523; extern const uint32_t Random_NextBytes_m3935257853_MetadataUsageId; extern String_t* _stringLiteral3324613766; extern const uint32_t RankException__ctor_m4082747811_MetadataUsageId; extern String_t* _stringLiteral3178335748; extern const uint32_t AmbiguousMatchException__ctor_m15419215_MetadataUsageId; extern RuntimeClass* ResolveEventHolder_t2120639521_il2cpp_TypeInfo_var; extern const uint32_t Assembly__ctor_m823291553_MetadataUsageId; extern RuntimeClass* SecurityManager_t3383402582_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* FileIOPermission_t3596906749_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1511110195; extern const uint32_t Assembly_GetCodeBase_m2422053712_MetadataUsageId; extern const uint32_t Assembly_get_Location_m3857174850_MetadataUsageId; extern const RuntimeMethod* Assembly_GetObjectData_m2679447706_RuntimeMethod_var; extern String_t* _stringLiteral79347; extern const uint32_t Assembly_GetObjectData_m2679447706_MetadataUsageId; extern RuntimeClass* MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var; extern const uint32_t Assembly_IsDefined_m1652198537_MetadataUsageId; extern const uint32_t Assembly_GetCustomAttributes_m1347362332_MetadataUsageId; extern const RuntimeMethod* Assembly_GetType_m3468564723_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral696966477; extern const uint32_t Assembly_GetType_m3468564723_MetadataUsageId; extern const uint32_t Assembly_GetName_m981771927_MetadataUsageId; extern RuntimeClass* AssemblyName_t270931938_il2cpp_TypeInfo_var; extern const uint32_t Assembly_UnprotectedGetName_m600830855_MetadataUsageId; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern RuntimeClass* NullReferenceException_t1023182353_il2cpp_TypeInfo_var; extern const RuntimeMethod* Assembly_LoadWithPartialName_m3378291794_RuntimeMethod_var; extern const uint32_t Assembly_LoadWithPartialName_m3378291794_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* Assembly_CreateInstance_m1716661555_RuntimeMethod_var; extern String_t* _stringLiteral1778145911; extern const uint32_t Assembly_CreateInstance_m1716661555_MetadataUsageId; extern const RuntimeMethod* Assembly_GetModule_m3867448062_RuntimeMethod_var; extern String_t* _stringLiteral106439711; extern const uint32_t Assembly_GetModule_m3867448062_MetadataUsageId; extern const RuntimeType* Module_t2987026101_0_0_0_var; extern RuntimeClass* ModuleU5BU5D_t4238763736_il2cpp_TypeInfo_var; extern const uint32_t Assembly_GetModules_m4157408231_MetadataUsageId; extern const RuntimeMethod* Assembly_GetExecutingAssembly_m4021024968_RuntimeMethod_var; extern const uint32_t Assembly_GetExecutingAssembly_m4021024968_MetadataUsageId; extern RuntimeClass* Evidence_t2008144148_il2cpp_TypeInfo_var; extern RuntimeClass* PermissionRequestEvidence_t59447972_il2cpp_TypeInfo_var; extern const uint32_t Assembly_Resolve_m1674739672_MetadataUsageId; extern RuntimeClass* DefaultPolicies_t2520506789_il2cpp_TypeInfo_var; extern const uint32_t Assembly_get_GrantedPermissionSet_m1570356177_MetadataUsageId; extern const uint32_t Assembly_get_DeniedPermissionSet_m1869167280_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* Marshal_t1757017490_il2cpp_TypeInfo_var; extern const uint32_t Assembly_LoadAssemblyPermissions_m1441429482_MetadataUsageId; extern const RuntimeMethod* AssemblyFileVersionAttribute__ctor_m3720707642_RuntimeMethod_var; extern const uint32_t AssemblyFileVersionAttribute__ctor_m3720707642_MetadataUsageId; extern const RuntimeType* Version_t3456873960_0_0_0_var; extern const RuntimeType* ByteU5BU5D_t4116647657_0_0_0_var; extern const RuntimeType* AssemblyHashAlgorithm_t1216504064_0_0_0_var; extern const RuntimeType* StrongNameKeyPair_t3411219591_0_0_0_var; extern const RuntimeType* AssemblyVersionCompatibility_t766556580_0_0_0_var; extern const RuntimeType* AssemblyNameFlags_t3675421470_0_0_0_var; extern RuntimeClass* Version_t3456873960_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* StrongNameKeyPair_t3411219591_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2799480233; extern String_t* _stringLiteral993777815; extern String_t* _stringLiteral1979690544; extern String_t* _stringLiteral515930092; extern String_t* _stringLiteral2412227370; extern String_t* _stringLiteral809199843; extern String_t* _stringLiteral2690023160; extern String_t* _stringLiteral2861519396; extern String_t* _stringLiteral1263429280; extern String_t* _stringLiteral3886796070; extern const uint32_t AssemblyName__ctor_m1753467291_MetadataUsageId; extern String_t* _stringLiteral155902455; extern String_t* _stringLiteral1973799399; extern String_t* _stringLiteral490541601; extern String_t* _stringLiteral746622039; extern String_t* _stringLiteral1736874801; extern String_t* _stringLiteral3451434968; extern String_t* _stringLiteral2676776848; extern const uint32_t AssemblyName_get_FullName_m3351492191_MetadataUsageId; extern RuntimeClass* CryptographicException_t248831461_il2cpp_TypeInfo_var; extern const uint32_t AssemblyName_get_IsPublicKeyValid_m1483495830_MetadataUsageId; extern RuntimeClass* SecurityException_t975544473_il2cpp_TypeInfo_var; extern const RuntimeMethod* AssemblyName_InternalGetPublicKeyToken_m3407918444_RuntimeMethod_var; extern String_t* _stringLiteral761112055; extern const uint32_t AssemblyName_InternalGetPublicKeyToken_m3407918444_MetadataUsageId; extern const uint32_t AssemblyName_ComputePublicKeyToken_m824893834_MetadataUsageId; extern RuntimeClass* AssemblyHashAlgorithm_t1216504064_il2cpp_TypeInfo_var; extern RuntimeClass* AssemblyVersionCompatibility_t766556580_il2cpp_TypeInfo_var; extern RuntimeClass* AssemblyNameFlags_t3675421470_il2cpp_TypeInfo_var; extern const RuntimeMethod* AssemblyName_GetObjectData_m1516383869_RuntimeMethod_var; extern String_t* _stringLiteral1958963313; extern String_t* _stringLiteral1354616406; extern const uint32_t AssemblyName_GetObjectData_m1516383869_MetadataUsageId; extern const uint32_t AssemblyName_Clone_m43657973_MetadataUsageId; extern RuntimeClass* Default_t2456596213_il2cpp_TypeInfo_var; extern RuntimeClass* Binder_t2999457153_il2cpp_TypeInfo_var; extern const uint32_t Binder__cctor_m245494241_MetadataUsageId; extern const uint32_t Binder_get_DefaultBinder_m950908649_MetadataUsageId; extern RuntimeClass* TargetParameterCountException_t1216617239_il2cpp_TypeInfo_var; extern const RuntimeMethod* Binder_ConvertArgs_m2124461494_RuntimeMethod_var; extern const uint32_t Binder_ConvertArgs_m2124461494_MetadataUsageId; extern RuntimeClass* AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var; extern const RuntimeMethod* Binder_FindMostDerivedMatch_m239579024_RuntimeMethod_var; extern const uint32_t Binder_FindMostDerivedMatch_m239579024_MetadataUsageId; extern const uint32_t Default__ctor_m325526679_MetadataUsageId; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const uint32_t Default_BindToMethod_m490530316_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const uint32_t Default_ReorderParameters_m2076271671_MetadataUsageId; extern const RuntimeType* Char_t3634460470_0_0_0_var; extern const RuntimeType* Double_t594665363_0_0_0_var; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* IntPtr_t_0_0_0_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t Default_ChangeType_m1399759417_MetadataUsageId; extern const RuntimeType* RuntimeObject_0_0_0_var; extern const RuntimeType* Enum_t4135868527_0_0_0_var; extern const uint32_t Default_check_type_m3691874551_MetadataUsageId; extern const RuntimeType* ParamArrayAttribute_t3664765590_0_0_0_var; extern const RuntimeMethod* Default_SelectMethod_m469311730_RuntimeMethod_var; extern String_t* _stringLiteral461028519; extern const uint32_t Default_SelectMethod_m469311730_MetadataUsageId; extern const RuntimeMethod* Default_GetBetterMethod_m3232777160_RuntimeMethod_var; extern const uint32_t Default_GetBetterMethod_m3232777160_MetadataUsageId; extern const RuntimeMethod* Array_IndexOf_TisType_t_m2550246197_RuntimeMethod_var; extern const uint32_t Default_CompareCloserType_m2643961470_MetadataUsageId; extern const RuntimeMethod* Default_SelectProperty_m1220817815_RuntimeMethod_var; extern String_t* _stringLiteral4221296810; extern const uint32_t Default_SelectProperty_m1220817815_MetadataUsageId; extern const uint32_t Default_check_type_with_score_m3022331006_MetadataUsageId; extern RuntimeClass* ConstructorInfo_t5769829_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1221375020; extern String_t* _stringLiteral3452012868; extern const uint32_t ConstructorInfo__cctor_m1016079270_MetadataUsageId; extern const uint32_t ConstructorInfo_Invoke_m4089836896_MetadataUsageId; extern RuntimeClass* CustomAttributeTypedArgumentU5BU5D_t1465843424_il2cpp_TypeInfo_var; extern RuntimeClass* CustomAttributeNamedArgumentU5BU5D_t3710464795_il2cpp_TypeInfo_var; extern const RuntimeMethod* CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813_RuntimeMethod_var; extern const RuntimeMethod* Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677_RuntimeMethod_var; extern const RuntimeMethod* CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512_RuntimeMethod_var; extern const RuntimeMethod* Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740_RuntimeMethod_var; extern const uint32_t CustomAttributeData__ctor_m2966233049_MetadataUsageId; extern const uint32_t CustomAttributeData_GetCustomAttributes_m2970182643_MetadataUsageId; extern const uint32_t CustomAttributeData_GetCustomAttributes_m2141595938_MetadataUsageId; extern const uint32_t CustomAttributeData_GetCustomAttributes_m1033457578_MetadataUsageId; extern const uint32_t CustomAttributeData_GetCustomAttributes_m1863564558_MetadataUsageId; extern RuntimeClass* IList_1_t243502644_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t1256335095_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_t3116017944_il2cpp_TypeInfo_var; extern RuntimeClass* IList_1_t2103185493_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614645; extern String_t* _stringLiteral3452614536; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral3458054023; extern const uint32_t CustomAttributeData_ToString_m1995965208_MetadataUsageId; extern RuntimeClass* CustomAttributeData_t1084486650_il2cpp_TypeInfo_var; extern RuntimeClass* CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var; extern RuntimeClass* CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var; extern const uint32_t CustomAttributeData_Equals_m4034962021_MetadataUsageId; extern const uint32_t CustomAttributeData_GetHashCode_m3727773664_MetadataUsageId; struct CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke; struct CustomAttributeTypedArgument_t2723150157;; struct CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke;; struct CustomAttributeTypedArgument_t2723150157_marshaled_com; struct CustomAttributeTypedArgument_t2723150157_marshaled_com;; extern String_t* _stringLiteral3787301066; extern const uint32_t CustomAttributeNamedArgument_ToString_m1488801416_MetadataUsageId; extern const uint32_t CustomAttributeNamedArgument_Equals_m1414002036_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern const RuntimeType* Type_t_0_0_0_var; extern String_t* _stringLiteral3452614526; extern String_t* _stringLiteral2900977383; extern String_t* _stringLiteral3452614535; extern const uint32_t CustomAttributeTypedArgument_ToString_m864948362_MetadataUsageId; extern const uint32_t CustomAttributeTypedArgument_Equals_m2261980307_MetadataUsageId; extern const RuntimeType* ValueType_t3640485471_0_0_0_var; extern const RuntimeType* Void_t1185182177_0_0_0_var; extern const RuntimeType* AssemblyBuilderAccess_t2806254258_0_0_0_var; extern RuntimeClass* AssemblyBuilderAccess_t2806254258_il2cpp_TypeInfo_var; extern RuntimeClass* StrongName_t4093849377_il2cpp_TypeInfo_var; extern const RuntimeMethod* AssemblyBuilder__ctor_m3936521321_RuntimeMethod_var; extern String_t* _stringLiteral2133340391; extern String_t* _stringLiteral2349568099; extern const uint32_t AssemblyBuilder__ctor_m3936521321_MetadataUsageId; extern const RuntimeMethod* AssemblyBuilder_get_Location_m384539722_RuntimeMethod_var; extern const uint32_t AssemblyBuilder_get_Location_m384539722_MetadataUsageId; extern RuntimeClass* RefEmitPermissionSetU5BU5D_t567451178_il2cpp_TypeInfo_var; extern const RuntimeMethod* AssemblyBuilder_AddPermissionRequests_m2000691738_RuntimeMethod_var; extern String_t* _stringLiteral2838816328; extern const uint32_t AssemblyBuilder_AddPermissionRequests_m2000691738_MetadataUsageId; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern RuntimeClass* ModuleBuilder_t731887691_il2cpp_TypeInfo_var; extern RuntimeClass* ModuleBuilderU5BU5D_t2441092650_il2cpp_TypeInfo_var; extern const RuntimeMethod* AssemblyBuilder_DefineDynamicModule_m755027604_RuntimeMethod_var; extern String_t* _stringLiteral14844516; extern String_t* _stringLiteral2918913326; extern String_t* _stringLiteral1674072537; extern String_t* _stringLiteral2563229060; extern const uint32_t AssemblyBuilder_DefineDynamicModule_m755027604_MetadataUsageId; extern const uint32_t AssemblyBuilder_GetModulesInternal_m1170927462_MetadataUsageId; extern const uint32_t AssemblyBuilder_GetTypes_m3415680380_MetadataUsageId; extern String_t* _stringLiteral2586578316; extern const uint32_t AssemblyBuilder_GetManifestModule_m1394591860_MetadataUsageId; extern String_t* _stringLiteral20346071; extern const uint32_t AssemblyBuilder_not_supported_m1735277432_MetadataUsageId; extern RuntimeClass* FileNotFoundException_t225391025_il2cpp_TypeInfo_var; extern const RuntimeMethod* AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var; extern String_t* _stringLiteral1969920661; extern String_t* _stringLiteral297920311; extern String_t* _stringLiteral429785278; extern String_t* _stringLiteral1847283170; extern String_t* _stringLiteral1240838258; extern String_t* _stringLiteral4087453290; extern String_t* _stringLiteral3452614521; extern String_t* _stringLiteral3607032570; extern String_t* _stringLiteral3576710188; extern const uint32_t AssemblyBuilder_check_name_and_filename_m4027240280_MetadataUsageId; extern const RuntimeType* RuntimeArray_0_0_0_var; extern const uint32_t ByRefType_get_BaseType_m3006686054_MetadataUsageId; extern String_t* _stringLiteral3452614522; extern const uint32_t ByRefType_FormatName_m4045363682_MetadataUsageId; extern const RuntimeMethod* ByRefType_MakeByRefType_m272328919_RuntimeMethod_var; extern String_t* _stringLiteral2989606046; extern const uint32_t ByRefType_MakeByRefType_m272328919_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder__ctor_m1580993362_RuntimeMethod_var; extern String_t* _stringLiteral2983100596; extern String_t* _stringLiteral3892320758; extern const uint32_t ConstructorBuilder__ctor_m1580993362_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_GetParameters_m1348730871_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_GetParameters_m1348730871_MetadataUsageId; extern RuntimeClass* ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var; extern RuntimeClass* ParameterInfo_t1861056598_il2cpp_TypeInfo_var; extern const uint32_t ConstructorBuilder_GetParametersInternal_m2039842762_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_Invoke_m3979373259_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_Invoke_m3979373259_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_Invoke_m3010446651_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_Invoke_m3010446651_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_get_MethodHandle_m3934509563_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_get_MethodHandle_m3934509563_MetadataUsageId; extern const uint32_t ConstructorBuilder_get_Name_m2426555260_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_IsDefined_m3603803379_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_IsDefined_m3603803379_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_GetCustomAttributes_m2495332786_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_GetCustomAttributes_m2495332786_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_GetCustomAttributes_m330373636_RuntimeMethod_var; extern const uint32_t ConstructorBuilder_GetCustomAttributes_m330373636_MetadataUsageId; extern RuntimeClass* ILGenerator_t1388622344_il2cpp_TypeInfo_var; extern const uint32_t ConstructorBuilder_GetILGenerator_m1750792206_MetadataUsageId; extern String_t* _stringLiteral501570505; extern String_t* _stringLiteral3458054009; extern const uint32_t ConstructorBuilder_ToString_m1596813917_MetadataUsageId; extern const RuntimeMethod* ConstructorBuilder_fixup_m3699998230_RuntimeMethod_var; extern String_t* _stringLiteral3260778972; extern String_t* _stringLiteral861788849; extern const uint32_t ConstructorBuilder_fixup_m3699998230_MetadataUsageId; extern RuntimeClass* AssemblyBuilder_t359885250_il2cpp_TypeInfo_var; extern const uint32_t ConstructorBuilder_get_IsCompilerContext_m3364441562_MetadataUsageId; extern const uint32_t ConstructorBuilder_not_supported_m1054126936_MetadataUsageId; extern String_t* _stringLiteral1269799139; extern const uint32_t ConstructorBuilder_not_created_m1456215494_MetadataUsageId; extern const uint32_t DerivedType__ctor_m1853298054_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetInterface_m1167193043_RuntimeMethod_var; extern const uint32_t DerivedType_GetInterface_m1167193043_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetInterfaces_m2159651138_RuntimeMethod_var; extern const uint32_t DerivedType_GetInterfaces_m2159651138_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetEvent_m4157575360_RuntimeMethod_var; extern const uint32_t DerivedType_GetEvent_m4157575360_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetField_m2027861924_RuntimeMethod_var; extern const uint32_t DerivedType_GetField_m2027861924_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetFields_m3190137327_RuntimeMethod_var; extern const uint32_t DerivedType_GetFields_m3190137327_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetMethodImpl_m1964451112_RuntimeMethod_var; extern const uint32_t DerivedType_GetMethodImpl_m1964451112_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetMethods_m3787404845_RuntimeMethod_var; extern const uint32_t DerivedType_GetMethods_m3787404845_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetProperties_m1122279043_RuntimeMethod_var; extern const uint32_t DerivedType_GetProperties_m1122279043_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetPropertyImpl_m1772478290_RuntimeMethod_var; extern const uint32_t DerivedType_GetPropertyImpl_m1772478290_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetConstructorImpl_m3293273905_RuntimeMethod_var; extern const uint32_t DerivedType_GetConstructorImpl_m3293273905_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetConstructors_m483065502_RuntimeMethod_var; extern const uint32_t DerivedType_GetConstructors_m483065502_MetadataUsageId; extern const RuntimeMethod* DerivedType_InvokeMember_m2769515495_RuntimeMethod_var; extern const uint32_t DerivedType_InvokeMember_m2769515495_MetadataUsageId; extern const RuntimeMethod* DerivedType_MakeGenericType_m100846339_RuntimeMethod_var; extern const uint32_t DerivedType_MakeGenericType_m100846339_MetadataUsageId; extern RuntimeClass* ByRefType_t2066805327_il2cpp_TypeInfo_var; extern const uint32_t DerivedType_MakeByRefType_m252999187_MetadataUsageId; extern const uint32_t DerivedType_get_AssemblyQualifiedName_m1959142976_MetadataUsageId; extern const RuntimeMethod* DerivedType_get_TypeHandle_m2879235498_RuntimeMethod_var; extern const uint32_t DerivedType_get_TypeHandle_m2879235498_MetadataUsageId; extern const RuntimeMethod* DerivedType_IsDefined_m3906894566_RuntimeMethod_var; extern const uint32_t DerivedType_IsDefined_m3906894566_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetCustomAttributes_m851300494_RuntimeMethod_var; extern const uint32_t DerivedType_GetCustomAttributes_m851300494_MetadataUsageId; extern const RuntimeMethod* DerivedType_GetCustomAttributes_m3536779709_RuntimeMethod_var; extern const uint32_t DerivedType_GetCustomAttributes_m3536779709_MetadataUsageId; extern RuntimeClass* AnonHostModuleHolder_t3274688547_il2cpp_TypeInfo_var; extern const RuntimeMethod* DynamicMethod__ctor_m3668890714_RuntimeMethod_var; extern String_t* _stringLiteral3452614595; extern String_t* _stringLiteral2810608070; extern String_t* _stringLiteral1304998791; extern String_t* _stringLiteral3367246362; extern String_t* _stringLiteral319506225; extern const uint32_t DynamicMethod__ctor_m3668890714_MetadataUsageId; extern RuntimeClass* DynamicMethod_t2537779570_il2cpp_TypeInfo_var; extern const RuntimeMethod* DynamicMethod_CreateDynMethod_m3853278069_RuntimeMethod_var; extern const uint32_t DynamicMethod_CreateDynMethod_m3853278069_MetadataUsageId; extern const RuntimeMethod* DynamicMethod_CreateDelegate_m2104143210_RuntimeMethod_var; extern String_t* _stringLiteral3610891033; extern const uint32_t DynamicMethod_CreateDelegate_m2104143210_MetadataUsageId; extern const RuntimeMethod* DynamicMethod_GetCustomAttributes_m826227141_RuntimeMethod_var; extern const uint32_t DynamicMethod_GetCustomAttributes_m826227141_MetadataUsageId; extern const RuntimeMethod* DynamicMethod_GetCustomAttributes_m179017115_RuntimeMethod_var; extern const uint32_t DynamicMethod_GetCustomAttributes_m179017115_MetadataUsageId; extern RuntimeClass* DynamicMethodTokenGenerator_t1364612456_il2cpp_TypeInfo_var; extern const RuntimeMethod* DynamicMethod_GetILGenerator_m29875873_RuntimeMethod_var; extern String_t* _stringLiteral1920911025; extern const uint32_t DynamicMethod_GetILGenerator_m29875873_MetadataUsageId; extern const uint32_t DynamicMethod_GetParameters_m2873920314_MetadataUsageId; extern RuntimeClass* MonoMethod_t_il2cpp_TypeInfo_var; extern RuntimeClass* MethodAccessException_t190175859_il2cpp_TypeInfo_var; extern RuntimeClass* TargetInvocationException_t4266643902_il2cpp_TypeInfo_var; extern const RuntimeMethod* DynamicMethod_Invoke_m1697917514_RuntimeMethod_var; extern String_t* _stringLiteral3938888430; extern const uint32_t DynamicMethod_Invoke_m1697917514_MetadataUsageId; extern const RuntimeMethod* DynamicMethod_IsDefined_m2556354904_RuntimeMethod_var; extern const uint32_t DynamicMethod_IsDefined_m2556354904_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const uint32_t DynamicMethod_ToString_m2710486086_MetadataUsageId; extern const uint32_t DynamicMethod_AddRef_m3960524256_MetadataUsageId; extern String_t* _stringLiteral592120827; extern const uint32_t AnonHostModuleHolder__cctor_m3350947513_MetadataUsageId; extern const RuntimeMethod* DynamicMethodTokenGenerator_GetToken_m2382141994_RuntimeMethod_var; extern const uint32_t DynamicMethodTokenGenerator_GetToken_m2382141994_MetadataUsageId; extern const RuntimeMethod* EnumBuilder_GetPropertyImpl_m569583507_RuntimeMethod_var; extern const uint32_t EnumBuilder_GetPropertyImpl_m569583507_MetadataUsageId; extern const uint32_t EnumBuilder_MakeByRefType_m1814180319_MetadataUsageId; extern const uint32_t EnumBuilder_CreateNotSupportedException_m3236297331_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_get_FieldHandle_m535167546_RuntimeMethod_var; extern const uint32_t FieldBuilder_get_FieldHandle_m535167546_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_GetCustomAttributes_m664752430_RuntimeMethod_var; extern const uint32_t FieldBuilder_GetCustomAttributes_m664752430_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_GetCustomAttributes_m1915970159_RuntimeMethod_var; extern const uint32_t FieldBuilder_GetCustomAttributes_m1915970159_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_GetValue_m1576493031_RuntimeMethod_var; extern const uint32_t FieldBuilder_GetValue_m1576493031_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_IsDefined_m838988679_RuntimeMethod_var; extern const uint32_t FieldBuilder_IsDefined_m838988679_MetadataUsageId; extern const RuntimeMethod* FieldBuilder_SetValue_m828035213_RuntimeMethod_var; extern const uint32_t FieldBuilder_SetValue_m828035213_MetadataUsageId; extern const uint32_t FieldBuilder_CreateNotSupportedException_m2447945803_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_IsSubclassOf_m2266644074_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_IsSubclassOf_m2266644074_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetAttributeFlagsImpl_m2144850054_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetAttributeFlagsImpl_m2144850054_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetConstructorImpl_m863833310_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetConstructorImpl_m863833310_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetConstructors_m1741403645_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetConstructors_m1741403645_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetEvent_m1409082535_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetEvent_m1409082535_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetField_m2300277606_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetField_m2300277606_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetFields_m292751540_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetFields_m292751540_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetInterface_m3206406223_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetInterface_m3206406223_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetInterfaces_m1692228685_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetInterfaces_m1692228685_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetMethods_m2360745671_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetMethods_m2360745671_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetMethodImpl_m1665936690_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetMethodImpl_m1665936690_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetProperties_m2247759211_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetProperties_m2247759211_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetPropertyImpl_m2584778600_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetPropertyImpl_m2584778600_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_IsAssignableFrom_m67565415_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_IsAssignableFrom_m67565415_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_IsInstanceOfType_m1071939531_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_IsInstanceOfType_m1071939531_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_InvokeMember_m1647304778_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_InvokeMember_m1647304778_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetElementType_m871345408_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetElementType_m871345408_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_IsDefined_m98179866_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_IsDefined_m98179866_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetCustomAttributes_m386082976_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetCustomAttributes_m386082976_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetCustomAttributes_m580748276_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetCustomAttributes_m580748276_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_get_TypeHandle_m366353680_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_get_TypeHandle_m366353680_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetGenericArguments_m2988765390_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetGenericArguments_m2988765390_MetadataUsageId; extern const RuntimeMethod* GenericTypeParameterBuilder_GetGenericTypeDefinition_m1032780002_RuntimeMethod_var; extern const uint32_t GenericTypeParameterBuilder_GetGenericTypeDefinition_m1032780002_MetadataUsageId; extern const uint32_t GenericTypeParameterBuilder_not_supported_m3358960901_MetadataUsageId; extern const uint32_t GenericTypeParameterBuilder_MakeByRefType_m3833775061_MetadataUsageId; extern RuntimeClass* ILTokenInfoU5BU5D_t973106575_il2cpp_TypeInfo_var; extern const uint32_t ILGenerator__ctor_m1540961053_MetadataUsageId; extern const uint32_t ILGenerator__cctor_m2934917055_MetadataUsageId; extern const uint32_t ILGenerator_add_token_fixup_m1816002840_MetadataUsageId; extern const uint32_t ILGenerator_make_room_m2688251824_MetadataUsageId; extern RuntimeClass* LocalBuilder_t3562264111_il2cpp_TypeInfo_var; extern RuntimeClass* LocalBuilderU5BU5D_t4280809526_il2cpp_TypeInfo_var; extern const RuntimeMethod* ILGenerator_DeclareLocal_m1660608214_RuntimeMethod_var; extern String_t* _stringLiteral747387406; extern String_t* _stringLiteral355448818; extern const uint32_t ILGenerator_DeclareLocal_m1660608214_MetadataUsageId; extern RuntimeClass* LabelDataU5BU5D_t327903686_il2cpp_TypeInfo_var; extern const uint32_t ILGenerator_DefineLabel_m835079392_MetadataUsageId; extern RuntimeClass* TokenGenerator_t1734832736_il2cpp_TypeInfo_var; extern const uint32_t ILGenerator_Emit_m1785051522_MetadataUsageId; extern const uint32_t ILGenerator_Emit_m2655709959_MetadataUsageId; extern RuntimeClass* LabelFixupU5BU5D_t103660291_il2cpp_TypeInfo_var; extern const uint32_t ILGenerator_Emit_m1401094534_MetadataUsageId; extern const RuntimeMethod* ILGenerator_Emit_m3083135129_RuntimeMethod_var; extern String_t* _stringLiteral3126235553; extern String_t* _stringLiteral2566637629; extern const uint32_t ILGenerator_Emit_m3083135129_MetadataUsageId; extern RuntimeClass* OpCodes_t126150456_il2cpp_TypeInfo_var; extern const RuntimeMethod* ILGenerator_Emit_m2239205197_RuntimeMethod_var; extern String_t* _stringLiteral1610023689; extern String_t* _stringLiteral1520449238; extern const uint32_t ILGenerator_Emit_m2239205197_MetadataUsageId; extern const uint32_t ILGenerator_Emit_m3803522508_MetadataUsageId; extern const uint32_t ILGenerator_Emit_m22313773_MetadataUsageId; extern const uint32_t ILGenerator_Emit_m3111835688_MetadataUsageId; extern const RuntimeMethod* ILGenerator_EmitCall_m2478864924_RuntimeMethod_var; extern String_t* _stringLiteral1102893850; extern String_t* _stringLiteral1449815009; extern String_t* _stringLiteral4170741268; extern const uint32_t ILGenerator_EmitCall_m2478864924_MetadataUsageId; extern const RuntimeMethod* ILGenerator_MarkLabel_m1160930839_RuntimeMethod_var; extern String_t* _stringLiteral1573119626; extern String_t* _stringLiteral1096062909; extern const uint32_t ILGenerator_MarkLabel_m1160930839_MetadataUsageId; extern const RuntimeMethod* ILGenerator_label_fixup_m1749904972_RuntimeMethod_var; extern String_t* _stringLiteral2283496579; extern const uint32_t ILGenerator_label_fixup_m1749904972_MetadataUsageId; extern RuntimeClass* Label_t2281661643_il2cpp_TypeInfo_var; extern const uint32_t Label_Equals_m1321622490_MetadataUsageId; extern const RuntimeMethod* MethodBuilder__ctor_m3664913099_RuntimeMethod_var; extern const uint32_t MethodBuilder__ctor_m3664913099_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_get_ContainsGenericParameters_m1358274636_RuntimeMethod_var; extern const uint32_t MethodBuilder_get_ContainsGenericParameters_m1358274636_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_get_MethodHandle_m565241742_RuntimeMethod_var; extern const uint32_t MethodBuilder_get_MethodHandle_m565241742_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_GetParameters_m3527753207_RuntimeMethod_var; extern const uint32_t MethodBuilder_GetParameters_m3527753207_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_Invoke_m3837446660_RuntimeMethod_var; extern const uint32_t MethodBuilder_Invoke_m3837446660_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_IsDefined_m662196788_RuntimeMethod_var; extern const uint32_t MethodBuilder_IsDefined_m662196788_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_GetCustomAttributes_m587605549_RuntimeMethod_var; extern const uint32_t MethodBuilder_GetCustomAttributes_m587605549_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_GetCustomAttributes_m731278908_RuntimeMethod_var; extern const uint32_t MethodBuilder_GetCustomAttributes_m731278908_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_GetILGenerator_m2421555267_RuntimeMethod_var; extern const uint32_t MethodBuilder_GetILGenerator_m2421555267_MetadataUsageId; extern RuntimeClass* TypeLoadException_t3707937253_il2cpp_TypeInfo_var; extern const RuntimeMethod* MethodBuilder_check_override_m4226508046_RuntimeMethod_var; extern String_t* _stringLiteral2601561403; extern const uint32_t MethodBuilder_check_override_m4226508046_MetadataUsageId; extern const RuntimeMethod* MethodBuilder_fixup_m1765890582_RuntimeMethod_var; extern String_t* _stringLiteral1369238372; extern const uint32_t MethodBuilder_fixup_m1765890582_MetadataUsageId; extern String_t* _stringLiteral3749038349; extern String_t* _stringLiteral3451959190; extern String_t* _stringLiteral3452614643; extern const uint32_t MethodBuilder_ToString_m561658744_MetadataUsageId; extern const uint32_t MethodBuilder_NotSupported_m1497589941_MetadataUsageId; extern const uint32_t MethodBuilder_GetGenericArguments_m1765425737_MetadataUsageId; extern RuntimeClass* MethodToken_t4055728386_il2cpp_TypeInfo_var; extern const uint32_t MethodToken__cctor_m2263526478_MetadataUsageId; extern const uint32_t MethodToken_Equals_m460628456_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* Module_t2987026101_il2cpp_TypeInfo_var; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern RuntimeClass* TypeBuilder_t1073948154_il2cpp_TypeInfo_var; extern RuntimeClass* ExecutionEngineException_t1142598034_il2cpp_TypeInfo_var; extern RuntimeClass* ISymbolWriter_t780458634_il2cpp_TypeInfo_var; extern const RuntimeMethod* ModuleBuilder__ctor_m164976504_RuntimeMethod_var; extern String_t* _stringLiteral271308388; extern String_t* _stringLiteral2798177618; extern String_t* _stringLiteral1971687590; extern String_t* _stringLiteral2756948759; extern const uint32_t ModuleBuilder__ctor_m164976504_MetadataUsageId; extern const uint32_t ModuleBuilder__cctor_m2163728271_MetadataUsageId; extern RuntimeClass* TypeBuilderU5BU5D_t786280671_il2cpp_TypeInfo_var; extern const uint32_t ModuleBuilder_AddType_m4198050894_MetadataUsageId; extern const RuntimeMethod* ModuleBuilder_DefineType_m3903640095_RuntimeMethod_var; extern String_t* _stringLiteral712213229; extern const uint32_t ModuleBuilder_DefineType_m3903640095_MetadataUsageId; extern const uint32_t ModuleBuilder_search_in_array_m1832733816_MetadataUsageId; extern const uint32_t ModuleBuilder_search_nested_in_array_m942242794_MetadataUsageId; extern const RuntimeMethod* ModuleBuilder_GetType_m813933439_RuntimeMethod_var; extern String_t* _stringLiteral1675978628; extern const uint32_t ModuleBuilder_GetType_m813933439_MetadataUsageId; extern const uint32_t ModuleBuilder_get_next_table_index_m1158040331_MetadataUsageId; extern const uint32_t ModuleBuilder_GetTypes_m158355402_MetadataUsageId; extern const uint32_t ModuleBuilder_GetToken_m1823519114_MetadataUsageId; extern const uint32_t ModuleBuilder_GetToken_m4274310417_MetadataUsageId; extern const uint32_t ModuleBuilder_GetToken_m1735168917_MetadataUsageId; extern RuntimeClass* ModuleBuilderTokenGenerator_t944435078_il2cpp_TypeInfo_var; extern const uint32_t ModuleBuilder_GetTokenGenerator_m4177350090_MetadataUsageId; extern const uint32_t ModuleBuilder_CreateGlobalType_m3933178429_MetadataUsageId; extern const uint32_t MonoWin32Resource_t1904229483_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t MonoWin32Resource_t1904229483_com_FromNativeMethodDefinition_MetadataUsageId; extern RuntimeClass* OpCode_t123070264_il2cpp_TypeInfo_var; extern const uint32_t OpCode_Equals_m1376200488_MetadataUsageId; extern RuntimeClass* OpCodeNames_t3363784580_il2cpp_TypeInfo_var; extern const uint32_t OpCode_get_Name_m149707431_MetadataUsageId; extern String_t* _stringLiteral228012188; extern String_t* _stringLiteral22182330; extern String_t* _stringLiteral2608805698; extern String_t* _stringLiteral4174889639; extern String_t* _stringLiteral1446006284; extern String_t* _stringLiteral3012090225; extern String_t* _stringLiteral3630267383; extern String_t* _stringLiteral2064183442; extern String_t* _stringLiteral2467467969; extern String_t* _stringLiteral901384028; extern String_t* _stringLiteral3669064926; extern String_t* _stringLiteral2102980985; extern String_t* _stringLiteral2506265512; extern String_t* _stringLiteral940181571; extern String_t* _stringLiteral1566965809; extern String_t* _stringLiteral1782086560; extern String_t* _stringLiteral1605763352; extern String_t* _stringLiteral2346508444; extern String_t* _stringLiteral1490576685; extern String_t* _stringLiteral2385305987; extern String_t* _stringLiteral356797082; extern String_t* _stringLiteral4159545928; extern String_t* _stringLiteral2978920748; extern String_t* _stringLiteral1022605612; extern String_t* _stringLiteral3361257772; extern String_t* _stringLiteral1404942636; extern String_t* _stringLiteral3743594796; extern String_t* _stringLiteral1787279660; extern String_t* _stringLiteral4125931820; extern String_t* _stringLiteral2169616684; extern String_t* _stringLiteral213301548; extern String_t* _stringLiteral2055059756; extern String_t* _stringLiteral2188677532; extern String_t* _stringLiteral2187891100; extern String_t* _stringLiteral2188677543; extern String_t* _stringLiteral2187891111; extern String_t* _stringLiteral228667542; extern String_t* _stringLiteral228012202; extern String_t* _stringLiteral228143264; extern String_t* _stringLiteral1201842139; extern String_t* _stringLiteral7954538; extern String_t* _stringLiteral2553217812; extern String_t* _stringLiteral493533138; extern String_t* _stringLiteral158802576; extern String_t* _stringLiteral3303828977; extern String_t* _stringLiteral314138006; extern String_t* _stringLiteral3347872178; extern String_t* _stringLiteral4201495399; extern String_t* _stringLiteral3371661746; extern String_t* _stringLiteral4225284967; extern String_t* _stringLiteral3765171612; extern String_t* _stringLiteral3736532380; extern String_t* _stringLiteral1841327601; extern String_t* _stringLiteral3760846236; extern String_t* _stringLiteral1865641457; extern String_t* _stringLiteral3455629246; extern String_t* _stringLiteral4007353201; extern String_t* _stringLiteral1601944429; extern String_t* _stringLiteral2956502323; extern String_t* _stringLiteral1699463503; extern String_t* _stringLiteral2553086724; extern String_t* _stringLiteral1700184399; extern String_t* _stringLiteral2553807620; extern String_t* _stringLiteral3374545336; extern String_t* _stringLiteral3345906104; extern String_t* _stringLiteral4199529325; extern String_t* _stringLiteral3370219960; extern String_t* _stringLiteral4223843181; extern String_t* _stringLiteral1956447343; extern String_t* _stringLiteral3067299526; extern String_t* _stringLiteral741700698; extern String_t* _stringLiteral1110984390; extern String_t* _stringLiteral3080352858; extern String_t* _stringLiteral1493321414; extern String_t* _stringLiteral3462689882; extern String_t* _stringLiteral2257995462; extern String_t* _stringLiteral142493382; extern String_t* _stringLiteral2703174995; extern String_t* _stringLiteral3467849043; extern String_t* _stringLiteral302126498; extern String_t* _stringLiteral1582445480; extern String_t* _stringLiteral3106097071; extern String_t* _stringLiteral1149781935; extern String_t* _stringLiteral1532118959; extern String_t* _stringLiteral2296793007; extern String_t* _stringLiteral2741972540; extern String_t* _stringLiteral3506646588; extern String_t* _stringLiteral3265744053; extern String_t* _stringLiteral2103927693; extern String_t* _stringLiteral2910496737; extern String_t* _stringLiteral3716803640; extern String_t* _stringLiteral1102095585; extern String_t* _stringLiteral1343364231; extern String_t* _stringLiteral3002128080; extern String_t* _stringLiteral3266137269; extern String_t* _stringLiteral3455629249; extern String_t* _stringLiteral1390811624; extern String_t* _stringLiteral2910300139; extern String_t* _stringLiteral1391270365; extern String_t* _stringLiteral3069170760; extern String_t* _stringLiteral2862393993; extern String_t* _stringLiteral2553611016; extern String_t* _stringLiteral3457510394; extern String_t* _stringLiteral1891426453; extern String_t* _stringLiteral3054225867; extern String_t* _stringLiteral1084857399; extern String_t* _stringLiteral3053636043; extern String_t* _stringLiteral1084267575; extern String_t* _stringLiteral3053439435; extern String_t* _stringLiteral1084070967; extern String_t* _stringLiteral1231579915; extern String_t* _stringLiteral2789391928; extern String_t* _stringLiteral2746138419; extern String_t* _stringLiteral2740668407; extern String_t* _stringLiteral819665357; extern String_t* _stringLiteral4051162092; extern String_t* _stringLiteral54199357; extern String_t* _stringLiteral1894568164; extern String_t* _stringLiteral781852201; extern String_t* _stringLiteral82367591; extern String_t* _stringLiteral1520496490; extern String_t* _stringLiteral1522659178; extern String_t* _stringLiteral1555099731; extern String_t* _stringLiteral3596961777; extern String_t* _stringLiteral3826387268; extern String_t* _stringLiteral3627370698; extern String_t* _stringLiteral2780741640; extern String_t* _stringLiteral1828056512; extern String_t* _stringLiteral261972571; extern String_t* _stringLiteral1424771985; extern String_t* _stringLiteral3037910093; extern String_t* _stringLiteral1803677120; extern String_t* _stringLiteral237593179; extern String_t* _stringLiteral1400392593; extern String_t* _stringLiteral3013530701; extern String_t* _stringLiteral1294288470; extern String_t* _stringLiteral1268336214; extern String_t* _stringLiteral4166749120; extern String_t* _stringLiteral436804029; extern String_t* _stringLiteral428433766; extern String_t* _stringLiteral2795945889; extern String_t* _stringLiteral698015566; extern String_t* _stringLiteral2992037710; extern String_t* _stringLiteral698015569; extern String_t* _stringLiteral2992037713; extern String_t* _stringLiteral698015571; extern String_t* _stringLiteral2992037715; extern String_t* _stringLiteral698015575; extern String_t* _stringLiteral1588393650; extern String_t* _stringLiteral3801341779; extern String_t* _stringLiteral3801341783; extern String_t* _stringLiteral3799113506; extern String_t* _stringLiteral1618802589; extern String_t* _stringLiteral1701510554; extern String_t* _stringLiteral1701510557; extern String_t* _stringLiteral1701510551; extern String_t* _stringLiteral1701510547; extern String_t* _stringLiteral509869463; extern String_t* _stringLiteral509869459; extern String_t* _stringLiteral516029926; extern String_t* _stringLiteral3088480974; extern String_t* _stringLiteral3118889913; extern String_t* _stringLiteral1304852710; extern String_t* _stringLiteral2961955917; extern String_t* _stringLiteral2961169485; extern String_t* _stringLiteral1395871976; extern String_t* _stringLiteral1395085544; extern String_t* _stringLiteral2558671390; extern String_t* _stringLiteral2557884958; extern String_t* _stringLiteral4171809498; extern String_t* _stringLiteral4171023066; extern String_t* _stringLiteral1071914083; extern String_t* _stringLiteral3901042851; extern String_t* _stringLiteral2862176351; extern String_t* _stringLiteral3789899853; extern String_t* _stringLiteral1890640021; extern String_t* _stringLiteral3456723962; extern String_t* _stringLiteral2319403361; extern String_t* _stringLiteral93756476; extern String_t* _stringLiteral92970044; extern String_t* _stringLiteral2464086830; extern String_t* _stringLiteral1751957008; extern String_t* _stringLiteral2183062386; extern String_t* _stringLiteral2584269099; extern String_t* _stringLiteral2216561974; extern String_t* _stringLiteral2617774519; extern String_t* _stringLiteral3255819562; extern String_t* _stringLiteral1905829986; extern String_t* _stringLiteral2104819759; extern String_t* _stringLiteral181290927; extern String_t* _stringLiteral2318616929; extern String_t* _stringLiteral2847877231; extern String_t* _stringLiteral1281793290; extern String_t* _stringLiteral4010676645; extern String_t* _stringLiteral2444592704; extern String_t* _stringLiteral878508763; extern String_t* _stringLiteral3607392118; extern String_t* _stringLiteral2041308177; extern String_t* _stringLiteral310947494; extern String_t* _stringLiteral2625442207; extern String_t* _stringLiteral2956502322; extern String_t* _stringLiteral2553086723; extern String_t* _stringLiteral4199529358; extern String_t* _stringLiteral2553807619; extern String_t* _stringLiteral4223843214; extern String_t* _stringLiteral3049844596; extern String_t* _stringLiteral1050698387; extern String_t* _stringLiteral2672666724; extern String_t* _stringLiteral2674829412; extern String_t* _stringLiteral2707269963; extern String_t* _stringLiteral1575444825; extern String_t* _stringLiteral1577607513; extern String_t* _stringLiteral1610048064; extern String_t* _stringLiteral758455766; extern String_t* _stringLiteral2776883149; extern String_t* _stringLiteral4294815748; extern String_t* _stringLiteral762256015; extern String_t* _stringLiteral411239501; extern String_t* _stringLiteral391566033; extern String_t* _stringLiteral3729795581; extern String_t* _stringLiteral3533118474; extern String_t* _stringLiteral1958305329; extern String_t* _stringLiteral219402031; extern String_t* _stringLiteral2873896790; extern String_t* _stringLiteral3904516881; extern String_t* _stringLiteral4361487; extern const uint32_t OpCodeNames__cctor_m4023020620_MetadataUsageId; extern const uint32_t OpCodes__cctor_m3821715395_MetadataUsageId; struct DelegateU5BU5D_t1703627840; struct TypeU5BU5D_t3940880105; struct CharU5BU5D_t3528271667; struct Int32U5BU5D_t385246372; struct ByteU5BU5D_t4116647657; struct ObjectU5BU5D_t2843939325; struct ModuleU5BU5D_t4238763736; struct ParameterInfoU5BU5D_t390618515; struct MethodBaseU5BU5D_t779831733; struct ParameterModifierU5BU5D_t2943407543; struct StringU5BU5D_t1281789340; struct PropertyInfoU5BU5D_t1461822886; struct CustomAttributeTypedArgumentU5BU5D_t1465843424; struct CustomAttributeNamedArgumentU5BU5D_t3710464795; struct RefEmitPermissionSetU5BU5D_t567451178; struct ModuleBuilderU5BU5D_t2441092650; struct MonoResourceU5BU5D_t979189380; struct TypeU5BU5DU5BU5D_t4042077012; struct ParameterBuilderU5BU5D_t3054868058; struct FieldInfoU5BU5D_t846150980; struct MethodInfoU5BU5D_t2572182361; struct ConstructorInfoU5BU5D_t881249896; struct ILTokenInfoU5BU5D_t973106575; struct LocalBuilderU5BU5D_t4280809526; struct LabelDataU5BU5D_t327903686; struct LabelFixupU5BU5D_t103660291; struct GenericTypeParameterBuilderU5BU5D_t3780444109; struct TypeBuilderU5BU5D_t786280671; #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 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 CODEACCESSPERMISSION_T2681295399_H #define CODEACCESSPERMISSION_T2681295399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEACCESSPERMISSION_T2681295399_H #ifndef ANONHOSTMODULEHOLDER_T3274688547_H #define ANONHOSTMODULEHOLDER_T3274688547_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.DynamicMethod/AnonHostModuleHolder struct AnonHostModuleHolder_t3274688547 : public RuntimeObject { public: public: }; struct AnonHostModuleHolder_t3274688547_StaticFields { public: // System.Reflection.Module System.Reflection.Emit.DynamicMethod/AnonHostModuleHolder::anon_host_module Module_t2987026101 * ___anon_host_module_0; public: inline static int32_t get_offset_of_anon_host_module_0() { return static_cast(offsetof(AnonHostModuleHolder_t3274688547_StaticFields, ___anon_host_module_0)); } inline Module_t2987026101 * get_anon_host_module_0() const { return ___anon_host_module_0; } inline Module_t2987026101 ** get_address_of_anon_host_module_0() { return &___anon_host_module_0; } inline void set_anon_host_module_0(Module_t2987026101 * value) { ___anon_host_module_0 = value; Il2CppCodeGenWriteBarrier((&___anon_host_module_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANONHOSTMODULEHOLDER_T3274688547_H #ifndef DYNAMICMETHODTOKENGENERATOR_T1364612456_H #define DYNAMICMETHODTOKENGENERATOR_T1364612456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.DynamicMethodTokenGenerator struct DynamicMethodTokenGenerator_t1364612456 : public RuntimeObject { public: // System.Reflection.Emit.DynamicMethod System.Reflection.Emit.DynamicMethodTokenGenerator::m DynamicMethod_t2537779570 * ___m_0; public: inline static int32_t get_offset_of_m_0() { return static_cast(offsetof(DynamicMethodTokenGenerator_t1364612456, ___m_0)); } inline DynamicMethod_t2537779570 * get_m_0() const { return ___m_0; } inline DynamicMethod_t2537779570 ** get_address_of_m_0() { return &___m_0; } inline void set_m_0(DynamicMethod_t2537779570 * value) { ___m_0 = value; Il2CppCodeGenWriteBarrier((&___m_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DYNAMICMETHODTOKENGENERATOR_T1364612456_H #ifndef EVENTBUILDER_T3451532220_H #define EVENTBUILDER_T3451532220_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.EventBuilder struct EventBuilder_t3451532220 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTBUILDER_T3451532220_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 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; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; 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); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef CUSTOMATTRIBUTEDATA_T1084486650_H #define CUSTOMATTRIBUTEDATA_T1084486650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeData struct CustomAttributeData_t1084486650 : public RuntimeObject { public: // System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::ctorInfo ConstructorInfo_t5769829 * ___ctorInfo_0; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::ctorArgs RuntimeObject* ___ctorArgs_1; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::namedArgs RuntimeObject* ___namedArgs_2; public: inline static int32_t get_offset_of_ctorInfo_0() { return static_cast(offsetof(CustomAttributeData_t1084486650, ___ctorInfo_0)); } inline ConstructorInfo_t5769829 * get_ctorInfo_0() const { return ___ctorInfo_0; } inline ConstructorInfo_t5769829 ** get_address_of_ctorInfo_0() { return &___ctorInfo_0; } inline void set_ctorInfo_0(ConstructorInfo_t5769829 * value) { ___ctorInfo_0 = value; Il2CppCodeGenWriteBarrier((&___ctorInfo_0), value); } inline static int32_t get_offset_of_ctorArgs_1() { return static_cast(offsetof(CustomAttributeData_t1084486650, ___ctorArgs_1)); } inline RuntimeObject* get_ctorArgs_1() const { return ___ctorArgs_1; } inline RuntimeObject** get_address_of_ctorArgs_1() { return &___ctorArgs_1; } inline void set_ctorArgs_1(RuntimeObject* value) { ___ctorArgs_1 = value; Il2CppCodeGenWriteBarrier((&___ctorArgs_1), value); } inline static int32_t get_offset_of_namedArgs_2() { return static_cast(offsetof(CustomAttributeData_t1084486650, ___namedArgs_2)); } inline RuntimeObject* get_namedArgs_2() const { return ___namedArgs_2; } inline RuntimeObject** get_address_of_namedArgs_2() { return &___namedArgs_2; } inline void set_namedArgs_2(RuntimeObject* value) { ___namedArgs_2 = value; Il2CppCodeGenWriteBarrier((&___namedArgs_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMATTRIBUTEDATA_T1084486650_H #ifndef NUMBERFORMATTER_T1182924621_H #define NUMBERFORMATTER_T1182924621_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NumberFormatter struct NumberFormatter_t1182924621 : public RuntimeObject { public: // System.Threading.Thread System.NumberFormatter::_thread Thread_t2300836069 * ____thread_6; // System.Globalization.NumberFormatInfo System.NumberFormatter::_nfi NumberFormatInfo_t435877138 * ____nfi_7; // System.Boolean System.NumberFormatter::_NaN bool ____NaN_8; // System.Boolean System.NumberFormatter::_infinity bool ____infinity_9; // System.Boolean System.NumberFormatter::_isCustomFormat bool ____isCustomFormat_10; // System.Boolean System.NumberFormatter::_specifierIsUpper bool ____specifierIsUpper_11; // System.Boolean System.NumberFormatter::_positive bool ____positive_12; // System.Char System.NumberFormatter::_specifier Il2CppChar ____specifier_13; // System.Int32 System.NumberFormatter::_precision int32_t ____precision_14; // System.Int32 System.NumberFormatter::_defPrecision int32_t ____defPrecision_15; // System.Int32 System.NumberFormatter::_digitsLen int32_t ____digitsLen_16; // System.Int32 System.NumberFormatter::_offset int32_t ____offset_17; // System.Int32 System.NumberFormatter::_decPointPos int32_t ____decPointPos_18; // System.UInt32 System.NumberFormatter::_val1 uint32_t ____val1_19; // System.UInt32 System.NumberFormatter::_val2 uint32_t ____val2_20; // System.UInt32 System.NumberFormatter::_val3 uint32_t ____val3_21; // System.UInt32 System.NumberFormatter::_val4 uint32_t ____val4_22; // System.Char[] System.NumberFormatter::_cbuf CharU5BU5D_t3528271667* ____cbuf_23; // System.Int32 System.NumberFormatter::_ind int32_t ____ind_24; public: inline static int32_t get_offset_of__thread_6() { return static_cast(offsetof(NumberFormatter_t1182924621, ____thread_6)); } inline Thread_t2300836069 * get__thread_6() const { return ____thread_6; } inline Thread_t2300836069 ** get_address_of__thread_6() { return &____thread_6; } inline void set__thread_6(Thread_t2300836069 * value) { ____thread_6 = value; Il2CppCodeGenWriteBarrier((&____thread_6), value); } inline static int32_t get_offset_of__nfi_7() { return static_cast(offsetof(NumberFormatter_t1182924621, ____nfi_7)); } inline NumberFormatInfo_t435877138 * get__nfi_7() const { return ____nfi_7; } inline NumberFormatInfo_t435877138 ** get_address_of__nfi_7() { return &____nfi_7; } inline void set__nfi_7(NumberFormatInfo_t435877138 * value) { ____nfi_7 = value; Il2CppCodeGenWriteBarrier((&____nfi_7), value); } inline static int32_t get_offset_of__NaN_8() { return static_cast(offsetof(NumberFormatter_t1182924621, ____NaN_8)); } inline bool get__NaN_8() const { return ____NaN_8; } inline bool* get_address_of__NaN_8() { return &____NaN_8; } inline void set__NaN_8(bool value) { ____NaN_8 = value; } inline static int32_t get_offset_of__infinity_9() { return static_cast(offsetof(NumberFormatter_t1182924621, ____infinity_9)); } inline bool get__infinity_9() const { return ____infinity_9; } inline bool* get_address_of__infinity_9() { return &____infinity_9; } inline void set__infinity_9(bool value) { ____infinity_9 = value; } inline static int32_t get_offset_of__isCustomFormat_10() { return static_cast(offsetof(NumberFormatter_t1182924621, ____isCustomFormat_10)); } inline bool get__isCustomFormat_10() const { return ____isCustomFormat_10; } inline bool* get_address_of__isCustomFormat_10() { return &____isCustomFormat_10; } inline void set__isCustomFormat_10(bool value) { ____isCustomFormat_10 = value; } inline static int32_t get_offset_of__specifierIsUpper_11() { return static_cast(offsetof(NumberFormatter_t1182924621, ____specifierIsUpper_11)); } inline bool get__specifierIsUpper_11() const { return ____specifierIsUpper_11; } inline bool* get_address_of__specifierIsUpper_11() { return &____specifierIsUpper_11; } inline void set__specifierIsUpper_11(bool value) { ____specifierIsUpper_11 = value; } inline static int32_t get_offset_of__positive_12() { return static_cast(offsetof(NumberFormatter_t1182924621, ____positive_12)); } inline bool get__positive_12() const { return ____positive_12; } inline bool* get_address_of__positive_12() { return &____positive_12; } inline void set__positive_12(bool value) { ____positive_12 = value; } inline static int32_t get_offset_of__specifier_13() { return static_cast(offsetof(NumberFormatter_t1182924621, ____specifier_13)); } inline Il2CppChar get__specifier_13() const { return ____specifier_13; } inline Il2CppChar* get_address_of__specifier_13() { return &____specifier_13; } inline void set__specifier_13(Il2CppChar value) { ____specifier_13 = value; } inline static int32_t get_offset_of__precision_14() { return static_cast(offsetof(NumberFormatter_t1182924621, ____precision_14)); } inline int32_t get__precision_14() const { return ____precision_14; } inline int32_t* get_address_of__precision_14() { return &____precision_14; } inline void set__precision_14(int32_t value) { ____precision_14 = value; } inline static int32_t get_offset_of__defPrecision_15() { return static_cast(offsetof(NumberFormatter_t1182924621, ____defPrecision_15)); } inline int32_t get__defPrecision_15() const { return ____defPrecision_15; } inline int32_t* get_address_of__defPrecision_15() { return &____defPrecision_15; } inline void set__defPrecision_15(int32_t value) { ____defPrecision_15 = value; } inline static int32_t get_offset_of__digitsLen_16() { return static_cast(offsetof(NumberFormatter_t1182924621, ____digitsLen_16)); } inline int32_t get__digitsLen_16() const { return ____digitsLen_16; } inline int32_t* get_address_of__digitsLen_16() { return &____digitsLen_16; } inline void set__digitsLen_16(int32_t value) { ____digitsLen_16 = value; } inline static int32_t get_offset_of__offset_17() { return static_cast(offsetof(NumberFormatter_t1182924621, ____offset_17)); } inline int32_t get__offset_17() const { return ____offset_17; } inline int32_t* get_address_of__offset_17() { return &____offset_17; } inline void set__offset_17(int32_t value) { ____offset_17 = value; } inline static int32_t get_offset_of__decPointPos_18() { return static_cast(offsetof(NumberFormatter_t1182924621, ____decPointPos_18)); } inline int32_t get__decPointPos_18() const { return ____decPointPos_18; } inline int32_t* get_address_of__decPointPos_18() { return &____decPointPos_18; } inline void set__decPointPos_18(int32_t value) { ____decPointPos_18 = value; } inline static int32_t get_offset_of__val1_19() { return static_cast(offsetof(NumberFormatter_t1182924621, ____val1_19)); } inline uint32_t get__val1_19() const { return ____val1_19; } inline uint32_t* get_address_of__val1_19() { return &____val1_19; } inline void set__val1_19(uint32_t value) { ____val1_19 = value; } inline static int32_t get_offset_of__val2_20() { return static_cast(offsetof(NumberFormatter_t1182924621, ____val2_20)); } inline uint32_t get__val2_20() const { return ____val2_20; } inline uint32_t* get_address_of__val2_20() { return &____val2_20; } inline void set__val2_20(uint32_t value) { ____val2_20 = value; } inline static int32_t get_offset_of__val3_21() { return static_cast(offsetof(NumberFormatter_t1182924621, ____val3_21)); } inline uint32_t get__val3_21() const { return ____val3_21; } inline uint32_t* get_address_of__val3_21() { return &____val3_21; } inline void set__val3_21(uint32_t value) { ____val3_21 = value; } inline static int32_t get_offset_of__val4_22() { return static_cast(offsetof(NumberFormatter_t1182924621, ____val4_22)); } inline uint32_t get__val4_22() const { return ____val4_22; } inline uint32_t* get_address_of__val4_22() { return &____val4_22; } inline void set__val4_22(uint32_t value) { ____val4_22 = value; } inline static int32_t get_offset_of__cbuf_23() { return static_cast(offsetof(NumberFormatter_t1182924621, ____cbuf_23)); } inline CharU5BU5D_t3528271667* get__cbuf_23() const { return ____cbuf_23; } inline CharU5BU5D_t3528271667** get_address_of__cbuf_23() { return &____cbuf_23; } inline void set__cbuf_23(CharU5BU5D_t3528271667* value) { ____cbuf_23 = value; Il2CppCodeGenWriteBarrier((&____cbuf_23), value); } inline static int32_t get_offset_of__ind_24() { return static_cast(offsetof(NumberFormatter_t1182924621, ____ind_24)); } inline int32_t get__ind_24() const { return ____ind_24; } inline int32_t* get_address_of__ind_24() { return &____ind_24; } inline void set__ind_24(int32_t value) { ____ind_24 = value; } }; struct NumberFormatter_t1182924621_StaticFields { public: // System.UInt64* System.NumberFormatter::MantissaBitsTable uint64_t* ___MantissaBitsTable_0; // System.Int32* System.NumberFormatter::TensExponentTable int32_t* ___TensExponentTable_1; // System.Char* System.NumberFormatter::DigitLowerTable Il2CppChar* ___DigitLowerTable_2; // System.Char* System.NumberFormatter::DigitUpperTable Il2CppChar* ___DigitUpperTable_3; // System.Int64* System.NumberFormatter::TenPowersList int64_t* ___TenPowersList_4; // System.Int32* System.NumberFormatter::DecHexDigits int32_t* ___DecHexDigits_5; public: inline static int32_t get_offset_of_MantissaBitsTable_0() { return static_cast(offsetof(NumberFormatter_t1182924621_StaticFields, ___MantissaBitsTable_0)); } inline uint64_t* get_MantissaBitsTable_0() const { return ___MantissaBitsTable_0; } inline uint64_t** get_address_of_MantissaBitsTable_0() { return &___MantissaBitsTable_0; } inline void set_MantissaBitsTable_0(uint64_t* value) { ___MantissaBitsTable_0 = value; } inline static int32_t get_offset_of_TensExponentTable_1() { return static_cast(offsetof(NumberFormatter_t1182924621_StaticFields, ___TensExponentTable_1)); } inline int32_t* get_TensExponentTable_1() const { return ___TensExponentTable_1; } inline int32_t** get_address_of_TensExponentTable_1() { return &___TensExponentTable_1; } inline void set_TensExponentTable_1(int32_t* value) { ___TensExponentTable_1 = value; } inline static int32_t get_offset_of_DigitLowerTable_2() { return static_cast(offsetof(NumberFormatter_t1182924621_StaticFields, ___DigitLowerTable_2)); } inline Il2CppChar* get_DigitLowerTable_2() const { return ___DigitLowerTable_2; } inline Il2CppChar** get_address_of_DigitLowerTable_2() { return &___DigitLowerTable_2; } inline void set_DigitLowerTable_2(Il2CppChar* value) { ___DigitLowerTable_2 = value; } inline static int32_t get_offset_of_DigitUpperTable_3() { return static_cast(offsetof(NumberFormatter_t1182924621_StaticFields, ___DigitUpperTable_3)); } inline Il2CppChar* get_DigitUpperTable_3() const { return ___DigitUpperTable_3; } inline Il2CppChar** get_address_of_DigitUpperTable_3() { return &___DigitUpperTable_3; } inline void set_DigitUpperTable_3(Il2CppChar* value) { ___DigitUpperTable_3 = value; } inline static int32_t get_offset_of_TenPowersList_4() { return static_cast(offsetof(NumberFormatter_t1182924621_StaticFields, ___TenPowersList_4)); } inline int64_t* get_TenPowersList_4() const { return ___TenPowersList_4; } inline int64_t** get_address_of_TenPowersList_4() { return &___TenPowersList_4; } inline void set_TenPowersList_4(int64_t* value) { ___TenPowersList_4 = value; } inline static int32_t get_offset_of_DecHexDigits_5() { return static_cast(offsetof(NumberFormatter_t1182924621_StaticFields, ___DecHexDigits_5)); } inline int32_t* get_DecHexDigits_5() const { return ___DecHexDigits_5; } inline int32_t** get_address_of_DecHexDigits_5() { return &___DecHexDigits_5; } inline void set_DecHexDigits_5(int32_t* value) { ___DecHexDigits_5 = value; } }; struct NumberFormatter_t1182924621_ThreadStaticFields { public: // System.NumberFormatter System.NumberFormatter::threadNumberFormatter NumberFormatter_t1182924621 * ___threadNumberFormatter_25; public: inline static int32_t get_offset_of_threadNumberFormatter_25() { return static_cast(offsetof(NumberFormatter_t1182924621_ThreadStaticFields, ___threadNumberFormatter_25)); } inline NumberFormatter_t1182924621 * get_threadNumberFormatter_25() const { return ___threadNumberFormatter_25; } inline NumberFormatter_t1182924621 ** get_address_of_threadNumberFormatter_25() { return &___threadNumberFormatter_25; } inline void set_threadNumberFormatter_25(NumberFormatter_t1182924621 * value) { ___threadNumberFormatter_25 = value; Il2CppCodeGenWriteBarrier((&___threadNumberFormatter_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATTER_T1182924621_H #ifndef LOCALVARIABLEINFO_T2426779395_H #define LOCALVARIABLEINFO_T2426779395_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.LocalVariableInfo struct LocalVariableInfo_t2426779395 : public RuntimeObject { public: // System.Type System.Reflection.LocalVariableInfo::type Type_t * ___type_0; // System.Boolean System.Reflection.LocalVariableInfo::is_pinned bool ___is_pinned_1; // System.UInt16 System.Reflection.LocalVariableInfo::position uint16_t ___position_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(LocalVariableInfo_t2426779395, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_is_pinned_1() { return static_cast(offsetof(LocalVariableInfo_t2426779395, ___is_pinned_1)); } inline bool get_is_pinned_1() const { return ___is_pinned_1; } inline bool* get_address_of_is_pinned_1() { return &___is_pinned_1; } inline void set_is_pinned_1(bool value) { ___is_pinned_1 = value; } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(LocalVariableInfo_t2426779395, ___position_2)); } inline uint16_t get_position_2() const { return ___position_2; } inline uint16_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(uint16_t value) { ___position_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALVARIABLEINFO_T2426779395_H #ifndef NULLCONSOLEDRIVER_T3569194954_H #define NULLCONSOLEDRIVER_T3569194954_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NullConsoleDriver struct NullConsoleDriver_t3569194954 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLCONSOLEDRIVER_T3569194954_H #ifndef STRONGNAMEKEYPAIR_T3411219591_H #define STRONGNAMEKEYPAIR_T3411219591_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_t3411219591 : public RuntimeObject { public: // System.Byte[] System.Reflection.StrongNameKeyPair::_publicKey ByteU5BU5D_t4116647657* ____publicKey_0; // System.String System.Reflection.StrongNameKeyPair::_keyPairContainer String_t* ____keyPairContainer_1; // System.Boolean System.Reflection.StrongNameKeyPair::_keyPairExported bool ____keyPairExported_2; // System.Byte[] System.Reflection.StrongNameKeyPair::_keyPairArray ByteU5BU5D_t4116647657* ____keyPairArray_3; // System.Security.Cryptography.RSA System.Reflection.StrongNameKeyPair::_rsa RSA_t2385438082 * ____rsa_4; public: inline static int32_t get_offset_of__publicKey_0() { return static_cast(offsetof(StrongNameKeyPair_t3411219591, ____publicKey_0)); } inline ByteU5BU5D_t4116647657* get__publicKey_0() const { return ____publicKey_0; } inline ByteU5BU5D_t4116647657** get_address_of__publicKey_0() { return &____publicKey_0; } inline void set__publicKey_0(ByteU5BU5D_t4116647657* value) { ____publicKey_0 = value; Il2CppCodeGenWriteBarrier((&____publicKey_0), value); } inline static int32_t get_offset_of__keyPairContainer_1() { return static_cast(offsetof(StrongNameKeyPair_t3411219591, ____keyPairContainer_1)); } inline String_t* get__keyPairContainer_1() const { return ____keyPairContainer_1; } inline String_t** get_address_of__keyPairContainer_1() { return &____keyPairContainer_1; } inline void set__keyPairContainer_1(String_t* value) { ____keyPairContainer_1 = value; Il2CppCodeGenWriteBarrier((&____keyPairContainer_1), value); } inline static int32_t get_offset_of__keyPairExported_2() { return static_cast(offsetof(StrongNameKeyPair_t3411219591, ____keyPairExported_2)); } inline bool get__keyPairExported_2() const { return ____keyPairExported_2; } inline bool* get_address_of__keyPairExported_2() { return &____keyPairExported_2; } inline void set__keyPairExported_2(bool value) { ____keyPairExported_2 = value; } inline static int32_t get_offset_of__keyPairArray_3() { return static_cast(offsetof(StrongNameKeyPair_t3411219591, ____keyPairArray_3)); } inline ByteU5BU5D_t4116647657* get__keyPairArray_3() const { return ____keyPairArray_3; } inline ByteU5BU5D_t4116647657** get_address_of__keyPairArray_3() { return &____keyPairArray_3; } inline void set__keyPairArray_3(ByteU5BU5D_t4116647657* value) { ____keyPairArray_3 = value; Il2CppCodeGenWriteBarrier((&____keyPairArray_3), value); } inline static int32_t get_offset_of__rsa_4() { return static_cast(offsetof(StrongNameKeyPair_t3411219591, ____rsa_4)); } inline RSA_t2385438082 * get__rsa_4() const { return ____rsa_4; } inline RSA_t2385438082 ** get_address_of__rsa_4() { return &____rsa_4; } inline void set__rsa_4(RSA_t2385438082 * value) { ____rsa_4 = value; Il2CppCodeGenWriteBarrier((&____rsa_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRONGNAMEKEYPAIR_T3411219591_H #ifndef READONLYCOLLECTION_1_T1500441997_H #define READONLYCOLLECTION_1_T1500441997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t1500441997 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t1500441997, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYCOLLECTION_1_T1500441997_H #ifndef CUSTOMINFO_T435179798_H #define CUSTOMINFO_T435179798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NumberFormatter/CustomInfo struct CustomInfo_t435179798 : public RuntimeObject { public: // System.Boolean System.NumberFormatter/CustomInfo::UseGroup bool ___UseGroup_0; // System.Int32 System.NumberFormatter/CustomInfo::DecimalDigits int32_t ___DecimalDigits_1; // System.Int32 System.NumberFormatter/CustomInfo::DecimalPointPos int32_t ___DecimalPointPos_2; // System.Int32 System.NumberFormatter/CustomInfo::DecimalTailSharpDigits int32_t ___DecimalTailSharpDigits_3; // System.Int32 System.NumberFormatter/CustomInfo::IntegerDigits int32_t ___IntegerDigits_4; // System.Int32 System.NumberFormatter/CustomInfo::IntegerHeadSharpDigits int32_t ___IntegerHeadSharpDigits_5; // System.Int32 System.NumberFormatter/CustomInfo::IntegerHeadPos int32_t ___IntegerHeadPos_6; // System.Boolean System.NumberFormatter/CustomInfo::UseExponent bool ___UseExponent_7; // System.Int32 System.NumberFormatter/CustomInfo::ExponentDigits int32_t ___ExponentDigits_8; // System.Int32 System.NumberFormatter/CustomInfo::ExponentTailSharpDigits int32_t ___ExponentTailSharpDigits_9; // System.Boolean System.NumberFormatter/CustomInfo::ExponentNegativeSignOnly bool ___ExponentNegativeSignOnly_10; // System.Int32 System.NumberFormatter/CustomInfo::DividePlaces int32_t ___DividePlaces_11; // System.Int32 System.NumberFormatter/CustomInfo::Percents int32_t ___Percents_12; // System.Int32 System.NumberFormatter/CustomInfo::Permilles int32_t ___Permilles_13; public: inline static int32_t get_offset_of_UseGroup_0() { return static_cast(offsetof(CustomInfo_t435179798, ___UseGroup_0)); } inline bool get_UseGroup_0() const { return ___UseGroup_0; } inline bool* get_address_of_UseGroup_0() { return &___UseGroup_0; } inline void set_UseGroup_0(bool value) { ___UseGroup_0 = value; } inline static int32_t get_offset_of_DecimalDigits_1() { return static_cast(offsetof(CustomInfo_t435179798, ___DecimalDigits_1)); } inline int32_t get_DecimalDigits_1() const { return ___DecimalDigits_1; } inline int32_t* get_address_of_DecimalDigits_1() { return &___DecimalDigits_1; } inline void set_DecimalDigits_1(int32_t value) { ___DecimalDigits_1 = value; } inline static int32_t get_offset_of_DecimalPointPos_2() { return static_cast(offsetof(CustomInfo_t435179798, ___DecimalPointPos_2)); } inline int32_t get_DecimalPointPos_2() const { return ___DecimalPointPos_2; } inline int32_t* get_address_of_DecimalPointPos_2() { return &___DecimalPointPos_2; } inline void set_DecimalPointPos_2(int32_t value) { ___DecimalPointPos_2 = value; } inline static int32_t get_offset_of_DecimalTailSharpDigits_3() { return static_cast(offsetof(CustomInfo_t435179798, ___DecimalTailSharpDigits_3)); } inline int32_t get_DecimalTailSharpDigits_3() const { return ___DecimalTailSharpDigits_3; } inline int32_t* get_address_of_DecimalTailSharpDigits_3() { return &___DecimalTailSharpDigits_3; } inline void set_DecimalTailSharpDigits_3(int32_t value) { ___DecimalTailSharpDigits_3 = value; } inline static int32_t get_offset_of_IntegerDigits_4() { return static_cast(offsetof(CustomInfo_t435179798, ___IntegerDigits_4)); } inline int32_t get_IntegerDigits_4() const { return ___IntegerDigits_4; } inline int32_t* get_address_of_IntegerDigits_4() { return &___IntegerDigits_4; } inline void set_IntegerDigits_4(int32_t value) { ___IntegerDigits_4 = value; } inline static int32_t get_offset_of_IntegerHeadSharpDigits_5() { return static_cast(offsetof(CustomInfo_t435179798, ___IntegerHeadSharpDigits_5)); } inline int32_t get_IntegerHeadSharpDigits_5() const { return ___IntegerHeadSharpDigits_5; } inline int32_t* get_address_of_IntegerHeadSharpDigits_5() { return &___IntegerHeadSharpDigits_5; } inline void set_IntegerHeadSharpDigits_5(int32_t value) { ___IntegerHeadSharpDigits_5 = value; } inline static int32_t get_offset_of_IntegerHeadPos_6() { return static_cast(offsetof(CustomInfo_t435179798, ___IntegerHeadPos_6)); } inline int32_t get_IntegerHeadPos_6() const { return ___IntegerHeadPos_6; } inline int32_t* get_address_of_IntegerHeadPos_6() { return &___IntegerHeadPos_6; } inline void set_IntegerHeadPos_6(int32_t value) { ___IntegerHeadPos_6 = value; } inline static int32_t get_offset_of_UseExponent_7() { return static_cast(offsetof(CustomInfo_t435179798, ___UseExponent_7)); } inline bool get_UseExponent_7() const { return ___UseExponent_7; } inline bool* get_address_of_UseExponent_7() { return &___UseExponent_7; } inline void set_UseExponent_7(bool value) { ___UseExponent_7 = value; } inline static int32_t get_offset_of_ExponentDigits_8() { return static_cast(offsetof(CustomInfo_t435179798, ___ExponentDigits_8)); } inline int32_t get_ExponentDigits_8() const { return ___ExponentDigits_8; } inline int32_t* get_address_of_ExponentDigits_8() { return &___ExponentDigits_8; } inline void set_ExponentDigits_8(int32_t value) { ___ExponentDigits_8 = value; } inline static int32_t get_offset_of_ExponentTailSharpDigits_9() { return static_cast(offsetof(CustomInfo_t435179798, ___ExponentTailSharpDigits_9)); } inline int32_t get_ExponentTailSharpDigits_9() const { return ___ExponentTailSharpDigits_9; } inline int32_t* get_address_of_ExponentTailSharpDigits_9() { return &___ExponentTailSharpDigits_9; } inline void set_ExponentTailSharpDigits_9(int32_t value) { ___ExponentTailSharpDigits_9 = value; } inline static int32_t get_offset_of_ExponentNegativeSignOnly_10() { return static_cast(offsetof(CustomInfo_t435179798, ___ExponentNegativeSignOnly_10)); } inline bool get_ExponentNegativeSignOnly_10() const { return ___ExponentNegativeSignOnly_10; } inline bool* get_address_of_ExponentNegativeSignOnly_10() { return &___ExponentNegativeSignOnly_10; } inline void set_ExponentNegativeSignOnly_10(bool value) { ___ExponentNegativeSignOnly_10 = value; } inline static int32_t get_offset_of_DividePlaces_11() { return static_cast(offsetof(CustomInfo_t435179798, ___DividePlaces_11)); } inline int32_t get_DividePlaces_11() const { return ___DividePlaces_11; } inline int32_t* get_address_of_DividePlaces_11() { return &___DividePlaces_11; } inline void set_DividePlaces_11(int32_t value) { ___DividePlaces_11 = value; } inline static int32_t get_offset_of_Percents_12() { return static_cast(offsetof(CustomInfo_t435179798, ___Percents_12)); } inline int32_t get_Percents_12() const { return ___Percents_12; } inline int32_t* get_address_of_Percents_12() { return &___Percents_12; } inline void set_Percents_12(int32_t value) { ___Percents_12 = value; } inline static int32_t get_offset_of_Permilles_13() { return static_cast(offsetof(CustomInfo_t435179798, ___Permilles_13)); } inline int32_t get_Permilles_13() const { return ___Permilles_13; } inline int32_t* get_address_of_Permilles_13() { return &___Permilles_13; } inline void set_Permilles_13(int32_t value) { ___Permilles_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMINFO_T435179798_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 RESOLVEEVENTHOLDER_T2120639521_H #define RESOLVEEVENTHOLDER_T2120639521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOLVEEVENTHOLDER_T2120639521_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 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 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 ILGENERATOR_T1388622344_H #define ILGENERATOR_T1388622344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator struct ILGenerator_t1388622344 : public RuntimeObject { public: // System.Byte[] System.Reflection.Emit.ILGenerator::code ByteU5BU5D_t4116647657* ___code_1; // System.Int32 System.Reflection.Emit.ILGenerator::code_len int32_t ___code_len_2; // System.Int32 System.Reflection.Emit.ILGenerator::max_stack int32_t ___max_stack_3; // System.Int32 System.Reflection.Emit.ILGenerator::cur_stack int32_t ___cur_stack_4; // System.Reflection.Emit.LocalBuilder[] System.Reflection.Emit.ILGenerator::locals LocalBuilderU5BU5D_t4280809526* ___locals_5; // System.Int32 System.Reflection.Emit.ILGenerator::num_token_fixups int32_t ___num_token_fixups_6; // System.Reflection.Emit.ILTokenInfo[] System.Reflection.Emit.ILGenerator::token_fixups ILTokenInfoU5BU5D_t973106575* ___token_fixups_7; // System.Reflection.Emit.ILGenerator/LabelData[] System.Reflection.Emit.ILGenerator::labels LabelDataU5BU5D_t327903686* ___labels_8; // System.Int32 System.Reflection.Emit.ILGenerator::num_labels int32_t ___num_labels_9; // System.Reflection.Emit.ILGenerator/LabelFixup[] System.Reflection.Emit.ILGenerator::fixups LabelFixupU5BU5D_t103660291* ___fixups_10; // System.Int32 System.Reflection.Emit.ILGenerator::num_fixups int32_t ___num_fixups_11; // System.Reflection.Module System.Reflection.Emit.ILGenerator::module Module_t2987026101 * ___module_12; // System.Reflection.Emit.TokenGenerator System.Reflection.Emit.ILGenerator::token_gen RuntimeObject* ___token_gen_13; public: inline static int32_t get_offset_of_code_1() { return static_cast(offsetof(ILGenerator_t1388622344, ___code_1)); } inline ByteU5BU5D_t4116647657* get_code_1() const { return ___code_1; } inline ByteU5BU5D_t4116647657** get_address_of_code_1() { return &___code_1; } inline void set_code_1(ByteU5BU5D_t4116647657* value) { ___code_1 = value; Il2CppCodeGenWriteBarrier((&___code_1), value); } inline static int32_t get_offset_of_code_len_2() { return static_cast(offsetof(ILGenerator_t1388622344, ___code_len_2)); } inline int32_t get_code_len_2() const { return ___code_len_2; } inline int32_t* get_address_of_code_len_2() { return &___code_len_2; } inline void set_code_len_2(int32_t value) { ___code_len_2 = value; } inline static int32_t get_offset_of_max_stack_3() { return static_cast(offsetof(ILGenerator_t1388622344, ___max_stack_3)); } inline int32_t get_max_stack_3() const { return ___max_stack_3; } inline int32_t* get_address_of_max_stack_3() { return &___max_stack_3; } inline void set_max_stack_3(int32_t value) { ___max_stack_3 = value; } inline static int32_t get_offset_of_cur_stack_4() { return static_cast(offsetof(ILGenerator_t1388622344, ___cur_stack_4)); } inline int32_t get_cur_stack_4() const { return ___cur_stack_4; } inline int32_t* get_address_of_cur_stack_4() { return &___cur_stack_4; } inline void set_cur_stack_4(int32_t value) { ___cur_stack_4 = value; } inline static int32_t get_offset_of_locals_5() { return static_cast(offsetof(ILGenerator_t1388622344, ___locals_5)); } inline LocalBuilderU5BU5D_t4280809526* get_locals_5() const { return ___locals_5; } inline LocalBuilderU5BU5D_t4280809526** get_address_of_locals_5() { return &___locals_5; } inline void set_locals_5(LocalBuilderU5BU5D_t4280809526* value) { ___locals_5 = value; Il2CppCodeGenWriteBarrier((&___locals_5), value); } inline static int32_t get_offset_of_num_token_fixups_6() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_token_fixups_6)); } inline int32_t get_num_token_fixups_6() const { return ___num_token_fixups_6; } inline int32_t* get_address_of_num_token_fixups_6() { return &___num_token_fixups_6; } inline void set_num_token_fixups_6(int32_t value) { ___num_token_fixups_6 = value; } inline static int32_t get_offset_of_token_fixups_7() { return static_cast(offsetof(ILGenerator_t1388622344, ___token_fixups_7)); } inline ILTokenInfoU5BU5D_t973106575* get_token_fixups_7() const { return ___token_fixups_7; } inline ILTokenInfoU5BU5D_t973106575** get_address_of_token_fixups_7() { return &___token_fixups_7; } inline void set_token_fixups_7(ILTokenInfoU5BU5D_t973106575* value) { ___token_fixups_7 = value; Il2CppCodeGenWriteBarrier((&___token_fixups_7), value); } inline static int32_t get_offset_of_labels_8() { return static_cast(offsetof(ILGenerator_t1388622344, ___labels_8)); } inline LabelDataU5BU5D_t327903686* get_labels_8() const { return ___labels_8; } inline LabelDataU5BU5D_t327903686** get_address_of_labels_8() { return &___labels_8; } inline void set_labels_8(LabelDataU5BU5D_t327903686* value) { ___labels_8 = value; Il2CppCodeGenWriteBarrier((&___labels_8), value); } inline static int32_t get_offset_of_num_labels_9() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_labels_9)); } inline int32_t get_num_labels_9() const { return ___num_labels_9; } inline int32_t* get_address_of_num_labels_9() { return &___num_labels_9; } inline void set_num_labels_9(int32_t value) { ___num_labels_9 = value; } inline static int32_t get_offset_of_fixups_10() { return static_cast(offsetof(ILGenerator_t1388622344, ___fixups_10)); } inline LabelFixupU5BU5D_t103660291* get_fixups_10() const { return ___fixups_10; } inline LabelFixupU5BU5D_t103660291** get_address_of_fixups_10() { return &___fixups_10; } inline void set_fixups_10(LabelFixupU5BU5D_t103660291* value) { ___fixups_10 = value; Il2CppCodeGenWriteBarrier((&___fixups_10), value); } inline static int32_t get_offset_of_num_fixups_11() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_fixups_11)); } inline int32_t get_num_fixups_11() const { return ___num_fixups_11; } inline int32_t* get_address_of_num_fixups_11() { return &___num_fixups_11; } inline void set_num_fixups_11(int32_t value) { ___num_fixups_11 = value; } inline static int32_t get_offset_of_module_12() { return static_cast(offsetof(ILGenerator_t1388622344, ___module_12)); } inline Module_t2987026101 * get_module_12() const { return ___module_12; } inline Module_t2987026101 ** get_address_of_module_12() { return &___module_12; } inline void set_module_12(Module_t2987026101 * value) { ___module_12 = value; Il2CppCodeGenWriteBarrier((&___module_12), value); } inline static int32_t get_offset_of_token_gen_13() { return static_cast(offsetof(ILGenerator_t1388622344, ___token_gen_13)); } inline RuntimeObject* get_token_gen_13() const { return ___token_gen_13; } inline RuntimeObject** get_address_of_token_gen_13() { return &___token_gen_13; } inline void set_token_gen_13(RuntimeObject* value) { ___token_gen_13 = value; Il2CppCodeGenWriteBarrier((&___token_gen_13), value); } }; struct ILGenerator_t1388622344_StaticFields { public: // System.Type System.Reflection.Emit.ILGenerator::void_type Type_t * ___void_type_0; public: inline static int32_t get_offset_of_void_type_0() { return static_cast(offsetof(ILGenerator_t1388622344_StaticFields, ___void_type_0)); } inline Type_t * get_void_type_0() const { return ___void_type_0; } inline Type_t ** get_address_of_void_type_0() { return &___void_type_0; } inline void set_void_type_0(Type_t * value) { ___void_type_0 = value; Il2CppCodeGenWriteBarrier((&___void_type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ILGENERATOR_T1388622344_H #ifndef CUSTOMATTRIBUTEBUILDER_T2781637217_H #define CUSTOMATTRIBUTEBUILDER_T2781637217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.CustomAttributeBuilder struct CustomAttributeBuilder_t2781637217 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMATTRIBUTEBUILDER_T2781637217_H #ifndef NUMBERFORMATINFO_T435877138_H #define NUMBERFORMATINFO_T435877138_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138 : public RuntimeObject { public: // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_0; // System.String System.Globalization.NumberFormatInfo::decimalFormats String_t* ___decimalFormats_1; // System.String System.Globalization.NumberFormatInfo::currencyFormats String_t* ___currencyFormats_2; // System.String System.Globalization.NumberFormatInfo::percentFormats String_t* ___percentFormats_3; // System.String System.Globalization.NumberFormatInfo::digitPattern String_t* ___digitPattern_4; // System.String System.Globalization.NumberFormatInfo::zeroPattern String_t* ___zeroPattern_5; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_6; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t385246372* ___currencyGroupSizes_9; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_10; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_11; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_12; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_15; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_16; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_17; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_18; // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t385246372* ___numberGroupSizes_19; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_20; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_21; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_22; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_23; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t385246372* ___percentGroupSizes_24; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_27; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_28; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_29; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_30; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_31; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_32; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_34; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_35; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t1281789340* ___nativeDigits_36; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_37; public: inline static int32_t get_offset_of_isReadOnly_0() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___isReadOnly_0)); } inline bool get_isReadOnly_0() const { return ___isReadOnly_0; } inline bool* get_address_of_isReadOnly_0() { return &___isReadOnly_0; } inline void set_isReadOnly_0(bool value) { ___isReadOnly_0 = value; } inline static int32_t get_offset_of_decimalFormats_1() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___decimalFormats_1)); } inline String_t* get_decimalFormats_1() const { return ___decimalFormats_1; } inline String_t** get_address_of_decimalFormats_1() { return &___decimalFormats_1; } inline void set_decimalFormats_1(String_t* value) { ___decimalFormats_1 = value; Il2CppCodeGenWriteBarrier((&___decimalFormats_1), value); } inline static int32_t get_offset_of_currencyFormats_2() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyFormats_2)); } inline String_t* get_currencyFormats_2() const { return ___currencyFormats_2; } inline String_t** get_address_of_currencyFormats_2() { return &___currencyFormats_2; } inline void set_currencyFormats_2(String_t* value) { ___currencyFormats_2 = value; Il2CppCodeGenWriteBarrier((&___currencyFormats_2), value); } inline static int32_t get_offset_of_percentFormats_3() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentFormats_3)); } inline String_t* get_percentFormats_3() const { return ___percentFormats_3; } inline String_t** get_address_of_percentFormats_3() { return &___percentFormats_3; } inline void set_percentFormats_3(String_t* value) { ___percentFormats_3 = value; Il2CppCodeGenWriteBarrier((&___percentFormats_3), value); } inline static int32_t get_offset_of_digitPattern_4() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitPattern_4)); } inline String_t* get_digitPattern_4() const { return ___digitPattern_4; } inline String_t** get_address_of_digitPattern_4() { return &___digitPattern_4; } inline void set_digitPattern_4(String_t* value) { ___digitPattern_4 = value; Il2CppCodeGenWriteBarrier((&___digitPattern_4), value); } inline static int32_t get_offset_of_zeroPattern_5() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___zeroPattern_5)); } inline String_t* get_zeroPattern_5() const { return ___zeroPattern_5; } inline String_t** get_address_of_zeroPattern_5() { return &___zeroPattern_5; } inline void set_zeroPattern_5(String_t* value) { ___zeroPattern_5 = value; Il2CppCodeGenWriteBarrier((&___zeroPattern_5), value); } inline static int32_t get_offset_of_currencyDecimalDigits_6() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalDigits_6)); } inline int32_t get_currencyDecimalDigits_6() const { return ___currencyDecimalDigits_6; } inline int32_t* get_address_of_currencyDecimalDigits_6() { return &___currencyDecimalDigits_6; } inline void set_currencyDecimalDigits_6(int32_t value) { ___currencyDecimalDigits_6 = value; } inline static int32_t get_offset_of_currencyDecimalSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalSeparator_7)); } inline String_t* get_currencyDecimalSeparator_7() const { return ___currencyDecimalSeparator_7; } inline String_t** get_address_of_currencyDecimalSeparator_7() { return &___currencyDecimalSeparator_7; } inline void set_currencyDecimalSeparator_7(String_t* value) { ___currencyDecimalSeparator_7 = value; Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_7), value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value); } inline static int32_t get_offset_of_currencyGroupSizes_9() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSizes_9)); } inline Int32U5BU5D_t385246372* get_currencyGroupSizes_9() const { return ___currencyGroupSizes_9; } inline Int32U5BU5D_t385246372** get_address_of_currencyGroupSizes_9() { return &___currencyGroupSizes_9; } inline void set_currencyGroupSizes_9(Int32U5BU5D_t385246372* value) { ___currencyGroupSizes_9 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_9), value); } inline static int32_t get_offset_of_currencyNegativePattern_10() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyNegativePattern_10)); } inline int32_t get_currencyNegativePattern_10() const { return ___currencyNegativePattern_10; } inline int32_t* get_address_of_currencyNegativePattern_10() { return &___currencyNegativePattern_10; } inline void set_currencyNegativePattern_10(int32_t value) { ___currencyNegativePattern_10 = value; } inline static int32_t get_offset_of_currencyPositivePattern_11() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyPositivePattern_11)); } inline int32_t get_currencyPositivePattern_11() const { return ___currencyPositivePattern_11; } inline int32_t* get_address_of_currencyPositivePattern_11() { return &___currencyPositivePattern_11; } inline void set_currencyPositivePattern_11(int32_t value) { ___currencyPositivePattern_11 = value; } inline static int32_t get_offset_of_currencySymbol_12() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencySymbol_12)); } inline String_t* get_currencySymbol_12() const { return ___currencySymbol_12; } inline String_t** get_address_of_currencySymbol_12() { return &___currencySymbol_12; } inline void set_currencySymbol_12(String_t* value) { ___currencySymbol_12 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_12), value); } inline static int32_t get_offset_of_nanSymbol_13() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nanSymbol_13)); } inline String_t* get_nanSymbol_13() const { return ___nanSymbol_13; } inline String_t** get_address_of_nanSymbol_13() { return &___nanSymbol_13; } inline void set_nanSymbol_13(String_t* value) { ___nanSymbol_13 = value; Il2CppCodeGenWriteBarrier((&___nanSymbol_13), value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value); } inline static int32_t get_offset_of_negativeSign_15() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeSign_15)); } inline String_t* get_negativeSign_15() const { return ___negativeSign_15; } inline String_t** get_address_of_negativeSign_15() { return &___negativeSign_15; } inline void set_negativeSign_15(String_t* value) { ___negativeSign_15 = value; Il2CppCodeGenWriteBarrier((&___negativeSign_15), value); } inline static int32_t get_offset_of_numberDecimalDigits_16() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalDigits_16)); } inline int32_t get_numberDecimalDigits_16() const { return ___numberDecimalDigits_16; } inline int32_t* get_address_of_numberDecimalDigits_16() { return &___numberDecimalDigits_16; } inline void set_numberDecimalDigits_16(int32_t value) { ___numberDecimalDigits_16 = value; } inline static int32_t get_offset_of_numberDecimalSeparator_17() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalSeparator_17)); } inline String_t* get_numberDecimalSeparator_17() const { return ___numberDecimalSeparator_17; } inline String_t** get_address_of_numberDecimalSeparator_17() { return &___numberDecimalSeparator_17; } inline void set_numberDecimalSeparator_17(String_t* value) { ___numberDecimalSeparator_17 = value; Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_17), value); } inline static int32_t get_offset_of_numberGroupSeparator_18() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSeparator_18)); } inline String_t* get_numberGroupSeparator_18() const { return ___numberGroupSeparator_18; } inline String_t** get_address_of_numberGroupSeparator_18() { return &___numberGroupSeparator_18; } inline void set_numberGroupSeparator_18(String_t* value) { ___numberGroupSeparator_18 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_18), value); } inline static int32_t get_offset_of_numberGroupSizes_19() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSizes_19)); } inline Int32U5BU5D_t385246372* get_numberGroupSizes_19() const { return ___numberGroupSizes_19; } inline Int32U5BU5D_t385246372** get_address_of_numberGroupSizes_19() { return &___numberGroupSizes_19; } inline void set_numberGroupSizes_19(Int32U5BU5D_t385246372* value) { ___numberGroupSizes_19 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSizes_19), value); } inline static int32_t get_offset_of_numberNegativePattern_20() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberNegativePattern_20)); } inline int32_t get_numberNegativePattern_20() const { return ___numberNegativePattern_20; } inline int32_t* get_address_of_numberNegativePattern_20() { return &___numberNegativePattern_20; } inline void set_numberNegativePattern_20(int32_t value) { ___numberNegativePattern_20 = value; } inline static int32_t get_offset_of_percentDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalDigits_21)); } inline int32_t get_percentDecimalDigits_21() const { return ___percentDecimalDigits_21; } inline int32_t* get_address_of_percentDecimalDigits_21() { return &___percentDecimalDigits_21; } inline void set_percentDecimalDigits_21(int32_t value) { ___percentDecimalDigits_21 = value; } inline static int32_t get_offset_of_percentDecimalSeparator_22() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalSeparator_22)); } inline String_t* get_percentDecimalSeparator_22() const { return ___percentDecimalSeparator_22; } inline String_t** get_address_of_percentDecimalSeparator_22() { return &___percentDecimalSeparator_22; } inline void set_percentDecimalSeparator_22(String_t* value) { ___percentDecimalSeparator_22 = value; Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_22), value); } inline static int32_t get_offset_of_percentGroupSeparator_23() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSeparator_23)); } inline String_t* get_percentGroupSeparator_23() const { return ___percentGroupSeparator_23; } inline String_t** get_address_of_percentGroupSeparator_23() { return &___percentGroupSeparator_23; } inline void set_percentGroupSeparator_23(String_t* value) { ___percentGroupSeparator_23 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_23), value); } inline static int32_t get_offset_of_percentGroupSizes_24() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSizes_24)); } inline Int32U5BU5D_t385246372* get_percentGroupSizes_24() const { return ___percentGroupSizes_24; } inline Int32U5BU5D_t385246372** get_address_of_percentGroupSizes_24() { return &___percentGroupSizes_24; } inline void set_percentGroupSizes_24(Int32U5BU5D_t385246372* value) { ___percentGroupSizes_24 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSizes_24), value); } inline static int32_t get_offset_of_percentNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentNegativePattern_25)); } inline int32_t get_percentNegativePattern_25() const { return ___percentNegativePattern_25; } inline int32_t* get_address_of_percentNegativePattern_25() { return &___percentNegativePattern_25; } inline void set_percentNegativePattern_25(int32_t value) { ___percentNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentSymbol_27() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentSymbol_27)); } inline String_t* get_percentSymbol_27() const { return ___percentSymbol_27; } inline String_t** get_address_of_percentSymbol_27() { return &___percentSymbol_27; } inline void set_percentSymbol_27(String_t* value) { ___percentSymbol_27 = value; Il2CppCodeGenWriteBarrier((&___percentSymbol_27), value); } inline static int32_t get_offset_of_perMilleSymbol_28() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___perMilleSymbol_28)); } inline String_t* get_perMilleSymbol_28() const { return ___perMilleSymbol_28; } inline String_t** get_address_of_perMilleSymbol_28() { return &___perMilleSymbol_28; } inline void set_perMilleSymbol_28(String_t* value) { ___perMilleSymbol_28 = value; Il2CppCodeGenWriteBarrier((&___perMilleSymbol_28), value); } inline static int32_t get_offset_of_positiveInfinitySymbol_29() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveInfinitySymbol_29)); } inline String_t* get_positiveInfinitySymbol_29() const { return ___positiveInfinitySymbol_29; } inline String_t** get_address_of_positiveInfinitySymbol_29() { return &___positiveInfinitySymbol_29; } inline void set_positiveInfinitySymbol_29(String_t* value) { ___positiveInfinitySymbol_29 = value; Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_29), value); } inline static int32_t get_offset_of_positiveSign_30() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveSign_30)); } inline String_t* get_positiveSign_30() const { return ___positiveSign_30; } inline String_t** get_address_of_positiveSign_30() { return &___positiveSign_30; } inline void set_positiveSign_30(String_t* value) { ___positiveSign_30 = value; Il2CppCodeGenWriteBarrier((&___positiveSign_30), value); } inline static int32_t get_offset_of_ansiCurrencySymbol_31() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___ansiCurrencySymbol_31)); } inline String_t* get_ansiCurrencySymbol_31() const { return ___ansiCurrencySymbol_31; } inline String_t** get_address_of_ansiCurrencySymbol_31() { return &___ansiCurrencySymbol_31; } inline void set_ansiCurrencySymbol_31(String_t* value) { ___ansiCurrencySymbol_31 = value; Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_31), value); } inline static int32_t get_offset_of_m_dataItem_32() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_dataItem_32)); } inline int32_t get_m_dataItem_32() const { return ___m_dataItem_32; } inline int32_t* get_address_of_m_dataItem_32() { return &___m_dataItem_32; } inline void set_m_dataItem_32(int32_t value) { ___m_dataItem_32 = value; } inline static int32_t get_offset_of_m_useUserOverride_33() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_useUserOverride_33)); } inline bool get_m_useUserOverride_33() const { return ___m_useUserOverride_33; } inline bool* get_address_of_m_useUserOverride_33() { return &___m_useUserOverride_33; } inline void set_m_useUserOverride_33(bool value) { ___m_useUserOverride_33 = value; } inline static int32_t get_offset_of_validForParseAsNumber_34() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsNumber_34)); } inline bool get_validForParseAsNumber_34() const { return ___validForParseAsNumber_34; } inline bool* get_address_of_validForParseAsNumber_34() { return &___validForParseAsNumber_34; } inline void set_validForParseAsNumber_34(bool value) { ___validForParseAsNumber_34 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_35() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsCurrency_35)); } inline bool get_validForParseAsCurrency_35() const { return ___validForParseAsCurrency_35; } inline bool* get_address_of_validForParseAsCurrency_35() { return &___validForParseAsCurrency_35; } inline void set_validForParseAsCurrency_35(bool value) { ___validForParseAsCurrency_35 = value; } inline static int32_t get_offset_of_nativeDigits_36() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nativeDigits_36)); } inline StringU5BU5D_t1281789340* get_nativeDigits_36() const { return ___nativeDigits_36; } inline StringU5BU5D_t1281789340** get_address_of_nativeDigits_36() { return &___nativeDigits_36; } inline void set_nativeDigits_36(StringU5BU5D_t1281789340* value) { ___nativeDigits_36 = value; Il2CppCodeGenWriteBarrier((&___nativeDigits_36), value); } inline static int32_t get_offset_of_digitSubstitution_37() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitSubstitution_37)); } inline int32_t get_digitSubstitution_37() const { return ___digitSubstitution_37; } inline int32_t* get_address_of_digitSubstitution_37() { return &___digitSubstitution_37; } inline void set_digitSubstitution_37(int32_t value) { ___digitSubstitution_37 = value; } }; struct NumberFormatInfo_t435877138_StaticFields { public: // System.String[] System.Globalization.NumberFormatInfo::invariantNativeDigits StringU5BU5D_t1281789340* ___invariantNativeDigits_38; public: inline static int32_t get_offset_of_invariantNativeDigits_38() { return static_cast(offsetof(NumberFormatInfo_t435877138_StaticFields, ___invariantNativeDigits_38)); } inline StringU5BU5D_t1281789340* get_invariantNativeDigits_38() const { return ___invariantNativeDigits_38; } inline StringU5BU5D_t1281789340** get_address_of_invariantNativeDigits_38() { return &___invariantNativeDigits_38; } inline void set_invariantNativeDigits_38(StringU5BU5D_t1281789340* value) { ___invariantNativeDigits_38 = value; Il2CppCodeGenWriteBarrier((&___invariantNativeDigits_38), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATINFO_T435877138_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 OPCODENAMES_T3363784580_H #define OPCODENAMES_T3363784580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OpCodeNames struct OpCodeNames_t3363784580 : public RuntimeObject { public: public: }; struct OpCodeNames_t3363784580_StaticFields { public: // System.String[] System.Reflection.Emit.OpCodeNames::names StringU5BU5D_t1281789340* ___names_0; public: inline static int32_t get_offset_of_names_0() { return static_cast(offsetof(OpCodeNames_t3363784580_StaticFields, ___names_0)); } inline StringU5BU5D_t1281789340* get_names_0() const { return ___names_0; } inline StringU5BU5D_t1281789340** get_address_of_names_0() { return &___names_0; } inline void set_names_0(StringU5BU5D_t1281789340* value) { ___names_0 = value; Il2CppCodeGenWriteBarrier((&___names_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPCODENAMES_T3363784580_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 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 CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_H #ifndef PERMISSIONREQUESTEVIDENCE_T59447972_H #define PERMISSIONREQUESTEVIDENCE_T59447972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.PermissionRequestEvidence struct PermissionRequestEvidence_t59447972 : public RuntimeObject { public: // System.Security.PermissionSet System.Security.Policy.PermissionRequestEvidence::requested PermissionSet_t223948603 * ___requested_0; // System.Security.PermissionSet System.Security.Policy.PermissionRequestEvidence::optional PermissionSet_t223948603 * ___optional_1; // System.Security.PermissionSet System.Security.Policy.PermissionRequestEvidence::denied PermissionSet_t223948603 * ___denied_2; public: inline static int32_t get_offset_of_requested_0() { return static_cast(offsetof(PermissionRequestEvidence_t59447972, ___requested_0)); } inline PermissionSet_t223948603 * get_requested_0() const { return ___requested_0; } inline PermissionSet_t223948603 ** get_address_of_requested_0() { return &___requested_0; } inline void set_requested_0(PermissionSet_t223948603 * value) { ___requested_0 = value; Il2CppCodeGenWriteBarrier((&___requested_0), value); } inline static int32_t get_offset_of_optional_1() { return static_cast(offsetof(PermissionRequestEvidence_t59447972, ___optional_1)); } inline PermissionSet_t223948603 * get_optional_1() const { return ___optional_1; } inline PermissionSet_t223948603 ** get_address_of_optional_1() { return &___optional_1; } inline void set_optional_1(PermissionSet_t223948603 * value) { ___optional_1 = value; Il2CppCodeGenWriteBarrier((&___optional_1), value); } inline static int32_t get_offset_of_denied_2() { return static_cast(offsetof(PermissionRequestEvidence_t59447972, ___denied_2)); } inline PermissionSet_t223948603 * get_denied_2() const { return ___denied_2; } inline PermissionSet_t223948603 ** get_address_of_denied_2() { return &___denied_2; } inline void set_denied_2(PermissionSet_t223948603 * value) { ___denied_2 = value; Il2CppCodeGenWriteBarrier((&___denied_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERMISSIONREQUESTEVIDENCE_T59447972_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 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 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 RANDOM_T108471755_H #define RANDOM_T108471755_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Random struct Random_t108471755 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t385246372* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t108471755, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t108471755, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t108471755, ___SeedArray_2)); } inline Int32U5BU5D_t385246372* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t385246372** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t385246372* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((&___SeedArray_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOM_T108471755_H #ifndef MONOTYPEINFO_T3366989025_H #define MONOTYPEINFO_T3366989025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoTypeInfo struct MonoTypeInfo_t3366989025 : public RuntimeObject { public: // System.String System.MonoTypeInfo::full_name String_t* ___full_name_0; // System.Reflection.ConstructorInfo System.MonoTypeInfo::default_ctor ConstructorInfo_t5769829 * ___default_ctor_1; public: inline static int32_t get_offset_of_full_name_0() { return static_cast(offsetof(MonoTypeInfo_t3366989025, ___full_name_0)); } inline String_t* get_full_name_0() const { return ___full_name_0; } inline String_t** get_address_of_full_name_0() { return &___full_name_0; } inline void set_full_name_0(String_t* value) { ___full_name_0 = value; Il2CppCodeGenWriteBarrier((&___full_name_0), value); } inline static int32_t get_offset_of_default_ctor_1() { return static_cast(offsetof(MonoTypeInfo_t3366989025, ___default_ctor_1)); } inline ConstructorInfo_t5769829 * get_default_ctor_1() const { return ___default_ctor_1; } inline ConstructorInfo_t5769829 ** get_address_of_default_ctor_1() { return &___default_ctor_1; } inline void set_default_ctor_1(ConstructorInfo_t5769829 * value) { ___default_ctor_1 = value; Il2CppCodeGenWriteBarrier((&___default_ctor_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTYPEINFO_T3366989025_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 NULLABLE_T1979957197_H #define NULLABLE_T1979957197_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable struct Nullable_t1979957197 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_T1979957197_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 STRINGCOMPARER_T3301955079_H #define STRINGCOMPARER_T3301955079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparer struct StringComparer_t3301955079 : public RuntimeObject { public: public: }; struct StringComparer_t3301955079_StaticFields { public: // System.StringComparer System.StringComparer::invariantCultureIgnoreCase StringComparer_t3301955079 * ___invariantCultureIgnoreCase_0; // System.StringComparer System.StringComparer::invariantCulture StringComparer_t3301955079 * ___invariantCulture_1; // System.StringComparer System.StringComparer::ordinalIgnoreCase StringComparer_t3301955079 * ___ordinalIgnoreCase_2; // System.StringComparer System.StringComparer::ordinal StringComparer_t3301955079 * ___ordinal_3; public: inline static int32_t get_offset_of_invariantCultureIgnoreCase_0() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCultureIgnoreCase_0)); } inline StringComparer_t3301955079 * get_invariantCultureIgnoreCase_0() const { return ___invariantCultureIgnoreCase_0; } inline StringComparer_t3301955079 ** get_address_of_invariantCultureIgnoreCase_0() { return &___invariantCultureIgnoreCase_0; } inline void set_invariantCultureIgnoreCase_0(StringComparer_t3301955079 * value) { ___invariantCultureIgnoreCase_0 = value; Il2CppCodeGenWriteBarrier((&___invariantCultureIgnoreCase_0), value); } inline static int32_t get_offset_of_invariantCulture_1() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCulture_1)); } inline StringComparer_t3301955079 * get_invariantCulture_1() const { return ___invariantCulture_1; } inline StringComparer_t3301955079 ** get_address_of_invariantCulture_1() { return &___invariantCulture_1; } inline void set_invariantCulture_1(StringComparer_t3301955079 * value) { ___invariantCulture_1 = value; Il2CppCodeGenWriteBarrier((&___invariantCulture_1), value); } inline static int32_t get_offset_of_ordinalIgnoreCase_2() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinalIgnoreCase_2)); } inline StringComparer_t3301955079 * get_ordinalIgnoreCase_2() const { return ___ordinalIgnoreCase_2; } inline StringComparer_t3301955079 ** get_address_of_ordinalIgnoreCase_2() { return &___ordinalIgnoreCase_2; } inline void set_ordinalIgnoreCase_2(StringComparer_t3301955079 * value) { ___ordinalIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___ordinalIgnoreCase_2), value); } inline static int32_t get_offset_of_ordinal_3() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinal_3)); } inline StringComparer_t3301955079 * get_ordinal_3() const { return ___ordinal_3; } inline StringComparer_t3301955079 ** get_address_of_ordinal_3() { return &___ordinal_3; } inline void set_ordinal_3(StringComparer_t3301955079 * value) { ___ordinal_3 = value; Il2CppCodeGenWriteBarrier((&___ordinal_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARER_T3301955079_H #ifndef READONLYCOLLECTION_1_T3935726444_H #define READONLYCOLLECTION_1_T3935726444_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t3935726444 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t3935726444, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYCOLLECTION_1_T3935726444_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 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 MODULEBUILDERTOKENGENERATOR_T944435078_H #define MODULEBUILDERTOKENGENERATOR_T944435078_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ModuleBuilderTokenGenerator struct ModuleBuilderTokenGenerator_t944435078 : public RuntimeObject { public: // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.ModuleBuilderTokenGenerator::mb ModuleBuilder_t731887691 * ___mb_0; public: inline static int32_t get_offset_of_mb_0() { return static_cast(offsetof(ModuleBuilderTokenGenerator_t944435078, ___mb_0)); } inline ModuleBuilder_t731887691 * get_mb_0() const { return ___mb_0; } inline ModuleBuilder_t731887691 ** get_address_of_mb_0() { return &___mb_0; } inline void set_mb_0(ModuleBuilder_t731887691 * value) { ___mb_0 = value; Il2CppCodeGenWriteBarrier((&___mb_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULEBUILDERTOKENGENERATOR_T944435078_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 SHA1_T1803193667_H #define SHA1_T1803193667_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.SHA1 struct SHA1_t1803193667 : public HashAlgorithm_t1432317219 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHA1_T1803193667_H #ifndef ASSEMBLYPRODUCTATTRIBUTE_T1000945320_H #define ASSEMBLYPRODUCTATTRIBUTE_T1000945320_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyProductAttribute struct AssemblyProductAttribute_t1000945320 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyProductAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyProductAttribute_t1000945320, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYPRODUCTATTRIBUTE_T1000945320_H #ifndef ASSEMBLYTITLEATTRIBUTE_T1901133402_H #define ASSEMBLYTITLEATTRIBUTE_T1901133402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyTitleAttribute struct AssemblyTitleAttribute_t1901133402 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyTitleAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyTitleAttribute_t1901133402, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYTITLEATTRIBUTE_T1901133402_H #ifndef ASSEMBLYCULTUREATTRIBUTE_T2584278277_H #define ASSEMBLYCULTUREATTRIBUTE_T2584278277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyCultureAttribute struct AssemblyCultureAttribute_t2584278277 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyCultureAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyCultureAttribute_t2584278277, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYCULTUREATTRIBUTE_T2584278277_H #ifndef ASSEMBLYDEFAULTALIASATTRIBUTE_T2176720766_H #define ASSEMBLYDEFAULTALIASATTRIBUTE_T2176720766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyDefaultAliasAttribute struct AssemblyDefaultAliasAttribute_t2176720766 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyDefaultAliasAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyDefaultAliasAttribute_t2176720766, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYDEFAULTALIASATTRIBUTE_T2176720766_H #ifndef ASSEMBLYDELAYSIGNATTRIBUTE_T176441654_H #define ASSEMBLYDELAYSIGNATTRIBUTE_T176441654_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyDelaySignAttribute struct AssemblyDelaySignAttribute_t176441654 : public Attribute_t861562559 { public: // System.Boolean System.Reflection.AssemblyDelaySignAttribute::delay bool ___delay_0; public: inline static int32_t get_offset_of_delay_0() { return static_cast(offsetof(AssemblyDelaySignAttribute_t176441654, ___delay_0)); } inline bool get_delay_0() const { return ___delay_0; } inline bool* get_address_of_delay_0() { return &___delay_0; } inline void set_delay_0(bool value) { ___delay_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYDELAYSIGNATTRIBUTE_T176441654_H #ifndef ASSEMBLYDESCRIPTIONATTRIBUTE_T1046996844_H #define ASSEMBLYDESCRIPTIONATTRIBUTE_T1046996844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyDescriptionAttribute struct AssemblyDescriptionAttribute_t1046996844 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyDescriptionAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyDescriptionAttribute_t1046996844, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYDESCRIPTIONATTRIBUTE_T1046996844_H #ifndef ASSEMBLYFILEVERSIONATTRIBUTE_T14927972_H #define ASSEMBLYFILEVERSIONATTRIBUTE_T14927972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyFileVersionAttribute struct AssemblyFileVersionAttribute_t14927972 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyFileVersionAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyFileVersionAttribute_t14927972, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYFILEVERSIONATTRIBUTE_T14927972_H #ifndef ASSEMBLYINFORMATIONALVERSIONATTRIBUTE_T3037764991_H #define ASSEMBLYINFORMATIONALVERSIONATTRIBUTE_T3037764991_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyInformationalVersionAttribute struct AssemblyInformationalVersionAttribute_t3037764991 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyInformationalVersionAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyInformationalVersionAttribute_t3037764991, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYINFORMATIONALVERSIONATTRIBUTE_T3037764991_H #ifndef ASSEMBLYKEYFILEATTRIBUTE_T2825689142_H #define ASSEMBLYKEYFILEATTRIBUTE_T2825689142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyKeyFileAttribute struct AssemblyKeyFileAttribute_t2825689142 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyKeyFileAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyKeyFileAttribute_t2825689142, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYKEYFILEATTRIBUTE_T2825689142_H #ifndef ASSEMBLYKEYNAMEATTRIBUTE_T3105008521_H #define ASSEMBLYKEYNAMEATTRIBUTE_T3105008521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyKeyNameAttribute struct AssemblyKeyNameAttribute_t3105008521 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyKeyNameAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyKeyNameAttribute_t3105008521, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYKEYNAMEATTRIBUTE_T3105008521_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 ASSEMBLYTRADEMARKATTRIBUTE_T3598190473_H #define ASSEMBLYTRADEMARKATTRIBUTE_T3598190473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyTrademarkAttribute struct AssemblyTrademarkAttribute_t3598190473 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyTrademarkAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyTrademarkAttribute_t3598190473, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYTRADEMARKATTRIBUTE_T3598190473_H #ifndef OPCODE_T123070264_H #define OPCODE_T123070264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OpCode struct OpCode_t123070264 { public: // System.Byte System.Reflection.Emit.OpCode::op1 uint8_t ___op1_0; // System.Byte System.Reflection.Emit.OpCode::op2 uint8_t ___op2_1; // System.Byte System.Reflection.Emit.OpCode::push uint8_t ___push_2; // System.Byte System.Reflection.Emit.OpCode::pop uint8_t ___pop_3; // System.Byte System.Reflection.Emit.OpCode::size uint8_t ___size_4; // System.Byte System.Reflection.Emit.OpCode::type uint8_t ___type_5; // System.Byte System.Reflection.Emit.OpCode::args uint8_t ___args_6; // System.Byte System.Reflection.Emit.OpCode::flow uint8_t ___flow_7; public: inline static int32_t get_offset_of_op1_0() { return static_cast(offsetof(OpCode_t123070264, ___op1_0)); } inline uint8_t get_op1_0() const { return ___op1_0; } inline uint8_t* get_address_of_op1_0() { return &___op1_0; } inline void set_op1_0(uint8_t value) { ___op1_0 = value; } inline static int32_t get_offset_of_op2_1() { return static_cast(offsetof(OpCode_t123070264, ___op2_1)); } inline uint8_t get_op2_1() const { return ___op2_1; } inline uint8_t* get_address_of_op2_1() { return &___op2_1; } inline void set_op2_1(uint8_t value) { ___op2_1 = value; } inline static int32_t get_offset_of_push_2() { return static_cast(offsetof(OpCode_t123070264, ___push_2)); } inline uint8_t get_push_2() const { return ___push_2; } inline uint8_t* get_address_of_push_2() { return &___push_2; } inline void set_push_2(uint8_t value) { ___push_2 = value; } inline static int32_t get_offset_of_pop_3() { return static_cast(offsetof(OpCode_t123070264, ___pop_3)); } inline uint8_t get_pop_3() const { return ___pop_3; } inline uint8_t* get_address_of_pop_3() { return &___pop_3; } inline void set_pop_3(uint8_t value) { ___pop_3 = value; } inline static int32_t get_offset_of_size_4() { return static_cast(offsetof(OpCode_t123070264, ___size_4)); } inline uint8_t get_size_4() const { return ___size_4; } inline uint8_t* get_address_of_size_4() { return &___size_4; } inline void set_size_4(uint8_t value) { ___size_4 = value; } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(OpCode_t123070264, ___type_5)); } inline uint8_t get_type_5() const { return ___type_5; } inline uint8_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(uint8_t value) { ___type_5 = value; } inline static int32_t get_offset_of_args_6() { return static_cast(offsetof(OpCode_t123070264, ___args_6)); } inline uint8_t get_args_6() const { return ___args_6; } inline uint8_t* get_address_of_args_6() { return &___args_6; } inline void set_args_6(uint8_t value) { ___args_6 = value; } inline static int32_t get_offset_of_flow_7() { return static_cast(offsetof(OpCode_t123070264, ___flow_7)); } inline uint8_t get_flow_7() const { return ___flow_7; } inline uint8_t* get_address_of_flow_7() { return &___flow_7; } inline void set_flow_7(uint8_t value) { ___flow_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPCODE_T123070264_H #ifndef LOCALBUILDER_T3562264111_H #define LOCALBUILDER_T3562264111_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.LocalBuilder struct LocalBuilder_t3562264111 : public LocalVariableInfo_t2426779395 { public: // System.Reflection.Emit.ILGenerator System.Reflection.Emit.LocalBuilder::ilgen ILGenerator_t1388622344 * ___ilgen_3; public: inline static int32_t get_offset_of_ilgen_3() { return static_cast(offsetof(LocalBuilder_t3562264111, ___ilgen_3)); } inline ILGenerator_t1388622344 * get_ilgen_3() const { return ___ilgen_3; } inline ILGenerator_t1388622344 ** get_address_of_ilgen_3() { return &___ilgen_3; } inline void set_ilgen_3(ILGenerator_t1388622344 * value) { ___ilgen_3 = value; Il2CppCodeGenWriteBarrier((&___ilgen_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALBUILDER_T3562264111_H #ifndef LABEL_T2281661643_H #define LABEL_T2281661643_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.Label struct Label_t2281661643 { public: // System.Int32 System.Reflection.Emit.Label::label int32_t ___label_0; public: inline static int32_t get_offset_of_label_0() { return static_cast(offsetof(Label_t2281661643, ___label_0)); } inline int32_t get_label_0() const { return ___label_0; } inline int32_t* get_address_of_label_0() { return &___label_0; } inline void set_label_0(int32_t value) { ___label_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABEL_T2281661643_H #ifndef LABELDATA_T360167391_H #define LABELDATA_T360167391_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator/LabelData struct LabelData_t360167391 { public: // System.Int32 System.Reflection.Emit.ILGenerator/LabelData::addr int32_t ___addr_0; // System.Int32 System.Reflection.Emit.ILGenerator/LabelData::maxStack int32_t ___maxStack_1; public: inline static int32_t get_offset_of_addr_0() { return static_cast(offsetof(LabelData_t360167391, ___addr_0)); } inline int32_t get_addr_0() const { return ___addr_0; } inline int32_t* get_address_of_addr_0() { return &___addr_0; } inline void set_addr_0(int32_t value) { ___addr_0 = value; } inline static int32_t get_offset_of_maxStack_1() { return static_cast(offsetof(LabelData_t360167391, ___maxStack_1)); } inline int32_t get_maxStack_1() const { return ___maxStack_1; } inline int32_t* get_address_of_maxStack_1() { return &___maxStack_1; } inline void set_maxStack_1(int32_t value) { ___maxStack_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABELDATA_T360167391_H #ifndef LABELFIXUP_T858502054_H #define LABELFIXUP_T858502054_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator/LabelFixup struct LabelFixup_t858502054 { public: // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::offset int32_t ___offset_0; // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::pos int32_t ___pos_1; // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::label_idx int32_t ___label_idx_2; public: inline static int32_t get_offset_of_offset_0() { return static_cast(offsetof(LabelFixup_t858502054, ___offset_0)); } inline int32_t get_offset_0() const { return ___offset_0; } inline int32_t* get_address_of_offset_0() { return &___offset_0; } inline void set_offset_0(int32_t value) { ___offset_0 = value; } inline static int32_t get_offset_of_pos_1() { return static_cast(offsetof(LabelFixup_t858502054, ___pos_1)); } inline int32_t get_pos_1() const { return ___pos_1; } inline int32_t* get_address_of_pos_1() { return &___pos_1; } inline void set_pos_1(int32_t value) { ___pos_1 = value; } inline static int32_t get_offset_of_label_idx_2() { return static_cast(offsetof(LabelFixup_t858502054, ___label_idx_2)); } inline int32_t get_label_idx_2() const { return ___label_idx_2; } inline int32_t* get_address_of_label_idx_2() { return &___label_idx_2; } inline void set_label_idx_2(int32_t value) { ___label_idx_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABELFIXUP_T858502054_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef MONOWIN32RESOURCE_T1904229483_H #define MONOWIN32RESOURCE_T1904229483_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.MonoWin32Resource struct MonoWin32Resource_t1904229483 { public: // System.Int32 System.Reflection.Emit.MonoWin32Resource::res_type int32_t ___res_type_0; // System.Int32 System.Reflection.Emit.MonoWin32Resource::res_id int32_t ___res_id_1; // System.Int32 System.Reflection.Emit.MonoWin32Resource::lang_id int32_t ___lang_id_2; // System.Byte[] System.Reflection.Emit.MonoWin32Resource::data ByteU5BU5D_t4116647657* ___data_3; public: inline static int32_t get_offset_of_res_type_0() { return static_cast(offsetof(MonoWin32Resource_t1904229483, ___res_type_0)); } inline int32_t get_res_type_0() const { return ___res_type_0; } inline int32_t* get_address_of_res_type_0() { return &___res_type_0; } inline void set_res_type_0(int32_t value) { ___res_type_0 = value; } inline static int32_t get_offset_of_res_id_1() { return static_cast(offsetof(MonoWin32Resource_t1904229483, ___res_id_1)); } inline int32_t get_res_id_1() const { return ___res_id_1; } inline int32_t* get_address_of_res_id_1() { return &___res_id_1; } inline void set_res_id_1(int32_t value) { ___res_id_1 = value; } inline static int32_t get_offset_of_lang_id_2() { return static_cast(offsetof(MonoWin32Resource_t1904229483, ___lang_id_2)); } inline int32_t get_lang_id_2() const { return ___lang_id_2; } inline int32_t* get_address_of_lang_id_2() { return &___lang_id_2; } inline void set_lang_id_2(int32_t value) { ___lang_id_2 = value; } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(MonoWin32Resource_t1904229483, ___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 // Native definition for P/Invoke marshalling of System.Reflection.Emit.MonoWin32Resource struct MonoWin32Resource_t1904229483_marshaled_pinvoke { int32_t ___res_type_0; int32_t ___res_id_1; int32_t ___lang_id_2; uint8_t* ___data_3; }; // Native definition for COM marshalling of System.Reflection.Emit.MonoWin32Resource struct MonoWin32Resource_t1904229483_marshaled_com { int32_t ___res_type_0; int32_t ___res_id_1; int32_t ___lang_id_2; uint8_t* ___data_3; }; #endif // MONOWIN32RESOURCE_T1904229483_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 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 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 ILTOKENINFO_T2325775114_H #define ILTOKENINFO_T2325775114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114 { public: // System.Reflection.MemberInfo System.Reflection.Emit.ILTokenInfo::member MemberInfo_t * ___member_0; // System.Int32 System.Reflection.Emit.ILTokenInfo::code_pos int32_t ___code_pos_1; public: inline static int32_t get_offset_of_member_0() { return static_cast(offsetof(ILTokenInfo_t2325775114, ___member_0)); } inline MemberInfo_t * get_member_0() const { return ___member_0; } inline MemberInfo_t ** get_address_of_member_0() { return &___member_0; } inline void set_member_0(MemberInfo_t * value) { ___member_0 = value; Il2CppCodeGenWriteBarrier((&___member_0), value); } inline static int32_t get_offset_of_code_pos_1() { return static_cast(offsetof(ILTokenInfo_t2325775114, ___code_pos_1)); } inline int32_t get_code_pos_1() const { return ___code_pos_1; } inline int32_t* get_address_of_code_pos_1() { return &___code_pos_1; } inline void set_code_pos_1(int32_t value) { ___code_pos_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114_marshaled_pinvoke { MemberInfo_t * ___member_0; int32_t ___code_pos_1; }; // Native definition for COM marshalling of System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114_marshaled_com { MemberInfo_t * ___member_0; int32_t ___code_pos_1; }; #endif // ILTOKENINFO_T2325775114_H #ifndef ASSEMBLYVERSIONATTRIBUTE_T1996639689_H #define ASSEMBLYVERSIONATTRIBUTE_T1996639689_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyVersionAttribute struct AssemblyVersionAttribute_t1996639689 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyVersionAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyVersionAttribute_t1996639689, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYVERSIONATTRIBUTE_T1996639689_H #ifndef DEFAULT_T2456596213_H #define DEFAULT_T2456596213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Binder/Default struct Default_t2456596213 : public Binder_t2999457153 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULT_T2456596213_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 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 PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #define CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157 { public: // System.Type System.Reflection.CustomAttributeTypedArgument::argumentType Type_t * ___argumentType_0; // System.Object System.Reflection.CustomAttributeTypedArgument::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_argumentType_0() { return static_cast(offsetof(CustomAttributeTypedArgument_t2723150157, ___argumentType_0)); } inline Type_t * get_argumentType_0() const { return ___argumentType_0; } inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; } inline void set_argumentType_0(Type_t * value) { ___argumentType_0 = value; Il2CppCodeGenWriteBarrier((&___argumentType_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(CustomAttributeTypedArgument_t2723150157, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157_marshaled_com { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; #endif // CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #ifndef DEFAULTMEMBERATTRIBUTE_T3275092422_H #define DEFAULTMEMBERATTRIBUTE_T3275092422_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.DefaultMemberAttribute struct DefaultMemberAttribute_t3275092422 : public Attribute_t861562559 { public: // System.String System.Reflection.DefaultMemberAttribute::member_name String_t* ___member_name_0; public: inline static int32_t get_offset_of_member_name_0() { return static_cast(offsetof(DefaultMemberAttribute_t3275092422, ___member_name_0)); } inline String_t* get_member_name_0() const { return ___member_name_0; } inline String_t** get_address_of_member_name_0() { return &___member_name_0; } inline void set_member_name_0(String_t* value) { ___member_name_0 = value; Il2CppCodeGenWriteBarrier((&___member_name_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTMEMBERATTRIBUTE_T3275092422_H #ifndef METHODTOKEN_T4055728386_H #define METHODTOKEN_T4055728386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.MethodToken struct MethodToken_t4055728386 { public: // System.Int32 System.Reflection.Emit.MethodToken::tokValue int32_t ___tokValue_0; public: inline static int32_t get_offset_of_tokValue_0() { return static_cast(offsetof(MethodToken_t4055728386, ___tokValue_0)); } inline int32_t get_tokValue_0() const { return ___tokValue_0; } inline int32_t* get_address_of_tokValue_0() { return &___tokValue_0; } inline void set_tokValue_0(int32_t value) { ___tokValue_0 = value; } }; struct MethodToken_t4055728386_StaticFields { public: // System.Reflection.Emit.MethodToken System.Reflection.Emit.MethodToken::Empty MethodToken_t4055728386 ___Empty_1; public: inline static int32_t get_offset_of_Empty_1() { return static_cast(offsetof(MethodToken_t4055728386_StaticFields, ___Empty_1)); } inline MethodToken_t4055728386 get_Empty_1() const { return ___Empty_1; } inline MethodToken_t4055728386 * get_address_of_Empty_1() { return &___Empty_1; } inline void set_Empty_1(MethodToken_t4055728386 value) { ___Empty_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODTOKEN_T4055728386_H #ifndef EVENTINFO_T_H #define EVENTINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.EventInfo struct EventInfo_t : public MemberInfo_t { public: // System.Reflection.EventInfo/AddEventAdapter System.Reflection.EventInfo::cached_add_event AddEventAdapter_t1787725097 * ___cached_add_event_0; public: inline static int32_t get_offset_of_cached_add_event_0() { return static_cast(offsetof(EventInfo_t, ___cached_add_event_0)); } inline AddEventAdapter_t1787725097 * get_cached_add_event_0() const { return ___cached_add_event_0; } inline AddEventAdapter_t1787725097 ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; } inline void set_cached_add_event_0(AddEventAdapter_t1787725097 * value) { ___cached_add_event_0 = value; Il2CppCodeGenWriteBarrier((&___cached_add_event_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTINFO_T_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef ASSEMBLYCOPYRIGHTATTRIBUTE_T836190902_H #define ASSEMBLYCOPYRIGHTATTRIBUTE_T836190902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyCopyrightAttribute struct AssemblyCopyrightAttribute_t836190902 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyCopyrightAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyCopyrightAttribute_t836190902, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYCOPYRIGHTATTRIBUTE_T836190902_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_5; // System.UInt32 System.Decimal::hi uint32_t ___hi_6; // System.UInt32 System.Decimal::lo uint32_t ___lo_7; // System.UInt32 System.Decimal::mid uint32_t ___mid_8; public: inline static int32_t get_offset_of_flags_5() { return static_cast(offsetof(Decimal_t2948259380, ___flags_5)); } inline uint32_t get_flags_5() const { return ___flags_5; } inline uint32_t* get_address_of_flags_5() { return &___flags_5; } inline void set_flags_5(uint32_t value) { ___flags_5 = value; } inline static int32_t get_offset_of_hi_6() { return static_cast(offsetof(Decimal_t2948259380, ___hi_6)); } inline uint32_t get_hi_6() const { return ___hi_6; } inline uint32_t* get_address_of_hi_6() { return &___hi_6; } inline void set_hi_6(uint32_t value) { ___hi_6 = value; } inline static int32_t get_offset_of_lo_7() { return static_cast(offsetof(Decimal_t2948259380, ___lo_7)); } inline uint32_t get_lo_7() const { return ___lo_7; } inline uint32_t* get_address_of_lo_7() { return &___lo_7; } inline void set_lo_7(uint32_t value) { ___lo_7 = value; } inline static int32_t get_offset_of_mid_8() { return static_cast(offsetof(Decimal_t2948259380, ___mid_8)); } inline uint32_t get_mid_8() const { return ___mid_8; } inline uint32_t* get_address_of_mid_8() { return &___mid_8; } inline void set_mid_8(uint32_t value) { ___mid_8 = 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::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_4; 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_MaxValueDiv10_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_4)); } inline Decimal_t2948259380 get_MaxValueDiv10_4() const { return ___MaxValueDiv10_4; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_4() { return &___MaxValueDiv10_4; } inline void set_MaxValueDiv10_4(Decimal_t2948259380 value) { ___MaxValueDiv10_4 = 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 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 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 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 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 OBSOLETEATTRIBUTE_T303876359_H #define OBSOLETEATTRIBUTE_T303876359_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObsoleteAttribute struct ObsoleteAttribute_t303876359 : public Attribute_t861562559 { public: // System.String System.ObsoleteAttribute::_message String_t* ____message_0; // System.Boolean System.ObsoleteAttribute::_error bool ____error_1; public: inline static int32_t get_offset_of__message_0() { return static_cast(offsetof(ObsoleteAttribute_t303876359, ____message_0)); } inline String_t* get__message_0() const { return ____message_0; } inline String_t** get_address_of__message_0() { return &____message_0; } inline void set__message_0(String_t* value) { ____message_0 = value; Il2CppCodeGenWriteBarrier((&____message_0), value); } inline static int32_t get_offset_of__error_1() { return static_cast(offsetof(ObsoleteAttribute_t303876359, ____error_1)); } inline bool get__error_1() const { return ____error_1; } inline bool* get_address_of__error_1() { return &____error_1; } inline void set__error_1(bool value) { ____error_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBSOLETEATTRIBUTE_T303876359_H #ifndef ORDINALCOMPARER_T3407243298_H #define ORDINALCOMPARER_T3407243298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OrdinalComparer struct OrdinalComparer_t3407243298 : public StringComparer_t3301955079 { public: // System.Boolean System.OrdinalComparer::_ignoreCase bool ____ignoreCase_4; public: inline static int32_t get_offset_of__ignoreCase_4() { return static_cast(offsetof(OrdinalComparer_t3407243298, ____ignoreCase_4)); } inline bool get__ignoreCase_4() const { return ____ignoreCase_4; } inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; } inline void set__ignoreCase_4(bool value) { ____ignoreCase_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDINALCOMPARER_T3407243298_H #ifndef PARAMARRAYATTRIBUTE_T3664765590_H #define PARAMARRAYATTRIBUTE_T3664765590_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ParamArrayAttribute struct ParamArrayAttribute_t3664765590 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMARRAYATTRIBUTE_T3664765590_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 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 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 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 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 NONSERIALIZEDATTRIBUTE_T2945079482_H #define NONSERIALIZEDATTRIBUTE_T2945079482_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NonSerializedAttribute struct NonSerializedAttribute_t2945079482 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NONSERIALIZEDATTRIBUTE_T2945079482_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 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 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 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 ASSEMBLYCOMPANYATTRIBUTE_T909257512_H #define ASSEMBLYCOMPANYATTRIBUTE_T909257512_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyCompanyAttribute struct AssemblyCompanyAttribute_t909257512 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyCompanyAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyCompanyAttribute_t909257512, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYCOMPANYATTRIBUTE_T909257512_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 ASSEMBLYCONFIGURATIONATTRIBUTE_T2167450097_H #define ASSEMBLYCONFIGURATIONATTRIBUTE_T2167450097_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyConfigurationAttribute struct AssemblyConfigurationAttribute_t2167450097 : public Attribute_t861562559 { public: // System.String System.Reflection.AssemblyConfigurationAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyConfigurationAttribute_t2167450097, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYCONFIGURATIONATTRIBUTE_T2167450097_H #ifndef TARGETINVOCATIONEXCEPTION_T4266643902_H #define TARGETINVOCATIONEXCEPTION_T4266643902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TargetInvocationException struct TargetInvocationException_t4266643902 : public ApplicationException_t2339761290 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TARGETINVOCATIONEXCEPTION_T4266643902_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 OPCODES_T126150456_H #define OPCODES_T126150456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OpCodes struct OpCodes_t126150456 : public RuntimeObject { public: public: }; struct OpCodes_t126150456_StaticFields { public: // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Nop OpCode_t123070264 ___Nop_0; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Break OpCode_t123070264 ___Break_1; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_0 OpCode_t123070264 ___Ldarg_0_2; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_1 OpCode_t123070264 ___Ldarg_1_3; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_2 OpCode_t123070264 ___Ldarg_2_4; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_3 OpCode_t123070264 ___Ldarg_3_5; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_0 OpCode_t123070264 ___Ldloc_0_6; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_1 OpCode_t123070264 ___Ldloc_1_7; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_2 OpCode_t123070264 ___Ldloc_2_8; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_3 OpCode_t123070264 ___Ldloc_3_9; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_0 OpCode_t123070264 ___Stloc_0_10; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_1 OpCode_t123070264 ___Stloc_1_11; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_2 OpCode_t123070264 ___Stloc_2_12; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_3 OpCode_t123070264 ___Stloc_3_13; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_S OpCode_t123070264 ___Ldarg_S_14; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarga_S OpCode_t123070264 ___Ldarga_S_15; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Starg_S OpCode_t123070264 ___Starg_S_16; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_S OpCode_t123070264 ___Ldloc_S_17; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloca_S OpCode_t123070264 ___Ldloca_S_18; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_S OpCode_t123070264 ___Stloc_S_19; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldnull OpCode_t123070264 ___Ldnull_20; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_M1 OpCode_t123070264 ___Ldc_I4_M1_21; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_0 OpCode_t123070264 ___Ldc_I4_0_22; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_1 OpCode_t123070264 ___Ldc_I4_1_23; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_2 OpCode_t123070264 ___Ldc_I4_2_24; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_3 OpCode_t123070264 ___Ldc_I4_3_25; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_4 OpCode_t123070264 ___Ldc_I4_4_26; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_5 OpCode_t123070264 ___Ldc_I4_5_27; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_6 OpCode_t123070264 ___Ldc_I4_6_28; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_7 OpCode_t123070264 ___Ldc_I4_7_29; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_8 OpCode_t123070264 ___Ldc_I4_8_30; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_S OpCode_t123070264 ___Ldc_I4_S_31; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4 OpCode_t123070264 ___Ldc_I4_32; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I8 OpCode_t123070264 ___Ldc_I8_33; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_R4 OpCode_t123070264 ___Ldc_R4_34; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_R8 OpCode_t123070264 ___Ldc_R8_35; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Dup OpCode_t123070264 ___Dup_36; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Pop OpCode_t123070264 ___Pop_37; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Jmp OpCode_t123070264 ___Jmp_38; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Call OpCode_t123070264 ___Call_39; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Calli OpCode_t123070264 ___Calli_40; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ret OpCode_t123070264 ___Ret_41; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Br_S OpCode_t123070264 ___Br_S_42; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brfalse_S OpCode_t123070264 ___Brfalse_S_43; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brtrue_S OpCode_t123070264 ___Brtrue_S_44; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Beq_S OpCode_t123070264 ___Beq_S_45; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge_S OpCode_t123070264 ___Bge_S_46; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt_S OpCode_t123070264 ___Bgt_S_47; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble_S OpCode_t123070264 ___Ble_S_48; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt_S OpCode_t123070264 ___Blt_S_49; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bne_Un_S OpCode_t123070264 ___Bne_Un_S_50; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge_Un_S OpCode_t123070264 ___Bge_Un_S_51; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt_Un_S OpCode_t123070264 ___Bgt_Un_S_52; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble_Un_S OpCode_t123070264 ___Ble_Un_S_53; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt_Un_S OpCode_t123070264 ___Blt_Un_S_54; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Br OpCode_t123070264 ___Br_55; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brfalse OpCode_t123070264 ___Brfalse_56; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brtrue OpCode_t123070264 ___Brtrue_57; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Beq OpCode_t123070264 ___Beq_58; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge OpCode_t123070264 ___Bge_59; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt OpCode_t123070264 ___Bgt_60; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble OpCode_t123070264 ___Ble_61; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt OpCode_t123070264 ___Blt_62; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bne_Un OpCode_t123070264 ___Bne_Un_63; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge_Un OpCode_t123070264 ___Bge_Un_64; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt_Un OpCode_t123070264 ___Bgt_Un_65; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble_Un OpCode_t123070264 ___Ble_Un_66; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt_Un OpCode_t123070264 ___Blt_Un_67; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Switch OpCode_t123070264 ___Switch_68; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I1 OpCode_t123070264 ___Ldind_I1_69; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_U1 OpCode_t123070264 ___Ldind_U1_70; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I2 OpCode_t123070264 ___Ldind_I2_71; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_U2 OpCode_t123070264 ___Ldind_U2_72; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I4 OpCode_t123070264 ___Ldind_I4_73; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_U4 OpCode_t123070264 ___Ldind_U4_74; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I8 OpCode_t123070264 ___Ldind_I8_75; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I OpCode_t123070264 ___Ldind_I_76; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_R4 OpCode_t123070264 ___Ldind_R4_77; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_R8 OpCode_t123070264 ___Ldind_R8_78; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_Ref OpCode_t123070264 ___Ldind_Ref_79; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_Ref OpCode_t123070264 ___Stind_Ref_80; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I1 OpCode_t123070264 ___Stind_I1_81; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I2 OpCode_t123070264 ___Stind_I2_82; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I4 OpCode_t123070264 ___Stind_I4_83; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I8 OpCode_t123070264 ___Stind_I8_84; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_R4 OpCode_t123070264 ___Stind_R4_85; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_R8 OpCode_t123070264 ___Stind_R8_86; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Add OpCode_t123070264 ___Add_87; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sub OpCode_t123070264 ___Sub_88; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mul OpCode_t123070264 ___Mul_89; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Div OpCode_t123070264 ___Div_90; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Div_Un OpCode_t123070264 ___Div_Un_91; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Rem OpCode_t123070264 ___Rem_92; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Rem_Un OpCode_t123070264 ___Rem_Un_93; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::And OpCode_t123070264 ___And_94; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Or OpCode_t123070264 ___Or_95; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Xor OpCode_t123070264 ___Xor_96; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Shl OpCode_t123070264 ___Shl_97; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Shr OpCode_t123070264 ___Shr_98; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Shr_Un OpCode_t123070264 ___Shr_Un_99; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Neg OpCode_t123070264 ___Neg_100; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Not OpCode_t123070264 ___Not_101; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I1 OpCode_t123070264 ___Conv_I1_102; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I2 OpCode_t123070264 ___Conv_I2_103; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I4 OpCode_t123070264 ___Conv_I4_104; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I8 OpCode_t123070264 ___Conv_I8_105; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_R4 OpCode_t123070264 ___Conv_R4_106; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_R8 OpCode_t123070264 ___Conv_R8_107; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U4 OpCode_t123070264 ___Conv_U4_108; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U8 OpCode_t123070264 ___Conv_U8_109; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Callvirt OpCode_t123070264 ___Callvirt_110; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cpobj OpCode_t123070264 ___Cpobj_111; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldobj OpCode_t123070264 ___Ldobj_112; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldstr OpCode_t123070264 ___Ldstr_113; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Newobj OpCode_t123070264 ___Newobj_114; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Castclass OpCode_t123070264 ___Castclass_115; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Isinst OpCode_t123070264 ___Isinst_116; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_R_Un OpCode_t123070264 ___Conv_R_Un_117; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Unbox OpCode_t123070264 ___Unbox_118; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Throw OpCode_t123070264 ___Throw_119; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldfld OpCode_t123070264 ___Ldfld_120; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldflda OpCode_t123070264 ___Ldflda_121; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stfld OpCode_t123070264 ___Stfld_122; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldsfld OpCode_t123070264 ___Ldsfld_123; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldsflda OpCode_t123070264 ___Ldsflda_124; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stsfld OpCode_t123070264 ___Stsfld_125; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stobj OpCode_t123070264 ___Stobj_126; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I1_Un OpCode_t123070264 ___Conv_Ovf_I1_Un_127; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I2_Un OpCode_t123070264 ___Conv_Ovf_I2_Un_128; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I4_Un OpCode_t123070264 ___Conv_Ovf_I4_Un_129; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I8_Un OpCode_t123070264 ___Conv_Ovf_I8_Un_130; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U1_Un OpCode_t123070264 ___Conv_Ovf_U1_Un_131; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U2_Un OpCode_t123070264 ___Conv_Ovf_U2_Un_132; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U4_Un OpCode_t123070264 ___Conv_Ovf_U4_Un_133; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U8_Un OpCode_t123070264 ___Conv_Ovf_U8_Un_134; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I_Un OpCode_t123070264 ___Conv_Ovf_I_Un_135; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U_Un OpCode_t123070264 ___Conv_Ovf_U_Un_136; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Box OpCode_t123070264 ___Box_137; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Newarr OpCode_t123070264 ___Newarr_138; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldlen OpCode_t123070264 ___Ldlen_139; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelema OpCode_t123070264 ___Ldelema_140; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I1 OpCode_t123070264 ___Ldelem_I1_141; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_U1 OpCode_t123070264 ___Ldelem_U1_142; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I2 OpCode_t123070264 ___Ldelem_I2_143; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_U2 OpCode_t123070264 ___Ldelem_U2_144; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I4 OpCode_t123070264 ___Ldelem_I4_145; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_U4 OpCode_t123070264 ___Ldelem_U4_146; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I8 OpCode_t123070264 ___Ldelem_I8_147; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I OpCode_t123070264 ___Ldelem_I_148; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_R4 OpCode_t123070264 ___Ldelem_R4_149; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_R8 OpCode_t123070264 ___Ldelem_R8_150; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_Ref OpCode_t123070264 ___Ldelem_Ref_151; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I OpCode_t123070264 ___Stelem_I_152; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I1 OpCode_t123070264 ___Stelem_I1_153; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I2 OpCode_t123070264 ___Stelem_I2_154; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I4 OpCode_t123070264 ___Stelem_I4_155; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I8 OpCode_t123070264 ___Stelem_I8_156; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_R4 OpCode_t123070264 ___Stelem_R4_157; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_R8 OpCode_t123070264 ___Stelem_R8_158; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_Ref OpCode_t123070264 ___Stelem_Ref_159; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem OpCode_t123070264 ___Ldelem_160; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem OpCode_t123070264 ___Stelem_161; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Unbox_Any OpCode_t123070264 ___Unbox_Any_162; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I1 OpCode_t123070264 ___Conv_Ovf_I1_163; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U1 OpCode_t123070264 ___Conv_Ovf_U1_164; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I2 OpCode_t123070264 ___Conv_Ovf_I2_165; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U2 OpCode_t123070264 ___Conv_Ovf_U2_166; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I4 OpCode_t123070264 ___Conv_Ovf_I4_167; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U4 OpCode_t123070264 ___Conv_Ovf_U4_168; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I8 OpCode_t123070264 ___Conv_Ovf_I8_169; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U8 OpCode_t123070264 ___Conv_Ovf_U8_170; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Refanyval OpCode_t123070264 ___Refanyval_171; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ckfinite OpCode_t123070264 ___Ckfinite_172; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mkrefany OpCode_t123070264 ___Mkrefany_173; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldtoken OpCode_t123070264 ___Ldtoken_174; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U2 OpCode_t123070264 ___Conv_U2_175; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U1 OpCode_t123070264 ___Conv_U1_176; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I OpCode_t123070264 ___Conv_I_177; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I OpCode_t123070264 ___Conv_Ovf_I_178; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U OpCode_t123070264 ___Conv_Ovf_U_179; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Add_Ovf OpCode_t123070264 ___Add_Ovf_180; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Add_Ovf_Un OpCode_t123070264 ___Add_Ovf_Un_181; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mul_Ovf OpCode_t123070264 ___Mul_Ovf_182; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mul_Ovf_Un OpCode_t123070264 ___Mul_Ovf_Un_183; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sub_Ovf OpCode_t123070264 ___Sub_Ovf_184; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sub_Ovf_Un OpCode_t123070264 ___Sub_Ovf_Un_185; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Endfinally OpCode_t123070264 ___Endfinally_186; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Leave OpCode_t123070264 ___Leave_187; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Leave_S OpCode_t123070264 ___Leave_S_188; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I OpCode_t123070264 ___Stind_I_189; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U OpCode_t123070264 ___Conv_U_190; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix7 OpCode_t123070264 ___Prefix7_191; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix6 OpCode_t123070264 ___Prefix6_192; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix5 OpCode_t123070264 ___Prefix5_193; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix4 OpCode_t123070264 ___Prefix4_194; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix3 OpCode_t123070264 ___Prefix3_195; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix2 OpCode_t123070264 ___Prefix2_196; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix1 OpCode_t123070264 ___Prefix1_197; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefixref OpCode_t123070264 ___Prefixref_198; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Arglist OpCode_t123070264 ___Arglist_199; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ceq OpCode_t123070264 ___Ceq_200; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cgt OpCode_t123070264 ___Cgt_201; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cgt_Un OpCode_t123070264 ___Cgt_Un_202; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Clt OpCode_t123070264 ___Clt_203; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Clt_Un OpCode_t123070264 ___Clt_Un_204; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldftn OpCode_t123070264 ___Ldftn_205; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldvirtftn OpCode_t123070264 ___Ldvirtftn_206; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg OpCode_t123070264 ___Ldarg_207; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarga OpCode_t123070264 ___Ldarga_208; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Starg OpCode_t123070264 ___Starg_209; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc OpCode_t123070264 ___Ldloc_210; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloca OpCode_t123070264 ___Ldloca_211; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc OpCode_t123070264 ___Stloc_212; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Localloc OpCode_t123070264 ___Localloc_213; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Endfilter OpCode_t123070264 ___Endfilter_214; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Unaligned OpCode_t123070264 ___Unaligned_215; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Volatile OpCode_t123070264 ___Volatile_216; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Tailcall OpCode_t123070264 ___Tailcall_217; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Initobj OpCode_t123070264 ___Initobj_218; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Constrained OpCode_t123070264 ___Constrained_219; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cpblk OpCode_t123070264 ___Cpblk_220; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Initblk OpCode_t123070264 ___Initblk_221; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Rethrow OpCode_t123070264 ___Rethrow_222; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sizeof OpCode_t123070264 ___Sizeof_223; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Refanytype OpCode_t123070264 ___Refanytype_224; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Readonly OpCode_t123070264 ___Readonly_225; public: inline static int32_t get_offset_of_Nop_0() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Nop_0)); } inline OpCode_t123070264 get_Nop_0() const { return ___Nop_0; } inline OpCode_t123070264 * get_address_of_Nop_0() { return &___Nop_0; } inline void set_Nop_0(OpCode_t123070264 value) { ___Nop_0 = value; } inline static int32_t get_offset_of_Break_1() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Break_1)); } inline OpCode_t123070264 get_Break_1() const { return ___Break_1; } inline OpCode_t123070264 * get_address_of_Break_1() { return &___Break_1; } inline void set_Break_1(OpCode_t123070264 value) { ___Break_1 = value; } inline static int32_t get_offset_of_Ldarg_0_2() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_0_2)); } inline OpCode_t123070264 get_Ldarg_0_2() const { return ___Ldarg_0_2; } inline OpCode_t123070264 * get_address_of_Ldarg_0_2() { return &___Ldarg_0_2; } inline void set_Ldarg_0_2(OpCode_t123070264 value) { ___Ldarg_0_2 = value; } inline static int32_t get_offset_of_Ldarg_1_3() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_1_3)); } inline OpCode_t123070264 get_Ldarg_1_3() const { return ___Ldarg_1_3; } inline OpCode_t123070264 * get_address_of_Ldarg_1_3() { return &___Ldarg_1_3; } inline void set_Ldarg_1_3(OpCode_t123070264 value) { ___Ldarg_1_3 = value; } inline static int32_t get_offset_of_Ldarg_2_4() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_2_4)); } inline OpCode_t123070264 get_Ldarg_2_4() const { return ___Ldarg_2_4; } inline OpCode_t123070264 * get_address_of_Ldarg_2_4() { return &___Ldarg_2_4; } inline void set_Ldarg_2_4(OpCode_t123070264 value) { ___Ldarg_2_4 = value; } inline static int32_t get_offset_of_Ldarg_3_5() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_3_5)); } inline OpCode_t123070264 get_Ldarg_3_5() const { return ___Ldarg_3_5; } inline OpCode_t123070264 * get_address_of_Ldarg_3_5() { return &___Ldarg_3_5; } inline void set_Ldarg_3_5(OpCode_t123070264 value) { ___Ldarg_3_5 = value; } inline static int32_t get_offset_of_Ldloc_0_6() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_0_6)); } inline OpCode_t123070264 get_Ldloc_0_6() const { return ___Ldloc_0_6; } inline OpCode_t123070264 * get_address_of_Ldloc_0_6() { return &___Ldloc_0_6; } inline void set_Ldloc_0_6(OpCode_t123070264 value) { ___Ldloc_0_6 = value; } inline static int32_t get_offset_of_Ldloc_1_7() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_1_7)); } inline OpCode_t123070264 get_Ldloc_1_7() const { return ___Ldloc_1_7; } inline OpCode_t123070264 * get_address_of_Ldloc_1_7() { return &___Ldloc_1_7; } inline void set_Ldloc_1_7(OpCode_t123070264 value) { ___Ldloc_1_7 = value; } inline static int32_t get_offset_of_Ldloc_2_8() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_2_8)); } inline OpCode_t123070264 get_Ldloc_2_8() const { return ___Ldloc_2_8; } inline OpCode_t123070264 * get_address_of_Ldloc_2_8() { return &___Ldloc_2_8; } inline void set_Ldloc_2_8(OpCode_t123070264 value) { ___Ldloc_2_8 = value; } inline static int32_t get_offset_of_Ldloc_3_9() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_3_9)); } inline OpCode_t123070264 get_Ldloc_3_9() const { return ___Ldloc_3_9; } inline OpCode_t123070264 * get_address_of_Ldloc_3_9() { return &___Ldloc_3_9; } inline void set_Ldloc_3_9(OpCode_t123070264 value) { ___Ldloc_3_9 = value; } inline static int32_t get_offset_of_Stloc_0_10() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_0_10)); } inline OpCode_t123070264 get_Stloc_0_10() const { return ___Stloc_0_10; } inline OpCode_t123070264 * get_address_of_Stloc_0_10() { return &___Stloc_0_10; } inline void set_Stloc_0_10(OpCode_t123070264 value) { ___Stloc_0_10 = value; } inline static int32_t get_offset_of_Stloc_1_11() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_1_11)); } inline OpCode_t123070264 get_Stloc_1_11() const { return ___Stloc_1_11; } inline OpCode_t123070264 * get_address_of_Stloc_1_11() { return &___Stloc_1_11; } inline void set_Stloc_1_11(OpCode_t123070264 value) { ___Stloc_1_11 = value; } inline static int32_t get_offset_of_Stloc_2_12() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_2_12)); } inline OpCode_t123070264 get_Stloc_2_12() const { return ___Stloc_2_12; } inline OpCode_t123070264 * get_address_of_Stloc_2_12() { return &___Stloc_2_12; } inline void set_Stloc_2_12(OpCode_t123070264 value) { ___Stloc_2_12 = value; } inline static int32_t get_offset_of_Stloc_3_13() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_3_13)); } inline OpCode_t123070264 get_Stloc_3_13() const { return ___Stloc_3_13; } inline OpCode_t123070264 * get_address_of_Stloc_3_13() { return &___Stloc_3_13; } inline void set_Stloc_3_13(OpCode_t123070264 value) { ___Stloc_3_13 = value; } inline static int32_t get_offset_of_Ldarg_S_14() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_S_14)); } inline OpCode_t123070264 get_Ldarg_S_14() const { return ___Ldarg_S_14; } inline OpCode_t123070264 * get_address_of_Ldarg_S_14() { return &___Ldarg_S_14; } inline void set_Ldarg_S_14(OpCode_t123070264 value) { ___Ldarg_S_14 = value; } inline static int32_t get_offset_of_Ldarga_S_15() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarga_S_15)); } inline OpCode_t123070264 get_Ldarga_S_15() const { return ___Ldarga_S_15; } inline OpCode_t123070264 * get_address_of_Ldarga_S_15() { return &___Ldarga_S_15; } inline void set_Ldarga_S_15(OpCode_t123070264 value) { ___Ldarga_S_15 = value; } inline static int32_t get_offset_of_Starg_S_16() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Starg_S_16)); } inline OpCode_t123070264 get_Starg_S_16() const { return ___Starg_S_16; } inline OpCode_t123070264 * get_address_of_Starg_S_16() { return &___Starg_S_16; } inline void set_Starg_S_16(OpCode_t123070264 value) { ___Starg_S_16 = value; } inline static int32_t get_offset_of_Ldloc_S_17() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_S_17)); } inline OpCode_t123070264 get_Ldloc_S_17() const { return ___Ldloc_S_17; } inline OpCode_t123070264 * get_address_of_Ldloc_S_17() { return &___Ldloc_S_17; } inline void set_Ldloc_S_17(OpCode_t123070264 value) { ___Ldloc_S_17 = value; } inline static int32_t get_offset_of_Ldloca_S_18() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloca_S_18)); } inline OpCode_t123070264 get_Ldloca_S_18() const { return ___Ldloca_S_18; } inline OpCode_t123070264 * get_address_of_Ldloca_S_18() { return &___Ldloca_S_18; } inline void set_Ldloca_S_18(OpCode_t123070264 value) { ___Ldloca_S_18 = value; } inline static int32_t get_offset_of_Stloc_S_19() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_S_19)); } inline OpCode_t123070264 get_Stloc_S_19() const { return ___Stloc_S_19; } inline OpCode_t123070264 * get_address_of_Stloc_S_19() { return &___Stloc_S_19; } inline void set_Stloc_S_19(OpCode_t123070264 value) { ___Stloc_S_19 = value; } inline static int32_t get_offset_of_Ldnull_20() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldnull_20)); } inline OpCode_t123070264 get_Ldnull_20() const { return ___Ldnull_20; } inline OpCode_t123070264 * get_address_of_Ldnull_20() { return &___Ldnull_20; } inline void set_Ldnull_20(OpCode_t123070264 value) { ___Ldnull_20 = value; } inline static int32_t get_offset_of_Ldc_I4_M1_21() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_M1_21)); } inline OpCode_t123070264 get_Ldc_I4_M1_21() const { return ___Ldc_I4_M1_21; } inline OpCode_t123070264 * get_address_of_Ldc_I4_M1_21() { return &___Ldc_I4_M1_21; } inline void set_Ldc_I4_M1_21(OpCode_t123070264 value) { ___Ldc_I4_M1_21 = value; } inline static int32_t get_offset_of_Ldc_I4_0_22() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_0_22)); } inline OpCode_t123070264 get_Ldc_I4_0_22() const { return ___Ldc_I4_0_22; } inline OpCode_t123070264 * get_address_of_Ldc_I4_0_22() { return &___Ldc_I4_0_22; } inline void set_Ldc_I4_0_22(OpCode_t123070264 value) { ___Ldc_I4_0_22 = value; } inline static int32_t get_offset_of_Ldc_I4_1_23() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_1_23)); } inline OpCode_t123070264 get_Ldc_I4_1_23() const { return ___Ldc_I4_1_23; } inline OpCode_t123070264 * get_address_of_Ldc_I4_1_23() { return &___Ldc_I4_1_23; } inline void set_Ldc_I4_1_23(OpCode_t123070264 value) { ___Ldc_I4_1_23 = value; } inline static int32_t get_offset_of_Ldc_I4_2_24() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_2_24)); } inline OpCode_t123070264 get_Ldc_I4_2_24() const { return ___Ldc_I4_2_24; } inline OpCode_t123070264 * get_address_of_Ldc_I4_2_24() { return &___Ldc_I4_2_24; } inline void set_Ldc_I4_2_24(OpCode_t123070264 value) { ___Ldc_I4_2_24 = value; } inline static int32_t get_offset_of_Ldc_I4_3_25() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_3_25)); } inline OpCode_t123070264 get_Ldc_I4_3_25() const { return ___Ldc_I4_3_25; } inline OpCode_t123070264 * get_address_of_Ldc_I4_3_25() { return &___Ldc_I4_3_25; } inline void set_Ldc_I4_3_25(OpCode_t123070264 value) { ___Ldc_I4_3_25 = value; } inline static int32_t get_offset_of_Ldc_I4_4_26() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_4_26)); } inline OpCode_t123070264 get_Ldc_I4_4_26() const { return ___Ldc_I4_4_26; } inline OpCode_t123070264 * get_address_of_Ldc_I4_4_26() { return &___Ldc_I4_4_26; } inline void set_Ldc_I4_4_26(OpCode_t123070264 value) { ___Ldc_I4_4_26 = value; } inline static int32_t get_offset_of_Ldc_I4_5_27() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_5_27)); } inline OpCode_t123070264 get_Ldc_I4_5_27() const { return ___Ldc_I4_5_27; } inline OpCode_t123070264 * get_address_of_Ldc_I4_5_27() { return &___Ldc_I4_5_27; } inline void set_Ldc_I4_5_27(OpCode_t123070264 value) { ___Ldc_I4_5_27 = value; } inline static int32_t get_offset_of_Ldc_I4_6_28() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_6_28)); } inline OpCode_t123070264 get_Ldc_I4_6_28() const { return ___Ldc_I4_6_28; } inline OpCode_t123070264 * get_address_of_Ldc_I4_6_28() { return &___Ldc_I4_6_28; } inline void set_Ldc_I4_6_28(OpCode_t123070264 value) { ___Ldc_I4_6_28 = value; } inline static int32_t get_offset_of_Ldc_I4_7_29() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_7_29)); } inline OpCode_t123070264 get_Ldc_I4_7_29() const { return ___Ldc_I4_7_29; } inline OpCode_t123070264 * get_address_of_Ldc_I4_7_29() { return &___Ldc_I4_7_29; } inline void set_Ldc_I4_7_29(OpCode_t123070264 value) { ___Ldc_I4_7_29 = value; } inline static int32_t get_offset_of_Ldc_I4_8_30() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_8_30)); } inline OpCode_t123070264 get_Ldc_I4_8_30() const { return ___Ldc_I4_8_30; } inline OpCode_t123070264 * get_address_of_Ldc_I4_8_30() { return &___Ldc_I4_8_30; } inline void set_Ldc_I4_8_30(OpCode_t123070264 value) { ___Ldc_I4_8_30 = value; } inline static int32_t get_offset_of_Ldc_I4_S_31() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_S_31)); } inline OpCode_t123070264 get_Ldc_I4_S_31() const { return ___Ldc_I4_S_31; } inline OpCode_t123070264 * get_address_of_Ldc_I4_S_31() { return &___Ldc_I4_S_31; } inline void set_Ldc_I4_S_31(OpCode_t123070264 value) { ___Ldc_I4_S_31 = value; } inline static int32_t get_offset_of_Ldc_I4_32() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_32)); } inline OpCode_t123070264 get_Ldc_I4_32() const { return ___Ldc_I4_32; } inline OpCode_t123070264 * get_address_of_Ldc_I4_32() { return &___Ldc_I4_32; } inline void set_Ldc_I4_32(OpCode_t123070264 value) { ___Ldc_I4_32 = value; } inline static int32_t get_offset_of_Ldc_I8_33() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I8_33)); } inline OpCode_t123070264 get_Ldc_I8_33() const { return ___Ldc_I8_33; } inline OpCode_t123070264 * get_address_of_Ldc_I8_33() { return &___Ldc_I8_33; } inline void set_Ldc_I8_33(OpCode_t123070264 value) { ___Ldc_I8_33 = value; } inline static int32_t get_offset_of_Ldc_R4_34() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_R4_34)); } inline OpCode_t123070264 get_Ldc_R4_34() const { return ___Ldc_R4_34; } inline OpCode_t123070264 * get_address_of_Ldc_R4_34() { return &___Ldc_R4_34; } inline void set_Ldc_R4_34(OpCode_t123070264 value) { ___Ldc_R4_34 = value; } inline static int32_t get_offset_of_Ldc_R8_35() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_R8_35)); } inline OpCode_t123070264 get_Ldc_R8_35() const { return ___Ldc_R8_35; } inline OpCode_t123070264 * get_address_of_Ldc_R8_35() { return &___Ldc_R8_35; } inline void set_Ldc_R8_35(OpCode_t123070264 value) { ___Ldc_R8_35 = value; } inline static int32_t get_offset_of_Dup_36() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Dup_36)); } inline OpCode_t123070264 get_Dup_36() const { return ___Dup_36; } inline OpCode_t123070264 * get_address_of_Dup_36() { return &___Dup_36; } inline void set_Dup_36(OpCode_t123070264 value) { ___Dup_36 = value; } inline static int32_t get_offset_of_Pop_37() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Pop_37)); } inline OpCode_t123070264 get_Pop_37() const { return ___Pop_37; } inline OpCode_t123070264 * get_address_of_Pop_37() { return &___Pop_37; } inline void set_Pop_37(OpCode_t123070264 value) { ___Pop_37 = value; } inline static int32_t get_offset_of_Jmp_38() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Jmp_38)); } inline OpCode_t123070264 get_Jmp_38() const { return ___Jmp_38; } inline OpCode_t123070264 * get_address_of_Jmp_38() { return &___Jmp_38; } inline void set_Jmp_38(OpCode_t123070264 value) { ___Jmp_38 = value; } inline static int32_t get_offset_of_Call_39() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Call_39)); } inline OpCode_t123070264 get_Call_39() const { return ___Call_39; } inline OpCode_t123070264 * get_address_of_Call_39() { return &___Call_39; } inline void set_Call_39(OpCode_t123070264 value) { ___Call_39 = value; } inline static int32_t get_offset_of_Calli_40() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Calli_40)); } inline OpCode_t123070264 get_Calli_40() const { return ___Calli_40; } inline OpCode_t123070264 * get_address_of_Calli_40() { return &___Calli_40; } inline void set_Calli_40(OpCode_t123070264 value) { ___Calli_40 = value; } inline static int32_t get_offset_of_Ret_41() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ret_41)); } inline OpCode_t123070264 get_Ret_41() const { return ___Ret_41; } inline OpCode_t123070264 * get_address_of_Ret_41() { return &___Ret_41; } inline void set_Ret_41(OpCode_t123070264 value) { ___Ret_41 = value; } inline static int32_t get_offset_of_Br_S_42() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Br_S_42)); } inline OpCode_t123070264 get_Br_S_42() const { return ___Br_S_42; } inline OpCode_t123070264 * get_address_of_Br_S_42() { return &___Br_S_42; } inline void set_Br_S_42(OpCode_t123070264 value) { ___Br_S_42 = value; } inline static int32_t get_offset_of_Brfalse_S_43() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brfalse_S_43)); } inline OpCode_t123070264 get_Brfalse_S_43() const { return ___Brfalse_S_43; } inline OpCode_t123070264 * get_address_of_Brfalse_S_43() { return &___Brfalse_S_43; } inline void set_Brfalse_S_43(OpCode_t123070264 value) { ___Brfalse_S_43 = value; } inline static int32_t get_offset_of_Brtrue_S_44() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brtrue_S_44)); } inline OpCode_t123070264 get_Brtrue_S_44() const { return ___Brtrue_S_44; } inline OpCode_t123070264 * get_address_of_Brtrue_S_44() { return &___Brtrue_S_44; } inline void set_Brtrue_S_44(OpCode_t123070264 value) { ___Brtrue_S_44 = value; } inline static int32_t get_offset_of_Beq_S_45() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Beq_S_45)); } inline OpCode_t123070264 get_Beq_S_45() const { return ___Beq_S_45; } inline OpCode_t123070264 * get_address_of_Beq_S_45() { return &___Beq_S_45; } inline void set_Beq_S_45(OpCode_t123070264 value) { ___Beq_S_45 = value; } inline static int32_t get_offset_of_Bge_S_46() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_S_46)); } inline OpCode_t123070264 get_Bge_S_46() const { return ___Bge_S_46; } inline OpCode_t123070264 * get_address_of_Bge_S_46() { return &___Bge_S_46; } inline void set_Bge_S_46(OpCode_t123070264 value) { ___Bge_S_46 = value; } inline static int32_t get_offset_of_Bgt_S_47() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_S_47)); } inline OpCode_t123070264 get_Bgt_S_47() const { return ___Bgt_S_47; } inline OpCode_t123070264 * get_address_of_Bgt_S_47() { return &___Bgt_S_47; } inline void set_Bgt_S_47(OpCode_t123070264 value) { ___Bgt_S_47 = value; } inline static int32_t get_offset_of_Ble_S_48() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_S_48)); } inline OpCode_t123070264 get_Ble_S_48() const { return ___Ble_S_48; } inline OpCode_t123070264 * get_address_of_Ble_S_48() { return &___Ble_S_48; } inline void set_Ble_S_48(OpCode_t123070264 value) { ___Ble_S_48 = value; } inline static int32_t get_offset_of_Blt_S_49() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_S_49)); } inline OpCode_t123070264 get_Blt_S_49() const { return ___Blt_S_49; } inline OpCode_t123070264 * get_address_of_Blt_S_49() { return &___Blt_S_49; } inline void set_Blt_S_49(OpCode_t123070264 value) { ___Blt_S_49 = value; } inline static int32_t get_offset_of_Bne_Un_S_50() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bne_Un_S_50)); } inline OpCode_t123070264 get_Bne_Un_S_50() const { return ___Bne_Un_S_50; } inline OpCode_t123070264 * get_address_of_Bne_Un_S_50() { return &___Bne_Un_S_50; } inline void set_Bne_Un_S_50(OpCode_t123070264 value) { ___Bne_Un_S_50 = value; } inline static int32_t get_offset_of_Bge_Un_S_51() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_Un_S_51)); } inline OpCode_t123070264 get_Bge_Un_S_51() const { return ___Bge_Un_S_51; } inline OpCode_t123070264 * get_address_of_Bge_Un_S_51() { return &___Bge_Un_S_51; } inline void set_Bge_Un_S_51(OpCode_t123070264 value) { ___Bge_Un_S_51 = value; } inline static int32_t get_offset_of_Bgt_Un_S_52() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_Un_S_52)); } inline OpCode_t123070264 get_Bgt_Un_S_52() const { return ___Bgt_Un_S_52; } inline OpCode_t123070264 * get_address_of_Bgt_Un_S_52() { return &___Bgt_Un_S_52; } inline void set_Bgt_Un_S_52(OpCode_t123070264 value) { ___Bgt_Un_S_52 = value; } inline static int32_t get_offset_of_Ble_Un_S_53() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_Un_S_53)); } inline OpCode_t123070264 get_Ble_Un_S_53() const { return ___Ble_Un_S_53; } inline OpCode_t123070264 * get_address_of_Ble_Un_S_53() { return &___Ble_Un_S_53; } inline void set_Ble_Un_S_53(OpCode_t123070264 value) { ___Ble_Un_S_53 = value; } inline static int32_t get_offset_of_Blt_Un_S_54() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_Un_S_54)); } inline OpCode_t123070264 get_Blt_Un_S_54() const { return ___Blt_Un_S_54; } inline OpCode_t123070264 * get_address_of_Blt_Un_S_54() { return &___Blt_Un_S_54; } inline void set_Blt_Un_S_54(OpCode_t123070264 value) { ___Blt_Un_S_54 = value; } inline static int32_t get_offset_of_Br_55() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Br_55)); } inline OpCode_t123070264 get_Br_55() const { return ___Br_55; } inline OpCode_t123070264 * get_address_of_Br_55() { return &___Br_55; } inline void set_Br_55(OpCode_t123070264 value) { ___Br_55 = value; } inline static int32_t get_offset_of_Brfalse_56() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brfalse_56)); } inline OpCode_t123070264 get_Brfalse_56() const { return ___Brfalse_56; } inline OpCode_t123070264 * get_address_of_Brfalse_56() { return &___Brfalse_56; } inline void set_Brfalse_56(OpCode_t123070264 value) { ___Brfalse_56 = value; } inline static int32_t get_offset_of_Brtrue_57() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brtrue_57)); } inline OpCode_t123070264 get_Brtrue_57() const { return ___Brtrue_57; } inline OpCode_t123070264 * get_address_of_Brtrue_57() { return &___Brtrue_57; } inline void set_Brtrue_57(OpCode_t123070264 value) { ___Brtrue_57 = value; } inline static int32_t get_offset_of_Beq_58() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Beq_58)); } inline OpCode_t123070264 get_Beq_58() const { return ___Beq_58; } inline OpCode_t123070264 * get_address_of_Beq_58() { return &___Beq_58; } inline void set_Beq_58(OpCode_t123070264 value) { ___Beq_58 = value; } inline static int32_t get_offset_of_Bge_59() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_59)); } inline OpCode_t123070264 get_Bge_59() const { return ___Bge_59; } inline OpCode_t123070264 * get_address_of_Bge_59() { return &___Bge_59; } inline void set_Bge_59(OpCode_t123070264 value) { ___Bge_59 = value; } inline static int32_t get_offset_of_Bgt_60() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_60)); } inline OpCode_t123070264 get_Bgt_60() const { return ___Bgt_60; } inline OpCode_t123070264 * get_address_of_Bgt_60() { return &___Bgt_60; } inline void set_Bgt_60(OpCode_t123070264 value) { ___Bgt_60 = value; } inline static int32_t get_offset_of_Ble_61() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_61)); } inline OpCode_t123070264 get_Ble_61() const { return ___Ble_61; } inline OpCode_t123070264 * get_address_of_Ble_61() { return &___Ble_61; } inline void set_Ble_61(OpCode_t123070264 value) { ___Ble_61 = value; } inline static int32_t get_offset_of_Blt_62() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_62)); } inline OpCode_t123070264 get_Blt_62() const { return ___Blt_62; } inline OpCode_t123070264 * get_address_of_Blt_62() { return &___Blt_62; } inline void set_Blt_62(OpCode_t123070264 value) { ___Blt_62 = value; } inline static int32_t get_offset_of_Bne_Un_63() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bne_Un_63)); } inline OpCode_t123070264 get_Bne_Un_63() const { return ___Bne_Un_63; } inline OpCode_t123070264 * get_address_of_Bne_Un_63() { return &___Bne_Un_63; } inline void set_Bne_Un_63(OpCode_t123070264 value) { ___Bne_Un_63 = value; } inline static int32_t get_offset_of_Bge_Un_64() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_Un_64)); } inline OpCode_t123070264 get_Bge_Un_64() const { return ___Bge_Un_64; } inline OpCode_t123070264 * get_address_of_Bge_Un_64() { return &___Bge_Un_64; } inline void set_Bge_Un_64(OpCode_t123070264 value) { ___Bge_Un_64 = value; } inline static int32_t get_offset_of_Bgt_Un_65() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_Un_65)); } inline OpCode_t123070264 get_Bgt_Un_65() const { return ___Bgt_Un_65; } inline OpCode_t123070264 * get_address_of_Bgt_Un_65() { return &___Bgt_Un_65; } inline void set_Bgt_Un_65(OpCode_t123070264 value) { ___Bgt_Un_65 = value; } inline static int32_t get_offset_of_Ble_Un_66() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_Un_66)); } inline OpCode_t123070264 get_Ble_Un_66() const { return ___Ble_Un_66; } inline OpCode_t123070264 * get_address_of_Ble_Un_66() { return &___Ble_Un_66; } inline void set_Ble_Un_66(OpCode_t123070264 value) { ___Ble_Un_66 = value; } inline static int32_t get_offset_of_Blt_Un_67() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_Un_67)); } inline OpCode_t123070264 get_Blt_Un_67() const { return ___Blt_Un_67; } inline OpCode_t123070264 * get_address_of_Blt_Un_67() { return &___Blt_Un_67; } inline void set_Blt_Un_67(OpCode_t123070264 value) { ___Blt_Un_67 = value; } inline static int32_t get_offset_of_Switch_68() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Switch_68)); } inline OpCode_t123070264 get_Switch_68() const { return ___Switch_68; } inline OpCode_t123070264 * get_address_of_Switch_68() { return &___Switch_68; } inline void set_Switch_68(OpCode_t123070264 value) { ___Switch_68 = value; } inline static int32_t get_offset_of_Ldind_I1_69() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I1_69)); } inline OpCode_t123070264 get_Ldind_I1_69() const { return ___Ldind_I1_69; } inline OpCode_t123070264 * get_address_of_Ldind_I1_69() { return &___Ldind_I1_69; } inline void set_Ldind_I1_69(OpCode_t123070264 value) { ___Ldind_I1_69 = value; } inline static int32_t get_offset_of_Ldind_U1_70() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_U1_70)); } inline OpCode_t123070264 get_Ldind_U1_70() const { return ___Ldind_U1_70; } inline OpCode_t123070264 * get_address_of_Ldind_U1_70() { return &___Ldind_U1_70; } inline void set_Ldind_U1_70(OpCode_t123070264 value) { ___Ldind_U1_70 = value; } inline static int32_t get_offset_of_Ldind_I2_71() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I2_71)); } inline OpCode_t123070264 get_Ldind_I2_71() const { return ___Ldind_I2_71; } inline OpCode_t123070264 * get_address_of_Ldind_I2_71() { return &___Ldind_I2_71; } inline void set_Ldind_I2_71(OpCode_t123070264 value) { ___Ldind_I2_71 = value; } inline static int32_t get_offset_of_Ldind_U2_72() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_U2_72)); } inline OpCode_t123070264 get_Ldind_U2_72() const { return ___Ldind_U2_72; } inline OpCode_t123070264 * get_address_of_Ldind_U2_72() { return &___Ldind_U2_72; } inline void set_Ldind_U2_72(OpCode_t123070264 value) { ___Ldind_U2_72 = value; } inline static int32_t get_offset_of_Ldind_I4_73() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I4_73)); } inline OpCode_t123070264 get_Ldind_I4_73() const { return ___Ldind_I4_73; } inline OpCode_t123070264 * get_address_of_Ldind_I4_73() { return &___Ldind_I4_73; } inline void set_Ldind_I4_73(OpCode_t123070264 value) { ___Ldind_I4_73 = value; } inline static int32_t get_offset_of_Ldind_U4_74() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_U4_74)); } inline OpCode_t123070264 get_Ldind_U4_74() const { return ___Ldind_U4_74; } inline OpCode_t123070264 * get_address_of_Ldind_U4_74() { return &___Ldind_U4_74; } inline void set_Ldind_U4_74(OpCode_t123070264 value) { ___Ldind_U4_74 = value; } inline static int32_t get_offset_of_Ldind_I8_75() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I8_75)); } inline OpCode_t123070264 get_Ldind_I8_75() const { return ___Ldind_I8_75; } inline OpCode_t123070264 * get_address_of_Ldind_I8_75() { return &___Ldind_I8_75; } inline void set_Ldind_I8_75(OpCode_t123070264 value) { ___Ldind_I8_75 = value; } inline static int32_t get_offset_of_Ldind_I_76() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I_76)); } inline OpCode_t123070264 get_Ldind_I_76() const { return ___Ldind_I_76; } inline OpCode_t123070264 * get_address_of_Ldind_I_76() { return &___Ldind_I_76; } inline void set_Ldind_I_76(OpCode_t123070264 value) { ___Ldind_I_76 = value; } inline static int32_t get_offset_of_Ldind_R4_77() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_R4_77)); } inline OpCode_t123070264 get_Ldind_R4_77() const { return ___Ldind_R4_77; } inline OpCode_t123070264 * get_address_of_Ldind_R4_77() { return &___Ldind_R4_77; } inline void set_Ldind_R4_77(OpCode_t123070264 value) { ___Ldind_R4_77 = value; } inline static int32_t get_offset_of_Ldind_R8_78() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_R8_78)); } inline OpCode_t123070264 get_Ldind_R8_78() const { return ___Ldind_R8_78; } inline OpCode_t123070264 * get_address_of_Ldind_R8_78() { return &___Ldind_R8_78; } inline void set_Ldind_R8_78(OpCode_t123070264 value) { ___Ldind_R8_78 = value; } inline static int32_t get_offset_of_Ldind_Ref_79() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_Ref_79)); } inline OpCode_t123070264 get_Ldind_Ref_79() const { return ___Ldind_Ref_79; } inline OpCode_t123070264 * get_address_of_Ldind_Ref_79() { return &___Ldind_Ref_79; } inline void set_Ldind_Ref_79(OpCode_t123070264 value) { ___Ldind_Ref_79 = value; } inline static int32_t get_offset_of_Stind_Ref_80() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_Ref_80)); } inline OpCode_t123070264 get_Stind_Ref_80() const { return ___Stind_Ref_80; } inline OpCode_t123070264 * get_address_of_Stind_Ref_80() { return &___Stind_Ref_80; } inline void set_Stind_Ref_80(OpCode_t123070264 value) { ___Stind_Ref_80 = value; } inline static int32_t get_offset_of_Stind_I1_81() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I1_81)); } inline OpCode_t123070264 get_Stind_I1_81() const { return ___Stind_I1_81; } inline OpCode_t123070264 * get_address_of_Stind_I1_81() { return &___Stind_I1_81; } inline void set_Stind_I1_81(OpCode_t123070264 value) { ___Stind_I1_81 = value; } inline static int32_t get_offset_of_Stind_I2_82() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I2_82)); } inline OpCode_t123070264 get_Stind_I2_82() const { return ___Stind_I2_82; } inline OpCode_t123070264 * get_address_of_Stind_I2_82() { return &___Stind_I2_82; } inline void set_Stind_I2_82(OpCode_t123070264 value) { ___Stind_I2_82 = value; } inline static int32_t get_offset_of_Stind_I4_83() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I4_83)); } inline OpCode_t123070264 get_Stind_I4_83() const { return ___Stind_I4_83; } inline OpCode_t123070264 * get_address_of_Stind_I4_83() { return &___Stind_I4_83; } inline void set_Stind_I4_83(OpCode_t123070264 value) { ___Stind_I4_83 = value; } inline static int32_t get_offset_of_Stind_I8_84() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I8_84)); } inline OpCode_t123070264 get_Stind_I8_84() const { return ___Stind_I8_84; } inline OpCode_t123070264 * get_address_of_Stind_I8_84() { return &___Stind_I8_84; } inline void set_Stind_I8_84(OpCode_t123070264 value) { ___Stind_I8_84 = value; } inline static int32_t get_offset_of_Stind_R4_85() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_R4_85)); } inline OpCode_t123070264 get_Stind_R4_85() const { return ___Stind_R4_85; } inline OpCode_t123070264 * get_address_of_Stind_R4_85() { return &___Stind_R4_85; } inline void set_Stind_R4_85(OpCode_t123070264 value) { ___Stind_R4_85 = value; } inline static int32_t get_offset_of_Stind_R8_86() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_R8_86)); } inline OpCode_t123070264 get_Stind_R8_86() const { return ___Stind_R8_86; } inline OpCode_t123070264 * get_address_of_Stind_R8_86() { return &___Stind_R8_86; } inline void set_Stind_R8_86(OpCode_t123070264 value) { ___Stind_R8_86 = value; } inline static int32_t get_offset_of_Add_87() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Add_87)); } inline OpCode_t123070264 get_Add_87() const { return ___Add_87; } inline OpCode_t123070264 * get_address_of_Add_87() { return &___Add_87; } inline void set_Add_87(OpCode_t123070264 value) { ___Add_87 = value; } inline static int32_t get_offset_of_Sub_88() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sub_88)); } inline OpCode_t123070264 get_Sub_88() const { return ___Sub_88; } inline OpCode_t123070264 * get_address_of_Sub_88() { return &___Sub_88; } inline void set_Sub_88(OpCode_t123070264 value) { ___Sub_88 = value; } inline static int32_t get_offset_of_Mul_89() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mul_89)); } inline OpCode_t123070264 get_Mul_89() const { return ___Mul_89; } inline OpCode_t123070264 * get_address_of_Mul_89() { return &___Mul_89; } inline void set_Mul_89(OpCode_t123070264 value) { ___Mul_89 = value; } inline static int32_t get_offset_of_Div_90() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Div_90)); } inline OpCode_t123070264 get_Div_90() const { return ___Div_90; } inline OpCode_t123070264 * get_address_of_Div_90() { return &___Div_90; } inline void set_Div_90(OpCode_t123070264 value) { ___Div_90 = value; } inline static int32_t get_offset_of_Div_Un_91() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Div_Un_91)); } inline OpCode_t123070264 get_Div_Un_91() const { return ___Div_Un_91; } inline OpCode_t123070264 * get_address_of_Div_Un_91() { return &___Div_Un_91; } inline void set_Div_Un_91(OpCode_t123070264 value) { ___Div_Un_91 = value; } inline static int32_t get_offset_of_Rem_92() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Rem_92)); } inline OpCode_t123070264 get_Rem_92() const { return ___Rem_92; } inline OpCode_t123070264 * get_address_of_Rem_92() { return &___Rem_92; } inline void set_Rem_92(OpCode_t123070264 value) { ___Rem_92 = value; } inline static int32_t get_offset_of_Rem_Un_93() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Rem_Un_93)); } inline OpCode_t123070264 get_Rem_Un_93() const { return ___Rem_Un_93; } inline OpCode_t123070264 * get_address_of_Rem_Un_93() { return &___Rem_Un_93; } inline void set_Rem_Un_93(OpCode_t123070264 value) { ___Rem_Un_93 = value; } inline static int32_t get_offset_of_And_94() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___And_94)); } inline OpCode_t123070264 get_And_94() const { return ___And_94; } inline OpCode_t123070264 * get_address_of_And_94() { return &___And_94; } inline void set_And_94(OpCode_t123070264 value) { ___And_94 = value; } inline static int32_t get_offset_of_Or_95() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Or_95)); } inline OpCode_t123070264 get_Or_95() const { return ___Or_95; } inline OpCode_t123070264 * get_address_of_Or_95() { return &___Or_95; } inline void set_Or_95(OpCode_t123070264 value) { ___Or_95 = value; } inline static int32_t get_offset_of_Xor_96() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Xor_96)); } inline OpCode_t123070264 get_Xor_96() const { return ___Xor_96; } inline OpCode_t123070264 * get_address_of_Xor_96() { return &___Xor_96; } inline void set_Xor_96(OpCode_t123070264 value) { ___Xor_96 = value; } inline static int32_t get_offset_of_Shl_97() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Shl_97)); } inline OpCode_t123070264 get_Shl_97() const { return ___Shl_97; } inline OpCode_t123070264 * get_address_of_Shl_97() { return &___Shl_97; } inline void set_Shl_97(OpCode_t123070264 value) { ___Shl_97 = value; } inline static int32_t get_offset_of_Shr_98() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Shr_98)); } inline OpCode_t123070264 get_Shr_98() const { return ___Shr_98; } inline OpCode_t123070264 * get_address_of_Shr_98() { return &___Shr_98; } inline void set_Shr_98(OpCode_t123070264 value) { ___Shr_98 = value; } inline static int32_t get_offset_of_Shr_Un_99() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Shr_Un_99)); } inline OpCode_t123070264 get_Shr_Un_99() const { return ___Shr_Un_99; } inline OpCode_t123070264 * get_address_of_Shr_Un_99() { return &___Shr_Un_99; } inline void set_Shr_Un_99(OpCode_t123070264 value) { ___Shr_Un_99 = value; } inline static int32_t get_offset_of_Neg_100() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Neg_100)); } inline OpCode_t123070264 get_Neg_100() const { return ___Neg_100; } inline OpCode_t123070264 * get_address_of_Neg_100() { return &___Neg_100; } inline void set_Neg_100(OpCode_t123070264 value) { ___Neg_100 = value; } inline static int32_t get_offset_of_Not_101() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Not_101)); } inline OpCode_t123070264 get_Not_101() const { return ___Not_101; } inline OpCode_t123070264 * get_address_of_Not_101() { return &___Not_101; } inline void set_Not_101(OpCode_t123070264 value) { ___Not_101 = value; } inline static int32_t get_offset_of_Conv_I1_102() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I1_102)); } inline OpCode_t123070264 get_Conv_I1_102() const { return ___Conv_I1_102; } inline OpCode_t123070264 * get_address_of_Conv_I1_102() { return &___Conv_I1_102; } inline void set_Conv_I1_102(OpCode_t123070264 value) { ___Conv_I1_102 = value; } inline static int32_t get_offset_of_Conv_I2_103() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I2_103)); } inline OpCode_t123070264 get_Conv_I2_103() const { return ___Conv_I2_103; } inline OpCode_t123070264 * get_address_of_Conv_I2_103() { return &___Conv_I2_103; } inline void set_Conv_I2_103(OpCode_t123070264 value) { ___Conv_I2_103 = value; } inline static int32_t get_offset_of_Conv_I4_104() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I4_104)); } inline OpCode_t123070264 get_Conv_I4_104() const { return ___Conv_I4_104; } inline OpCode_t123070264 * get_address_of_Conv_I4_104() { return &___Conv_I4_104; } inline void set_Conv_I4_104(OpCode_t123070264 value) { ___Conv_I4_104 = value; } inline static int32_t get_offset_of_Conv_I8_105() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I8_105)); } inline OpCode_t123070264 get_Conv_I8_105() const { return ___Conv_I8_105; } inline OpCode_t123070264 * get_address_of_Conv_I8_105() { return &___Conv_I8_105; } inline void set_Conv_I8_105(OpCode_t123070264 value) { ___Conv_I8_105 = value; } inline static int32_t get_offset_of_Conv_R4_106() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_R4_106)); } inline OpCode_t123070264 get_Conv_R4_106() const { return ___Conv_R4_106; } inline OpCode_t123070264 * get_address_of_Conv_R4_106() { return &___Conv_R4_106; } inline void set_Conv_R4_106(OpCode_t123070264 value) { ___Conv_R4_106 = value; } inline static int32_t get_offset_of_Conv_R8_107() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_R8_107)); } inline OpCode_t123070264 get_Conv_R8_107() const { return ___Conv_R8_107; } inline OpCode_t123070264 * get_address_of_Conv_R8_107() { return &___Conv_R8_107; } inline void set_Conv_R8_107(OpCode_t123070264 value) { ___Conv_R8_107 = value; } inline static int32_t get_offset_of_Conv_U4_108() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U4_108)); } inline OpCode_t123070264 get_Conv_U4_108() const { return ___Conv_U4_108; } inline OpCode_t123070264 * get_address_of_Conv_U4_108() { return &___Conv_U4_108; } inline void set_Conv_U4_108(OpCode_t123070264 value) { ___Conv_U4_108 = value; } inline static int32_t get_offset_of_Conv_U8_109() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U8_109)); } inline OpCode_t123070264 get_Conv_U8_109() const { return ___Conv_U8_109; } inline OpCode_t123070264 * get_address_of_Conv_U8_109() { return &___Conv_U8_109; } inline void set_Conv_U8_109(OpCode_t123070264 value) { ___Conv_U8_109 = value; } inline static int32_t get_offset_of_Callvirt_110() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Callvirt_110)); } inline OpCode_t123070264 get_Callvirt_110() const { return ___Callvirt_110; } inline OpCode_t123070264 * get_address_of_Callvirt_110() { return &___Callvirt_110; } inline void set_Callvirt_110(OpCode_t123070264 value) { ___Callvirt_110 = value; } inline static int32_t get_offset_of_Cpobj_111() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cpobj_111)); } inline OpCode_t123070264 get_Cpobj_111() const { return ___Cpobj_111; } inline OpCode_t123070264 * get_address_of_Cpobj_111() { return &___Cpobj_111; } inline void set_Cpobj_111(OpCode_t123070264 value) { ___Cpobj_111 = value; } inline static int32_t get_offset_of_Ldobj_112() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldobj_112)); } inline OpCode_t123070264 get_Ldobj_112() const { return ___Ldobj_112; } inline OpCode_t123070264 * get_address_of_Ldobj_112() { return &___Ldobj_112; } inline void set_Ldobj_112(OpCode_t123070264 value) { ___Ldobj_112 = value; } inline static int32_t get_offset_of_Ldstr_113() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldstr_113)); } inline OpCode_t123070264 get_Ldstr_113() const { return ___Ldstr_113; } inline OpCode_t123070264 * get_address_of_Ldstr_113() { return &___Ldstr_113; } inline void set_Ldstr_113(OpCode_t123070264 value) { ___Ldstr_113 = value; } inline static int32_t get_offset_of_Newobj_114() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Newobj_114)); } inline OpCode_t123070264 get_Newobj_114() const { return ___Newobj_114; } inline OpCode_t123070264 * get_address_of_Newobj_114() { return &___Newobj_114; } inline void set_Newobj_114(OpCode_t123070264 value) { ___Newobj_114 = value; } inline static int32_t get_offset_of_Castclass_115() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Castclass_115)); } inline OpCode_t123070264 get_Castclass_115() const { return ___Castclass_115; } inline OpCode_t123070264 * get_address_of_Castclass_115() { return &___Castclass_115; } inline void set_Castclass_115(OpCode_t123070264 value) { ___Castclass_115 = value; } inline static int32_t get_offset_of_Isinst_116() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Isinst_116)); } inline OpCode_t123070264 get_Isinst_116() const { return ___Isinst_116; } inline OpCode_t123070264 * get_address_of_Isinst_116() { return &___Isinst_116; } inline void set_Isinst_116(OpCode_t123070264 value) { ___Isinst_116 = value; } inline static int32_t get_offset_of_Conv_R_Un_117() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_R_Un_117)); } inline OpCode_t123070264 get_Conv_R_Un_117() const { return ___Conv_R_Un_117; } inline OpCode_t123070264 * get_address_of_Conv_R_Un_117() { return &___Conv_R_Un_117; } inline void set_Conv_R_Un_117(OpCode_t123070264 value) { ___Conv_R_Un_117 = value; } inline static int32_t get_offset_of_Unbox_118() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Unbox_118)); } inline OpCode_t123070264 get_Unbox_118() const { return ___Unbox_118; } inline OpCode_t123070264 * get_address_of_Unbox_118() { return &___Unbox_118; } inline void set_Unbox_118(OpCode_t123070264 value) { ___Unbox_118 = value; } inline static int32_t get_offset_of_Throw_119() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Throw_119)); } inline OpCode_t123070264 get_Throw_119() const { return ___Throw_119; } inline OpCode_t123070264 * get_address_of_Throw_119() { return &___Throw_119; } inline void set_Throw_119(OpCode_t123070264 value) { ___Throw_119 = value; } inline static int32_t get_offset_of_Ldfld_120() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldfld_120)); } inline OpCode_t123070264 get_Ldfld_120() const { return ___Ldfld_120; } inline OpCode_t123070264 * get_address_of_Ldfld_120() { return &___Ldfld_120; } inline void set_Ldfld_120(OpCode_t123070264 value) { ___Ldfld_120 = value; } inline static int32_t get_offset_of_Ldflda_121() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldflda_121)); } inline OpCode_t123070264 get_Ldflda_121() const { return ___Ldflda_121; } inline OpCode_t123070264 * get_address_of_Ldflda_121() { return &___Ldflda_121; } inline void set_Ldflda_121(OpCode_t123070264 value) { ___Ldflda_121 = value; } inline static int32_t get_offset_of_Stfld_122() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stfld_122)); } inline OpCode_t123070264 get_Stfld_122() const { return ___Stfld_122; } inline OpCode_t123070264 * get_address_of_Stfld_122() { return &___Stfld_122; } inline void set_Stfld_122(OpCode_t123070264 value) { ___Stfld_122 = value; } inline static int32_t get_offset_of_Ldsfld_123() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldsfld_123)); } inline OpCode_t123070264 get_Ldsfld_123() const { return ___Ldsfld_123; } inline OpCode_t123070264 * get_address_of_Ldsfld_123() { return &___Ldsfld_123; } inline void set_Ldsfld_123(OpCode_t123070264 value) { ___Ldsfld_123 = value; } inline static int32_t get_offset_of_Ldsflda_124() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldsflda_124)); } inline OpCode_t123070264 get_Ldsflda_124() const { return ___Ldsflda_124; } inline OpCode_t123070264 * get_address_of_Ldsflda_124() { return &___Ldsflda_124; } inline void set_Ldsflda_124(OpCode_t123070264 value) { ___Ldsflda_124 = value; } inline static int32_t get_offset_of_Stsfld_125() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stsfld_125)); } inline OpCode_t123070264 get_Stsfld_125() const { return ___Stsfld_125; } inline OpCode_t123070264 * get_address_of_Stsfld_125() { return &___Stsfld_125; } inline void set_Stsfld_125(OpCode_t123070264 value) { ___Stsfld_125 = value; } inline static int32_t get_offset_of_Stobj_126() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stobj_126)); } inline OpCode_t123070264 get_Stobj_126() const { return ___Stobj_126; } inline OpCode_t123070264 * get_address_of_Stobj_126() { return &___Stobj_126; } inline void set_Stobj_126(OpCode_t123070264 value) { ___Stobj_126 = value; } inline static int32_t get_offset_of_Conv_Ovf_I1_Un_127() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I1_Un_127)); } inline OpCode_t123070264 get_Conv_Ovf_I1_Un_127() const { return ___Conv_Ovf_I1_Un_127; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I1_Un_127() { return &___Conv_Ovf_I1_Un_127; } inline void set_Conv_Ovf_I1_Un_127(OpCode_t123070264 value) { ___Conv_Ovf_I1_Un_127 = value; } inline static int32_t get_offset_of_Conv_Ovf_I2_Un_128() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I2_Un_128)); } inline OpCode_t123070264 get_Conv_Ovf_I2_Un_128() const { return ___Conv_Ovf_I2_Un_128; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I2_Un_128() { return &___Conv_Ovf_I2_Un_128; } inline void set_Conv_Ovf_I2_Un_128(OpCode_t123070264 value) { ___Conv_Ovf_I2_Un_128 = value; } inline static int32_t get_offset_of_Conv_Ovf_I4_Un_129() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I4_Un_129)); } inline OpCode_t123070264 get_Conv_Ovf_I4_Un_129() const { return ___Conv_Ovf_I4_Un_129; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I4_Un_129() { return &___Conv_Ovf_I4_Un_129; } inline void set_Conv_Ovf_I4_Un_129(OpCode_t123070264 value) { ___Conv_Ovf_I4_Un_129 = value; } inline static int32_t get_offset_of_Conv_Ovf_I8_Un_130() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I8_Un_130)); } inline OpCode_t123070264 get_Conv_Ovf_I8_Un_130() const { return ___Conv_Ovf_I8_Un_130; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I8_Un_130() { return &___Conv_Ovf_I8_Un_130; } inline void set_Conv_Ovf_I8_Un_130(OpCode_t123070264 value) { ___Conv_Ovf_I8_Un_130 = value; } inline static int32_t get_offset_of_Conv_Ovf_U1_Un_131() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U1_Un_131)); } inline OpCode_t123070264 get_Conv_Ovf_U1_Un_131() const { return ___Conv_Ovf_U1_Un_131; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U1_Un_131() { return &___Conv_Ovf_U1_Un_131; } inline void set_Conv_Ovf_U1_Un_131(OpCode_t123070264 value) { ___Conv_Ovf_U1_Un_131 = value; } inline static int32_t get_offset_of_Conv_Ovf_U2_Un_132() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U2_Un_132)); } inline OpCode_t123070264 get_Conv_Ovf_U2_Un_132() const { return ___Conv_Ovf_U2_Un_132; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U2_Un_132() { return &___Conv_Ovf_U2_Un_132; } inline void set_Conv_Ovf_U2_Un_132(OpCode_t123070264 value) { ___Conv_Ovf_U2_Un_132 = value; } inline static int32_t get_offset_of_Conv_Ovf_U4_Un_133() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U4_Un_133)); } inline OpCode_t123070264 get_Conv_Ovf_U4_Un_133() const { return ___Conv_Ovf_U4_Un_133; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U4_Un_133() { return &___Conv_Ovf_U4_Un_133; } inline void set_Conv_Ovf_U4_Un_133(OpCode_t123070264 value) { ___Conv_Ovf_U4_Un_133 = value; } inline static int32_t get_offset_of_Conv_Ovf_U8_Un_134() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U8_Un_134)); } inline OpCode_t123070264 get_Conv_Ovf_U8_Un_134() const { return ___Conv_Ovf_U8_Un_134; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U8_Un_134() { return &___Conv_Ovf_U8_Un_134; } inline void set_Conv_Ovf_U8_Un_134(OpCode_t123070264 value) { ___Conv_Ovf_U8_Un_134 = value; } inline static int32_t get_offset_of_Conv_Ovf_I_Un_135() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I_Un_135)); } inline OpCode_t123070264 get_Conv_Ovf_I_Un_135() const { return ___Conv_Ovf_I_Un_135; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I_Un_135() { return &___Conv_Ovf_I_Un_135; } inline void set_Conv_Ovf_I_Un_135(OpCode_t123070264 value) { ___Conv_Ovf_I_Un_135 = value; } inline static int32_t get_offset_of_Conv_Ovf_U_Un_136() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U_Un_136)); } inline OpCode_t123070264 get_Conv_Ovf_U_Un_136() const { return ___Conv_Ovf_U_Un_136; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U_Un_136() { return &___Conv_Ovf_U_Un_136; } inline void set_Conv_Ovf_U_Un_136(OpCode_t123070264 value) { ___Conv_Ovf_U_Un_136 = value; } inline static int32_t get_offset_of_Box_137() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Box_137)); } inline OpCode_t123070264 get_Box_137() const { return ___Box_137; } inline OpCode_t123070264 * get_address_of_Box_137() { return &___Box_137; } inline void set_Box_137(OpCode_t123070264 value) { ___Box_137 = value; } inline static int32_t get_offset_of_Newarr_138() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Newarr_138)); } inline OpCode_t123070264 get_Newarr_138() const { return ___Newarr_138; } inline OpCode_t123070264 * get_address_of_Newarr_138() { return &___Newarr_138; } inline void set_Newarr_138(OpCode_t123070264 value) { ___Newarr_138 = value; } inline static int32_t get_offset_of_Ldlen_139() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldlen_139)); } inline OpCode_t123070264 get_Ldlen_139() const { return ___Ldlen_139; } inline OpCode_t123070264 * get_address_of_Ldlen_139() { return &___Ldlen_139; } inline void set_Ldlen_139(OpCode_t123070264 value) { ___Ldlen_139 = value; } inline static int32_t get_offset_of_Ldelema_140() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelema_140)); } inline OpCode_t123070264 get_Ldelema_140() const { return ___Ldelema_140; } inline OpCode_t123070264 * get_address_of_Ldelema_140() { return &___Ldelema_140; } inline void set_Ldelema_140(OpCode_t123070264 value) { ___Ldelema_140 = value; } inline static int32_t get_offset_of_Ldelem_I1_141() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I1_141)); } inline OpCode_t123070264 get_Ldelem_I1_141() const { return ___Ldelem_I1_141; } inline OpCode_t123070264 * get_address_of_Ldelem_I1_141() { return &___Ldelem_I1_141; } inline void set_Ldelem_I1_141(OpCode_t123070264 value) { ___Ldelem_I1_141 = value; } inline static int32_t get_offset_of_Ldelem_U1_142() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_U1_142)); } inline OpCode_t123070264 get_Ldelem_U1_142() const { return ___Ldelem_U1_142; } inline OpCode_t123070264 * get_address_of_Ldelem_U1_142() { return &___Ldelem_U1_142; } inline void set_Ldelem_U1_142(OpCode_t123070264 value) { ___Ldelem_U1_142 = value; } inline static int32_t get_offset_of_Ldelem_I2_143() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I2_143)); } inline OpCode_t123070264 get_Ldelem_I2_143() const { return ___Ldelem_I2_143; } inline OpCode_t123070264 * get_address_of_Ldelem_I2_143() { return &___Ldelem_I2_143; } inline void set_Ldelem_I2_143(OpCode_t123070264 value) { ___Ldelem_I2_143 = value; } inline static int32_t get_offset_of_Ldelem_U2_144() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_U2_144)); } inline OpCode_t123070264 get_Ldelem_U2_144() const { return ___Ldelem_U2_144; } inline OpCode_t123070264 * get_address_of_Ldelem_U2_144() { return &___Ldelem_U2_144; } inline void set_Ldelem_U2_144(OpCode_t123070264 value) { ___Ldelem_U2_144 = value; } inline static int32_t get_offset_of_Ldelem_I4_145() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I4_145)); } inline OpCode_t123070264 get_Ldelem_I4_145() const { return ___Ldelem_I4_145; } inline OpCode_t123070264 * get_address_of_Ldelem_I4_145() { return &___Ldelem_I4_145; } inline void set_Ldelem_I4_145(OpCode_t123070264 value) { ___Ldelem_I4_145 = value; } inline static int32_t get_offset_of_Ldelem_U4_146() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_U4_146)); } inline OpCode_t123070264 get_Ldelem_U4_146() const { return ___Ldelem_U4_146; } inline OpCode_t123070264 * get_address_of_Ldelem_U4_146() { return &___Ldelem_U4_146; } inline void set_Ldelem_U4_146(OpCode_t123070264 value) { ___Ldelem_U4_146 = value; } inline static int32_t get_offset_of_Ldelem_I8_147() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I8_147)); } inline OpCode_t123070264 get_Ldelem_I8_147() const { return ___Ldelem_I8_147; } inline OpCode_t123070264 * get_address_of_Ldelem_I8_147() { return &___Ldelem_I8_147; } inline void set_Ldelem_I8_147(OpCode_t123070264 value) { ___Ldelem_I8_147 = value; } inline static int32_t get_offset_of_Ldelem_I_148() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I_148)); } inline OpCode_t123070264 get_Ldelem_I_148() const { return ___Ldelem_I_148; } inline OpCode_t123070264 * get_address_of_Ldelem_I_148() { return &___Ldelem_I_148; } inline void set_Ldelem_I_148(OpCode_t123070264 value) { ___Ldelem_I_148 = value; } inline static int32_t get_offset_of_Ldelem_R4_149() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_R4_149)); } inline OpCode_t123070264 get_Ldelem_R4_149() const { return ___Ldelem_R4_149; } inline OpCode_t123070264 * get_address_of_Ldelem_R4_149() { return &___Ldelem_R4_149; } inline void set_Ldelem_R4_149(OpCode_t123070264 value) { ___Ldelem_R4_149 = value; } inline static int32_t get_offset_of_Ldelem_R8_150() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_R8_150)); } inline OpCode_t123070264 get_Ldelem_R8_150() const { return ___Ldelem_R8_150; } inline OpCode_t123070264 * get_address_of_Ldelem_R8_150() { return &___Ldelem_R8_150; } inline void set_Ldelem_R8_150(OpCode_t123070264 value) { ___Ldelem_R8_150 = value; } inline static int32_t get_offset_of_Ldelem_Ref_151() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_Ref_151)); } inline OpCode_t123070264 get_Ldelem_Ref_151() const { return ___Ldelem_Ref_151; } inline OpCode_t123070264 * get_address_of_Ldelem_Ref_151() { return &___Ldelem_Ref_151; } inline void set_Ldelem_Ref_151(OpCode_t123070264 value) { ___Ldelem_Ref_151 = value; } inline static int32_t get_offset_of_Stelem_I_152() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I_152)); } inline OpCode_t123070264 get_Stelem_I_152() const { return ___Stelem_I_152; } inline OpCode_t123070264 * get_address_of_Stelem_I_152() { return &___Stelem_I_152; } inline void set_Stelem_I_152(OpCode_t123070264 value) { ___Stelem_I_152 = value; } inline static int32_t get_offset_of_Stelem_I1_153() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I1_153)); } inline OpCode_t123070264 get_Stelem_I1_153() const { return ___Stelem_I1_153; } inline OpCode_t123070264 * get_address_of_Stelem_I1_153() { return &___Stelem_I1_153; } inline void set_Stelem_I1_153(OpCode_t123070264 value) { ___Stelem_I1_153 = value; } inline static int32_t get_offset_of_Stelem_I2_154() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I2_154)); } inline OpCode_t123070264 get_Stelem_I2_154() const { return ___Stelem_I2_154; } inline OpCode_t123070264 * get_address_of_Stelem_I2_154() { return &___Stelem_I2_154; } inline void set_Stelem_I2_154(OpCode_t123070264 value) { ___Stelem_I2_154 = value; } inline static int32_t get_offset_of_Stelem_I4_155() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I4_155)); } inline OpCode_t123070264 get_Stelem_I4_155() const { return ___Stelem_I4_155; } inline OpCode_t123070264 * get_address_of_Stelem_I4_155() { return &___Stelem_I4_155; } inline void set_Stelem_I4_155(OpCode_t123070264 value) { ___Stelem_I4_155 = value; } inline static int32_t get_offset_of_Stelem_I8_156() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I8_156)); } inline OpCode_t123070264 get_Stelem_I8_156() const { return ___Stelem_I8_156; } inline OpCode_t123070264 * get_address_of_Stelem_I8_156() { return &___Stelem_I8_156; } inline void set_Stelem_I8_156(OpCode_t123070264 value) { ___Stelem_I8_156 = value; } inline static int32_t get_offset_of_Stelem_R4_157() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_R4_157)); } inline OpCode_t123070264 get_Stelem_R4_157() const { return ___Stelem_R4_157; } inline OpCode_t123070264 * get_address_of_Stelem_R4_157() { return &___Stelem_R4_157; } inline void set_Stelem_R4_157(OpCode_t123070264 value) { ___Stelem_R4_157 = value; } inline static int32_t get_offset_of_Stelem_R8_158() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_R8_158)); } inline OpCode_t123070264 get_Stelem_R8_158() const { return ___Stelem_R8_158; } inline OpCode_t123070264 * get_address_of_Stelem_R8_158() { return &___Stelem_R8_158; } inline void set_Stelem_R8_158(OpCode_t123070264 value) { ___Stelem_R8_158 = value; } inline static int32_t get_offset_of_Stelem_Ref_159() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_Ref_159)); } inline OpCode_t123070264 get_Stelem_Ref_159() const { return ___Stelem_Ref_159; } inline OpCode_t123070264 * get_address_of_Stelem_Ref_159() { return &___Stelem_Ref_159; } inline void set_Stelem_Ref_159(OpCode_t123070264 value) { ___Stelem_Ref_159 = value; } inline static int32_t get_offset_of_Ldelem_160() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_160)); } inline OpCode_t123070264 get_Ldelem_160() const { return ___Ldelem_160; } inline OpCode_t123070264 * get_address_of_Ldelem_160() { return &___Ldelem_160; } inline void set_Ldelem_160(OpCode_t123070264 value) { ___Ldelem_160 = value; } inline static int32_t get_offset_of_Stelem_161() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_161)); } inline OpCode_t123070264 get_Stelem_161() const { return ___Stelem_161; } inline OpCode_t123070264 * get_address_of_Stelem_161() { return &___Stelem_161; } inline void set_Stelem_161(OpCode_t123070264 value) { ___Stelem_161 = value; } inline static int32_t get_offset_of_Unbox_Any_162() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Unbox_Any_162)); } inline OpCode_t123070264 get_Unbox_Any_162() const { return ___Unbox_Any_162; } inline OpCode_t123070264 * get_address_of_Unbox_Any_162() { return &___Unbox_Any_162; } inline void set_Unbox_Any_162(OpCode_t123070264 value) { ___Unbox_Any_162 = value; } inline static int32_t get_offset_of_Conv_Ovf_I1_163() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I1_163)); } inline OpCode_t123070264 get_Conv_Ovf_I1_163() const { return ___Conv_Ovf_I1_163; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I1_163() { return &___Conv_Ovf_I1_163; } inline void set_Conv_Ovf_I1_163(OpCode_t123070264 value) { ___Conv_Ovf_I1_163 = value; } inline static int32_t get_offset_of_Conv_Ovf_U1_164() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U1_164)); } inline OpCode_t123070264 get_Conv_Ovf_U1_164() const { return ___Conv_Ovf_U1_164; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U1_164() { return &___Conv_Ovf_U1_164; } inline void set_Conv_Ovf_U1_164(OpCode_t123070264 value) { ___Conv_Ovf_U1_164 = value; } inline static int32_t get_offset_of_Conv_Ovf_I2_165() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I2_165)); } inline OpCode_t123070264 get_Conv_Ovf_I2_165() const { return ___Conv_Ovf_I2_165; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I2_165() { return &___Conv_Ovf_I2_165; } inline void set_Conv_Ovf_I2_165(OpCode_t123070264 value) { ___Conv_Ovf_I2_165 = value; } inline static int32_t get_offset_of_Conv_Ovf_U2_166() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U2_166)); } inline OpCode_t123070264 get_Conv_Ovf_U2_166() const { return ___Conv_Ovf_U2_166; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U2_166() { return &___Conv_Ovf_U2_166; } inline void set_Conv_Ovf_U2_166(OpCode_t123070264 value) { ___Conv_Ovf_U2_166 = value; } inline static int32_t get_offset_of_Conv_Ovf_I4_167() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I4_167)); } inline OpCode_t123070264 get_Conv_Ovf_I4_167() const { return ___Conv_Ovf_I4_167; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I4_167() { return &___Conv_Ovf_I4_167; } inline void set_Conv_Ovf_I4_167(OpCode_t123070264 value) { ___Conv_Ovf_I4_167 = value; } inline static int32_t get_offset_of_Conv_Ovf_U4_168() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U4_168)); } inline OpCode_t123070264 get_Conv_Ovf_U4_168() const { return ___Conv_Ovf_U4_168; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U4_168() { return &___Conv_Ovf_U4_168; } inline void set_Conv_Ovf_U4_168(OpCode_t123070264 value) { ___Conv_Ovf_U4_168 = value; } inline static int32_t get_offset_of_Conv_Ovf_I8_169() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I8_169)); } inline OpCode_t123070264 get_Conv_Ovf_I8_169() const { return ___Conv_Ovf_I8_169; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I8_169() { return &___Conv_Ovf_I8_169; } inline void set_Conv_Ovf_I8_169(OpCode_t123070264 value) { ___Conv_Ovf_I8_169 = value; } inline static int32_t get_offset_of_Conv_Ovf_U8_170() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U8_170)); } inline OpCode_t123070264 get_Conv_Ovf_U8_170() const { return ___Conv_Ovf_U8_170; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U8_170() { return &___Conv_Ovf_U8_170; } inline void set_Conv_Ovf_U8_170(OpCode_t123070264 value) { ___Conv_Ovf_U8_170 = value; } inline static int32_t get_offset_of_Refanyval_171() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Refanyval_171)); } inline OpCode_t123070264 get_Refanyval_171() const { return ___Refanyval_171; } inline OpCode_t123070264 * get_address_of_Refanyval_171() { return &___Refanyval_171; } inline void set_Refanyval_171(OpCode_t123070264 value) { ___Refanyval_171 = value; } inline static int32_t get_offset_of_Ckfinite_172() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ckfinite_172)); } inline OpCode_t123070264 get_Ckfinite_172() const { return ___Ckfinite_172; } inline OpCode_t123070264 * get_address_of_Ckfinite_172() { return &___Ckfinite_172; } inline void set_Ckfinite_172(OpCode_t123070264 value) { ___Ckfinite_172 = value; } inline static int32_t get_offset_of_Mkrefany_173() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mkrefany_173)); } inline OpCode_t123070264 get_Mkrefany_173() const { return ___Mkrefany_173; } inline OpCode_t123070264 * get_address_of_Mkrefany_173() { return &___Mkrefany_173; } inline void set_Mkrefany_173(OpCode_t123070264 value) { ___Mkrefany_173 = value; } inline static int32_t get_offset_of_Ldtoken_174() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldtoken_174)); } inline OpCode_t123070264 get_Ldtoken_174() const { return ___Ldtoken_174; } inline OpCode_t123070264 * get_address_of_Ldtoken_174() { return &___Ldtoken_174; } inline void set_Ldtoken_174(OpCode_t123070264 value) { ___Ldtoken_174 = value; } inline static int32_t get_offset_of_Conv_U2_175() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U2_175)); } inline OpCode_t123070264 get_Conv_U2_175() const { return ___Conv_U2_175; } inline OpCode_t123070264 * get_address_of_Conv_U2_175() { return &___Conv_U2_175; } inline void set_Conv_U2_175(OpCode_t123070264 value) { ___Conv_U2_175 = value; } inline static int32_t get_offset_of_Conv_U1_176() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U1_176)); } inline OpCode_t123070264 get_Conv_U1_176() const { return ___Conv_U1_176; } inline OpCode_t123070264 * get_address_of_Conv_U1_176() { return &___Conv_U1_176; } inline void set_Conv_U1_176(OpCode_t123070264 value) { ___Conv_U1_176 = value; } inline static int32_t get_offset_of_Conv_I_177() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I_177)); } inline OpCode_t123070264 get_Conv_I_177() const { return ___Conv_I_177; } inline OpCode_t123070264 * get_address_of_Conv_I_177() { return &___Conv_I_177; } inline void set_Conv_I_177(OpCode_t123070264 value) { ___Conv_I_177 = value; } inline static int32_t get_offset_of_Conv_Ovf_I_178() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I_178)); } inline OpCode_t123070264 get_Conv_Ovf_I_178() const { return ___Conv_Ovf_I_178; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I_178() { return &___Conv_Ovf_I_178; } inline void set_Conv_Ovf_I_178(OpCode_t123070264 value) { ___Conv_Ovf_I_178 = value; } inline static int32_t get_offset_of_Conv_Ovf_U_179() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U_179)); } inline OpCode_t123070264 get_Conv_Ovf_U_179() const { return ___Conv_Ovf_U_179; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U_179() { return &___Conv_Ovf_U_179; } inline void set_Conv_Ovf_U_179(OpCode_t123070264 value) { ___Conv_Ovf_U_179 = value; } inline static int32_t get_offset_of_Add_Ovf_180() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Add_Ovf_180)); } inline OpCode_t123070264 get_Add_Ovf_180() const { return ___Add_Ovf_180; } inline OpCode_t123070264 * get_address_of_Add_Ovf_180() { return &___Add_Ovf_180; } inline void set_Add_Ovf_180(OpCode_t123070264 value) { ___Add_Ovf_180 = value; } inline static int32_t get_offset_of_Add_Ovf_Un_181() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Add_Ovf_Un_181)); } inline OpCode_t123070264 get_Add_Ovf_Un_181() const { return ___Add_Ovf_Un_181; } inline OpCode_t123070264 * get_address_of_Add_Ovf_Un_181() { return &___Add_Ovf_Un_181; } inline void set_Add_Ovf_Un_181(OpCode_t123070264 value) { ___Add_Ovf_Un_181 = value; } inline static int32_t get_offset_of_Mul_Ovf_182() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mul_Ovf_182)); } inline OpCode_t123070264 get_Mul_Ovf_182() const { return ___Mul_Ovf_182; } inline OpCode_t123070264 * get_address_of_Mul_Ovf_182() { return &___Mul_Ovf_182; } inline void set_Mul_Ovf_182(OpCode_t123070264 value) { ___Mul_Ovf_182 = value; } inline static int32_t get_offset_of_Mul_Ovf_Un_183() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mul_Ovf_Un_183)); } inline OpCode_t123070264 get_Mul_Ovf_Un_183() const { return ___Mul_Ovf_Un_183; } inline OpCode_t123070264 * get_address_of_Mul_Ovf_Un_183() { return &___Mul_Ovf_Un_183; } inline void set_Mul_Ovf_Un_183(OpCode_t123070264 value) { ___Mul_Ovf_Un_183 = value; } inline static int32_t get_offset_of_Sub_Ovf_184() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sub_Ovf_184)); } inline OpCode_t123070264 get_Sub_Ovf_184() const { return ___Sub_Ovf_184; } inline OpCode_t123070264 * get_address_of_Sub_Ovf_184() { return &___Sub_Ovf_184; } inline void set_Sub_Ovf_184(OpCode_t123070264 value) { ___Sub_Ovf_184 = value; } inline static int32_t get_offset_of_Sub_Ovf_Un_185() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sub_Ovf_Un_185)); } inline OpCode_t123070264 get_Sub_Ovf_Un_185() const { return ___Sub_Ovf_Un_185; } inline OpCode_t123070264 * get_address_of_Sub_Ovf_Un_185() { return &___Sub_Ovf_Un_185; } inline void set_Sub_Ovf_Un_185(OpCode_t123070264 value) { ___Sub_Ovf_Un_185 = value; } inline static int32_t get_offset_of_Endfinally_186() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Endfinally_186)); } inline OpCode_t123070264 get_Endfinally_186() const { return ___Endfinally_186; } inline OpCode_t123070264 * get_address_of_Endfinally_186() { return &___Endfinally_186; } inline void set_Endfinally_186(OpCode_t123070264 value) { ___Endfinally_186 = value; } inline static int32_t get_offset_of_Leave_187() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Leave_187)); } inline OpCode_t123070264 get_Leave_187() const { return ___Leave_187; } inline OpCode_t123070264 * get_address_of_Leave_187() { return &___Leave_187; } inline void set_Leave_187(OpCode_t123070264 value) { ___Leave_187 = value; } inline static int32_t get_offset_of_Leave_S_188() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Leave_S_188)); } inline OpCode_t123070264 get_Leave_S_188() const { return ___Leave_S_188; } inline OpCode_t123070264 * get_address_of_Leave_S_188() { return &___Leave_S_188; } inline void set_Leave_S_188(OpCode_t123070264 value) { ___Leave_S_188 = value; } inline static int32_t get_offset_of_Stind_I_189() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I_189)); } inline OpCode_t123070264 get_Stind_I_189() const { return ___Stind_I_189; } inline OpCode_t123070264 * get_address_of_Stind_I_189() { return &___Stind_I_189; } inline void set_Stind_I_189(OpCode_t123070264 value) { ___Stind_I_189 = value; } inline static int32_t get_offset_of_Conv_U_190() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U_190)); } inline OpCode_t123070264 get_Conv_U_190() const { return ___Conv_U_190; } inline OpCode_t123070264 * get_address_of_Conv_U_190() { return &___Conv_U_190; } inline void set_Conv_U_190(OpCode_t123070264 value) { ___Conv_U_190 = value; } inline static int32_t get_offset_of_Prefix7_191() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix7_191)); } inline OpCode_t123070264 get_Prefix7_191() const { return ___Prefix7_191; } inline OpCode_t123070264 * get_address_of_Prefix7_191() { return &___Prefix7_191; } inline void set_Prefix7_191(OpCode_t123070264 value) { ___Prefix7_191 = value; } inline static int32_t get_offset_of_Prefix6_192() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix6_192)); } inline OpCode_t123070264 get_Prefix6_192() const { return ___Prefix6_192; } inline OpCode_t123070264 * get_address_of_Prefix6_192() { return &___Prefix6_192; } inline void set_Prefix6_192(OpCode_t123070264 value) { ___Prefix6_192 = value; } inline static int32_t get_offset_of_Prefix5_193() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix5_193)); } inline OpCode_t123070264 get_Prefix5_193() const { return ___Prefix5_193; } inline OpCode_t123070264 * get_address_of_Prefix5_193() { return &___Prefix5_193; } inline void set_Prefix5_193(OpCode_t123070264 value) { ___Prefix5_193 = value; } inline static int32_t get_offset_of_Prefix4_194() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix4_194)); } inline OpCode_t123070264 get_Prefix4_194() const { return ___Prefix4_194; } inline OpCode_t123070264 * get_address_of_Prefix4_194() { return &___Prefix4_194; } inline void set_Prefix4_194(OpCode_t123070264 value) { ___Prefix4_194 = value; } inline static int32_t get_offset_of_Prefix3_195() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix3_195)); } inline OpCode_t123070264 get_Prefix3_195() const { return ___Prefix3_195; } inline OpCode_t123070264 * get_address_of_Prefix3_195() { return &___Prefix3_195; } inline void set_Prefix3_195(OpCode_t123070264 value) { ___Prefix3_195 = value; } inline static int32_t get_offset_of_Prefix2_196() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix2_196)); } inline OpCode_t123070264 get_Prefix2_196() const { return ___Prefix2_196; } inline OpCode_t123070264 * get_address_of_Prefix2_196() { return &___Prefix2_196; } inline void set_Prefix2_196(OpCode_t123070264 value) { ___Prefix2_196 = value; } inline static int32_t get_offset_of_Prefix1_197() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix1_197)); } inline OpCode_t123070264 get_Prefix1_197() const { return ___Prefix1_197; } inline OpCode_t123070264 * get_address_of_Prefix1_197() { return &___Prefix1_197; } inline void set_Prefix1_197(OpCode_t123070264 value) { ___Prefix1_197 = value; } inline static int32_t get_offset_of_Prefixref_198() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefixref_198)); } inline OpCode_t123070264 get_Prefixref_198() const { return ___Prefixref_198; } inline OpCode_t123070264 * get_address_of_Prefixref_198() { return &___Prefixref_198; } inline void set_Prefixref_198(OpCode_t123070264 value) { ___Prefixref_198 = value; } inline static int32_t get_offset_of_Arglist_199() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Arglist_199)); } inline OpCode_t123070264 get_Arglist_199() const { return ___Arglist_199; } inline OpCode_t123070264 * get_address_of_Arglist_199() { return &___Arglist_199; } inline void set_Arglist_199(OpCode_t123070264 value) { ___Arglist_199 = value; } inline static int32_t get_offset_of_Ceq_200() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ceq_200)); } inline OpCode_t123070264 get_Ceq_200() const { return ___Ceq_200; } inline OpCode_t123070264 * get_address_of_Ceq_200() { return &___Ceq_200; } inline void set_Ceq_200(OpCode_t123070264 value) { ___Ceq_200 = value; } inline static int32_t get_offset_of_Cgt_201() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cgt_201)); } inline OpCode_t123070264 get_Cgt_201() const { return ___Cgt_201; } inline OpCode_t123070264 * get_address_of_Cgt_201() { return &___Cgt_201; } inline void set_Cgt_201(OpCode_t123070264 value) { ___Cgt_201 = value; } inline static int32_t get_offset_of_Cgt_Un_202() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cgt_Un_202)); } inline OpCode_t123070264 get_Cgt_Un_202() const { return ___Cgt_Un_202; } inline OpCode_t123070264 * get_address_of_Cgt_Un_202() { return &___Cgt_Un_202; } inline void set_Cgt_Un_202(OpCode_t123070264 value) { ___Cgt_Un_202 = value; } inline static int32_t get_offset_of_Clt_203() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Clt_203)); } inline OpCode_t123070264 get_Clt_203() const { return ___Clt_203; } inline OpCode_t123070264 * get_address_of_Clt_203() { return &___Clt_203; } inline void set_Clt_203(OpCode_t123070264 value) { ___Clt_203 = value; } inline static int32_t get_offset_of_Clt_Un_204() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Clt_Un_204)); } inline OpCode_t123070264 get_Clt_Un_204() const { return ___Clt_Un_204; } inline OpCode_t123070264 * get_address_of_Clt_Un_204() { return &___Clt_Un_204; } inline void set_Clt_Un_204(OpCode_t123070264 value) { ___Clt_Un_204 = value; } inline static int32_t get_offset_of_Ldftn_205() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldftn_205)); } inline OpCode_t123070264 get_Ldftn_205() const { return ___Ldftn_205; } inline OpCode_t123070264 * get_address_of_Ldftn_205() { return &___Ldftn_205; } inline void set_Ldftn_205(OpCode_t123070264 value) { ___Ldftn_205 = value; } inline static int32_t get_offset_of_Ldvirtftn_206() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldvirtftn_206)); } inline OpCode_t123070264 get_Ldvirtftn_206() const { return ___Ldvirtftn_206; } inline OpCode_t123070264 * get_address_of_Ldvirtftn_206() { return &___Ldvirtftn_206; } inline void set_Ldvirtftn_206(OpCode_t123070264 value) { ___Ldvirtftn_206 = value; } inline static int32_t get_offset_of_Ldarg_207() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_207)); } inline OpCode_t123070264 get_Ldarg_207() const { return ___Ldarg_207; } inline OpCode_t123070264 * get_address_of_Ldarg_207() { return &___Ldarg_207; } inline void set_Ldarg_207(OpCode_t123070264 value) { ___Ldarg_207 = value; } inline static int32_t get_offset_of_Ldarga_208() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarga_208)); } inline OpCode_t123070264 get_Ldarga_208() const { return ___Ldarga_208; } inline OpCode_t123070264 * get_address_of_Ldarga_208() { return &___Ldarga_208; } inline void set_Ldarga_208(OpCode_t123070264 value) { ___Ldarga_208 = value; } inline static int32_t get_offset_of_Starg_209() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Starg_209)); } inline OpCode_t123070264 get_Starg_209() const { return ___Starg_209; } inline OpCode_t123070264 * get_address_of_Starg_209() { return &___Starg_209; } inline void set_Starg_209(OpCode_t123070264 value) { ___Starg_209 = value; } inline static int32_t get_offset_of_Ldloc_210() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_210)); } inline OpCode_t123070264 get_Ldloc_210() const { return ___Ldloc_210; } inline OpCode_t123070264 * get_address_of_Ldloc_210() { return &___Ldloc_210; } inline void set_Ldloc_210(OpCode_t123070264 value) { ___Ldloc_210 = value; } inline static int32_t get_offset_of_Ldloca_211() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloca_211)); } inline OpCode_t123070264 get_Ldloca_211() const { return ___Ldloca_211; } inline OpCode_t123070264 * get_address_of_Ldloca_211() { return &___Ldloca_211; } inline void set_Ldloca_211(OpCode_t123070264 value) { ___Ldloca_211 = value; } inline static int32_t get_offset_of_Stloc_212() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_212)); } inline OpCode_t123070264 get_Stloc_212() const { return ___Stloc_212; } inline OpCode_t123070264 * get_address_of_Stloc_212() { return &___Stloc_212; } inline void set_Stloc_212(OpCode_t123070264 value) { ___Stloc_212 = value; } inline static int32_t get_offset_of_Localloc_213() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Localloc_213)); } inline OpCode_t123070264 get_Localloc_213() const { return ___Localloc_213; } inline OpCode_t123070264 * get_address_of_Localloc_213() { return &___Localloc_213; } inline void set_Localloc_213(OpCode_t123070264 value) { ___Localloc_213 = value; } inline static int32_t get_offset_of_Endfilter_214() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Endfilter_214)); } inline OpCode_t123070264 get_Endfilter_214() const { return ___Endfilter_214; } inline OpCode_t123070264 * get_address_of_Endfilter_214() { return &___Endfilter_214; } inline void set_Endfilter_214(OpCode_t123070264 value) { ___Endfilter_214 = value; } inline static int32_t get_offset_of_Unaligned_215() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Unaligned_215)); } inline OpCode_t123070264 get_Unaligned_215() const { return ___Unaligned_215; } inline OpCode_t123070264 * get_address_of_Unaligned_215() { return &___Unaligned_215; } inline void set_Unaligned_215(OpCode_t123070264 value) { ___Unaligned_215 = value; } inline static int32_t get_offset_of_Volatile_216() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Volatile_216)); } inline OpCode_t123070264 get_Volatile_216() const { return ___Volatile_216; } inline OpCode_t123070264 * get_address_of_Volatile_216() { return &___Volatile_216; } inline void set_Volatile_216(OpCode_t123070264 value) { ___Volatile_216 = value; } inline static int32_t get_offset_of_Tailcall_217() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Tailcall_217)); } inline OpCode_t123070264 get_Tailcall_217() const { return ___Tailcall_217; } inline OpCode_t123070264 * get_address_of_Tailcall_217() { return &___Tailcall_217; } inline void set_Tailcall_217(OpCode_t123070264 value) { ___Tailcall_217 = value; } inline static int32_t get_offset_of_Initobj_218() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Initobj_218)); } inline OpCode_t123070264 get_Initobj_218() const { return ___Initobj_218; } inline OpCode_t123070264 * get_address_of_Initobj_218() { return &___Initobj_218; } inline void set_Initobj_218(OpCode_t123070264 value) { ___Initobj_218 = value; } inline static int32_t get_offset_of_Constrained_219() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Constrained_219)); } inline OpCode_t123070264 get_Constrained_219() const { return ___Constrained_219; } inline OpCode_t123070264 * get_address_of_Constrained_219() { return &___Constrained_219; } inline void set_Constrained_219(OpCode_t123070264 value) { ___Constrained_219 = value; } inline static int32_t get_offset_of_Cpblk_220() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cpblk_220)); } inline OpCode_t123070264 get_Cpblk_220() const { return ___Cpblk_220; } inline OpCode_t123070264 * get_address_of_Cpblk_220() { return &___Cpblk_220; } inline void set_Cpblk_220(OpCode_t123070264 value) { ___Cpblk_220 = value; } inline static int32_t get_offset_of_Initblk_221() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Initblk_221)); } inline OpCode_t123070264 get_Initblk_221() const { return ___Initblk_221; } inline OpCode_t123070264 * get_address_of_Initblk_221() { return &___Initblk_221; } inline void set_Initblk_221(OpCode_t123070264 value) { ___Initblk_221 = value; } inline static int32_t get_offset_of_Rethrow_222() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Rethrow_222)); } inline OpCode_t123070264 get_Rethrow_222() const { return ___Rethrow_222; } inline OpCode_t123070264 * get_address_of_Rethrow_222() { return &___Rethrow_222; } inline void set_Rethrow_222(OpCode_t123070264 value) { ___Rethrow_222 = value; } inline static int32_t get_offset_of_Sizeof_223() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sizeof_223)); } inline OpCode_t123070264 get_Sizeof_223() const { return ___Sizeof_223; } inline OpCode_t123070264 * get_address_of_Sizeof_223() { return &___Sizeof_223; } inline void set_Sizeof_223(OpCode_t123070264 value) { ___Sizeof_223 = value; } inline static int32_t get_offset_of_Refanytype_224() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Refanytype_224)); } inline OpCode_t123070264 get_Refanytype_224() const { return ___Refanytype_224; } inline OpCode_t123070264 * get_address_of_Refanytype_224() { return &___Refanytype_224; } inline void set_Refanytype_224(OpCode_t123070264 value) { ___Refanytype_224 = value; } inline static int32_t get_offset_of_Readonly_225() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Readonly_225)); } inline OpCode_t123070264 get_Readonly_225() const { return ___Readonly_225; } inline OpCode_t123070264 * get_address_of_Readonly_225() { return &___Readonly_225; } inline void set_Readonly_225(OpCode_t123070264 value) { ___Readonly_225 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPCODES_T126150456_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 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 EXECUTIONENGINEEXCEPTION_T1142598034_H #define EXECUTIONENGINEEXCEPTION_T1142598034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ExecutionEngineException struct ExecutionEngineException_t1142598034 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXECUTIONENGINEEXCEPTION_T1142598034_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 RESOURCEATTRIBUTES_T3997964906_H #define RESOURCEATTRIBUTES_T3997964906_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ResourceAttributes struct ResourceAttributes_t3997964906 { public: // System.Int32 System.Reflection.ResourceAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ResourceAttributes_t3997964906, ___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 // RESOURCEATTRIBUTES_T3997964906_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 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 METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_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 CALLINGCONVENTION_T1027624783_H #define CALLINGCONVENTION_T1027624783_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.CallingConvention struct CallingConvention_t1027624783 { public: // System.Int32 System.Runtime.InteropServices.CallingConvention::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CallingConvention_t1027624783, ___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 // CALLINGCONVENTION_T1027624783_H #ifndef FIELDATTRIBUTES_T400321159_H #define FIELDATTRIBUTES_T400321159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldAttributes struct FieldAttributes_t400321159 { public: // System.Int32 System.Reflection.FieldAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FieldAttributes_t400321159, ___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 // FIELDATTRIBUTES_T400321159_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 STACKBEHAVIOUR_T3009528134_H #define STACKBEHAVIOUR_T3009528134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.StackBehaviour struct StackBehaviour_t3009528134 { public: // System.Int32 System.Reflection.Emit.StackBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StackBehaviour_t3009528134, ___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 // STACKBEHAVIOUR_T3009528134_H #ifndef OPERANDTYPE_T2622847887_H #define OPERANDTYPE_T2622847887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OperandType struct OperandType_t2622847887 { public: // System.Int32 System.Reflection.Emit.OperandType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OperandType_t2622847887, ___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 // OPERANDTYPE_T2622847887_H #ifndef NULLREFERENCEEXCEPTION_T1023182353_H #define NULLREFERENCEEXCEPTION_T1023182353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NullReferenceException struct NullReferenceException_t1023182353 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLREFERENCEEXCEPTION_T1023182353_H #ifndef MULTICASTNOTSUPPORTEDEXCEPTION_T3095221246_H #define MULTICASTNOTSUPPORTEDEXCEPTION_T3095221246_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastNotSupportedException struct MulticastNotSupportedException_t3095221246 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTNOTSUPPORTEDEXCEPTION_T3095221246_H #ifndef PERMISSIONSTATE_T1178999876_H #define PERMISSIONSTATE_T1178999876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.PermissionState struct PermissionState_t1178999876 { public: // System.Int32 System.Security.Permissions.PermissionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PermissionState_t1178999876, ___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 // PERMISSIONSTATE_T1178999876_H #ifndef POLICYLEVELTYPE_T244468749_H #define POLICYLEVELTYPE_T244468749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.PolicyLevelType struct PolicyLevelType_t244468749 { public: // System.Int32 System.Security.PolicyLevelType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PolicyLevelType_t244468749, ___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 // POLICYLEVELTYPE_T244468749_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 PORTABLEEXECUTABLEKINDS_T1191923110_H #define PORTABLEEXECUTABLEKINDS_T1191923110_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PortableExecutableKinds struct PortableExecutableKinds_t1191923110 { public: // System.Int32 System.Reflection.PortableExecutableKinds::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PortableExecutableKinds_t1191923110, ___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 // PORTABLEEXECUTABLEKINDS_T1191923110_H #ifndef IMAGEFILEMACHINE_T799743225_H #define IMAGEFILEMACHINE_T799743225_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ImageFileMachine struct ImageFileMachine_t799743225 { public: // System.Int32 System.Reflection.ImageFileMachine::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ImageFileMachine_t799743225, ___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 // IMAGEFILEMACHINE_T799743225_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 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 UNMANAGEDTYPE_T523127242_H #define UNMANAGEDTYPE_T523127242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.UnmanagedType struct UnmanagedType_t523127242 { public: // System.Int32 System.Runtime.InteropServices.UnmanagedType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UnmanagedType_t523127242, ___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 // UNMANAGEDTYPE_T523127242_H #ifndef CHARSET_T3391187264_H #define CHARSET_T3391187264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.CharSet struct CharSet_t3391187264 { public: // System.Int32 System.Runtime.InteropServices.CharSet::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CharSet_t3391187264, ___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 // CHARSET_T3391187264_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 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 NATIVERESOURCETYPE_T2573963468_H #define NATIVERESOURCETYPE_T2573963468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.NativeResourceType struct NativeResourceType_t2573963468 { public: // System.Int32 System.Reflection.Emit.NativeResourceType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NativeResourceType_t2573963468, ___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 // NATIVERESOURCETYPE_T2573963468_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 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 CONSOLEKEY_T4097401472_H #define CONSOLEKEY_T4097401472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleKey struct ConsoleKey_t4097401472 { public: // System.Int32 System.ConsoleKey::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleKey_t4097401472, ___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 // CONSOLEKEY_T4097401472_H #ifndef CONSOLEMODIFIERS_T1471011467_H #define CONSOLEMODIFIERS_T1471011467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleModifiers struct ConsoleModifiers_t1471011467 { public: // System.Int32 System.ConsoleModifiers::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleModifiers_t1471011467, ___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 // CONSOLEMODIFIERS_T1471011467_H #ifndef THREADSTATE_T2533302383_H #define THREADSTATE_T2533302383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadState struct ThreadState_t2533302383 { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadState_t2533302383, ___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 // THREADSTATE_T2533302383_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 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 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 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 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 CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #define CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710 { public: // System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument CustomAttributeTypedArgument_t2723150157 ___typedArgument_0; // System.Reflection.MemberInfo System.Reflection.CustomAttributeNamedArgument::memberInfo MemberInfo_t * ___memberInfo_1; public: inline static int32_t get_offset_of_typedArgument_0() { return static_cast(offsetof(CustomAttributeNamedArgument_t287865710, ___typedArgument_0)); } inline CustomAttributeTypedArgument_t2723150157 get_typedArgument_0() const { return ___typedArgument_0; } inline CustomAttributeTypedArgument_t2723150157 * get_address_of_typedArgument_0() { return &___typedArgument_0; } inline void set_typedArgument_0(CustomAttributeTypedArgument_t2723150157 value) { ___typedArgument_0 = value; } inline static int32_t get_offset_of_memberInfo_1() { return static_cast(offsetof(CustomAttributeNamedArgument_t287865710, ___memberInfo_1)); } inline MemberInfo_t * get_memberInfo_1() const { return ___memberInfo_1; } inline MemberInfo_t ** get_address_of_memberInfo_1() { return &___memberInfo_1; } inline void set_memberInfo_1(MemberInfo_t * value) { ___memberInfo_1 = value; Il2CppCodeGenWriteBarrier((&___memberInfo_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710_marshaled_pinvoke { CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710_marshaled_com { CustomAttributeTypedArgument_t2723150157_marshaled_com ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; #endif // CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_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 ASSEMBLYBUILDERACCESS_T2806254258_H #define ASSEMBLYBUILDERACCESS_T2806254258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.AssemblyBuilderAccess struct AssemblyBuilderAccess_t2806254258 { public: // System.Int32 System.Reflection.Emit.AssemblyBuilderAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyBuilderAccess_t2806254258, ___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 // ASSEMBLYBUILDERACCESS_T2806254258_H #ifndef PEFILEKINDS_T3631470751_H #define PEFILEKINDS_T3631470751_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.PEFileKinds struct PEFileKinds_t3631470751 { public: // System.Int32 System.Reflection.Emit.PEFileKinds::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PEFileKinds_t3631470751, ___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 // PEFILEKINDS_T3631470751_H #ifndef SECURITYEXCEPTION_T975544473_H #define SECURITYEXCEPTION_T975544473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityException struct SecurityException_t975544473 : public SystemException_t176217640 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_11; // System.Type System.Security.SecurityException::permissionType Type_t * ___permissionType_12; // System.String System.Security.SecurityException::_granted String_t* ____granted_13; // System.String System.Security.SecurityException::_refused String_t* ____refused_14; // System.Object System.Security.SecurityException::_demanded RuntimeObject * ____demanded_15; // System.Security.IPermission System.Security.SecurityException::_firstperm RuntimeObject* ____firstperm_16; // System.Reflection.MethodInfo System.Security.SecurityException::_method MethodInfo_t * ____method_17; // System.Security.Policy.Evidence System.Security.SecurityException::_evidence Evidence_t2008144148 * ____evidence_18; public: inline static int32_t get_offset_of_permissionState_11() { return static_cast(offsetof(SecurityException_t975544473, ___permissionState_11)); } inline String_t* get_permissionState_11() const { return ___permissionState_11; } inline String_t** get_address_of_permissionState_11() { return &___permissionState_11; } inline void set_permissionState_11(String_t* value) { ___permissionState_11 = value; Il2CppCodeGenWriteBarrier((&___permissionState_11), value); } inline static int32_t get_offset_of_permissionType_12() { return static_cast(offsetof(SecurityException_t975544473, ___permissionType_12)); } inline Type_t * get_permissionType_12() const { return ___permissionType_12; } inline Type_t ** get_address_of_permissionType_12() { return &___permissionType_12; } inline void set_permissionType_12(Type_t * value) { ___permissionType_12 = value; Il2CppCodeGenWriteBarrier((&___permissionType_12), value); } inline static int32_t get_offset_of__granted_13() { return static_cast(offsetof(SecurityException_t975544473, ____granted_13)); } inline String_t* get__granted_13() const { return ____granted_13; } inline String_t** get_address_of__granted_13() { return &____granted_13; } inline void set__granted_13(String_t* value) { ____granted_13 = value; Il2CppCodeGenWriteBarrier((&____granted_13), value); } inline static int32_t get_offset_of__refused_14() { return static_cast(offsetof(SecurityException_t975544473, ____refused_14)); } inline String_t* get__refused_14() const { return ____refused_14; } inline String_t** get_address_of__refused_14() { return &____refused_14; } inline void set__refused_14(String_t* value) { ____refused_14 = value; Il2CppCodeGenWriteBarrier((&____refused_14), value); } inline static int32_t get_offset_of__demanded_15() { return static_cast(offsetof(SecurityException_t975544473, ____demanded_15)); } inline RuntimeObject * get__demanded_15() const { return ____demanded_15; } inline RuntimeObject ** get_address_of__demanded_15() { return &____demanded_15; } inline void set__demanded_15(RuntimeObject * value) { ____demanded_15 = value; Il2CppCodeGenWriteBarrier((&____demanded_15), value); } inline static int32_t get_offset_of__firstperm_16() { return static_cast(offsetof(SecurityException_t975544473, ____firstperm_16)); } inline RuntimeObject* get__firstperm_16() const { return ____firstperm_16; } inline RuntimeObject** get_address_of__firstperm_16() { return &____firstperm_16; } inline void set__firstperm_16(RuntimeObject* value) { ____firstperm_16 = value; Il2CppCodeGenWriteBarrier((&____firstperm_16), value); } inline static int32_t get_offset_of__method_17() { return static_cast(offsetof(SecurityException_t975544473, ____method_17)); } inline MethodInfo_t * get__method_17() const { return ____method_17; } inline MethodInfo_t ** get_address_of__method_17() { return &____method_17; } inline void set__method_17(MethodInfo_t * value) { ____method_17 = value; Il2CppCodeGenWriteBarrier((&____method_17), value); } inline static int32_t get_offset_of__evidence_18() { return static_cast(offsetof(SecurityException_t975544473, ____evidence_18)); } inline Evidence_t2008144148 * get__evidence_18() const { return ____evidence_18; } inline Evidence_t2008144148 ** get_address_of__evidence_18() { return &____evidence_18; } inline void set__evidence_18(Evidence_t2008144148 * value) { ____evidence_18 = value; Il2CppCodeGenWriteBarrier((&____evidence_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYEXCEPTION_T975544473_H #ifndef SECURITYACTION_T569814076_H #define SECURITYACTION_T569814076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityAction struct SecurityAction_t569814076 { public: // System.Int32 System.Security.Permissions.SecurityAction::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityAction_t569814076, ___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 // SECURITYACTION_T569814076_H #ifndef FILEIOPERMISSIONACCESS_T1559273540_H #define FILEIOPERMISSIONACCESS_T1559273540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileIOPermissionAccess struct FileIOPermissionAccess_t1559273540 { public: // System.Int32 System.Security.Permissions.FileIOPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileIOPermissionAccess_t1559273540, ___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 // FILEIOPERMISSIONACCESS_T1559273540_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 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 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 TARGETPARAMETERCOUNTEXCEPTION_T1216617239_H #define TARGETPARAMETERCOUNTEXCEPTION_T1216617239_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TargetParameterCountException struct TargetParameterCountException_t1216617239 : public ApplicationException_t2339761290 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TARGETPARAMETERCOUNTEXCEPTION_T1216617239_H #ifndef OUTOFMEMORYEXCEPTION_T2437671686_H #define OUTOFMEMORYEXCEPTION_T2437671686_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OutOfMemoryException struct OutOfMemoryException_t2437671686 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OUTOFMEMORYEXCEPTION_T2437671686_H #ifndef AMBIGUOUSMATCHEXCEPTION_T566690781_H #define AMBIGUOUSMATCHEXCEPTION_T566690781_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AmbiguousMatchException struct AmbiguousMatchException_t566690781 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AMBIGUOUSMATCHEXCEPTION_T566690781_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 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 PLATFORMID_T897822290_H #define PLATFORMID_T897822290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.PlatformID struct PlatformID_t897822290 { public: // System.Int32 System.PlatformID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PlatformID_t897822290, ___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 // PLATFORMID_T897822290_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 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 METHODIMPLATTRIBUTES_T3646023817_H #define METHODIMPLATTRIBUTES_T3646023817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodImplAttributes struct MethodImplAttributes_t3646023817 { public: // System.Int32 System.Reflection.MethodImplAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MethodImplAttributes_t3646023817, ___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 // METHODIMPLATTRIBUTES_T3646023817_H #ifndef RUNTIMEMETHODHANDLE_T1133924984_H #define RUNTIMEMETHODHANDLE_T1133924984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeMethodHandle struct RuntimeMethodHandle_t1133924984 { public: // System.IntPtr System.RuntimeMethodHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeMethodHandle_t1133924984, ___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 // RUNTIMEMETHODHANDLE_T1133924984_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 METHODATTRIBUTES_T2366443849_H #define METHODATTRIBUTES_T2366443849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodAttributes struct MethodAttributes_t2366443849 { public: // System.Int32 System.Reflection.MethodAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MethodAttributes_t2366443849, ___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 // METHODATTRIBUTES_T2366443849_H #ifndef MONOMETHOD_T_H #define MONOMETHOD_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoMethod struct MonoMethod_t : public MethodInfo_t { public: // System.IntPtr System.Reflection.MonoMethod::mhandle intptr_t ___mhandle_0; // System.String System.Reflection.MonoMethod::name String_t* ___name_1; // System.Type System.Reflection.MonoMethod::reftype Type_t * ___reftype_2; public: inline static int32_t get_offset_of_mhandle_0() { return static_cast(offsetof(MonoMethod_t, ___mhandle_0)); } inline intptr_t get_mhandle_0() const { return ___mhandle_0; } inline intptr_t* get_address_of_mhandle_0() { return &___mhandle_0; } inline void set_mhandle_0(intptr_t value) { ___mhandle_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(MonoMethod_t, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_reftype_2() { return static_cast(offsetof(MonoMethod_t, ___reftype_2)); } inline Type_t * get_reftype_2() const { return ___reftype_2; } inline Type_t ** get_address_of_reftype_2() { return &___reftype_2; } inline void set_reftype_2(Type_t * value) { ___reftype_2 = value; Il2CppCodeGenWriteBarrier((&___reftype_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOMETHOD_T_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 FIELDBUILDER_T2627049993_H #define FIELDBUILDER_T2627049993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.FieldBuilder struct FieldBuilder_t2627049993 : public FieldInfo_t { public: // System.Reflection.FieldAttributes System.Reflection.Emit.FieldBuilder::attrs int32_t ___attrs_0; // System.Type System.Reflection.Emit.FieldBuilder::type Type_t * ___type_1; // System.String System.Reflection.Emit.FieldBuilder::name String_t* ___name_2; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.FieldBuilder::typeb TypeBuilder_t1073948154 * ___typeb_3; // System.Reflection.Emit.UnmanagedMarshal System.Reflection.Emit.FieldBuilder::marshal_info UnmanagedMarshal_t984015687 * ___marshal_info_4; public: inline static int32_t get_offset_of_attrs_0() { return static_cast(offsetof(FieldBuilder_t2627049993, ___attrs_0)); } inline int32_t get_attrs_0() const { return ___attrs_0; } inline int32_t* get_address_of_attrs_0() { return &___attrs_0; } inline void set_attrs_0(int32_t value) { ___attrs_0 = value; } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(FieldBuilder_t2627049993, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((&___type_1), value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(FieldBuilder_t2627049993, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((&___name_2), value); } inline static int32_t get_offset_of_typeb_3() { return static_cast(offsetof(FieldBuilder_t2627049993, ___typeb_3)); } inline TypeBuilder_t1073948154 * get_typeb_3() const { return ___typeb_3; } inline TypeBuilder_t1073948154 ** get_address_of_typeb_3() { return &___typeb_3; } inline void set_typeb_3(TypeBuilder_t1073948154 * value) { ___typeb_3 = value; Il2CppCodeGenWriteBarrier((&___typeb_3), value); } inline static int32_t get_offset_of_marshal_info_4() { return static_cast(offsetof(FieldBuilder_t2627049993, ___marshal_info_4)); } inline UnmanagedMarshal_t984015687 * get_marshal_info_4() const { return ___marshal_info_4; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshal_info_4() { return &___marshal_info_4; } inline void set_marshal_info_4(UnmanagedMarshal_t984015687 * value) { ___marshal_info_4 = value; Il2CppCodeGenWriteBarrier((&___marshal_info_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDBUILDER_T2627049993_H #ifndef OPERATINGSYSTEM_T3730783609_H #define OPERATINGSYSTEM_T3730783609_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OperatingSystem struct OperatingSystem_t3730783609 : public RuntimeObject { public: // System.PlatformID System.OperatingSystem::_platform int32_t ____platform_0; // System.Version System.OperatingSystem::_version Version_t3456873960 * ____version_1; // System.String System.OperatingSystem::_servicePack String_t* ____servicePack_2; public: inline static int32_t get_offset_of__platform_0() { return static_cast(offsetof(OperatingSystem_t3730783609, ____platform_0)); } inline int32_t get__platform_0() const { return ____platform_0; } inline int32_t* get_address_of__platform_0() { return &____platform_0; } inline void set__platform_0(int32_t value) { ____platform_0 = value; } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(OperatingSystem_t3730783609, ____version_1)); } inline Version_t3456873960 * get__version_1() const { return ____version_1; } inline Version_t3456873960 ** get_address_of__version_1() { return &____version_1; } inline void set__version_1(Version_t3456873960 * value) { ____version_1 = value; Il2CppCodeGenWriteBarrier((&____version_1), value); } inline static int32_t get_offset_of__servicePack_2() { return static_cast(offsetof(OperatingSystem_t3730783609, ____servicePack_2)); } inline String_t* get__servicePack_2() const { return ____servicePack_2; } inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; } inline void set__servicePack_2(String_t* value) { ____servicePack_2 = value; Il2CppCodeGenWriteBarrier((&____servicePack_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPERATINGSYSTEM_T3730783609_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 POLICYLEVEL_T2891196107_H #define POLICYLEVEL_T2891196107_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.PolicyLevel struct PolicyLevel_t2891196107 : public RuntimeObject { public: // System.String System.Security.Policy.PolicyLevel::label String_t* ___label_0; // System.Security.Policy.CodeGroup System.Security.Policy.PolicyLevel::root_code_group CodeGroup_t3811807446 * ___root_code_group_1; // System.Collections.ArrayList System.Security.Policy.PolicyLevel::full_trust_assemblies ArrayList_t2718874744 * ___full_trust_assemblies_2; // System.Collections.ArrayList System.Security.Policy.PolicyLevel::named_permission_sets ArrayList_t2718874744 * ___named_permission_sets_3; // System.String System.Security.Policy.PolicyLevel::_location String_t* ____location_4; // System.Security.PolicyLevelType System.Security.Policy.PolicyLevel::_type int32_t ____type_5; // System.Collections.Hashtable System.Security.Policy.PolicyLevel::fullNames Hashtable_t1853889766 * ___fullNames_6; // System.Security.SecurityElement System.Security.Policy.PolicyLevel::xml SecurityElement_t1046076091 * ___xml_7; public: inline static int32_t get_offset_of_label_0() { return static_cast(offsetof(PolicyLevel_t2891196107, ___label_0)); } inline String_t* get_label_0() const { return ___label_0; } inline String_t** get_address_of_label_0() { return &___label_0; } inline void set_label_0(String_t* value) { ___label_0 = value; Il2CppCodeGenWriteBarrier((&___label_0), value); } inline static int32_t get_offset_of_root_code_group_1() { return static_cast(offsetof(PolicyLevel_t2891196107, ___root_code_group_1)); } inline CodeGroup_t3811807446 * get_root_code_group_1() const { return ___root_code_group_1; } inline CodeGroup_t3811807446 ** get_address_of_root_code_group_1() { return &___root_code_group_1; } inline void set_root_code_group_1(CodeGroup_t3811807446 * value) { ___root_code_group_1 = value; Il2CppCodeGenWriteBarrier((&___root_code_group_1), value); } inline static int32_t get_offset_of_full_trust_assemblies_2() { return static_cast(offsetof(PolicyLevel_t2891196107, ___full_trust_assemblies_2)); } inline ArrayList_t2718874744 * get_full_trust_assemblies_2() const { return ___full_trust_assemblies_2; } inline ArrayList_t2718874744 ** get_address_of_full_trust_assemblies_2() { return &___full_trust_assemblies_2; } inline void set_full_trust_assemblies_2(ArrayList_t2718874744 * value) { ___full_trust_assemblies_2 = value; Il2CppCodeGenWriteBarrier((&___full_trust_assemblies_2), value); } inline static int32_t get_offset_of_named_permission_sets_3() { return static_cast(offsetof(PolicyLevel_t2891196107, ___named_permission_sets_3)); } inline ArrayList_t2718874744 * get_named_permission_sets_3() const { return ___named_permission_sets_3; } inline ArrayList_t2718874744 ** get_address_of_named_permission_sets_3() { return &___named_permission_sets_3; } inline void set_named_permission_sets_3(ArrayList_t2718874744 * value) { ___named_permission_sets_3 = value; Il2CppCodeGenWriteBarrier((&___named_permission_sets_3), value); } inline static int32_t get_offset_of__location_4() { return static_cast(offsetof(PolicyLevel_t2891196107, ____location_4)); } inline String_t* get__location_4() const { return ____location_4; } inline String_t** get_address_of__location_4() { return &____location_4; } inline void set__location_4(String_t* value) { ____location_4 = value; Il2CppCodeGenWriteBarrier((&____location_4), value); } inline static int32_t get_offset_of__type_5() { return static_cast(offsetof(PolicyLevel_t2891196107, ____type_5)); } inline int32_t get__type_5() const { return ____type_5; } inline int32_t* get_address_of__type_5() { return &____type_5; } inline void set__type_5(int32_t value) { ____type_5 = value; } inline static int32_t get_offset_of_fullNames_6() { return static_cast(offsetof(PolicyLevel_t2891196107, ___fullNames_6)); } inline Hashtable_t1853889766 * get_fullNames_6() const { return ___fullNames_6; } inline Hashtable_t1853889766 ** get_address_of_fullNames_6() { return &___fullNames_6; } inline void set_fullNames_6(Hashtable_t1853889766 * value) { ___fullNames_6 = value; Il2CppCodeGenWriteBarrier((&___fullNames_6), value); } inline static int32_t get_offset_of_xml_7() { return static_cast(offsetof(PolicyLevel_t2891196107, ___xml_7)); } inline SecurityElement_t1046076091 * get_xml_7() const { return ___xml_7; } inline SecurityElement_t1046076091 ** get_address_of_xml_7() { return &___xml_7; } inline void set_xml_7(SecurityElement_t1046076091 * value) { ___xml_7 = value; Il2CppCodeGenWriteBarrier((&___xml_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POLICYLEVEL_T2891196107_H #ifndef METHODACCESSEXCEPTION_T190175859_H #define METHODACCESSEXCEPTION_T190175859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MethodAccessException struct MethodAccessException_t190175859 : public MemberAccessException_t1734467078 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODACCESSEXCEPTION_T190175859_H #ifndef PLATFORMNOTSUPPORTEDEXCEPTION_T3572244504_H #define PLATFORMNOTSUPPORTEDEXCEPTION_T3572244504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.PlatformNotSupportedException struct PlatformNotSupportedException_t3572244504 : public NotSupportedException_t1314879016 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLATFORMNOTSUPPORTEDEXCEPTION_T3572244504_H #ifndef FILEIOPERMISSION_T3596906749_H #define FILEIOPERMISSION_T3596906749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileIOPermission struct FileIOPermission_t3596906749 : public CodeAccessPermission_t2681295399 { public: // System.Boolean System.Security.Permissions.FileIOPermission::m_Unrestricted bool ___m_Unrestricted_2; // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::m_AllFilesAccess int32_t ___m_AllFilesAccess_3; // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::m_AllLocalFilesAccess int32_t ___m_AllLocalFilesAccess_4; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::readList ArrayList_t2718874744 * ___readList_5; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::writeList ArrayList_t2718874744 * ___writeList_6; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::appendList ArrayList_t2718874744 * ___appendList_7; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::pathList ArrayList_t2718874744 * ___pathList_8; public: inline static int32_t get_offset_of_m_Unrestricted_2() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_Unrestricted_2)); } inline bool get_m_Unrestricted_2() const { return ___m_Unrestricted_2; } inline bool* get_address_of_m_Unrestricted_2() { return &___m_Unrestricted_2; } inline void set_m_Unrestricted_2(bool value) { ___m_Unrestricted_2 = value; } inline static int32_t get_offset_of_m_AllFilesAccess_3() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_AllFilesAccess_3)); } inline int32_t get_m_AllFilesAccess_3() const { return ___m_AllFilesAccess_3; } inline int32_t* get_address_of_m_AllFilesAccess_3() { return &___m_AllFilesAccess_3; } inline void set_m_AllFilesAccess_3(int32_t value) { ___m_AllFilesAccess_3 = value; } inline static int32_t get_offset_of_m_AllLocalFilesAccess_4() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_AllLocalFilesAccess_4)); } inline int32_t get_m_AllLocalFilesAccess_4() const { return ___m_AllLocalFilesAccess_4; } inline int32_t* get_address_of_m_AllLocalFilesAccess_4() { return &___m_AllLocalFilesAccess_4; } inline void set_m_AllLocalFilesAccess_4(int32_t value) { ___m_AllLocalFilesAccess_4 = value; } inline static int32_t get_offset_of_readList_5() { return static_cast(offsetof(FileIOPermission_t3596906749, ___readList_5)); } inline ArrayList_t2718874744 * get_readList_5() const { return ___readList_5; } inline ArrayList_t2718874744 ** get_address_of_readList_5() { return &___readList_5; } inline void set_readList_5(ArrayList_t2718874744 * value) { ___readList_5 = value; Il2CppCodeGenWriteBarrier((&___readList_5), value); } inline static int32_t get_offset_of_writeList_6() { return static_cast(offsetof(FileIOPermission_t3596906749, ___writeList_6)); } inline ArrayList_t2718874744 * get_writeList_6() const { return ___writeList_6; } inline ArrayList_t2718874744 ** get_address_of_writeList_6() { return &___writeList_6; } inline void set_writeList_6(ArrayList_t2718874744 * value) { ___writeList_6 = value; Il2CppCodeGenWriteBarrier((&___writeList_6), value); } inline static int32_t get_offset_of_appendList_7() { return static_cast(offsetof(FileIOPermission_t3596906749, ___appendList_7)); } inline ArrayList_t2718874744 * get_appendList_7() const { return ___appendList_7; } inline ArrayList_t2718874744 ** get_address_of_appendList_7() { return &___appendList_7; } inline void set_appendList_7(ArrayList_t2718874744 * value) { ___appendList_7 = value; Il2CppCodeGenWriteBarrier((&___appendList_7), value); } inline static int32_t get_offset_of_pathList_8() { return static_cast(offsetof(FileIOPermission_t3596906749, ___pathList_8)); } inline ArrayList_t2718874744 * get_pathList_8() const { return ___pathList_8; } inline ArrayList_t2718874744 ** get_address_of_pathList_8() { return &___pathList_8; } inline void set_pathList_8(ArrayList_t2718874744 * value) { ___pathList_8 = value; Il2CppCodeGenWriteBarrier((&___pathList_8), value); } }; struct FileIOPermission_t3596906749_StaticFields { public: // System.Char[] System.Security.Permissions.FileIOPermission::BadPathNameCharacters CharU5BU5D_t3528271667* ___BadPathNameCharacters_0; // System.Char[] System.Security.Permissions.FileIOPermission::BadFileNameCharacters CharU5BU5D_t3528271667* ___BadFileNameCharacters_1; public: inline static int32_t get_offset_of_BadPathNameCharacters_0() { return static_cast(offsetof(FileIOPermission_t3596906749_StaticFields, ___BadPathNameCharacters_0)); } inline CharU5BU5D_t3528271667* get_BadPathNameCharacters_0() const { return ___BadPathNameCharacters_0; } inline CharU5BU5D_t3528271667** get_address_of_BadPathNameCharacters_0() { return &___BadPathNameCharacters_0; } inline void set_BadPathNameCharacters_0(CharU5BU5D_t3528271667* value) { ___BadPathNameCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___BadPathNameCharacters_0), value); } inline static int32_t get_offset_of_BadFileNameCharacters_1() { return static_cast(offsetof(FileIOPermission_t3596906749_StaticFields, ___BadFileNameCharacters_1)); } inline CharU5BU5D_t3528271667* get_BadFileNameCharacters_1() const { return ___BadFileNameCharacters_1; } inline CharU5BU5D_t3528271667** get_address_of_BadFileNameCharacters_1() { return &___BadFileNameCharacters_1; } inline void set_BadFileNameCharacters_1(CharU5BU5D_t3528271667* value) { ___BadFileNameCharacters_1 = value; Il2CppCodeGenWriteBarrier((&___BadFileNameCharacters_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEIOPERMISSION_T3596906749_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 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 DYNAMICMETHOD_T2537779570_H #define DYNAMICMETHOD_T2537779570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.DynamicMethod struct DynamicMethod_t2537779570 : public MethodInfo_t { public: // System.RuntimeMethodHandle System.Reflection.Emit.DynamicMethod::mhandle RuntimeMethodHandle_t1133924984 ___mhandle_0; // System.String System.Reflection.Emit.DynamicMethod::name String_t* ___name_1; // System.Type System.Reflection.Emit.DynamicMethod::returnType Type_t * ___returnType_2; // System.Type[] System.Reflection.Emit.DynamicMethod::parameters TypeU5BU5D_t3940880105* ___parameters_3; // System.Reflection.MethodAttributes System.Reflection.Emit.DynamicMethod::attributes int32_t ___attributes_4; // System.Reflection.CallingConventions System.Reflection.Emit.DynamicMethod::callingConvention int32_t ___callingConvention_5; // System.Reflection.Module System.Reflection.Emit.DynamicMethod::module Module_t2987026101 * ___module_6; // System.Boolean System.Reflection.Emit.DynamicMethod::skipVisibility bool ___skipVisibility_7; // System.Boolean System.Reflection.Emit.DynamicMethod::init_locals bool ___init_locals_8; // System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod::ilgen ILGenerator_t1388622344 * ___ilgen_9; // System.Int32 System.Reflection.Emit.DynamicMethod::nrefs int32_t ___nrefs_10; // System.Object[] System.Reflection.Emit.DynamicMethod::refs ObjectU5BU5D_t2843939325* ___refs_11; // System.IntPtr System.Reflection.Emit.DynamicMethod::referenced_by intptr_t ___referenced_by_12; // System.Type System.Reflection.Emit.DynamicMethod::owner Type_t * ___owner_13; // System.Delegate System.Reflection.Emit.DynamicMethod::deleg Delegate_t1188392813 * ___deleg_14; // System.Reflection.MonoMethod System.Reflection.Emit.DynamicMethod::method MonoMethod_t * ___method_15; // System.Reflection.Emit.ParameterBuilder[] System.Reflection.Emit.DynamicMethod::pinfo ParameterBuilderU5BU5D_t3054868058* ___pinfo_16; // System.Boolean System.Reflection.Emit.DynamicMethod::creating bool ___creating_17; public: inline static int32_t get_offset_of_mhandle_0() { return static_cast(offsetof(DynamicMethod_t2537779570, ___mhandle_0)); } inline RuntimeMethodHandle_t1133924984 get_mhandle_0() const { return ___mhandle_0; } inline RuntimeMethodHandle_t1133924984 * get_address_of_mhandle_0() { return &___mhandle_0; } inline void set_mhandle_0(RuntimeMethodHandle_t1133924984 value) { ___mhandle_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(DynamicMethod_t2537779570, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_returnType_2() { return static_cast(offsetof(DynamicMethod_t2537779570, ___returnType_2)); } inline Type_t * get_returnType_2() const { return ___returnType_2; } inline Type_t ** get_address_of_returnType_2() { return &___returnType_2; } inline void set_returnType_2(Type_t * value) { ___returnType_2 = value; Il2CppCodeGenWriteBarrier((&___returnType_2), value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(DynamicMethod_t2537779570, ___parameters_3)); } inline TypeU5BU5D_t3940880105* get_parameters_3() const { return ___parameters_3; } inline TypeU5BU5D_t3940880105** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(TypeU5BU5D_t3940880105* value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((&___parameters_3), value); } inline static int32_t get_offset_of_attributes_4() { return static_cast(offsetof(DynamicMethod_t2537779570, ___attributes_4)); } inline int32_t get_attributes_4() const { return ___attributes_4; } inline int32_t* get_address_of_attributes_4() { return &___attributes_4; } inline void set_attributes_4(int32_t value) { ___attributes_4 = value; } inline static int32_t get_offset_of_callingConvention_5() { return static_cast(offsetof(DynamicMethod_t2537779570, ___callingConvention_5)); } inline int32_t get_callingConvention_5() const { return ___callingConvention_5; } inline int32_t* get_address_of_callingConvention_5() { return &___callingConvention_5; } inline void set_callingConvention_5(int32_t value) { ___callingConvention_5 = value; } inline static int32_t get_offset_of_module_6() { return static_cast(offsetof(DynamicMethod_t2537779570, ___module_6)); } inline Module_t2987026101 * get_module_6() const { return ___module_6; } inline Module_t2987026101 ** get_address_of_module_6() { return &___module_6; } inline void set_module_6(Module_t2987026101 * value) { ___module_6 = value; Il2CppCodeGenWriteBarrier((&___module_6), value); } inline static int32_t get_offset_of_skipVisibility_7() { return static_cast(offsetof(DynamicMethod_t2537779570, ___skipVisibility_7)); } inline bool get_skipVisibility_7() const { return ___skipVisibility_7; } inline bool* get_address_of_skipVisibility_7() { return &___skipVisibility_7; } inline void set_skipVisibility_7(bool value) { ___skipVisibility_7 = value; } inline static int32_t get_offset_of_init_locals_8() { return static_cast(offsetof(DynamicMethod_t2537779570, ___init_locals_8)); } inline bool get_init_locals_8() const { return ___init_locals_8; } inline bool* get_address_of_init_locals_8() { return &___init_locals_8; } inline void set_init_locals_8(bool value) { ___init_locals_8 = value; } inline static int32_t get_offset_of_ilgen_9() { return static_cast(offsetof(DynamicMethod_t2537779570, ___ilgen_9)); } inline ILGenerator_t1388622344 * get_ilgen_9() const { return ___ilgen_9; } inline ILGenerator_t1388622344 ** get_address_of_ilgen_9() { return &___ilgen_9; } inline void set_ilgen_9(ILGenerator_t1388622344 * value) { ___ilgen_9 = value; Il2CppCodeGenWriteBarrier((&___ilgen_9), value); } inline static int32_t get_offset_of_nrefs_10() { return static_cast(offsetof(DynamicMethod_t2537779570, ___nrefs_10)); } inline int32_t get_nrefs_10() const { return ___nrefs_10; } inline int32_t* get_address_of_nrefs_10() { return &___nrefs_10; } inline void set_nrefs_10(int32_t value) { ___nrefs_10 = value; } inline static int32_t get_offset_of_refs_11() { return static_cast(offsetof(DynamicMethod_t2537779570, ___refs_11)); } inline ObjectU5BU5D_t2843939325* get_refs_11() const { return ___refs_11; } inline ObjectU5BU5D_t2843939325** get_address_of_refs_11() { return &___refs_11; } inline void set_refs_11(ObjectU5BU5D_t2843939325* value) { ___refs_11 = value; Il2CppCodeGenWriteBarrier((&___refs_11), value); } inline static int32_t get_offset_of_referenced_by_12() { return static_cast(offsetof(DynamicMethod_t2537779570, ___referenced_by_12)); } inline intptr_t get_referenced_by_12() const { return ___referenced_by_12; } inline intptr_t* get_address_of_referenced_by_12() { return &___referenced_by_12; } inline void set_referenced_by_12(intptr_t value) { ___referenced_by_12 = value; } inline static int32_t get_offset_of_owner_13() { return static_cast(offsetof(DynamicMethod_t2537779570, ___owner_13)); } inline Type_t * get_owner_13() const { return ___owner_13; } inline Type_t ** get_address_of_owner_13() { return &___owner_13; } inline void set_owner_13(Type_t * value) { ___owner_13 = value; Il2CppCodeGenWriteBarrier((&___owner_13), value); } inline static int32_t get_offset_of_deleg_14() { return static_cast(offsetof(DynamicMethod_t2537779570, ___deleg_14)); } inline Delegate_t1188392813 * get_deleg_14() const { return ___deleg_14; } inline Delegate_t1188392813 ** get_address_of_deleg_14() { return &___deleg_14; } inline void set_deleg_14(Delegate_t1188392813 * value) { ___deleg_14 = value; Il2CppCodeGenWriteBarrier((&___deleg_14), value); } inline static int32_t get_offset_of_method_15() { return static_cast(offsetof(DynamicMethod_t2537779570, ___method_15)); } inline MonoMethod_t * get_method_15() const { return ___method_15; } inline MonoMethod_t ** get_address_of_method_15() { return &___method_15; } inline void set_method_15(MonoMethod_t * value) { ___method_15 = value; Il2CppCodeGenWriteBarrier((&___method_15), value); } inline static int32_t get_offset_of_pinfo_16() { return static_cast(offsetof(DynamicMethod_t2537779570, ___pinfo_16)); } inline ParameterBuilderU5BU5D_t3054868058* get_pinfo_16() const { return ___pinfo_16; } inline ParameterBuilderU5BU5D_t3054868058** get_address_of_pinfo_16() { return &___pinfo_16; } inline void set_pinfo_16(ParameterBuilderU5BU5D_t3054868058* value) { ___pinfo_16 = value; Il2CppCodeGenWriteBarrier((&___pinfo_16), value); } inline static int32_t get_offset_of_creating_17() { return static_cast(offsetof(DynamicMethod_t2537779570, ___creating_17)); } inline bool get_creating_17() const { return ___creating_17; } inline bool* get_address_of_creating_17() { return &___creating_17; } inline void set_creating_17(bool value) { ___creating_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DYNAMICMETHOD_T2537779570_H #ifndef PARAMETERBUILDER_T1137139675_H #define PARAMETERBUILDER_T1137139675_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ParameterBuilder struct ParameterBuilder_t1137139675 : public RuntimeObject { public: // System.String System.Reflection.Emit.ParameterBuilder::name String_t* ___name_0; // System.Reflection.ParameterAttributes System.Reflection.Emit.ParameterBuilder::attrs int32_t ___attrs_1; // System.Int32 System.Reflection.Emit.ParameterBuilder::position int32_t ___position_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(ParameterBuilder_t1137139675, ___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_attrs_1() { return static_cast(offsetof(ParameterBuilder_t1137139675, ___attrs_1)); } inline int32_t get_attrs_1() const { return ___attrs_1; } inline int32_t* get_address_of_attrs_1() { return &___attrs_1; } inline void set_attrs_1(int32_t value) { ___attrs_1 = value; } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(ParameterBuilder_t1137139675, ___position_2)); } inline int32_t get_position_2() const { return ___position_2; } inline int32_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(int32_t value) { ___position_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERBUILDER_T1137139675_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 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 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 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 THREAD_T2300836069_H #define THREAD_T2300836069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Thread struct Thread_t2300836069 : public CriticalFinalizerObject_t701527852 { public: // System.Int32 System.Threading.Thread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.Thread::system_thread_handle intptr_t ___system_thread_handle_1; // System.Object System.Threading.Thread::cached_culture_info RuntimeObject * ___cached_culture_info_2; // System.IntPtr System.Threading.Thread::unused0 intptr_t ___unused0_3; // System.Boolean System.Threading.Thread::threadpool_thread bool ___threadpool_thread_4; // System.IntPtr System.Threading.Thread::name intptr_t ___name_5; // System.Int32 System.Threading.Thread::name_len int32_t ___name_len_6; // System.Threading.ThreadState System.Threading.Thread::state int32_t ___state_7; // System.Object System.Threading.Thread::abort_exc RuntimeObject * ___abort_exc_8; // System.Int32 System.Threading.Thread::abort_state_handle int32_t ___abort_state_handle_9; // System.Int64 System.Threading.Thread::thread_id int64_t ___thread_id_10; // System.IntPtr System.Threading.Thread::start_notify intptr_t ___start_notify_11; // System.IntPtr System.Threading.Thread::stack_ptr intptr_t ___stack_ptr_12; // System.UIntPtr System.Threading.Thread::static_data uintptr_t ___static_data_13; // System.IntPtr System.Threading.Thread::jit_data intptr_t ___jit_data_14; // System.IntPtr System.Threading.Thread::lock_data intptr_t ___lock_data_15; // System.Object System.Threading.Thread::current_appcontext RuntimeObject * ___current_appcontext_16; // System.Int32 System.Threading.Thread::stack_size int32_t ___stack_size_17; // System.Object System.Threading.Thread::start_obj RuntimeObject * ___start_obj_18; // System.IntPtr System.Threading.Thread::appdomain_refs intptr_t ___appdomain_refs_19; // System.Int32 System.Threading.Thread::interruption_requested int32_t ___interruption_requested_20; // System.IntPtr System.Threading.Thread::suspend_event intptr_t ___suspend_event_21; // System.IntPtr System.Threading.Thread::suspended_event intptr_t ___suspended_event_22; // System.IntPtr System.Threading.Thread::resume_event intptr_t ___resume_event_23; // System.IntPtr System.Threading.Thread::synch_cs intptr_t ___synch_cs_24; // System.IntPtr System.Threading.Thread::serialized_culture_info intptr_t ___serialized_culture_info_25; // System.Int32 System.Threading.Thread::serialized_culture_info_len int32_t ___serialized_culture_info_len_26; // System.IntPtr System.Threading.Thread::serialized_ui_culture_info intptr_t ___serialized_ui_culture_info_27; // System.Int32 System.Threading.Thread::serialized_ui_culture_info_len int32_t ___serialized_ui_culture_info_len_28; // System.Boolean System.Threading.Thread::thread_dump_requested bool ___thread_dump_requested_29; // System.IntPtr System.Threading.Thread::end_stack intptr_t ___end_stack_30; // System.Boolean System.Threading.Thread::thread_interrupt_requested bool ___thread_interrupt_requested_31; // System.Byte System.Threading.Thread::apartment_state uint8_t ___apartment_state_32; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Thread::critical_region_level int32_t ___critical_region_level_33; // System.Int32 System.Threading.Thread::small_id int32_t ___small_id_34; // System.IntPtr System.Threading.Thread::manage_callback intptr_t ___manage_callback_35; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_36; // System.Threading.ExecutionContext System.Threading.Thread::ec_to_set ExecutionContext_t1748372627 * ___ec_to_set_37; // System.IntPtr System.Threading.Thread::interrupt_on_stop intptr_t ___interrupt_on_stop_38; // System.IntPtr System.Threading.Thread::unused3 intptr_t ___unused3_39; // System.IntPtr System.Threading.Thread::unused4 intptr_t ___unused4_40; // System.IntPtr System.Threading.Thread::unused5 intptr_t ___unused5_41; // System.IntPtr System.Threading.Thread::unused6 intptr_t ___unused6_42; // System.MulticastDelegate System.Threading.Thread::threadstart MulticastDelegate_t * ___threadstart_45; // System.Int32 System.Threading.Thread::managed_id int32_t ___managed_id_46; // System.Security.Principal.IPrincipal System.Threading.Thread::_principal RuntimeObject* ____principal_47; // System.Boolean System.Threading.Thread::in_currentculture bool ___in_currentculture_50; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(Thread_t2300836069, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_system_thread_handle_1() { return static_cast(offsetof(Thread_t2300836069, ___system_thread_handle_1)); } inline intptr_t get_system_thread_handle_1() const { return ___system_thread_handle_1; } inline intptr_t* get_address_of_system_thread_handle_1() { return &___system_thread_handle_1; } inline void set_system_thread_handle_1(intptr_t value) { ___system_thread_handle_1 = value; } inline static int32_t get_offset_of_cached_culture_info_2() { return static_cast(offsetof(Thread_t2300836069, ___cached_culture_info_2)); } inline RuntimeObject * get_cached_culture_info_2() const { return ___cached_culture_info_2; } inline RuntimeObject ** get_address_of_cached_culture_info_2() { return &___cached_culture_info_2; } inline void set_cached_culture_info_2(RuntimeObject * value) { ___cached_culture_info_2 = value; Il2CppCodeGenWriteBarrier((&___cached_culture_info_2), value); } inline static int32_t get_offset_of_unused0_3() { return static_cast(offsetof(Thread_t2300836069, ___unused0_3)); } inline intptr_t get_unused0_3() const { return ___unused0_3; } inline intptr_t* get_address_of_unused0_3() { return &___unused0_3; } inline void set_unused0_3(intptr_t value) { ___unused0_3 = value; } inline static int32_t get_offset_of_threadpool_thread_4() { return static_cast(offsetof(Thread_t2300836069, ___threadpool_thread_4)); } inline bool get_threadpool_thread_4() const { return ___threadpool_thread_4; } inline bool* get_address_of_threadpool_thread_4() { return &___threadpool_thread_4; } inline void set_threadpool_thread_4(bool value) { ___threadpool_thread_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Thread_t2300836069, ___name_5)); } inline intptr_t get_name_5() const { return ___name_5; } inline intptr_t* get_address_of_name_5() { return &___name_5; } inline void set_name_5(intptr_t value) { ___name_5 = value; } inline static int32_t get_offset_of_name_len_6() { return static_cast(offsetof(Thread_t2300836069, ___name_len_6)); } inline int32_t get_name_len_6() const { return ___name_len_6; } inline int32_t* get_address_of_name_len_6() { return &___name_len_6; } inline void set_name_len_6(int32_t value) { ___name_len_6 = value; } inline static int32_t get_offset_of_state_7() { return static_cast(offsetof(Thread_t2300836069, ___state_7)); } inline int32_t get_state_7() const { return ___state_7; } inline int32_t* get_address_of_state_7() { return &___state_7; } inline void set_state_7(int32_t value) { ___state_7 = value; } inline static int32_t get_offset_of_abort_exc_8() { return static_cast(offsetof(Thread_t2300836069, ___abort_exc_8)); } inline RuntimeObject * get_abort_exc_8() const { return ___abort_exc_8; } inline RuntimeObject ** get_address_of_abort_exc_8() { return &___abort_exc_8; } inline void set_abort_exc_8(RuntimeObject * value) { ___abort_exc_8 = value; Il2CppCodeGenWriteBarrier((&___abort_exc_8), value); } inline static int32_t get_offset_of_abort_state_handle_9() { return static_cast(offsetof(Thread_t2300836069, ___abort_state_handle_9)); } inline int32_t get_abort_state_handle_9() const { return ___abort_state_handle_9; } inline int32_t* get_address_of_abort_state_handle_9() { return &___abort_state_handle_9; } inline void set_abort_state_handle_9(int32_t value) { ___abort_state_handle_9 = value; } inline static int32_t get_offset_of_thread_id_10() { return static_cast(offsetof(Thread_t2300836069, ___thread_id_10)); } inline int64_t get_thread_id_10() const { return ___thread_id_10; } inline int64_t* get_address_of_thread_id_10() { return &___thread_id_10; } inline void set_thread_id_10(int64_t value) { ___thread_id_10 = value; } inline static int32_t get_offset_of_start_notify_11() { return static_cast(offsetof(Thread_t2300836069, ___start_notify_11)); } inline intptr_t get_start_notify_11() const { return ___start_notify_11; } inline intptr_t* get_address_of_start_notify_11() { return &___start_notify_11; } inline void set_start_notify_11(intptr_t value) { ___start_notify_11 = value; } inline static int32_t get_offset_of_stack_ptr_12() { return static_cast(offsetof(Thread_t2300836069, ___stack_ptr_12)); } inline intptr_t get_stack_ptr_12() const { return ___stack_ptr_12; } inline intptr_t* get_address_of_stack_ptr_12() { return &___stack_ptr_12; } inline void set_stack_ptr_12(intptr_t value) { ___stack_ptr_12 = value; } inline static int32_t get_offset_of_static_data_13() { return static_cast(offsetof(Thread_t2300836069, ___static_data_13)); } inline uintptr_t get_static_data_13() const { return ___static_data_13; } inline uintptr_t* get_address_of_static_data_13() { return &___static_data_13; } inline void set_static_data_13(uintptr_t value) { ___static_data_13 = value; } inline static int32_t get_offset_of_jit_data_14() { return static_cast(offsetof(Thread_t2300836069, ___jit_data_14)); } inline intptr_t get_jit_data_14() const { return ___jit_data_14; } inline intptr_t* get_address_of_jit_data_14() { return &___jit_data_14; } inline void set_jit_data_14(intptr_t value) { ___jit_data_14 = value; } inline static int32_t get_offset_of_lock_data_15() { return static_cast(offsetof(Thread_t2300836069, ___lock_data_15)); } inline intptr_t get_lock_data_15() const { return ___lock_data_15; } inline intptr_t* get_address_of_lock_data_15() { return &___lock_data_15; } inline void set_lock_data_15(intptr_t value) { ___lock_data_15 = value; } inline static int32_t get_offset_of_current_appcontext_16() { return static_cast(offsetof(Thread_t2300836069, ___current_appcontext_16)); } inline RuntimeObject * get_current_appcontext_16() const { return ___current_appcontext_16; } inline RuntimeObject ** get_address_of_current_appcontext_16() { return &___current_appcontext_16; } inline void set_current_appcontext_16(RuntimeObject * value) { ___current_appcontext_16 = value; Il2CppCodeGenWriteBarrier((&___current_appcontext_16), value); } inline static int32_t get_offset_of_stack_size_17() { return static_cast(offsetof(Thread_t2300836069, ___stack_size_17)); } inline int32_t get_stack_size_17() const { return ___stack_size_17; } inline int32_t* get_address_of_stack_size_17() { return &___stack_size_17; } inline void set_stack_size_17(int32_t value) { ___stack_size_17 = value; } inline static int32_t get_offset_of_start_obj_18() { return static_cast(offsetof(Thread_t2300836069, ___start_obj_18)); } inline RuntimeObject * get_start_obj_18() const { return ___start_obj_18; } inline RuntimeObject ** get_address_of_start_obj_18() { return &___start_obj_18; } inline void set_start_obj_18(RuntimeObject * value) { ___start_obj_18 = value; Il2CppCodeGenWriteBarrier((&___start_obj_18), value); } inline static int32_t get_offset_of_appdomain_refs_19() { return static_cast(offsetof(Thread_t2300836069, ___appdomain_refs_19)); } inline intptr_t get_appdomain_refs_19() const { return ___appdomain_refs_19; } inline intptr_t* get_address_of_appdomain_refs_19() { return &___appdomain_refs_19; } inline void set_appdomain_refs_19(intptr_t value) { ___appdomain_refs_19 = value; } inline static int32_t get_offset_of_interruption_requested_20() { return static_cast(offsetof(Thread_t2300836069, ___interruption_requested_20)); } inline int32_t get_interruption_requested_20() const { return ___interruption_requested_20; } inline int32_t* get_address_of_interruption_requested_20() { return &___interruption_requested_20; } inline void set_interruption_requested_20(int32_t value) { ___interruption_requested_20 = value; } inline static int32_t get_offset_of_suspend_event_21() { return static_cast(offsetof(Thread_t2300836069, ___suspend_event_21)); } inline intptr_t get_suspend_event_21() const { return ___suspend_event_21; } inline intptr_t* get_address_of_suspend_event_21() { return &___suspend_event_21; } inline void set_suspend_event_21(intptr_t value) { ___suspend_event_21 = value; } inline static int32_t get_offset_of_suspended_event_22() { return static_cast(offsetof(Thread_t2300836069, ___suspended_event_22)); } inline intptr_t get_suspended_event_22() const { return ___suspended_event_22; } inline intptr_t* get_address_of_suspended_event_22() { return &___suspended_event_22; } inline void set_suspended_event_22(intptr_t value) { ___suspended_event_22 = value; } inline static int32_t get_offset_of_resume_event_23() { return static_cast(offsetof(Thread_t2300836069, ___resume_event_23)); } inline intptr_t get_resume_event_23() const { return ___resume_event_23; } inline intptr_t* get_address_of_resume_event_23() { return &___resume_event_23; } inline void set_resume_event_23(intptr_t value) { ___resume_event_23 = value; } inline static int32_t get_offset_of_synch_cs_24() { return static_cast(offsetof(Thread_t2300836069, ___synch_cs_24)); } inline intptr_t get_synch_cs_24() const { return ___synch_cs_24; } inline intptr_t* get_address_of_synch_cs_24() { return &___synch_cs_24; } inline void set_synch_cs_24(intptr_t value) { ___synch_cs_24 = value; } inline static int32_t get_offset_of_serialized_culture_info_25() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_25)); } inline intptr_t get_serialized_culture_info_25() const { return ___serialized_culture_info_25; } inline intptr_t* get_address_of_serialized_culture_info_25() { return &___serialized_culture_info_25; } inline void set_serialized_culture_info_25(intptr_t value) { ___serialized_culture_info_25 = value; } inline static int32_t get_offset_of_serialized_culture_info_len_26() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_len_26)); } inline int32_t get_serialized_culture_info_len_26() const { return ___serialized_culture_info_len_26; } inline int32_t* get_address_of_serialized_culture_info_len_26() { return &___serialized_culture_info_len_26; } inline void set_serialized_culture_info_len_26(int32_t value) { ___serialized_culture_info_len_26 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_27() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_27)); } inline intptr_t get_serialized_ui_culture_info_27() const { return ___serialized_ui_culture_info_27; } inline intptr_t* get_address_of_serialized_ui_culture_info_27() { return &___serialized_ui_culture_info_27; } inline void set_serialized_ui_culture_info_27(intptr_t value) { ___serialized_ui_culture_info_27 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_len_28() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_len_28)); } inline int32_t get_serialized_ui_culture_info_len_28() const { return ___serialized_ui_culture_info_len_28; } inline int32_t* get_address_of_serialized_ui_culture_info_len_28() { return &___serialized_ui_culture_info_len_28; } inline void set_serialized_ui_culture_info_len_28(int32_t value) { ___serialized_ui_culture_info_len_28 = value; } inline static int32_t get_offset_of_thread_dump_requested_29() { return static_cast(offsetof(Thread_t2300836069, ___thread_dump_requested_29)); } inline bool get_thread_dump_requested_29() const { return ___thread_dump_requested_29; } inline bool* get_address_of_thread_dump_requested_29() { return &___thread_dump_requested_29; } inline void set_thread_dump_requested_29(bool value) { ___thread_dump_requested_29 = value; } inline static int32_t get_offset_of_end_stack_30() { return static_cast(offsetof(Thread_t2300836069, ___end_stack_30)); } inline intptr_t get_end_stack_30() const { return ___end_stack_30; } inline intptr_t* get_address_of_end_stack_30() { return &___end_stack_30; } inline void set_end_stack_30(intptr_t value) { ___end_stack_30 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_31() { return static_cast(offsetof(Thread_t2300836069, ___thread_interrupt_requested_31)); } inline bool get_thread_interrupt_requested_31() const { return ___thread_interrupt_requested_31; } inline bool* get_address_of_thread_interrupt_requested_31() { return &___thread_interrupt_requested_31; } inline void set_thread_interrupt_requested_31(bool value) { ___thread_interrupt_requested_31 = value; } inline static int32_t get_offset_of_apartment_state_32() { return static_cast(offsetof(Thread_t2300836069, ___apartment_state_32)); } inline uint8_t get_apartment_state_32() const { return ___apartment_state_32; } inline uint8_t* get_address_of_apartment_state_32() { return &___apartment_state_32; } inline void set_apartment_state_32(uint8_t value) { ___apartment_state_32 = value; } inline static int32_t get_offset_of_critical_region_level_33() { return static_cast(offsetof(Thread_t2300836069, ___critical_region_level_33)); } inline int32_t get_critical_region_level_33() const { return ___critical_region_level_33; } inline int32_t* get_address_of_critical_region_level_33() { return &___critical_region_level_33; } inline void set_critical_region_level_33(int32_t value) { ___critical_region_level_33 = value; } inline static int32_t get_offset_of_small_id_34() { return static_cast(offsetof(Thread_t2300836069, ___small_id_34)); } inline int32_t get_small_id_34() const { return ___small_id_34; } inline int32_t* get_address_of_small_id_34() { return &___small_id_34; } inline void set_small_id_34(int32_t value) { ___small_id_34 = value; } inline static int32_t get_offset_of_manage_callback_35() { return static_cast(offsetof(Thread_t2300836069, ___manage_callback_35)); } inline intptr_t get_manage_callback_35() const { return ___manage_callback_35; } inline intptr_t* get_address_of_manage_callback_35() { return &___manage_callback_35; } inline void set_manage_callback_35(intptr_t value) { ___manage_callback_35 = value; } inline static int32_t get_offset_of_pending_exception_36() { return static_cast(offsetof(Thread_t2300836069, ___pending_exception_36)); } inline RuntimeObject * get_pending_exception_36() const { return ___pending_exception_36; } inline RuntimeObject ** get_address_of_pending_exception_36() { return &___pending_exception_36; } inline void set_pending_exception_36(RuntimeObject * value) { ___pending_exception_36 = value; Il2CppCodeGenWriteBarrier((&___pending_exception_36), value); } inline static int32_t get_offset_of_ec_to_set_37() { return static_cast(offsetof(Thread_t2300836069, ___ec_to_set_37)); } inline ExecutionContext_t1748372627 * get_ec_to_set_37() const { return ___ec_to_set_37; } inline ExecutionContext_t1748372627 ** get_address_of_ec_to_set_37() { return &___ec_to_set_37; } inline void set_ec_to_set_37(ExecutionContext_t1748372627 * value) { ___ec_to_set_37 = value; Il2CppCodeGenWriteBarrier((&___ec_to_set_37), value); } inline static int32_t get_offset_of_interrupt_on_stop_38() { return static_cast(offsetof(Thread_t2300836069, ___interrupt_on_stop_38)); } inline intptr_t get_interrupt_on_stop_38() const { return ___interrupt_on_stop_38; } inline intptr_t* get_address_of_interrupt_on_stop_38() { return &___interrupt_on_stop_38; } inline void set_interrupt_on_stop_38(intptr_t value) { ___interrupt_on_stop_38 = value; } inline static int32_t get_offset_of_unused3_39() { return static_cast(offsetof(Thread_t2300836069, ___unused3_39)); } inline intptr_t get_unused3_39() const { return ___unused3_39; } inline intptr_t* get_address_of_unused3_39() { return &___unused3_39; } inline void set_unused3_39(intptr_t value) { ___unused3_39 = value; } inline static int32_t get_offset_of_unused4_40() { return static_cast(offsetof(Thread_t2300836069, ___unused4_40)); } inline intptr_t get_unused4_40() const { return ___unused4_40; } inline intptr_t* get_address_of_unused4_40() { return &___unused4_40; } inline void set_unused4_40(intptr_t value) { ___unused4_40 = value; } inline static int32_t get_offset_of_unused5_41() { return static_cast(offsetof(Thread_t2300836069, ___unused5_41)); } inline intptr_t get_unused5_41() const { return ___unused5_41; } inline intptr_t* get_address_of_unused5_41() { return &___unused5_41; } inline void set_unused5_41(intptr_t value) { ___unused5_41 = value; } inline static int32_t get_offset_of_unused6_42() { return static_cast(offsetof(Thread_t2300836069, ___unused6_42)); } inline intptr_t get_unused6_42() const { return ___unused6_42; } inline intptr_t* get_address_of_unused6_42() { return &___unused6_42; } inline void set_unused6_42(intptr_t value) { ___unused6_42 = value; } inline static int32_t get_offset_of_threadstart_45() { return static_cast(offsetof(Thread_t2300836069, ___threadstart_45)); } inline MulticastDelegate_t * get_threadstart_45() const { return ___threadstart_45; } inline MulticastDelegate_t ** get_address_of_threadstart_45() { return &___threadstart_45; } inline void set_threadstart_45(MulticastDelegate_t * value) { ___threadstart_45 = value; Il2CppCodeGenWriteBarrier((&___threadstart_45), value); } inline static int32_t get_offset_of_managed_id_46() { return static_cast(offsetof(Thread_t2300836069, ___managed_id_46)); } inline int32_t get_managed_id_46() const { return ___managed_id_46; } inline int32_t* get_address_of_managed_id_46() { return &___managed_id_46; } inline void set_managed_id_46(int32_t value) { ___managed_id_46 = value; } inline static int32_t get_offset_of__principal_47() { return static_cast(offsetof(Thread_t2300836069, ____principal_47)); } inline RuntimeObject* get__principal_47() const { return ____principal_47; } inline RuntimeObject** get_address_of__principal_47() { return &____principal_47; } inline void set__principal_47(RuntimeObject* value) { ____principal_47 = value; Il2CppCodeGenWriteBarrier((&____principal_47), value); } inline static int32_t get_offset_of_in_currentculture_50() { return static_cast(offsetof(Thread_t2300836069, ___in_currentculture_50)); } inline bool get_in_currentculture_50() const { return ___in_currentculture_50; } inline bool* get_address_of_in_currentculture_50() { return &___in_currentculture_50; } inline void set_in_currentculture_50(bool value) { ___in_currentculture_50 = value; } }; struct Thread_t2300836069_StaticFields { public: // System.Collections.Hashtable System.Threading.Thread::datastorehash Hashtable_t1853889766 * ___datastorehash_48; // System.Object System.Threading.Thread::datastore_lock RuntimeObject * ___datastore_lock_49; // System.Object System.Threading.Thread::culture_lock RuntimeObject * ___culture_lock_51; public: inline static int32_t get_offset_of_datastorehash_48() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastorehash_48)); } inline Hashtable_t1853889766 * get_datastorehash_48() const { return ___datastorehash_48; } inline Hashtable_t1853889766 ** get_address_of_datastorehash_48() { return &___datastorehash_48; } inline void set_datastorehash_48(Hashtable_t1853889766 * value) { ___datastorehash_48 = value; Il2CppCodeGenWriteBarrier((&___datastorehash_48), value); } inline static int32_t get_offset_of_datastore_lock_49() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastore_lock_49)); } inline RuntimeObject * get_datastore_lock_49() const { return ___datastore_lock_49; } inline RuntimeObject ** get_address_of_datastore_lock_49() { return &___datastore_lock_49; } inline void set_datastore_lock_49(RuntimeObject * value) { ___datastore_lock_49 = value; Il2CppCodeGenWriteBarrier((&___datastore_lock_49), value); } inline static int32_t get_offset_of_culture_lock_51() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___culture_lock_51)); } inline RuntimeObject * get_culture_lock_51() const { return ___culture_lock_51; } inline RuntimeObject ** get_address_of_culture_lock_51() { return &___culture_lock_51; } inline void set_culture_lock_51(RuntimeObject * value) { ___culture_lock_51 = value; Il2CppCodeGenWriteBarrier((&___culture_lock_51), value); } }; struct Thread_t2300836069_ThreadStaticFields { public: // System.Object[] System.Threading.Thread::local_slots ObjectU5BU5D_t2843939325* ___local_slots_43; // System.Threading.ExecutionContext System.Threading.Thread::_ec ExecutionContext_t1748372627 * ____ec_44; public: inline static int32_t get_offset_of_local_slots_43() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ___local_slots_43)); } inline ObjectU5BU5D_t2843939325* get_local_slots_43() const { return ___local_slots_43; } inline ObjectU5BU5D_t2843939325** get_address_of_local_slots_43() { return &___local_slots_43; } inline void set_local_slots_43(ObjectU5BU5D_t2843939325* value) { ___local_slots_43 = value; Il2CppCodeGenWriteBarrier((&___local_slots_43), value); } inline static int32_t get_offset_of__ec_44() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ____ec_44)); } inline ExecutionContext_t1748372627 * get__ec_44() const { return ____ec_44; } inline ExecutionContext_t1748372627 ** get_address_of__ec_44() { return &____ec_44; } inline void set__ec_44(ExecutionContext_t1748372627 * value) { ____ec_44 = value; Il2CppCodeGenWriteBarrier((&____ec_44), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREAD_T2300836069_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 MONORESOURCE_T4103430009_H #define MONORESOURCE_T4103430009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.MonoResource struct MonoResource_t4103430009 { public: // System.Byte[] System.Reflection.Emit.MonoResource::data ByteU5BU5D_t4116647657* ___data_0; // System.String System.Reflection.Emit.MonoResource::name String_t* ___name_1; // System.String System.Reflection.Emit.MonoResource::filename String_t* ___filename_2; // System.Reflection.ResourceAttributes System.Reflection.Emit.MonoResource::attrs int32_t ___attrs_3; // System.Int32 System.Reflection.Emit.MonoResource::offset int32_t ___offset_4; // System.IO.Stream System.Reflection.Emit.MonoResource::stream Stream_t1273022909 * ___stream_5; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(MonoResource_t4103430009, ___data_0)); } inline ByteU5BU5D_t4116647657* get_data_0() const { return ___data_0; } inline ByteU5BU5D_t4116647657** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ByteU5BU5D_t4116647657* value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(MonoResource_t4103430009, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_filename_2() { return static_cast(offsetof(MonoResource_t4103430009, ___filename_2)); } inline String_t* get_filename_2() const { return ___filename_2; } inline String_t** get_address_of_filename_2() { return &___filename_2; } inline void set_filename_2(String_t* value) { ___filename_2 = value; Il2CppCodeGenWriteBarrier((&___filename_2), value); } inline static int32_t get_offset_of_attrs_3() { return static_cast(offsetof(MonoResource_t4103430009, ___attrs_3)); } inline int32_t get_attrs_3() const { return ___attrs_3; } inline int32_t* get_address_of_attrs_3() { return &___attrs_3; } inline void set_attrs_3(int32_t value) { ___attrs_3 = value; } inline static int32_t get_offset_of_offset_4() { return static_cast(offsetof(MonoResource_t4103430009, ___offset_4)); } inline int32_t get_offset_4() const { return ___offset_4; } inline int32_t* get_address_of_offset_4() { return &___offset_4; } inline void set_offset_4(int32_t value) { ___offset_4 = value; } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(MonoResource_t4103430009, ___stream_5)); } inline Stream_t1273022909 * get_stream_5() const { return ___stream_5; } inline Stream_t1273022909 ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t1273022909 * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((&___stream_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.Emit.MonoResource struct MonoResource_t4103430009_marshaled_pinvoke { uint8_t* ___data_0; char* ___name_1; char* ___filename_2; int32_t ___attrs_3; int32_t ___offset_4; Stream_t1273022909 * ___stream_5; }; // Native definition for COM marshalling of System.Reflection.Emit.MonoResource struct MonoResource_t4103430009_marshaled_com { uint8_t* ___data_0; Il2CppChar* ___name_1; Il2CppChar* ___filename_2; int32_t ___attrs_3; int32_t ___offset_4; Stream_t1273022909 * ___stream_5; }; #endif // MONORESOURCE_T4103430009_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 CONSOLEKEYINFO_T1802691652_H #define CONSOLEKEYINFO_T1802691652_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652 { public: // System.ConsoleKey System.ConsoleKeyInfo::key int32_t ___key_1; // System.Char System.ConsoleKeyInfo::keychar Il2CppChar ___keychar_2; // System.ConsoleModifiers System.ConsoleKeyInfo::modifiers int32_t ___modifiers_3; public: inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___key_1)); } inline int32_t get_key_1() const { return ___key_1; } inline int32_t* get_address_of_key_1() { return &___key_1; } inline void set_key_1(int32_t value) { ___key_1 = value; } inline static int32_t get_offset_of_keychar_2() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___keychar_2)); } inline Il2CppChar get_keychar_2() const { return ___keychar_2; } inline Il2CppChar* get_address_of_keychar_2() { return &___keychar_2; } inline void set_keychar_2(Il2CppChar value) { ___keychar_2 = value; } inline static int32_t get_offset_of_modifiers_3() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___modifiers_3)); } inline int32_t get_modifiers_3() const { return ___modifiers_3; } inline int32_t* get_address_of_modifiers_3() { return &___modifiers_3; } inline void set_modifiers_3(int32_t value) { ___modifiers_3 = value; } }; struct ConsoleKeyInfo_t1802691652_StaticFields { public: // System.ConsoleKeyInfo System.ConsoleKeyInfo::Empty ConsoleKeyInfo_t1802691652 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652_StaticFields, ___Empty_0)); } inline ConsoleKeyInfo_t1802691652 get_Empty_0() const { return ___Empty_0; } inline ConsoleKeyInfo_t1802691652 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(ConsoleKeyInfo_t1802691652 value) { ___Empty_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652_marshaled_pinvoke { int32_t ___key_1; uint8_t ___keychar_2; int32_t ___modifiers_3; }; // Native definition for COM marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652_marshaled_com { int32_t ___key_1; uint8_t ___keychar_2; int32_t ___modifiers_3; }; #endif // CONSOLEKEYINFO_T1802691652_H #ifndef CONSTRUCTORBUILDER_T2813524108_H #define CONSTRUCTORBUILDER_T2813524108_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ConstructorBuilder struct ConstructorBuilder_t2813524108 : public ConstructorInfo_t5769829 { public: // System.Reflection.Emit.ILGenerator System.Reflection.Emit.ConstructorBuilder::ilgen ILGenerator_t1388622344 * ___ilgen_2; // System.Type[] System.Reflection.Emit.ConstructorBuilder::parameters TypeU5BU5D_t3940880105* ___parameters_3; // System.Reflection.MethodAttributes System.Reflection.Emit.ConstructorBuilder::attrs int32_t ___attrs_4; // System.Reflection.MethodImplAttributes System.Reflection.Emit.ConstructorBuilder::iattrs int32_t ___iattrs_5; // System.Int32 System.Reflection.Emit.ConstructorBuilder::table_idx int32_t ___table_idx_6; // System.Reflection.CallingConventions System.Reflection.Emit.ConstructorBuilder::call_conv int32_t ___call_conv_7; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ConstructorBuilder::type TypeBuilder_t1073948154 * ___type_8; // System.Reflection.Emit.ParameterBuilder[] System.Reflection.Emit.ConstructorBuilder::pinfo ParameterBuilderU5BU5D_t3054868058* ___pinfo_9; // System.Boolean System.Reflection.Emit.ConstructorBuilder::init_locals bool ___init_locals_10; // System.Type[][] System.Reflection.Emit.ConstructorBuilder::paramModReq TypeU5BU5DU5BU5D_t4042077012* ___paramModReq_11; // System.Type[][] System.Reflection.Emit.ConstructorBuilder::paramModOpt TypeU5BU5DU5BU5D_t4042077012* ___paramModOpt_12; public: inline static int32_t get_offset_of_ilgen_2() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___ilgen_2)); } inline ILGenerator_t1388622344 * get_ilgen_2() const { return ___ilgen_2; } inline ILGenerator_t1388622344 ** get_address_of_ilgen_2() { return &___ilgen_2; } inline void set_ilgen_2(ILGenerator_t1388622344 * value) { ___ilgen_2 = value; Il2CppCodeGenWriteBarrier((&___ilgen_2), value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___parameters_3)); } inline TypeU5BU5D_t3940880105* get_parameters_3() const { return ___parameters_3; } inline TypeU5BU5D_t3940880105** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(TypeU5BU5D_t3940880105* value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((&___parameters_3), value); } inline static int32_t get_offset_of_attrs_4() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___attrs_4)); } inline int32_t get_attrs_4() const { return ___attrs_4; } inline int32_t* get_address_of_attrs_4() { return &___attrs_4; } inline void set_attrs_4(int32_t value) { ___attrs_4 = value; } inline static int32_t get_offset_of_iattrs_5() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___iattrs_5)); } inline int32_t get_iattrs_5() const { return ___iattrs_5; } inline int32_t* get_address_of_iattrs_5() { return &___iattrs_5; } inline void set_iattrs_5(int32_t value) { ___iattrs_5 = value; } inline static int32_t get_offset_of_table_idx_6() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___table_idx_6)); } inline int32_t get_table_idx_6() const { return ___table_idx_6; } inline int32_t* get_address_of_table_idx_6() { return &___table_idx_6; } inline void set_table_idx_6(int32_t value) { ___table_idx_6 = value; } inline static int32_t get_offset_of_call_conv_7() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___call_conv_7)); } inline int32_t get_call_conv_7() const { return ___call_conv_7; } inline int32_t* get_address_of_call_conv_7() { return &___call_conv_7; } inline void set_call_conv_7(int32_t value) { ___call_conv_7 = value; } inline static int32_t get_offset_of_type_8() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___type_8)); } inline TypeBuilder_t1073948154 * get_type_8() const { return ___type_8; } inline TypeBuilder_t1073948154 ** get_address_of_type_8() { return &___type_8; } inline void set_type_8(TypeBuilder_t1073948154 * value) { ___type_8 = value; Il2CppCodeGenWriteBarrier((&___type_8), value); } inline static int32_t get_offset_of_pinfo_9() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___pinfo_9)); } inline ParameterBuilderU5BU5D_t3054868058* get_pinfo_9() const { return ___pinfo_9; } inline ParameterBuilderU5BU5D_t3054868058** get_address_of_pinfo_9() { return &___pinfo_9; } inline void set_pinfo_9(ParameterBuilderU5BU5D_t3054868058* value) { ___pinfo_9 = value; Il2CppCodeGenWriteBarrier((&___pinfo_9), value); } inline static int32_t get_offset_of_init_locals_10() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___init_locals_10)); } inline bool get_init_locals_10() const { return ___init_locals_10; } inline bool* get_address_of_init_locals_10() { return &___init_locals_10; } inline void set_init_locals_10(bool value) { ___init_locals_10 = value; } inline static int32_t get_offset_of_paramModReq_11() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___paramModReq_11)); } inline TypeU5BU5DU5BU5D_t4042077012* get_paramModReq_11() const { return ___paramModReq_11; } inline TypeU5BU5DU5BU5D_t4042077012** get_address_of_paramModReq_11() { return &___paramModReq_11; } inline void set_paramModReq_11(TypeU5BU5DU5BU5D_t4042077012* value) { ___paramModReq_11 = value; Il2CppCodeGenWriteBarrier((&___paramModReq_11), value); } inline static int32_t get_offset_of_paramModOpt_12() { return static_cast(offsetof(ConstructorBuilder_t2813524108, ___paramModOpt_12)); } inline TypeU5BU5DU5BU5D_t4042077012* get_paramModOpt_12() const { return ___paramModOpt_12; } inline TypeU5BU5DU5BU5D_t4042077012** get_address_of_paramModOpt_12() { return &___paramModOpt_12; } inline void set_paramModOpt_12(TypeU5BU5DU5BU5D_t4042077012* value) { ___paramModOpt_12 = value; Il2CppCodeGenWriteBarrier((&___paramModOpt_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORBUILDER_T2813524108_H #ifndef REFEMITPERMISSIONSET_T484390987_H #define REFEMITPERMISSIONSET_T484390987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.RefEmitPermissionSet struct RefEmitPermissionSet_t484390987 { public: // System.Security.Permissions.SecurityAction System.Reflection.Emit.RefEmitPermissionSet::action int32_t ___action_0; // System.String System.Reflection.Emit.RefEmitPermissionSet::pset String_t* ___pset_1; public: inline static int32_t get_offset_of_action_0() { return static_cast(offsetof(RefEmitPermissionSet_t484390987, ___action_0)); } inline int32_t get_action_0() const { return ___action_0; } inline int32_t* get_address_of_action_0() { return &___action_0; } inline void set_action_0(int32_t value) { ___action_0 = value; } inline static int32_t get_offset_of_pset_1() { return static_cast(offsetof(RefEmitPermissionSet_t484390987, ___pset_1)); } inline String_t* get_pset_1() const { return ___pset_1; } inline String_t** get_address_of_pset_1() { return &___pset_1; } inline void set_pset_1(String_t* value) { ___pset_1 = value; Il2CppCodeGenWriteBarrier((&___pset_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.Emit.RefEmitPermissionSet struct RefEmitPermissionSet_t484390987_marshaled_pinvoke { int32_t ___action_0; char* ___pset_1; }; // Native definition for COM marshalling of System.Reflection.Emit.RefEmitPermissionSet struct RefEmitPermissionSet_t484390987_marshaled_com { int32_t ___action_0; Il2CppChar* ___pset_1; }; #endif // REFEMITPERMISSIONSET_T484390987_H #ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H #define OBJECTDISPOSEDEXCEPTION_T21392786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_t21392786 : public InvalidOperationException_t56020091 { public: // System.String System.ObjectDisposedException::obj_name String_t* ___obj_name_12; // System.String System.ObjectDisposedException::msg String_t* ___msg_13; public: inline static int32_t get_offset_of_obj_name_12() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); } inline String_t* get_obj_name_12() const { return ___obj_name_12; } inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; } inline void set_obj_name_12(String_t* value) { ___obj_name_12 = value; Il2CppCodeGenWriteBarrier((&___obj_name_12), value); } inline static int32_t get_offset_of_msg_13() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___msg_13)); } inline String_t* get_msg_13() const { return ___msg_13; } inline String_t** get_address_of_msg_13() { return &___msg_13; } inline void set_msg_13(String_t* value) { ___msg_13 = value; Il2CppCodeGenWriteBarrier((&___msg_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_T21392786_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 ASSEMBLYBUILDER_T359885250_H #define ASSEMBLYBUILDER_T359885250_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.AssemblyBuilder struct AssemblyBuilder_t359885250 : public Assembly_t { public: // System.UIntPtr System.Reflection.Emit.AssemblyBuilder::dynamic_assembly uintptr_t ___dynamic_assembly_10; // System.Reflection.MethodInfo System.Reflection.Emit.AssemblyBuilder::entry_point MethodInfo_t * ___entry_point_11; // System.Reflection.Emit.ModuleBuilder[] System.Reflection.Emit.AssemblyBuilder::modules ModuleBuilderU5BU5D_t2441092650* ___modules_12; // System.String System.Reflection.Emit.AssemblyBuilder::name String_t* ___name_13; // System.String System.Reflection.Emit.AssemblyBuilder::dir String_t* ___dir_14; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.AssemblyBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_15; // System.Reflection.Emit.MonoResource[] System.Reflection.Emit.AssemblyBuilder::resources MonoResourceU5BU5D_t979189380* ___resources_16; // System.Byte[] System.Reflection.Emit.AssemblyBuilder::public_key ByteU5BU5D_t4116647657* ___public_key_17; // System.String System.Reflection.Emit.AssemblyBuilder::version String_t* ___version_18; // System.String System.Reflection.Emit.AssemblyBuilder::culture String_t* ___culture_19; // System.UInt32 System.Reflection.Emit.AssemblyBuilder::algid uint32_t ___algid_20; // System.UInt32 System.Reflection.Emit.AssemblyBuilder::flags uint32_t ___flags_21; // System.Reflection.Emit.PEFileKinds System.Reflection.Emit.AssemblyBuilder::pekind int32_t ___pekind_22; // System.Boolean System.Reflection.Emit.AssemblyBuilder::delay_sign bool ___delay_sign_23; // System.UInt32 System.Reflection.Emit.AssemblyBuilder::access uint32_t ___access_24; // System.Reflection.Module[] System.Reflection.Emit.AssemblyBuilder::loaded_modules ModuleU5BU5D_t4238763736* ___loaded_modules_25; // System.Reflection.Emit.MonoWin32Resource[] System.Reflection.Emit.AssemblyBuilder::win32_resources MonoWin32ResourceU5BU5D_t4084032906* ___win32_resources_26; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.AssemblyBuilder::permissions_minimum RefEmitPermissionSetU5BU5D_t567451178* ___permissions_minimum_27; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.AssemblyBuilder::permissions_optional RefEmitPermissionSetU5BU5D_t567451178* ___permissions_optional_28; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.AssemblyBuilder::permissions_refused RefEmitPermissionSetU5BU5D_t567451178* ___permissions_refused_29; // System.Reflection.PortableExecutableKinds System.Reflection.Emit.AssemblyBuilder::peKind int32_t ___peKind_30; // System.Reflection.ImageFileMachine System.Reflection.Emit.AssemblyBuilder::machine int32_t ___machine_31; // System.Boolean System.Reflection.Emit.AssemblyBuilder::corlib_internal bool ___corlib_internal_32; // System.Type[] System.Reflection.Emit.AssemblyBuilder::type_forwarders TypeU5BU5D_t3940880105* ___type_forwarders_33; // System.Byte[] System.Reflection.Emit.AssemblyBuilder::pktoken ByteU5BU5D_t4116647657* ___pktoken_34; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_object_type Type_t * ___corlib_object_type_35; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_value_type Type_t * ___corlib_value_type_36; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_enum_type Type_t * ___corlib_enum_type_37; // System.Type System.Reflection.Emit.AssemblyBuilder::corlib_void_type Type_t * ___corlib_void_type_38; // System.Collections.ArrayList System.Reflection.Emit.AssemblyBuilder::resource_writers ArrayList_t2718874744 * ___resource_writers_39; // System.Resources.Win32VersionResource System.Reflection.Emit.AssemblyBuilder::version_res Win32VersionResource_t1367628464 * ___version_res_40; // System.Boolean System.Reflection.Emit.AssemblyBuilder::created bool ___created_41; // System.Boolean System.Reflection.Emit.AssemblyBuilder::is_module_only bool ___is_module_only_42; // Mono.Security.StrongName System.Reflection.Emit.AssemblyBuilder::sn StrongName_t4093849377 * ___sn_43; // System.Reflection.Emit.NativeResourceType System.Reflection.Emit.AssemblyBuilder::native_resource int32_t ___native_resource_44; // System.Boolean System.Reflection.Emit.AssemblyBuilder::is_compiler_context bool ___is_compiler_context_45; // System.String System.Reflection.Emit.AssemblyBuilder::versioninfo_culture String_t* ___versioninfo_culture_46; // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder::manifest_module ModuleBuilder_t731887691 * ___manifest_module_47; public: inline static int32_t get_offset_of_dynamic_assembly_10() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___dynamic_assembly_10)); } inline uintptr_t get_dynamic_assembly_10() const { return ___dynamic_assembly_10; } inline uintptr_t* get_address_of_dynamic_assembly_10() { return &___dynamic_assembly_10; } inline void set_dynamic_assembly_10(uintptr_t value) { ___dynamic_assembly_10 = value; } inline static int32_t get_offset_of_entry_point_11() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___entry_point_11)); } inline MethodInfo_t * get_entry_point_11() const { return ___entry_point_11; } inline MethodInfo_t ** get_address_of_entry_point_11() { return &___entry_point_11; } inline void set_entry_point_11(MethodInfo_t * value) { ___entry_point_11 = value; Il2CppCodeGenWriteBarrier((&___entry_point_11), value); } inline static int32_t get_offset_of_modules_12() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___modules_12)); } inline ModuleBuilderU5BU5D_t2441092650* get_modules_12() const { return ___modules_12; } inline ModuleBuilderU5BU5D_t2441092650** get_address_of_modules_12() { return &___modules_12; } inline void set_modules_12(ModuleBuilderU5BU5D_t2441092650* value) { ___modules_12 = value; Il2CppCodeGenWriteBarrier((&___modules_12), value); } inline static int32_t get_offset_of_name_13() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___name_13)); } inline String_t* get_name_13() const { return ___name_13; } inline String_t** get_address_of_name_13() { return &___name_13; } inline void set_name_13(String_t* value) { ___name_13 = value; Il2CppCodeGenWriteBarrier((&___name_13), value); } inline static int32_t get_offset_of_dir_14() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___dir_14)); } inline String_t* get_dir_14() const { return ___dir_14; } inline String_t** get_address_of_dir_14() { return &___dir_14; } inline void set_dir_14(String_t* value) { ___dir_14 = value; Il2CppCodeGenWriteBarrier((&___dir_14), value); } inline static int32_t get_offset_of_cattrs_15() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___cattrs_15)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_15() const { return ___cattrs_15; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_15() { return &___cattrs_15; } inline void set_cattrs_15(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_15 = value; Il2CppCodeGenWriteBarrier((&___cattrs_15), value); } inline static int32_t get_offset_of_resources_16() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___resources_16)); } inline MonoResourceU5BU5D_t979189380* get_resources_16() const { return ___resources_16; } inline MonoResourceU5BU5D_t979189380** get_address_of_resources_16() { return &___resources_16; } inline void set_resources_16(MonoResourceU5BU5D_t979189380* value) { ___resources_16 = value; Il2CppCodeGenWriteBarrier((&___resources_16), value); } inline static int32_t get_offset_of_public_key_17() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___public_key_17)); } inline ByteU5BU5D_t4116647657* get_public_key_17() const { return ___public_key_17; } inline ByteU5BU5D_t4116647657** get_address_of_public_key_17() { return &___public_key_17; } inline void set_public_key_17(ByteU5BU5D_t4116647657* value) { ___public_key_17 = value; Il2CppCodeGenWriteBarrier((&___public_key_17), value); } inline static int32_t get_offset_of_version_18() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___version_18)); } inline String_t* get_version_18() const { return ___version_18; } inline String_t** get_address_of_version_18() { return &___version_18; } inline void set_version_18(String_t* value) { ___version_18 = value; Il2CppCodeGenWriteBarrier((&___version_18), value); } inline static int32_t get_offset_of_culture_19() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___culture_19)); } inline String_t* get_culture_19() const { return ___culture_19; } inline String_t** get_address_of_culture_19() { return &___culture_19; } inline void set_culture_19(String_t* value) { ___culture_19 = value; Il2CppCodeGenWriteBarrier((&___culture_19), value); } inline static int32_t get_offset_of_algid_20() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___algid_20)); } inline uint32_t get_algid_20() const { return ___algid_20; } inline uint32_t* get_address_of_algid_20() { return &___algid_20; } inline void set_algid_20(uint32_t value) { ___algid_20 = value; } inline static int32_t get_offset_of_flags_21() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___flags_21)); } inline uint32_t get_flags_21() const { return ___flags_21; } inline uint32_t* get_address_of_flags_21() { return &___flags_21; } inline void set_flags_21(uint32_t value) { ___flags_21 = value; } inline static int32_t get_offset_of_pekind_22() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___pekind_22)); } inline int32_t get_pekind_22() const { return ___pekind_22; } inline int32_t* get_address_of_pekind_22() { return &___pekind_22; } inline void set_pekind_22(int32_t value) { ___pekind_22 = value; } inline static int32_t get_offset_of_delay_sign_23() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___delay_sign_23)); } inline bool get_delay_sign_23() const { return ___delay_sign_23; } inline bool* get_address_of_delay_sign_23() { return &___delay_sign_23; } inline void set_delay_sign_23(bool value) { ___delay_sign_23 = value; } inline static int32_t get_offset_of_access_24() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___access_24)); } inline uint32_t get_access_24() const { return ___access_24; } inline uint32_t* get_address_of_access_24() { return &___access_24; } inline void set_access_24(uint32_t value) { ___access_24 = value; } inline static int32_t get_offset_of_loaded_modules_25() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___loaded_modules_25)); } inline ModuleU5BU5D_t4238763736* get_loaded_modules_25() const { return ___loaded_modules_25; } inline ModuleU5BU5D_t4238763736** get_address_of_loaded_modules_25() { return &___loaded_modules_25; } inline void set_loaded_modules_25(ModuleU5BU5D_t4238763736* value) { ___loaded_modules_25 = value; Il2CppCodeGenWriteBarrier((&___loaded_modules_25), value); } inline static int32_t get_offset_of_win32_resources_26() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___win32_resources_26)); } inline MonoWin32ResourceU5BU5D_t4084032906* get_win32_resources_26() const { return ___win32_resources_26; } inline MonoWin32ResourceU5BU5D_t4084032906** get_address_of_win32_resources_26() { return &___win32_resources_26; } inline void set_win32_resources_26(MonoWin32ResourceU5BU5D_t4084032906* value) { ___win32_resources_26 = value; Il2CppCodeGenWriteBarrier((&___win32_resources_26), value); } inline static int32_t get_offset_of_permissions_minimum_27() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___permissions_minimum_27)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_minimum_27() const { return ___permissions_minimum_27; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_minimum_27() { return &___permissions_minimum_27; } inline void set_permissions_minimum_27(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_minimum_27 = value; Il2CppCodeGenWriteBarrier((&___permissions_minimum_27), value); } inline static int32_t get_offset_of_permissions_optional_28() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___permissions_optional_28)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_optional_28() const { return ___permissions_optional_28; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_optional_28() { return &___permissions_optional_28; } inline void set_permissions_optional_28(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_optional_28 = value; Il2CppCodeGenWriteBarrier((&___permissions_optional_28), value); } inline static int32_t get_offset_of_permissions_refused_29() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___permissions_refused_29)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_refused_29() const { return ___permissions_refused_29; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_refused_29() { return &___permissions_refused_29; } inline void set_permissions_refused_29(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_refused_29 = value; Il2CppCodeGenWriteBarrier((&___permissions_refused_29), value); } inline static int32_t get_offset_of_peKind_30() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___peKind_30)); } inline int32_t get_peKind_30() const { return ___peKind_30; } inline int32_t* get_address_of_peKind_30() { return &___peKind_30; } inline void set_peKind_30(int32_t value) { ___peKind_30 = value; } inline static int32_t get_offset_of_machine_31() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___machine_31)); } inline int32_t get_machine_31() const { return ___machine_31; } inline int32_t* get_address_of_machine_31() { return &___machine_31; } inline void set_machine_31(int32_t value) { ___machine_31 = value; } inline static int32_t get_offset_of_corlib_internal_32() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_internal_32)); } inline bool get_corlib_internal_32() const { return ___corlib_internal_32; } inline bool* get_address_of_corlib_internal_32() { return &___corlib_internal_32; } inline void set_corlib_internal_32(bool value) { ___corlib_internal_32 = value; } inline static int32_t get_offset_of_type_forwarders_33() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___type_forwarders_33)); } inline TypeU5BU5D_t3940880105* get_type_forwarders_33() const { return ___type_forwarders_33; } inline TypeU5BU5D_t3940880105** get_address_of_type_forwarders_33() { return &___type_forwarders_33; } inline void set_type_forwarders_33(TypeU5BU5D_t3940880105* value) { ___type_forwarders_33 = value; Il2CppCodeGenWriteBarrier((&___type_forwarders_33), value); } inline static int32_t get_offset_of_pktoken_34() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___pktoken_34)); } inline ByteU5BU5D_t4116647657* get_pktoken_34() const { return ___pktoken_34; } inline ByteU5BU5D_t4116647657** get_address_of_pktoken_34() { return &___pktoken_34; } inline void set_pktoken_34(ByteU5BU5D_t4116647657* value) { ___pktoken_34 = value; Il2CppCodeGenWriteBarrier((&___pktoken_34), value); } inline static int32_t get_offset_of_corlib_object_type_35() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_object_type_35)); } inline Type_t * get_corlib_object_type_35() const { return ___corlib_object_type_35; } inline Type_t ** get_address_of_corlib_object_type_35() { return &___corlib_object_type_35; } inline void set_corlib_object_type_35(Type_t * value) { ___corlib_object_type_35 = value; Il2CppCodeGenWriteBarrier((&___corlib_object_type_35), value); } inline static int32_t get_offset_of_corlib_value_type_36() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_value_type_36)); } inline Type_t * get_corlib_value_type_36() const { return ___corlib_value_type_36; } inline Type_t ** get_address_of_corlib_value_type_36() { return &___corlib_value_type_36; } inline void set_corlib_value_type_36(Type_t * value) { ___corlib_value_type_36 = value; Il2CppCodeGenWriteBarrier((&___corlib_value_type_36), value); } inline static int32_t get_offset_of_corlib_enum_type_37() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_enum_type_37)); } inline Type_t * get_corlib_enum_type_37() const { return ___corlib_enum_type_37; } inline Type_t ** get_address_of_corlib_enum_type_37() { return &___corlib_enum_type_37; } inline void set_corlib_enum_type_37(Type_t * value) { ___corlib_enum_type_37 = value; Il2CppCodeGenWriteBarrier((&___corlib_enum_type_37), value); } inline static int32_t get_offset_of_corlib_void_type_38() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___corlib_void_type_38)); } inline Type_t * get_corlib_void_type_38() const { return ___corlib_void_type_38; } inline Type_t ** get_address_of_corlib_void_type_38() { return &___corlib_void_type_38; } inline void set_corlib_void_type_38(Type_t * value) { ___corlib_void_type_38 = value; Il2CppCodeGenWriteBarrier((&___corlib_void_type_38), value); } inline static int32_t get_offset_of_resource_writers_39() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___resource_writers_39)); } inline ArrayList_t2718874744 * get_resource_writers_39() const { return ___resource_writers_39; } inline ArrayList_t2718874744 ** get_address_of_resource_writers_39() { return &___resource_writers_39; } inline void set_resource_writers_39(ArrayList_t2718874744 * value) { ___resource_writers_39 = value; Il2CppCodeGenWriteBarrier((&___resource_writers_39), value); } inline static int32_t get_offset_of_version_res_40() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___version_res_40)); } inline Win32VersionResource_t1367628464 * get_version_res_40() const { return ___version_res_40; } inline Win32VersionResource_t1367628464 ** get_address_of_version_res_40() { return &___version_res_40; } inline void set_version_res_40(Win32VersionResource_t1367628464 * value) { ___version_res_40 = value; Il2CppCodeGenWriteBarrier((&___version_res_40), value); } inline static int32_t get_offset_of_created_41() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___created_41)); } inline bool get_created_41() const { return ___created_41; } inline bool* get_address_of_created_41() { return &___created_41; } inline void set_created_41(bool value) { ___created_41 = value; } inline static int32_t get_offset_of_is_module_only_42() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___is_module_only_42)); } inline bool get_is_module_only_42() const { return ___is_module_only_42; } inline bool* get_address_of_is_module_only_42() { return &___is_module_only_42; } inline void set_is_module_only_42(bool value) { ___is_module_only_42 = value; } inline static int32_t get_offset_of_sn_43() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___sn_43)); } inline StrongName_t4093849377 * get_sn_43() const { return ___sn_43; } inline StrongName_t4093849377 ** get_address_of_sn_43() { return &___sn_43; } inline void set_sn_43(StrongName_t4093849377 * value) { ___sn_43 = value; Il2CppCodeGenWriteBarrier((&___sn_43), value); } inline static int32_t get_offset_of_native_resource_44() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___native_resource_44)); } inline int32_t get_native_resource_44() const { return ___native_resource_44; } inline int32_t* get_address_of_native_resource_44() { return &___native_resource_44; } inline void set_native_resource_44(int32_t value) { ___native_resource_44 = value; } inline static int32_t get_offset_of_is_compiler_context_45() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___is_compiler_context_45)); } inline bool get_is_compiler_context_45() const { return ___is_compiler_context_45; } inline bool* get_address_of_is_compiler_context_45() { return &___is_compiler_context_45; } inline void set_is_compiler_context_45(bool value) { ___is_compiler_context_45 = value; } inline static int32_t get_offset_of_versioninfo_culture_46() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___versioninfo_culture_46)); } inline String_t* get_versioninfo_culture_46() const { return ___versioninfo_culture_46; } inline String_t** get_address_of_versioninfo_culture_46() { return &___versioninfo_culture_46; } inline void set_versioninfo_culture_46(String_t* value) { ___versioninfo_culture_46 = value; Il2CppCodeGenWriteBarrier((&___versioninfo_culture_46), value); } inline static int32_t get_offset_of_manifest_module_47() { return static_cast(offsetof(AssemblyBuilder_t359885250, ___manifest_module_47)); } inline ModuleBuilder_t731887691 * get_manifest_module_47() const { return ___manifest_module_47; } inline ModuleBuilder_t731887691 ** get_address_of_manifest_module_47() { return &___manifest_module_47; } inline void set_manifest_module_47(ModuleBuilder_t731887691 * value) { ___manifest_module_47 = value; Il2CppCodeGenWriteBarrier((&___manifest_module_47), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYBUILDER_T359885250_H #ifndef UNMANAGEDMARSHAL_T984015687_H #define UNMANAGEDMARSHAL_T984015687_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687 : public RuntimeObject { public: // System.Int32 System.Reflection.Emit.UnmanagedMarshal::count int32_t ___count_0; // System.Runtime.InteropServices.UnmanagedType System.Reflection.Emit.UnmanagedMarshal::t int32_t ___t_1; // System.Runtime.InteropServices.UnmanagedType System.Reflection.Emit.UnmanagedMarshal::tbase int32_t ___tbase_2; // System.String System.Reflection.Emit.UnmanagedMarshal::guid String_t* ___guid_3; // System.String System.Reflection.Emit.UnmanagedMarshal::mcookie String_t* ___mcookie_4; // System.String System.Reflection.Emit.UnmanagedMarshal::marshaltype String_t* ___marshaltype_5; // System.Type System.Reflection.Emit.UnmanagedMarshal::marshaltyperef Type_t * ___marshaltyperef_6; // System.Int32 System.Reflection.Emit.UnmanagedMarshal::param_num int32_t ___param_num_7; // System.Boolean System.Reflection.Emit.UnmanagedMarshal::has_size bool ___has_size_8; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } inline static int32_t get_offset_of_t_1() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___t_1)); } inline int32_t get_t_1() const { return ___t_1; } inline int32_t* get_address_of_t_1() { return &___t_1; } inline void set_t_1(int32_t value) { ___t_1 = value; } inline static int32_t get_offset_of_tbase_2() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___tbase_2)); } inline int32_t get_tbase_2() const { return ___tbase_2; } inline int32_t* get_address_of_tbase_2() { return &___tbase_2; } inline void set_tbase_2(int32_t value) { ___tbase_2 = value; } inline static int32_t get_offset_of_guid_3() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___guid_3)); } inline String_t* get_guid_3() const { return ___guid_3; } inline String_t** get_address_of_guid_3() { return &___guid_3; } inline void set_guid_3(String_t* value) { ___guid_3 = value; Il2CppCodeGenWriteBarrier((&___guid_3), value); } inline static int32_t get_offset_of_mcookie_4() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___mcookie_4)); } inline String_t* get_mcookie_4() const { return ___mcookie_4; } inline String_t** get_address_of_mcookie_4() { return &___mcookie_4; } inline void set_mcookie_4(String_t* value) { ___mcookie_4 = value; Il2CppCodeGenWriteBarrier((&___mcookie_4), value); } inline static int32_t get_offset_of_marshaltype_5() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___marshaltype_5)); } inline String_t* get_marshaltype_5() const { return ___marshaltype_5; } inline String_t** get_address_of_marshaltype_5() { return &___marshaltype_5; } inline void set_marshaltype_5(String_t* value) { ___marshaltype_5 = value; Il2CppCodeGenWriteBarrier((&___marshaltype_5), value); } inline static int32_t get_offset_of_marshaltyperef_6() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___marshaltyperef_6)); } inline Type_t * get_marshaltyperef_6() const { return ___marshaltyperef_6; } inline Type_t ** get_address_of_marshaltyperef_6() { return &___marshaltyperef_6; } inline void set_marshaltyperef_6(Type_t * value) { ___marshaltyperef_6 = value; Il2CppCodeGenWriteBarrier((&___marshaltyperef_6), value); } inline static int32_t get_offset_of_param_num_7() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___param_num_7)); } inline int32_t get_param_num_7() const { return ___param_num_7; } inline int32_t* get_address_of_param_num_7() { return &___param_num_7; } inline void set_param_num_7(int32_t value) { ___param_num_7 = value; } inline static int32_t get_offset_of_has_size_8() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___has_size_8)); } inline bool get_has_size_8() const { return ___has_size_8; } inline bool* get_address_of_has_size_8() { return &___has_size_8; } inline void set_has_size_8(bool value) { ___has_size_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNMANAGEDMARSHAL_T984015687_H #ifndef PERMISSIONSET_T223948603_H #define PERMISSIONSET_T223948603_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.PermissionSet struct PermissionSet_t223948603 : public RuntimeObject { public: // System.Security.Permissions.PermissionState System.Security.PermissionSet::state int32_t ___state_1; // System.Collections.ArrayList System.Security.PermissionSet::list ArrayList_t2718874744 * ___list_2; // System.Security.Policy.PolicyLevel System.Security.PermissionSet::_policyLevel PolicyLevel_t2891196107 * ____policyLevel_3; // System.Boolean System.Security.PermissionSet::_declsec bool ____declsec_4; // System.Boolean System.Security.PermissionSet::_readOnly bool ____readOnly_5; public: inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(PermissionSet_t223948603, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(PermissionSet_t223948603, ___list_2)); } inline ArrayList_t2718874744 * get_list_2() const { return ___list_2; } inline ArrayList_t2718874744 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ArrayList_t2718874744 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } inline static int32_t get_offset_of__policyLevel_3() { return static_cast(offsetof(PermissionSet_t223948603, ____policyLevel_3)); } inline PolicyLevel_t2891196107 * get__policyLevel_3() const { return ____policyLevel_3; } inline PolicyLevel_t2891196107 ** get_address_of__policyLevel_3() { return &____policyLevel_3; } inline void set__policyLevel_3(PolicyLevel_t2891196107 * value) { ____policyLevel_3 = value; Il2CppCodeGenWriteBarrier((&____policyLevel_3), value); } inline static int32_t get_offset_of__declsec_4() { return static_cast(offsetof(PermissionSet_t223948603, ____declsec_4)); } inline bool get__declsec_4() const { return ____declsec_4; } inline bool* get_address_of__declsec_4() { return &____declsec_4; } inline void set__declsec_4(bool value) { ____declsec_4 = value; } inline static int32_t get_offset_of__readOnly_5() { return static_cast(offsetof(PermissionSet_t223948603, ____readOnly_5)); } inline bool get__readOnly_5() const { return ____readOnly_5; } inline bool* get_address_of__readOnly_5() { return &____readOnly_5; } inline void set__readOnly_5(bool value) { ____readOnly_5 = value; } }; struct PermissionSet_t223948603_StaticFields { public: // System.Object[] System.Security.PermissionSet::psUnrestricted ObjectU5BU5D_t2843939325* ___psUnrestricted_0; // System.Object[] System.Security.PermissionSet::action ObjectU5BU5D_t2843939325* ___action_6; public: inline static int32_t get_offset_of_psUnrestricted_0() { return static_cast(offsetof(PermissionSet_t223948603_StaticFields, ___psUnrestricted_0)); } inline ObjectU5BU5D_t2843939325* get_psUnrestricted_0() const { return ___psUnrestricted_0; } inline ObjectU5BU5D_t2843939325** get_address_of_psUnrestricted_0() { return &___psUnrestricted_0; } inline void set_psUnrestricted_0(ObjectU5BU5D_t2843939325* value) { ___psUnrestricted_0 = value; Il2CppCodeGenWriteBarrier((&___psUnrestricted_0), value); } inline static int32_t get_offset_of_action_6() { return static_cast(offsetof(PermissionSet_t223948603_StaticFields, ___action_6)); } inline ObjectU5BU5D_t2843939325* get_action_6() const { return ___action_6; } inline ObjectU5BU5D_t2843939325** get_address_of_action_6() { return &___action_6; } inline void set_action_6(ObjectU5BU5D_t2843939325* value) { ___action_6 = value; Il2CppCodeGenWriteBarrier((&___action_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERMISSIONSET_T223948603_H #ifndef METHODBUILDER_T2807316753_H #define METHODBUILDER_T2807316753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.MethodBuilder struct MethodBuilder_t2807316753 : public MethodInfo_t { public: // System.RuntimeMethodHandle System.Reflection.Emit.MethodBuilder::mhandle RuntimeMethodHandle_t1133924984 ___mhandle_0; // System.Type System.Reflection.Emit.MethodBuilder::rtype Type_t * ___rtype_1; // System.Type[] System.Reflection.Emit.MethodBuilder::parameters TypeU5BU5D_t3940880105* ___parameters_2; // System.Reflection.MethodAttributes System.Reflection.Emit.MethodBuilder::attrs int32_t ___attrs_3; // System.Reflection.MethodImplAttributes System.Reflection.Emit.MethodBuilder::iattrs int32_t ___iattrs_4; // System.String System.Reflection.Emit.MethodBuilder::name String_t* ___name_5; // System.Int32 System.Reflection.Emit.MethodBuilder::table_idx int32_t ___table_idx_6; // System.Byte[] System.Reflection.Emit.MethodBuilder::code ByteU5BU5D_t4116647657* ___code_7; // System.Reflection.Emit.ILGenerator System.Reflection.Emit.MethodBuilder::ilgen ILGenerator_t1388622344 * ___ilgen_8; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.MethodBuilder::type TypeBuilder_t1073948154 * ___type_9; // System.Reflection.Emit.ParameterBuilder[] System.Reflection.Emit.MethodBuilder::pinfo ParameterBuilderU5BU5D_t3054868058* ___pinfo_10; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.MethodBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_11; // System.Reflection.MethodInfo System.Reflection.Emit.MethodBuilder::override_method MethodInfo_t * ___override_method_12; // System.String System.Reflection.Emit.MethodBuilder::pi_dll String_t* ___pi_dll_13; // System.String System.Reflection.Emit.MethodBuilder::pi_entry String_t* ___pi_entry_14; // System.Runtime.InteropServices.CharSet System.Reflection.Emit.MethodBuilder::charset int32_t ___charset_15; // System.UInt32 System.Reflection.Emit.MethodBuilder::extra_flags uint32_t ___extra_flags_16; // System.Runtime.InteropServices.CallingConvention System.Reflection.Emit.MethodBuilder::native_cc int32_t ___native_cc_17; // System.Reflection.CallingConventions System.Reflection.Emit.MethodBuilder::call_conv int32_t ___call_conv_18; // System.Boolean System.Reflection.Emit.MethodBuilder::init_locals bool ___init_locals_19; // System.IntPtr System.Reflection.Emit.MethodBuilder::generic_container intptr_t ___generic_container_20; // System.Reflection.Emit.GenericTypeParameterBuilder[] System.Reflection.Emit.MethodBuilder::generic_params GenericTypeParameterBuilderU5BU5D_t3780444109* ___generic_params_21; // System.Type[] System.Reflection.Emit.MethodBuilder::returnModReq TypeU5BU5D_t3940880105* ___returnModReq_22; // System.Type[] System.Reflection.Emit.MethodBuilder::returnModOpt TypeU5BU5D_t3940880105* ___returnModOpt_23; // System.Type[][] System.Reflection.Emit.MethodBuilder::paramModReq TypeU5BU5DU5BU5D_t4042077012* ___paramModReq_24; // System.Type[][] System.Reflection.Emit.MethodBuilder::paramModOpt TypeU5BU5DU5BU5D_t4042077012* ___paramModOpt_25; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.MethodBuilder::permissions RefEmitPermissionSetU5BU5D_t567451178* ___permissions_26; public: inline static int32_t get_offset_of_mhandle_0() { return static_cast(offsetof(MethodBuilder_t2807316753, ___mhandle_0)); } inline RuntimeMethodHandle_t1133924984 get_mhandle_0() const { return ___mhandle_0; } inline RuntimeMethodHandle_t1133924984 * get_address_of_mhandle_0() { return &___mhandle_0; } inline void set_mhandle_0(RuntimeMethodHandle_t1133924984 value) { ___mhandle_0 = value; } inline static int32_t get_offset_of_rtype_1() { return static_cast(offsetof(MethodBuilder_t2807316753, ___rtype_1)); } inline Type_t * get_rtype_1() const { return ___rtype_1; } inline Type_t ** get_address_of_rtype_1() { return &___rtype_1; } inline void set_rtype_1(Type_t * value) { ___rtype_1 = value; Il2CppCodeGenWriteBarrier((&___rtype_1), value); } inline static int32_t get_offset_of_parameters_2() { return static_cast(offsetof(MethodBuilder_t2807316753, ___parameters_2)); } inline TypeU5BU5D_t3940880105* get_parameters_2() const { return ___parameters_2; } inline TypeU5BU5D_t3940880105** get_address_of_parameters_2() { return &___parameters_2; } inline void set_parameters_2(TypeU5BU5D_t3940880105* value) { ___parameters_2 = value; Il2CppCodeGenWriteBarrier((&___parameters_2), value); } inline static int32_t get_offset_of_attrs_3() { return static_cast(offsetof(MethodBuilder_t2807316753, ___attrs_3)); } inline int32_t get_attrs_3() const { return ___attrs_3; } inline int32_t* get_address_of_attrs_3() { return &___attrs_3; } inline void set_attrs_3(int32_t value) { ___attrs_3 = value; } inline static int32_t get_offset_of_iattrs_4() { return static_cast(offsetof(MethodBuilder_t2807316753, ___iattrs_4)); } inline int32_t get_iattrs_4() const { return ___iattrs_4; } inline int32_t* get_address_of_iattrs_4() { return &___iattrs_4; } inline void set_iattrs_4(int32_t value) { ___iattrs_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(MethodBuilder_t2807316753, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((&___name_5), value); } inline static int32_t get_offset_of_table_idx_6() { return static_cast(offsetof(MethodBuilder_t2807316753, ___table_idx_6)); } inline int32_t get_table_idx_6() const { return ___table_idx_6; } inline int32_t* get_address_of_table_idx_6() { return &___table_idx_6; } inline void set_table_idx_6(int32_t value) { ___table_idx_6 = value; } inline static int32_t get_offset_of_code_7() { return static_cast(offsetof(MethodBuilder_t2807316753, ___code_7)); } inline ByteU5BU5D_t4116647657* get_code_7() const { return ___code_7; } inline ByteU5BU5D_t4116647657** get_address_of_code_7() { return &___code_7; } inline void set_code_7(ByteU5BU5D_t4116647657* value) { ___code_7 = value; Il2CppCodeGenWriteBarrier((&___code_7), value); } inline static int32_t get_offset_of_ilgen_8() { return static_cast(offsetof(MethodBuilder_t2807316753, ___ilgen_8)); } inline ILGenerator_t1388622344 * get_ilgen_8() const { return ___ilgen_8; } inline ILGenerator_t1388622344 ** get_address_of_ilgen_8() { return &___ilgen_8; } inline void set_ilgen_8(ILGenerator_t1388622344 * value) { ___ilgen_8 = value; Il2CppCodeGenWriteBarrier((&___ilgen_8), value); } inline static int32_t get_offset_of_type_9() { return static_cast(offsetof(MethodBuilder_t2807316753, ___type_9)); } inline TypeBuilder_t1073948154 * get_type_9() const { return ___type_9; } inline TypeBuilder_t1073948154 ** get_address_of_type_9() { return &___type_9; } inline void set_type_9(TypeBuilder_t1073948154 * value) { ___type_9 = value; Il2CppCodeGenWriteBarrier((&___type_9), value); } inline static int32_t get_offset_of_pinfo_10() { return static_cast(offsetof(MethodBuilder_t2807316753, ___pinfo_10)); } inline ParameterBuilderU5BU5D_t3054868058* get_pinfo_10() const { return ___pinfo_10; } inline ParameterBuilderU5BU5D_t3054868058** get_address_of_pinfo_10() { return &___pinfo_10; } inline void set_pinfo_10(ParameterBuilderU5BU5D_t3054868058* value) { ___pinfo_10 = value; Il2CppCodeGenWriteBarrier((&___pinfo_10), value); } inline static int32_t get_offset_of_cattrs_11() { return static_cast(offsetof(MethodBuilder_t2807316753, ___cattrs_11)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_11() const { return ___cattrs_11; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_11() { return &___cattrs_11; } inline void set_cattrs_11(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_11 = value; Il2CppCodeGenWriteBarrier((&___cattrs_11), value); } inline static int32_t get_offset_of_override_method_12() { return static_cast(offsetof(MethodBuilder_t2807316753, ___override_method_12)); } inline MethodInfo_t * get_override_method_12() const { return ___override_method_12; } inline MethodInfo_t ** get_address_of_override_method_12() { return &___override_method_12; } inline void set_override_method_12(MethodInfo_t * value) { ___override_method_12 = value; Il2CppCodeGenWriteBarrier((&___override_method_12), value); } inline static int32_t get_offset_of_pi_dll_13() { return static_cast(offsetof(MethodBuilder_t2807316753, ___pi_dll_13)); } inline String_t* get_pi_dll_13() const { return ___pi_dll_13; } inline String_t** get_address_of_pi_dll_13() { return &___pi_dll_13; } inline void set_pi_dll_13(String_t* value) { ___pi_dll_13 = value; Il2CppCodeGenWriteBarrier((&___pi_dll_13), value); } inline static int32_t get_offset_of_pi_entry_14() { return static_cast(offsetof(MethodBuilder_t2807316753, ___pi_entry_14)); } inline String_t* get_pi_entry_14() const { return ___pi_entry_14; } inline String_t** get_address_of_pi_entry_14() { return &___pi_entry_14; } inline void set_pi_entry_14(String_t* value) { ___pi_entry_14 = value; Il2CppCodeGenWriteBarrier((&___pi_entry_14), value); } inline static int32_t get_offset_of_charset_15() { return static_cast(offsetof(MethodBuilder_t2807316753, ___charset_15)); } inline int32_t get_charset_15() const { return ___charset_15; } inline int32_t* get_address_of_charset_15() { return &___charset_15; } inline void set_charset_15(int32_t value) { ___charset_15 = value; } inline static int32_t get_offset_of_extra_flags_16() { return static_cast(offsetof(MethodBuilder_t2807316753, ___extra_flags_16)); } inline uint32_t get_extra_flags_16() const { return ___extra_flags_16; } inline uint32_t* get_address_of_extra_flags_16() { return &___extra_flags_16; } inline void set_extra_flags_16(uint32_t value) { ___extra_flags_16 = value; } inline static int32_t get_offset_of_native_cc_17() { return static_cast(offsetof(MethodBuilder_t2807316753, ___native_cc_17)); } inline int32_t get_native_cc_17() const { return ___native_cc_17; } inline int32_t* get_address_of_native_cc_17() { return &___native_cc_17; } inline void set_native_cc_17(int32_t value) { ___native_cc_17 = value; } inline static int32_t get_offset_of_call_conv_18() { return static_cast(offsetof(MethodBuilder_t2807316753, ___call_conv_18)); } inline int32_t get_call_conv_18() const { return ___call_conv_18; } inline int32_t* get_address_of_call_conv_18() { return &___call_conv_18; } inline void set_call_conv_18(int32_t value) { ___call_conv_18 = value; } inline static int32_t get_offset_of_init_locals_19() { return static_cast(offsetof(MethodBuilder_t2807316753, ___init_locals_19)); } inline bool get_init_locals_19() const { return ___init_locals_19; } inline bool* get_address_of_init_locals_19() { return &___init_locals_19; } inline void set_init_locals_19(bool value) { ___init_locals_19 = value; } inline static int32_t get_offset_of_generic_container_20() { return static_cast(offsetof(MethodBuilder_t2807316753, ___generic_container_20)); } inline intptr_t get_generic_container_20() const { return ___generic_container_20; } inline intptr_t* get_address_of_generic_container_20() { return &___generic_container_20; } inline void set_generic_container_20(intptr_t value) { ___generic_container_20 = value; } inline static int32_t get_offset_of_generic_params_21() { return static_cast(offsetof(MethodBuilder_t2807316753, ___generic_params_21)); } inline GenericTypeParameterBuilderU5BU5D_t3780444109* get_generic_params_21() const { return ___generic_params_21; } inline GenericTypeParameterBuilderU5BU5D_t3780444109** get_address_of_generic_params_21() { return &___generic_params_21; } inline void set_generic_params_21(GenericTypeParameterBuilderU5BU5D_t3780444109* value) { ___generic_params_21 = value; Il2CppCodeGenWriteBarrier((&___generic_params_21), value); } inline static int32_t get_offset_of_returnModReq_22() { return static_cast(offsetof(MethodBuilder_t2807316753, ___returnModReq_22)); } inline TypeU5BU5D_t3940880105* get_returnModReq_22() const { return ___returnModReq_22; } inline TypeU5BU5D_t3940880105** get_address_of_returnModReq_22() { return &___returnModReq_22; } inline void set_returnModReq_22(TypeU5BU5D_t3940880105* value) { ___returnModReq_22 = value; Il2CppCodeGenWriteBarrier((&___returnModReq_22), value); } inline static int32_t get_offset_of_returnModOpt_23() { return static_cast(offsetof(MethodBuilder_t2807316753, ___returnModOpt_23)); } inline TypeU5BU5D_t3940880105* get_returnModOpt_23() const { return ___returnModOpt_23; } inline TypeU5BU5D_t3940880105** get_address_of_returnModOpt_23() { return &___returnModOpt_23; } inline void set_returnModOpt_23(TypeU5BU5D_t3940880105* value) { ___returnModOpt_23 = value; Il2CppCodeGenWriteBarrier((&___returnModOpt_23), value); } inline static int32_t get_offset_of_paramModReq_24() { return static_cast(offsetof(MethodBuilder_t2807316753, ___paramModReq_24)); } inline TypeU5BU5DU5BU5D_t4042077012* get_paramModReq_24() const { return ___paramModReq_24; } inline TypeU5BU5DU5BU5D_t4042077012** get_address_of_paramModReq_24() { return &___paramModReq_24; } inline void set_paramModReq_24(TypeU5BU5DU5BU5D_t4042077012* value) { ___paramModReq_24 = value; Il2CppCodeGenWriteBarrier((&___paramModReq_24), value); } inline static int32_t get_offset_of_paramModOpt_25() { return static_cast(offsetof(MethodBuilder_t2807316753, ___paramModOpt_25)); } inline TypeU5BU5DU5BU5D_t4042077012* get_paramModOpt_25() const { return ___paramModOpt_25; } inline TypeU5BU5DU5BU5D_t4042077012** get_address_of_paramModOpt_25() { return &___paramModOpt_25; } inline void set_paramModOpt_25(TypeU5BU5DU5BU5D_t4042077012* value) { ___paramModOpt_25 = value; Il2CppCodeGenWriteBarrier((&___paramModOpt_25), value); } inline static int32_t get_offset_of_permissions_26() { return static_cast(offsetof(MethodBuilder_t2807316753, ___permissions_26)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_26() const { return ___permissions_26; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_26() { return &___permissions_26; } inline void set_permissions_26(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_26 = value; Il2CppCodeGenWriteBarrier((&___permissions_26), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBUILDER_T2807316753_H #ifndef ENUMBUILDER_T2400448213_H #define ENUMBUILDER_T2400448213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.EnumBuilder struct EnumBuilder_t2400448213 : public Type_t { public: // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.EnumBuilder::_tb TypeBuilder_t1073948154 * ____tb_8; // System.Type System.Reflection.Emit.EnumBuilder::_underlyingType Type_t * ____underlyingType_9; public: inline static int32_t get_offset_of__tb_8() { return static_cast(offsetof(EnumBuilder_t2400448213, ____tb_8)); } inline TypeBuilder_t1073948154 * get__tb_8() const { return ____tb_8; } inline TypeBuilder_t1073948154 ** get_address_of__tb_8() { return &____tb_8; } inline void set__tb_8(TypeBuilder_t1073948154 * value) { ____tb_8 = value; Il2CppCodeGenWriteBarrier((&____tb_8), value); } inline static int32_t get_offset_of__underlyingType_9() { return static_cast(offsetof(EnumBuilder_t2400448213, ____underlyingType_9)); } inline Type_t * get__underlyingType_9() const { return ____underlyingType_9; } inline Type_t ** get_address_of__underlyingType_9() { return &____underlyingType_9; } inline void set__underlyingType_9(Type_t * value) { ____underlyingType_9 = value; Il2CppCodeGenWriteBarrier((&____underlyingType_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMBUILDER_T2400448213_H #ifndef DERIVEDTYPE_T4286302013_H #define DERIVEDTYPE_T4286302013_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.DerivedType struct DerivedType_t4286302013 : public Type_t { public: // System.Type System.Reflection.Emit.DerivedType::elementType Type_t * ___elementType_8; public: inline static int32_t get_offset_of_elementType_8() { return static_cast(offsetof(DerivedType_t4286302013, ___elementType_8)); } inline Type_t * get_elementType_8() const { return ___elementType_8; } inline Type_t ** get_address_of_elementType_8() { return &___elementType_8; } inline void set_elementType_8(Type_t * value) { ___elementType_8 = value; Il2CppCodeGenWriteBarrier((&___elementType_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DERIVEDTYPE_T4286302013_H #ifndef GENERICTYPEPARAMETERBUILDER_T1988827940_H #define GENERICTYPEPARAMETERBUILDER_T1988827940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.GenericTypeParameterBuilder struct GenericTypeParameterBuilder_t1988827940 : public Type_t { public: // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.GenericTypeParameterBuilder::tbuilder TypeBuilder_t1073948154 * ___tbuilder_8; // System.Reflection.Emit.MethodBuilder System.Reflection.Emit.GenericTypeParameterBuilder::mbuilder MethodBuilder_t2807316753 * ___mbuilder_9; // System.String System.Reflection.Emit.GenericTypeParameterBuilder::name String_t* ___name_10; // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::base_type Type_t * ___base_type_11; public: inline static int32_t get_offset_of_tbuilder_8() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___tbuilder_8)); } inline TypeBuilder_t1073948154 * get_tbuilder_8() const { return ___tbuilder_8; } inline TypeBuilder_t1073948154 ** get_address_of_tbuilder_8() { return &___tbuilder_8; } inline void set_tbuilder_8(TypeBuilder_t1073948154 * value) { ___tbuilder_8 = value; Il2CppCodeGenWriteBarrier((&___tbuilder_8), value); } inline static int32_t get_offset_of_mbuilder_9() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___mbuilder_9)); } inline MethodBuilder_t2807316753 * get_mbuilder_9() const { return ___mbuilder_9; } inline MethodBuilder_t2807316753 ** get_address_of_mbuilder_9() { return &___mbuilder_9; } inline void set_mbuilder_9(MethodBuilder_t2807316753 * value) { ___mbuilder_9 = value; Il2CppCodeGenWriteBarrier((&___mbuilder_9), value); } inline static int32_t get_offset_of_name_10() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___name_10)); } inline String_t* get_name_10() const { return ___name_10; } inline String_t** get_address_of_name_10() { return &___name_10; } inline void set_name_10(String_t* value) { ___name_10 = value; Il2CppCodeGenWriteBarrier((&___name_10), value); } inline static int32_t get_offset_of_base_type_11() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___base_type_11)); } inline Type_t * get_base_type_11() const { return ___base_type_11; } inline Type_t ** get_address_of_base_type_11() { return &___base_type_11; } inline void set_base_type_11(Type_t * value) { ___base_type_11 = value; Il2CppCodeGenWriteBarrier((&___base_type_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GENERICTYPEPARAMETERBUILDER_T1988827940_H #ifndef MODULEBUILDER_T731887691_H #define MODULEBUILDER_T731887691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ModuleBuilder struct ModuleBuilder_t731887691 : public Module_t2987026101 { public: // System.UIntPtr System.Reflection.Emit.ModuleBuilder::dynamic_image uintptr_t ___dynamic_image_10; // System.Int32 System.Reflection.Emit.ModuleBuilder::num_types int32_t ___num_types_11; // System.Reflection.Emit.TypeBuilder[] System.Reflection.Emit.ModuleBuilder::types TypeBuilderU5BU5D_t786280671* ___types_12; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.ModuleBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_13; // System.Byte[] System.Reflection.Emit.ModuleBuilder::guid ByteU5BU5D_t4116647657* ___guid_14; // System.Int32 System.Reflection.Emit.ModuleBuilder::table_idx int32_t ___table_idx_15; // System.Reflection.Emit.AssemblyBuilder System.Reflection.Emit.ModuleBuilder::assemblyb AssemblyBuilder_t359885250 * ___assemblyb_16; // System.Reflection.Emit.MethodBuilder[] System.Reflection.Emit.ModuleBuilder::global_methods MethodBuilderU5BU5D_t3705301900* ___global_methods_17; // System.Reflection.Emit.FieldBuilder[] System.Reflection.Emit.ModuleBuilder::global_fields FieldBuilderU5BU5D_t138311604* ___global_fields_18; // System.Boolean System.Reflection.Emit.ModuleBuilder::is_main bool ___is_main_19; // System.Reflection.Emit.MonoResource[] System.Reflection.Emit.ModuleBuilder::resources MonoResourceU5BU5D_t979189380* ___resources_20; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::global_type TypeBuilder_t1073948154 * ___global_type_21; // System.Type System.Reflection.Emit.ModuleBuilder::global_type_created Type_t * ___global_type_created_22; // System.Collections.Hashtable System.Reflection.Emit.ModuleBuilder::name_cache Hashtable_t1853889766 * ___name_cache_23; // System.Collections.Hashtable System.Reflection.Emit.ModuleBuilder::us_string_cache Hashtable_t1853889766 * ___us_string_cache_24; // System.Int32[] System.Reflection.Emit.ModuleBuilder::table_indexes Int32U5BU5D_t385246372* ___table_indexes_25; // System.Boolean System.Reflection.Emit.ModuleBuilder::transient bool ___transient_26; // System.Reflection.Emit.ModuleBuilderTokenGenerator System.Reflection.Emit.ModuleBuilder::token_gen ModuleBuilderTokenGenerator_t944435078 * ___token_gen_27; // System.Collections.Hashtable System.Reflection.Emit.ModuleBuilder::resource_writers Hashtable_t1853889766 * ___resource_writers_28; // System.Diagnostics.SymbolStore.ISymbolWriter System.Reflection.Emit.ModuleBuilder::symbolWriter RuntimeObject* ___symbolWriter_29; public: inline static int32_t get_offset_of_dynamic_image_10() { return static_cast(offsetof(ModuleBuilder_t731887691, ___dynamic_image_10)); } inline uintptr_t get_dynamic_image_10() const { return ___dynamic_image_10; } inline uintptr_t* get_address_of_dynamic_image_10() { return &___dynamic_image_10; } inline void set_dynamic_image_10(uintptr_t value) { ___dynamic_image_10 = value; } inline static int32_t get_offset_of_num_types_11() { return static_cast(offsetof(ModuleBuilder_t731887691, ___num_types_11)); } inline int32_t get_num_types_11() const { return ___num_types_11; } inline int32_t* get_address_of_num_types_11() { return &___num_types_11; } inline void set_num_types_11(int32_t value) { ___num_types_11 = value; } inline static int32_t get_offset_of_types_12() { return static_cast(offsetof(ModuleBuilder_t731887691, ___types_12)); } inline TypeBuilderU5BU5D_t786280671* get_types_12() const { return ___types_12; } inline TypeBuilderU5BU5D_t786280671** get_address_of_types_12() { return &___types_12; } inline void set_types_12(TypeBuilderU5BU5D_t786280671* value) { ___types_12 = value; Il2CppCodeGenWriteBarrier((&___types_12), value); } inline static int32_t get_offset_of_cattrs_13() { return static_cast(offsetof(ModuleBuilder_t731887691, ___cattrs_13)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_13() const { return ___cattrs_13; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_13() { return &___cattrs_13; } inline void set_cattrs_13(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_13 = value; Il2CppCodeGenWriteBarrier((&___cattrs_13), value); } inline static int32_t get_offset_of_guid_14() { return static_cast(offsetof(ModuleBuilder_t731887691, ___guid_14)); } inline ByteU5BU5D_t4116647657* get_guid_14() const { return ___guid_14; } inline ByteU5BU5D_t4116647657** get_address_of_guid_14() { return &___guid_14; } inline void set_guid_14(ByteU5BU5D_t4116647657* value) { ___guid_14 = value; Il2CppCodeGenWriteBarrier((&___guid_14), value); } inline static int32_t get_offset_of_table_idx_15() { return static_cast(offsetof(ModuleBuilder_t731887691, ___table_idx_15)); } inline int32_t get_table_idx_15() const { return ___table_idx_15; } inline int32_t* get_address_of_table_idx_15() { return &___table_idx_15; } inline void set_table_idx_15(int32_t value) { ___table_idx_15 = value; } inline static int32_t get_offset_of_assemblyb_16() { return static_cast(offsetof(ModuleBuilder_t731887691, ___assemblyb_16)); } inline AssemblyBuilder_t359885250 * get_assemblyb_16() const { return ___assemblyb_16; } inline AssemblyBuilder_t359885250 ** get_address_of_assemblyb_16() { return &___assemblyb_16; } inline void set_assemblyb_16(AssemblyBuilder_t359885250 * value) { ___assemblyb_16 = value; Il2CppCodeGenWriteBarrier((&___assemblyb_16), value); } inline static int32_t get_offset_of_global_methods_17() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_methods_17)); } inline MethodBuilderU5BU5D_t3705301900* get_global_methods_17() const { return ___global_methods_17; } inline MethodBuilderU5BU5D_t3705301900** get_address_of_global_methods_17() { return &___global_methods_17; } inline void set_global_methods_17(MethodBuilderU5BU5D_t3705301900* value) { ___global_methods_17 = value; Il2CppCodeGenWriteBarrier((&___global_methods_17), value); } inline static int32_t get_offset_of_global_fields_18() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_fields_18)); } inline FieldBuilderU5BU5D_t138311604* get_global_fields_18() const { return ___global_fields_18; } inline FieldBuilderU5BU5D_t138311604** get_address_of_global_fields_18() { return &___global_fields_18; } inline void set_global_fields_18(FieldBuilderU5BU5D_t138311604* value) { ___global_fields_18 = value; Il2CppCodeGenWriteBarrier((&___global_fields_18), value); } inline static int32_t get_offset_of_is_main_19() { return static_cast(offsetof(ModuleBuilder_t731887691, ___is_main_19)); } inline bool get_is_main_19() const { return ___is_main_19; } inline bool* get_address_of_is_main_19() { return &___is_main_19; } inline void set_is_main_19(bool value) { ___is_main_19 = value; } inline static int32_t get_offset_of_resources_20() { return static_cast(offsetof(ModuleBuilder_t731887691, ___resources_20)); } inline MonoResourceU5BU5D_t979189380* get_resources_20() const { return ___resources_20; } inline MonoResourceU5BU5D_t979189380** get_address_of_resources_20() { return &___resources_20; } inline void set_resources_20(MonoResourceU5BU5D_t979189380* value) { ___resources_20 = value; Il2CppCodeGenWriteBarrier((&___resources_20), value); } inline static int32_t get_offset_of_global_type_21() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_type_21)); } inline TypeBuilder_t1073948154 * get_global_type_21() const { return ___global_type_21; } inline TypeBuilder_t1073948154 ** get_address_of_global_type_21() { return &___global_type_21; } inline void set_global_type_21(TypeBuilder_t1073948154 * value) { ___global_type_21 = value; Il2CppCodeGenWriteBarrier((&___global_type_21), value); } inline static int32_t get_offset_of_global_type_created_22() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_type_created_22)); } inline Type_t * get_global_type_created_22() const { return ___global_type_created_22; } inline Type_t ** get_address_of_global_type_created_22() { return &___global_type_created_22; } inline void set_global_type_created_22(Type_t * value) { ___global_type_created_22 = value; Il2CppCodeGenWriteBarrier((&___global_type_created_22), value); } inline static int32_t get_offset_of_name_cache_23() { return static_cast(offsetof(ModuleBuilder_t731887691, ___name_cache_23)); } inline Hashtable_t1853889766 * get_name_cache_23() const { return ___name_cache_23; } inline Hashtable_t1853889766 ** get_address_of_name_cache_23() { return &___name_cache_23; } inline void set_name_cache_23(Hashtable_t1853889766 * value) { ___name_cache_23 = value; Il2CppCodeGenWriteBarrier((&___name_cache_23), value); } inline static int32_t get_offset_of_us_string_cache_24() { return static_cast(offsetof(ModuleBuilder_t731887691, ___us_string_cache_24)); } inline Hashtable_t1853889766 * get_us_string_cache_24() const { return ___us_string_cache_24; } inline Hashtable_t1853889766 ** get_address_of_us_string_cache_24() { return &___us_string_cache_24; } inline void set_us_string_cache_24(Hashtable_t1853889766 * value) { ___us_string_cache_24 = value; Il2CppCodeGenWriteBarrier((&___us_string_cache_24), value); } inline static int32_t get_offset_of_table_indexes_25() { return static_cast(offsetof(ModuleBuilder_t731887691, ___table_indexes_25)); } inline Int32U5BU5D_t385246372* get_table_indexes_25() const { return ___table_indexes_25; } inline Int32U5BU5D_t385246372** get_address_of_table_indexes_25() { return &___table_indexes_25; } inline void set_table_indexes_25(Int32U5BU5D_t385246372* value) { ___table_indexes_25 = value; Il2CppCodeGenWriteBarrier((&___table_indexes_25), value); } inline static int32_t get_offset_of_transient_26() { return static_cast(offsetof(ModuleBuilder_t731887691, ___transient_26)); } inline bool get_transient_26() const { return ___transient_26; } inline bool* get_address_of_transient_26() { return &___transient_26; } inline void set_transient_26(bool value) { ___transient_26 = value; } inline static int32_t get_offset_of_token_gen_27() { return static_cast(offsetof(ModuleBuilder_t731887691, ___token_gen_27)); } inline ModuleBuilderTokenGenerator_t944435078 * get_token_gen_27() const { return ___token_gen_27; } inline ModuleBuilderTokenGenerator_t944435078 ** get_address_of_token_gen_27() { return &___token_gen_27; } inline void set_token_gen_27(ModuleBuilderTokenGenerator_t944435078 * value) { ___token_gen_27 = value; Il2CppCodeGenWriteBarrier((&___token_gen_27), value); } inline static int32_t get_offset_of_resource_writers_28() { return static_cast(offsetof(ModuleBuilder_t731887691, ___resource_writers_28)); } inline Hashtable_t1853889766 * get_resource_writers_28() const { return ___resource_writers_28; } inline Hashtable_t1853889766 ** get_address_of_resource_writers_28() { return &___resource_writers_28; } inline void set_resource_writers_28(Hashtable_t1853889766 * value) { ___resource_writers_28 = value; Il2CppCodeGenWriteBarrier((&___resource_writers_28), value); } inline static int32_t get_offset_of_symbolWriter_29() { return static_cast(offsetof(ModuleBuilder_t731887691, ___symbolWriter_29)); } inline RuntimeObject* get_symbolWriter_29() const { return ___symbolWriter_29; } inline RuntimeObject** get_address_of_symbolWriter_29() { return &___symbolWriter_29; } inline void set_symbolWriter_29(RuntimeObject* value) { ___symbolWriter_29 = value; Il2CppCodeGenWriteBarrier((&___symbolWriter_29), value); } }; struct ModuleBuilder_t731887691_StaticFields { public: // System.Char[] System.Reflection.Emit.ModuleBuilder::type_modifiers CharU5BU5D_t3528271667* ___type_modifiers_30; public: inline static int32_t get_offset_of_type_modifiers_30() { return static_cast(offsetof(ModuleBuilder_t731887691_StaticFields, ___type_modifiers_30)); } inline CharU5BU5D_t3528271667* get_type_modifiers_30() const { return ___type_modifiers_30; } inline CharU5BU5D_t3528271667** get_address_of_type_modifiers_30() { return &___type_modifiers_30; } inline void set_type_modifiers_30(CharU5BU5D_t3528271667* value) { ___type_modifiers_30 = value; Il2CppCodeGenWriteBarrier((&___type_modifiers_30), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULEBUILDER_T731887691_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 BYREFTYPE_T2066805327_H #define BYREFTYPE_T2066805327_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ByRefType struct ByRefType_t2066805327 : public DerivedType_t4286302013 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYREFTYPE_T2066805327_H // 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.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.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.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.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; } }; // 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.Reflection.Module[] struct ModuleU5BU5D_t4238763736 : public RuntimeArray { public: ALIGN_FIELD (8) Module_t2987026101 * m_Items[1]; public: inline Module_t2987026101 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Module_t2987026101 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Module_t2987026101 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Module_t2987026101 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Module_t2987026101 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Module_t2987026101 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t1861056598 * m_Items[1]; public: inline ParameterInfo_t1861056598 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterInfo_t1861056598 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t1861056598 * 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.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.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t1465843424 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeTypedArgument_t2723150157 m_Items[1]; public: inline CustomAttributeTypedArgument_t2723150157 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeTypedArgument_t2723150157 * 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, CustomAttributeTypedArgument_t2723150157 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline CustomAttributeTypedArgument_t2723150157 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeTypedArgument_t2723150157 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeTypedArgument_t2723150157 value) { m_Items[index] = value; } }; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t3710464795 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeNamedArgument_t287865710 m_Items[1]; public: inline CustomAttributeNamedArgument_t287865710 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeNamedArgument_t287865710 * 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, CustomAttributeNamedArgument_t287865710 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline CustomAttributeNamedArgument_t287865710 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeNamedArgument_t287865710 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeNamedArgument_t287865710 value) { m_Items[index] = value; } }; // System.Reflection.Emit.RefEmitPermissionSet[] struct RefEmitPermissionSetU5BU5D_t567451178 : public RuntimeArray { public: ALIGN_FIELD (8) RefEmitPermissionSet_t484390987 m_Items[1]; public: inline RefEmitPermissionSet_t484390987 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RefEmitPermissionSet_t484390987 * 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, RefEmitPermissionSet_t484390987 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RefEmitPermissionSet_t484390987 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RefEmitPermissionSet_t484390987 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RefEmitPermissionSet_t484390987 value) { m_Items[index] = value; } }; // System.Reflection.Emit.ModuleBuilder[] struct ModuleBuilderU5BU5D_t2441092650 : public RuntimeArray { public: ALIGN_FIELD (8) ModuleBuilder_t731887691 * m_Items[1]; public: inline ModuleBuilder_t731887691 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ModuleBuilder_t731887691 ** 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, ModuleBuilder_t731887691 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ModuleBuilder_t731887691 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ModuleBuilder_t731887691 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ModuleBuilder_t731887691 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.Emit.MonoResource[] struct MonoResourceU5BU5D_t979189380 : public RuntimeArray { public: ALIGN_FIELD (8) MonoResource_t4103430009 m_Items[1]; public: inline MonoResource_t4103430009 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MonoResource_t4103430009 * 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, MonoResource_t4103430009 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline MonoResource_t4103430009 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MonoResource_t4103430009 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MonoResource_t4103430009 value) { m_Items[index] = value; } }; // System.Type[][] struct TypeU5BU5DU5BU5D_t4042077012 : public RuntimeArray { public: ALIGN_FIELD (8) TypeU5BU5D_t3940880105* m_Items[1]; public: inline TypeU5BU5D_t3940880105* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TypeU5BU5D_t3940880105** 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, TypeU5BU5D_t3940880105* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline TypeU5BU5D_t3940880105* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TypeU5BU5D_t3940880105** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TypeU5BU5D_t3940880105* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.Emit.ParameterBuilder[] struct ParameterBuilderU5BU5D_t3054868058 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterBuilder_t1137139675 * m_Items[1]; public: inline ParameterBuilder_t1137139675 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterBuilder_t1137139675 ** 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, ParameterBuilder_t1137139675 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterBuilder_t1137139675 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterBuilder_t1137139675 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterBuilder_t1137139675 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980 : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361 : public RuntimeArray { public: ALIGN_FIELD (8) MethodInfo_t * m_Items[1]; public: inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodInfo_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, MethodInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_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.Emit.ILTokenInfo[] struct ILTokenInfoU5BU5D_t973106575 : public RuntimeArray { public: ALIGN_FIELD (8) ILTokenInfo_t2325775114 m_Items[1]; public: inline ILTokenInfo_t2325775114 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ILTokenInfo_t2325775114 * 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, ILTokenInfo_t2325775114 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ILTokenInfo_t2325775114 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ILTokenInfo_t2325775114 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ILTokenInfo_t2325775114 value) { m_Items[index] = value; } }; // System.Reflection.Emit.LocalBuilder[] struct LocalBuilderU5BU5D_t4280809526 : public RuntimeArray { public: ALIGN_FIELD (8) LocalBuilder_t3562264111 * m_Items[1]; public: inline LocalBuilder_t3562264111 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LocalBuilder_t3562264111 ** 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, LocalBuilder_t3562264111 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline LocalBuilder_t3562264111 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LocalBuilder_t3562264111 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LocalBuilder_t3562264111 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.Emit.ILGenerator/LabelData[] struct LabelDataU5BU5D_t327903686 : public RuntimeArray { public: ALIGN_FIELD (8) LabelData_t360167391 m_Items[1]; public: inline LabelData_t360167391 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LabelData_t360167391 * 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, LabelData_t360167391 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline LabelData_t360167391 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LabelData_t360167391 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LabelData_t360167391 value) { m_Items[index] = value; } }; // System.Reflection.Emit.ILGenerator/LabelFixup[] struct LabelFixupU5BU5D_t103660291 : public RuntimeArray { public: ALIGN_FIELD (8) LabelFixup_t858502054 m_Items[1]; public: inline LabelFixup_t858502054 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LabelFixup_t858502054 * 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, LabelFixup_t858502054 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline LabelFixup_t858502054 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LabelFixup_t858502054 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LabelFixup_t858502054 value) { m_Items[index] = value; } }; // System.Reflection.Emit.GenericTypeParameterBuilder[] struct GenericTypeParameterBuilderU5BU5D_t3780444109 : public RuntimeArray { public: ALIGN_FIELD (8) GenericTypeParameterBuilder_t1988827940 * m_Items[1]; public: inline GenericTypeParameterBuilder_t1988827940 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GenericTypeParameterBuilder_t1988827940 ** 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, GenericTypeParameterBuilder_t1988827940 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline GenericTypeParameterBuilder_t1988827940 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GenericTypeParameterBuilder_t1988827940 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GenericTypeParameterBuilder_t1988827940 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.Emit.TypeBuilder[] struct TypeBuilderU5BU5D_t786280671 : public RuntimeArray { public: ALIGN_FIELD (8) TypeBuilder_t1073948154 * m_Items[1]; public: inline TypeBuilder_t1073948154 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TypeBuilder_t1073948154 ** 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, TypeBuilder_t1073948154 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline TypeBuilder_t1073948154 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TypeBuilder_t1073948154 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TypeBuilder_t1073948154 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke(const CustomAttributeTypedArgument_t2723150157& unmarshaled, CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled); extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke_back(const CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled, CustomAttributeTypedArgument_t2723150157& unmarshaled); extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke_cleanup(CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled); extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com(const CustomAttributeTypedArgument_t2723150157& unmarshaled, CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled); extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com_back(const CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled, CustomAttributeTypedArgument_t2723150157& unmarshaled); extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com_cleanup(CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled); // System.Int32 System.Array::IndexOf(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m3944231312_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, RuntimeObject * p1, const RuntimeMethod* method); // !!0[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) extern "C" IL2CPP_METHOD_ATTR CustomAttributeTypedArgumentU5BU5D_t1465843424* CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array::AsReadOnly(!!0[]) extern "C" IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t3935726444 * Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677_gshared (RuntimeObject * __this /* static, unused */, CustomAttributeTypedArgumentU5BU5D_t1465843424* p0, const RuntimeMethod* method); // !!0[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) extern "C" IL2CPP_METHOD_ATTR CustomAttributeNamedArgumentU5BU5D_t3710464795* CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array::AsReadOnly(!!0[]) extern "C" IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t1500441997 * Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740_gshared (RuntimeObject * __this /* static, unused */, CustomAttributeNamedArgumentU5BU5D_t3710464795* p0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Delegate::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Delegate_GetObjectData_m4107455684 (Delegate_t1188392813 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Boolean System.Delegate::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Delegate_Equals_m821895546 (Delegate_t1188392813 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.MulticastDelegate::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MulticastDelegate_Equals_m2502840627 (MulticastDelegate_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Delegate::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Delegate_GetHashCode_m2102814970 (Delegate_t1188392813 * __this, 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.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.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, 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); // 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); // System.Void System.Delegate::SetMulticastInvoke() extern "C" IL2CPP_METHOD_ATTR void Delegate_SetMulticastInvoke_m342000618 (Delegate_t1188392813 * __this, const RuntimeMethod* method); // System.Boolean System.MulticastDelegate::BaseEquals(System.MulticastDelegate) extern "C" IL2CPP_METHOD_ATTR bool MulticastDelegate_BaseEquals_m335858574 (MulticastDelegate_t * __this, MulticastDelegate_t * ___value0, const RuntimeMethod* method); // System.MulticastDelegate System.MulticastDelegate::KPM(System.MulticastDelegate,System.MulticastDelegate,System.MulticastDelegate&) extern "C" IL2CPP_METHOD_ATTR MulticastDelegate_t * MulticastDelegate_KPM_m22863605 (RuntimeObject * __this /* static, unused */, MulticastDelegate_t * ___needle0, MulticastDelegate_t * ___haystack1, MulticastDelegate_t ** ___tail2, 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.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.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __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.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * Thread_get_CurrentCulture_m349116646 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::set_CurrentCulture(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_set_CurrentCulture_m1358228087 (NumberFormatter_t1182924621 * __this, CultureInfo_t4157843068 * ___value0, const RuntimeMethod* method); // System.Void System.NumberFormatter::GetFormatterTables(System.UInt64*&,System.Int32*&,System.Char*&,System.Char*&,System.Int64*&,System.Int32*&) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_GetFormatterTables_m910057425 (RuntimeObject * __this /* static, unused */, uint64_t** ___MantissaBitsTable0, int32_t** ___TensExponentTable1, Il2CppChar** ___DigitLowerTable2, Il2CppChar** ___DigitUpperTable3, int64_t** ___TenPowersList4, int32_t** ___DecHexDigits5, const RuntimeMethod* method); // System.UInt32 System.NumberFormatter::FastToDecHex(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t NumberFormatter_FastToDecHex_m699829267 (RuntimeObject * __this /* static, unused */, int32_t ___val0, const RuntimeMethod* method); // System.UInt32 System.NumberFormatter::ToDecHex(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t NumberFormatter_ToDecHex_m1238855594 (RuntimeObject * __this /* static, unused */, int32_t ___val0, const RuntimeMethod* method); // System.Void System.NumberFormatter::InitDecHexDigits(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_m1992166588 (NumberFormatter_t1182924621 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Int32 System.NumberFormatter::FastDecHexLen(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_FastDecHexLen_m224865815 (RuntimeObject * __this /* static, unused */, int32_t ___val0, const RuntimeMethod* method); // System.Int32 System.NumberFormatter::DecHexLen(System.UInt32) extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_DecHexLen_m3886828604 (RuntimeObject * __this /* static, unused */, uint32_t ___val0, const RuntimeMethod* method); // System.Int64 System.NumberFormatter::GetTenPowerOf(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t NumberFormatter_GetTenPowerOf_m3725144548 (RuntimeObject * __this /* static, unused */, int32_t ___i0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, 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.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.NumberFormatter::ParsePrecision(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_ParsePrecision_m2004010615 (RuntimeObject * __this /* static, unused */, String_t* ___format0, const RuntimeMethod* method); // System.Int32 System.NumberFormatter::DecHexLen() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_DecHexLen_m510984344 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::Init(System.String) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m3326584660 (NumberFormatter_t1182924621 * __this, String_t* ___format0, const RuntimeMethod* method); // System.Void System.NumberFormatter::InitHex(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_InitHex_m3573185377 (NumberFormatter_t1182924621 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void System.NumberFormatter::InitDecHexDigits(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_m829694854 (NumberFormatter_t1182924621 * __this, uint32_t ___value0, const RuntimeMethod* method); // 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); // System.Int32 System.NumberFormatter::ScaleOrder(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_ScaleOrder_m3813786990 (RuntimeObject * __this /* static, unused */, int64_t ___hi0, const RuntimeMethod* method); // System.Int32 System.NumberFormatter::InitialFloatingPrecision() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_InitialFloatingPrecision_m2468520485 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Int32 System.NumberFormatter::CountTrailingZeros() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_CountTrailingZeros_m1178387884 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Int32[] System.Decimal::GetBits(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* Decimal_GetBits_m453754410 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d0, const RuntimeMethod* method); // System.Void System.NumberFormatter::InitDecHexDigits(System.UInt32,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_m2266082744 (NumberFormatter_t1182924621 * __this, uint32_t ___hi0, uint64_t ___lo1, 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.Void System.NumberFormatter::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Resize_m3876336103 (NumberFormatter_t1182924621 * __this, int32_t ___len0, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_t435877138 * NumberFormatInfo_GetInstance_m2833078205 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___formatProvider0, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_get_IsReadOnly_m3799952118 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method); // System.Boolean System.NumberFormatter::RoundBits(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_RoundBits_m2305061002 (NumberFormatter_t1182924621 * __this, int32_t ___shift0, const RuntimeMethod* method); // System.Void System.NumberFormatter::AddOneToDecHex() extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AddOneToDecHex_m1501523650 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::RemoveTrailingZeros() extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_RemoveTrailingZeros_m1055756375 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.UInt32 System.NumberFormatter::AddOneToDecHex(System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t NumberFormatter_AddOneToDecHex_m1662045257 (RuntimeObject * __this /* static, unused */, uint32_t ___val0, const RuntimeMethod* method); // System.Int32 System.NumberFormatter::CountTrailingZeros(System.UInt32) extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_CountTrailingZeros_m1036924976 (RuntimeObject * __this /* static, unused */, uint32_t ___val0, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() extern "C" IL2CPP_METHOD_ATTR Thread_t2300836069 * Thread_get_CurrentThread_m4142136012 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.NumberFormatter::.ctor(System.Threading.Thread) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter__ctor_m2275142545 (NumberFormatter_t1182924621 * __this, Thread_t2300836069 * ___current0, const RuntimeMethod* method); // System.NumberFormatter System.NumberFormatter::GetInstance() extern "C" IL2CPP_METHOD_ATTR NumberFormatter_t1182924621 * NumberFormatter_GetInstance_m971769829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.NumberFormatter::Init(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m1788236100 (NumberFormatter_t1182924621 * __this, String_t* ___format0, int32_t ___value1, int32_t ___defPrecision2, const RuntimeMethod* method); // System.String System.NumberFormatter::IntegerToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_IntegerToString_m1679294587 (NumberFormatter_t1182924621 * __this, String_t* ___format0, RuntimeObject* ___fp1, const RuntimeMethod* method); // System.Void System.NumberFormatter::Release() extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Release_m1879004257 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::Init(System.String,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m190003953 (NumberFormatter_t1182924621 * __this, String_t* ___format0, uint32_t ___value1, int32_t ___defPrecision2, const RuntimeMethod* method); // System.Void System.NumberFormatter::Init(System.String,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m2982613221 (NumberFormatter_t1182924621 * __this, String_t* ___format0, uint64_t ___value1, const RuntimeMethod* method); // System.Void System.NumberFormatter::Init(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m2506227005 (NumberFormatter_t1182924621 * __this, String_t* ___format0, int64_t ___value1, const RuntimeMethod* method); // System.Void System.NumberFormatter::Init(System.String,System.Double,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m3576155222 (NumberFormatter_t1182924621 * __this, String_t* ___format0, double ___value1, int32_t ___defPrecision2, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.NumberFormatter::GetNumberFormatInstance(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_t435877138 * NumberFormatter_GetNumberFormatInstance_m4015471089 (NumberFormatter_t1182924621 * __this, RuntimeObject* ___fp0, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NaNSymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NaNSymbol_m2562844481 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_PositiveInfinitySymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveInfinitySymbol_m1141345134 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NegativeInfinitySymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeInfinitySymbol_m3630938097 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatRoundtrip(System.Single,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatRoundtrip_m19342689 (NumberFormatter_t1182924621 * __this, float ___origval0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m827252518 (NumberFormatter_t1182924621 * __this, String_t* ___format0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatRoundtrip(System.Double,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatRoundtrip_m1288785273 (NumberFormatter_t1182924621 * __this, double ___origval0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method); // System.Void System.NumberFormatter::Init(System.String,System.Decimal) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m1925374739 (NumberFormatter_t1182924621 * __this, String_t* ___format0, Decimal_t2948259380 ___value1, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.String,System.UInt32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m264078176 (RuntimeObject * __this /* static, unused */, String_t* ___format0, uint32_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method); // System.String System.NumberFormatter::FastIntegerToString(System.Int32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FastIntegerToString_m390846811 (NumberFormatter_t1182924621 * __this, int32_t ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.String,System.Int32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m803024566 (RuntimeObject * __this /* static, unused */, String_t* ___format0, int32_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.String,System.UInt64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m1906030517 (RuntimeObject * __this /* static, unused */, String_t* ___format0, uint64_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.String,System.Int64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m406010816 (RuntimeObject * __this /* static, unused */, String_t* ___format0, int64_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatGeneral(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatGeneral_m1667527152 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NegativeSign() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeSign_m2757109362 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::ResetCharBuf(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_ResetCharBuf_m1098525658 (NumberFormatter_t1182924621 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Void System.NumberFormatter::Append(System.String) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Append_m269678094 (NumberFormatter_t1182924621 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.NumberFormatter::FastAppendDigits(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_FastAppendDigits_m3294622153 (NumberFormatter_t1182924621 * __this, int32_t ___val0, bool ___force1, 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.String System.NumberFormatter::FormatCurrency(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatCurrency_m2103540116 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatDecimal(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatDecimal_m1921932981 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatExponential(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatExponential_m1436810062 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatFixedPoint(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatFixedPoint_m2462948217 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatNumber(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatNumber_m1763569482 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatPercent(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatPercent_m270780421 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatHexadecimal(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatHexadecimal_m2994610679 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatCustom(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatCustom_m1169507039 (NumberFormatter_t1182924621 * __this, String_t* ___format0, NumberFormatInfo_t435877138 * ___nfi1, 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.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.Int32 System.Globalization.NumberFormatInfo::get_CurrencyDecimalDigits() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyDecimalDigits_m4006331471 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Boolean System.NumberFormatter::RoundDecimal(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_RoundDecimal_m2957290908 (NumberFormatter_t1182924621 * __this, int32_t ___decimals0, const RuntimeMethod* method); // System.Int32 System.NumberFormatter::get_IntegerDigits() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_get_IntegerDigits_m1758408763 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyPositivePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyPositivePattern_m2327563925 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_CurrencySymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_m5935691 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Append_m950227932 (NumberFormatter_t1182924621 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyNegativePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyNegativePattern_m2134016253 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Int32[] System.Globalization.NumberFormatInfo::get_RawCurrencyGroupSizes() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* NumberFormatInfo_get_RawCurrencyGroupSizes_m815972208 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_CurrencyGroupSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyGroupSeparator_m1514324779 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::AppendIntegerStringWithGroupSeparator(System.Int32[],System.String) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerStringWithGroupSeparator_m86637181 (NumberFormatter_t1182924621 * __this, Int32U5BU5D_t385246372* ___groups0, String_t* ___groupSeparator1, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_CurrencyDecimalSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyDecimalSeparator_m2685056987 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::AppendDecimalString(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendDecimalString_m3239747480 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, const RuntimeMethod* method); // System.Void System.NumberFormatter::AppendDigits(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendDigits_m3057727895 (NumberFormatter_t1182924621 * __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Int32 System.Globalization.NumberFormatInfo::get_NumberDecimalDigits() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberDecimalDigits_m4271638382 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::AppendIntegerString(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerString_m2257376141 (NumberFormatter_t1182924621 * __this, int32_t ___minLength0, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NumberDecimalSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m33502788 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.NumberFormatter System.NumberFormatter::GetClone() extern "C" IL2CPP_METHOD_ATTR NumberFormatter_t1182924621 * NumberFormatter_GetClone_m4126883757 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m3456374109 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m3840407583 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.NumberFormatter::get_IsFloatingSource() extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsFloatingSource_m3714711779 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::RoundPos(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_RoundPos_m545168719 (NumberFormatter_t1182924621 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.String System.NumberFormatter::FormatExponential(System.Int32,System.Globalization.NumberFormatInfo,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatExponential_m2139559983 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, int32_t ___expDigits2, const RuntimeMethod* method); // System.Int32 System.Globalization.NumberFormatInfo::get_NumberNegativePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberNegativePattern_m1699547496 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Int32[] System.Globalization.NumberFormatInfo::get_RawNumberGroupSizes() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* NumberFormatInfo_get_RawNumberGroupSizes_m1148947207 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NumberGroupSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m3292795925 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Int32 System.Globalization.NumberFormatInfo::get_PercentDecimalDigits() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentDecimalDigits_m4236240374 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::Multiply10(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Multiply10_m1733956269 (NumberFormatter_t1182924621 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Int32 System.Globalization.NumberFormatInfo::get_PercentPositivePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentPositivePattern_m1800841633 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_PercentSymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentSymbol_m2021660345 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Int32 System.Globalization.NumberFormatInfo::get_PercentNegativePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentNegativePattern_m1304634118 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Int32[] System.Globalization.NumberFormatInfo::get_RawPercentGroupSizes() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* NumberFormatInfo_get_RawPercentGroupSizes_m97703232 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_PercentGroupSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentGroupSeparator_m1849673260 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_PercentDecimalSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentDecimalSeparator_m2449367000 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::AppendOneDigit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendOneDigit_m313720813 (NumberFormatter_t1182924621 * __this, int32_t ___start0, const RuntimeMethod* method); // System.Void System.NumberFormatter::AppendExponent(System.Globalization.NumberFormatInfo,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendExponent_m1258666517 (NumberFormatter_t1182924621 * __this, NumberFormatInfo_t435877138 * ___nfi0, int32_t ___exponent1, int32_t ___minDigits2, const RuntimeMethod* method); // System.Boolean System.NumberFormatter::get_IsZero() extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsZero_m3770699077 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter/CustomInfo::GetActiveSection(System.String,System.Boolean&,System.Boolean,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CustomInfo_GetActiveSection_m2184507081 (RuntimeObject * __this /* static, unused */, String_t* ___format0, bool* ___positive1, bool ___zero2, int32_t* ___offset3, int32_t* ___length4, const RuntimeMethod* method); // System.NumberFormatter/CustomInfo System.NumberFormatter/CustomInfo::Parse(System.String,System.Int32,System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR CustomInfo_t435179798 * CustomInfo_Parse_m4163382069 (RuntimeObject * __this /* static, unused */, String_t* ___format0, int32_t ___offset1, int32_t ___length2, NumberFormatInfo_t435877138 * ___nfi3, 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 System.NumberFormatter::Divide10(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Divide10_m114817904 (NumberFormatter_t1182924621 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Void System.NumberFormatter::AppendNonNegativeNumber(System.Text.StringBuilder,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendNonNegativeNumber_m2729989692 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___sb0, int32_t ___v1, const RuntimeMethod* method); // System.Boolean System.NumberFormatter::get_IsZeroInteger() extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsZeroInteger_m2263284741 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::AppendIntegerString(System.Int32,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerString_m2788337398 (NumberFormatter_t1182924621 * __this, int32_t ___minLength0, StringBuilder_t * ___sb1, const RuntimeMethod* method); // System.Int32 System.NumberFormatter::get_DecimalDigits() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_get_DecimalDigits_m1471374423 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method); // System.Void System.NumberFormatter::AppendDecimalString(System.Int32,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendDecimalString_m10636623 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, StringBuilder_t * ___sb1, 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.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m1991415059 (StringBuilder_t * __this, int32_t ___index0, String_t* ___value1, int32_t ___count2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m1076119876 (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_PositiveSign() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveSign_m240350949 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m3039182437 (StringBuilder_t * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean System.NumberFormatter::IsZeroOnly(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_IsZeroOnly_m46572730 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___sb0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m940064945 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.NumberFormatter::ZeroTrimEnd(System.Text.StringBuilder,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_ZeroTrimEnd_m3065471008 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___sb0, bool ___canEmpty1, 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.String System.NumberFormatter/CustomInfo::Format(System.String,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean,System.Text.StringBuilder,System.Text.StringBuilder,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR String_t* CustomInfo_Format_m1134896917 (CustomInfo_t435179798 * __this, String_t* ___format0, int32_t ___offset1, int32_t ___length2, NumberFormatInfo_t435877138 * ___nfi3, bool ___positive4, StringBuilder_t * ___sb_int5, StringBuilder_t * ___sb_dec6, StringBuilder_t * ___sb_exp7, const RuntimeMethod* method); // System.Char System.Text.StringBuilder::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m1819843468 (StringBuilder_t * __this, int32_t ___index0, 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.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2180175564 (StringBuilder_t * __this, Il2CppChar ___value0, int32_t ___repeatCount1, const RuntimeMethod* method); // System.Void System.NumberFormatter::AppendDigits(System.Int32,System.Int32,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendDigits_m4260798464 (NumberFormatter_t1182924621 * __this, int32_t ___start0, int32_t ___end1, StringBuilder_t * ___sb2, const RuntimeMethod* method); // System.Void System.NumberFormatter::Append(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Append_m1427178134 (NumberFormatter_t1182924621 * __this, Il2CppChar ___c0, int32_t ___cnt1, 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.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m3548656617 (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, 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.NumberFormatter/CustomInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CustomInfo__ctor_m426096741 (CustomInfo_t435179798 * __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.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1640838743 (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_PerMilleSymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PerMilleSymbol_m1360140831 (NumberFormatInfo_t435877138 * __this, 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.Int32 System.Object::InternalGetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Object_InternalGetHashCode_m4213713973 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, 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.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m262609521 (InvalidOperationException_t56020091 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, 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.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.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.Boolean System.Version::op_Equality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Equality_m3804852517 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * ___v10, Version_t3456873960 * ___v21, const RuntimeMethod* method); // System.Void System.OperatingSystem::.ctor(System.PlatformID,System.Version) extern "C" IL2CPP_METHOD_ATTR void OperatingSystem__ctor_m1545635730 (OperatingSystem_t3730783609 * __this, int32_t ___platform0, Version_t3456873960 * ___version1, const RuntimeMethod* method); // System.String System.Version::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Version_ToString_m2279867705 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Void System.StringComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringComparer__ctor_m621368542 (StringComparer_t3301955079 * __this, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinalCaseInsensitiveUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinalUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalUnchecked_m2277084468 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method); // System.Int32 System.OrdinalComparer::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t OrdinalComparer_Compare_m2819174916 (OrdinalComparer_t3407243298 * __this, String_t* ___x0, String_t* ___y1, 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.Int32 System.String::GetCaseInsensitiveHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetCaseInsensitiveHashCode_m3282844242 (String_t* __this, 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.Void System.ArithmeticException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m3551809662 (ArithmeticException_t4283546778 * __this, String_t* ___message0, const RuntimeMethod* method); // 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); // 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.Void System.NotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m922781896 (NotSupportedException_t1314879016 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Int32 System.Environment::get_TickCount() extern "C" IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m2088073110 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Random::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Random__ctor_m3209279193 (Random_t108471755 * __this, int32_t ___Seed0, 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.Void System.Reflection.Assembly/ResolveEventHolder::.ctor() extern "C" IL2CPP_METHOD_ATTR void ResolveEventHolder__ctor_m1522332934 (ResolveEventHolder_t2120639521 * __this, const RuntimeMethod* method); // System.String System.Reflection.Assembly::get_code_base(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_code_base_m282368939 (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::get_SecurityEnabled() extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_get_SecurityEnabled_m3467182822 (RuntimeObject * __this /* static, unused */, 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.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m945110377 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, bool ___ignoreCase5, CultureInfo_t4157843068 * ___culture6, 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.Void System.Security.Permissions.FileIOPermission::.ctor(System.Security.Permissions.FileIOPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission__ctor_m1915937234 (FileIOPermission_t3596906749 * __this, int32_t ___access0, String_t* ___path1, const RuntimeMethod* method); // System.Void System.Security.CodeAccessPermission::Demand() extern "C" IL2CPP_METHOD_ATTR void CodeAccessPermission_Demand_m2609746972 (CodeAccessPermission_t2681295399 * __this, const RuntimeMethod* method); // System.String System.Reflection.Assembly::GetCodeBase(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_GetCodeBase_m2422053712 (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Security.Policy.Evidence System.Security.Policy.Evidence::GetDefaultHostEvidence(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR Evidence_t2008144148 * Evidence_GetDefaultHostEvidence_m3906728247 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::get_global_assembly_cache() extern "C" IL2CPP_METHOD_ATTR bool Assembly_get_global_assembly_cache_m3728825238 (Assembly_t * __this, const RuntimeMethod* method); // System.String System.Reflection.Assembly::get_location() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_location_m3128831763 (Assembly_t * __this, 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.Void System.UnitySerializationHolder::GetAssemblyData(System.Reflection.Assembly,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetAssemblyData_m2482115665 (RuntimeObject * __this /* static, unused */, Assembly_t * ___instance0, SerializationInfo_t950877179 * ___info1, StreamingContext_t3711869237 ___ctx2, 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.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.Type System.Reflection.Assembly::GetType(System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_m3468564723 (Assembly_t * __this, String_t* ___name0, bool ___throwOnError1, bool ___ignoreCase2, 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.Reflection.Assembly::InternalGetType(System.Reflection.Module,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_InternalGetType_m3065345470 (Assembly_t * __this, Module_t2987026101 * ___module0, String_t* ___name1, bool ___throwOnError2, bool ___ignoreCase3, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::.ctor() extern "C" IL2CPP_METHOD_ATTR void AssemblyName__ctor_m2786326352 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Assembly::FillName(System.Reflection.Assembly,System.Reflection.AssemblyName) extern "C" IL2CPP_METHOD_ATTR void Assembly_FillName_m1660001542 (RuntimeObject * __this /* static, unused */, Assembly_t * ___ass0, AssemblyName_t270931938 * ___aname1, const RuntimeMethod* method); // System.String System.Reflection.Assembly::get_fullname() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_fullname_m3421330653 (Assembly_t * __this, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_get_CurrentDomain_m182766250 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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); // System.Reflection.Assembly System.Reflection.Assembly::LoadWithPartialName(System.String,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadWithPartialName_m3225299950 (RuntimeObject * __this /* static, unused */, String_t* ___partialName0, Evidence_t2008144148 * ___securityEvidence1, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::LoadWithPartialName(System.String,System.Security.Policy.Evidence,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadWithPartialName_m3378291794 (RuntimeObject * __this /* static, unused */, String_t* ___partialName0, Evidence_t2008144148 * ___securityEvidence1, bool ___oldBehavior2, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m744513393 (NullReferenceException_t1023182353 * __this, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::load_with_partial_name(System.String,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_load_with_partial_name_m2517830235 (RuntimeObject * __this /* static, unused */, String_t* ___name0, Evidence_t2008144148 * ___e1, 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.Reflection.Module[] System.Reflection.Assembly::GetModules(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ModuleU5BU5D_t4238763736* Assembly_GetModules_m4157408231 (Assembly_t * __this, bool ___getResourceModules0, const RuntimeMethod* method); // System.String System.Reflection.Module::get_ScopeName() extern "C" IL2CPP_METHOD_ATTR String_t* Module_get_ScopeName_m4152486041 (Module_t2987026101 * __this, const RuntimeMethod* method); // 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); // System.Boolean System.Reflection.Module::IsResource() extern "C" IL2CPP_METHOD_ATTR bool Module_IsResource_m553227372 (Module_t2987026101 * __this, const RuntimeMethod* method); // System.Reflection.Module System.Reflection.Assembly::GetManifestModuleInternal() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * Assembly_GetManifestModuleInternal_m3626174718 (Assembly_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.Assembly::LoadAssemblyPermissions() extern "C" IL2CPP_METHOD_ATTR void Assembly_LoadAssemblyPermissions_m1441429482 (Assembly_t * __this, const RuntimeMethod* method); // System.Security.Policy.Evidence System.Reflection.Assembly::UnprotectedGetEvidence() extern "C" IL2CPP_METHOD_ATTR Evidence_t2008144148 * Assembly_UnprotectedGetEvidence_m3389968482 (Assembly_t * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.Evidence::.ctor(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR void Evidence__ctor_m3197451084 (Evidence_t2008144148 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method); // System.Void System.Security.Policy.PermissionRequestEvidence::.ctor(System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR void PermissionRequestEvidence__ctor_m1593221312 (PermissionRequestEvidence_t59447972 * __this, PermissionSet_t223948603 * ___request0, PermissionSet_t223948603 * ___optional1, PermissionSet_t223948603 * ___denied2, const RuntimeMethod* method); // System.Void System.Security.Policy.Evidence::AddHost(System.Object) extern "C" IL2CPP_METHOD_ATTR void Evidence_AddHost_m2781899839 (Evidence_t2008144148 * __this, RuntimeObject * ___id0, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.SecurityManager::ResolvePolicy(System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet&) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * SecurityManager_ResolvePolicy_m1638246397 (RuntimeObject * __this /* static, unused */, Evidence_t2008144148 * ___evidence0, PermissionSet_t223948603 * ___reqdPset1, PermissionSet_t223948603 * ___optPset2, PermissionSet_t223948603 * ___denyPset3, PermissionSet_t223948603 ** ___denied4, const RuntimeMethod* method); // System.Security.Policy.PolicyLevel System.Security.SecurityManager::get_ResolvingPolicyLevel() extern "C" IL2CPP_METHOD_ATTR PolicyLevel_t2891196107 * SecurityManager_get_ResolvingPolicyLevel_m223659491 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Security.Policy.PolicyLevel::IsFullTrustAssembly(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR bool PolicyLevel_IsFullTrustAssembly_m2862161936 (PolicyLevel_t2891196107 * __this, Assembly_t * ___a0, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_FullTrust() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_FullTrust_m2195397749 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Reflection.Assembly::Resolve() extern "C" IL2CPP_METHOD_ATTR void Assembly_Resolve_m1674739672 (Assembly_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::LoadPermissions(System.Reflection.Assembly,System.IntPtr&,System.Int32&,System.IntPtr&,System.Int32&,System.IntPtr&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Assembly_LoadPermissions_m1824332347 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, intptr_t* ___minimum1, int32_t* ___minLength2, intptr_t* ___optional3, int32_t* ___optLength4, intptr_t* ___refused5, int32_t* ___refLength6, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Marshal_Copy_m1222846562 (RuntimeObject * __this /* static, unused */, intptr_t ___source0, ByteU5BU5D_t4116647657* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.SecurityManager::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * SecurityManager_Decode_m2551103128 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___encodedPermissions0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m42271953 (SerializationInfo_t950877179 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_m2640574809 (SerializationInfo_t950877179 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m2628215565 (CultureInfo_t4157843068 * __this, int32_t ___culture0, 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.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.Byte[] System.Reflection.AssemblyName::InternalGetPublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_InternalGetPublicKeyToken_m3407918444 (AssemblyName_t270931938 * __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.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::get_Flags() extern "C" IL2CPP_METHOD_ATTR int32_t AssemblyName_get_Flags_m1616840602 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Int32 System.Version::get_Major() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Major_m2457928275 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Int32 System.Version::get_Minor() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Minor_m150536655 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Int32 System.Version::get_Build() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Build_m3667751407 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Int32 System.Version::get_Revision() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Revision_m3982234017 (Version_t3456873960 * __this, 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.String System.Object::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Object_ToString_m1740002499 (RuntimeObject * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * CryptoConvert_FromCapiPublicKeyBlob_m4073029974 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___blob0, int32_t ___offset1, const RuntimeMethod* method); // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * CryptoConvert_FromCapiPublicKeyBlob_m184006806 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___blob0, const RuntimeMethod* method); // System.Boolean System.Reflection.AssemblyName::get_IsPublicKeyValid() extern "C" IL2CPP_METHOD_ATTR bool AssemblyName_get_IsPublicKeyValid_m1483495830 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityException__ctor_m1631242336 (SecurityException_t975544473 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] System.Reflection.AssemblyName::ComputePublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_ComputePublicKeyToken_m824893834 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create() extern "C" IL2CPP_METHOD_ATTR SHA1_t1803193667 * SHA1_Create_m1390871308 (RuntimeObject * __this /* static, unused */, 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::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.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 System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m412754688 (SerializationInfo_t950877179 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::set_Version(System.Version) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_set_Version_m1802337156 (AssemblyName_t270931938 * __this, Version_t3456873960 * ___value0, const RuntimeMethod* method); // System.Void System.Reflection.Binder/Default::.ctor() extern "C" IL2CPP_METHOD_ATTR void Default__ctor_m325526679 (Default_t2456596213 * __this, const RuntimeMethod* method); // System.Void System.Reflection.TargetParameterCountException::.ctor() extern "C" IL2CPP_METHOD_ATTR void TargetParameterCountException__ctor_m2135390327 (TargetParameterCountException_t1216617239 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Binder::GetDerivedLevel(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Binder_GetDerivedLevel_m3216810447 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Reflection.AmbiguousMatchException::.ctor() extern "C" IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m15419215 (AmbiguousMatchException_t566690781 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Binder::.ctor() extern "C" IL2CPP_METHOD_ATTR void Binder__ctor_m2821133715 (Binder_t2999457153 * __this, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.Binder/Default::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_SelectMethod_m469311730 (Default_t2456596213 * __this, int32_t ___bindingAttr0, MethodBaseU5BU5D_t779831733* ___match1, TypeU5BU5D_t3940880105* ___types2, ParameterModifierU5BU5D_t2943407543* ___modifiers3, bool ___allowByRefMatch4, const RuntimeMethod* method); // System.Void System.Reflection.Binder/Default::ReorderParameters(System.String[],System.Object[]&,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void Default_ReorderParameters_m2076271671 (Default_t2456596213 * __this, StringU5BU5D_t1281789340* ___names0, ObjectU5BU5D_t2843939325** ___args1, MethodBase_t * ___selected2, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsArray_m2591212821 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Binder/Default::IsArrayAssignable(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Default_IsArrayAssignable_m953489228 (RuntimeObject * __this /* static, unused */, Type_t * ___object_type0, Type_t * ___target_type1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsByRef() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m1262524108 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Binder/Default::check_type(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Default_check_type_m3691874551 (RuntimeObject * __this /* static, unused */, Type_t * ___from0, Type_t * ___to1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsEnum() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsEnum_m208091508 (Type_t * __this, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1628250250 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPointer() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsPointer_m4067542339 (Type_t * __this, const RuntimeMethod* method); // System.Object System.Convert::ChangeType(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m739676612 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___conversionType1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsInterface() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m3284996719 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Enum::GetUnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m2480312097 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, const RuntimeMethod* method); // System.TypeCode System.Type::GetTypeCode(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m480753082 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, 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.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); // System.Boolean System.Reflection.Binder/Default::check_arguments(System.Type[],System.Reflection.ParameterInfo[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Default_check_arguments_m3882727959 (RuntimeObject * __this /* static, unused */, TypeU5BU5D_t3940880105* ___types0, ParameterInfoU5BU5D_t390618515* ___args1, bool ___allowByRefMatch2, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.Binder/Default::GetBetterMethod(System.Reflection.MethodBase,System.Reflection.MethodBase,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_GetBetterMethod_m3232777160 (Default_t2456596213 * __this, MethodBase_t * ___m10, MethodBase_t * ___m21, TypeU5BU5D_t3940880105* ___types2, const RuntimeMethod* method); // System.Int32 System.Reflection.Binder/Default::CompareCloserType(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Default_CompareCloserType_m2643961470 (Default_t2456596213 * __this, Type_t * ___t10, Type_t * ___t21, const RuntimeMethod* method); // System.Boolean System.Type::get_HasElementType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m710151977 (Type_t * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) #define Array_IndexOf_TisType_t_m2550246197(__this /* static, unused */, p0, p1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, TypeU5BU5D_t3940880105*, Type_t *, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m3944231312_gshared)(__this /* static, unused */, p0, p1, method) // System.Int32 System.Reflection.Binder/Default::check_arguments_with_score(System.Type[],System.Reflection.ParameterInfo[]) extern "C" IL2CPP_METHOD_ATTR int32_t Default_check_arguments_with_score_m3467814020 (RuntimeObject * __this /* static, unused */, TypeU5BU5D_t3940880105* ___types0, ParameterInfoU5BU5D_t390618515* ___args1, const RuntimeMethod* method); // System.Int32 System.Reflection.Binder/Default::check_type_with_score(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Default_check_type_with_score_m3022331006 (RuntimeObject * __this /* static, unused */, Type_t * ___from0, Type_t * ___to1, const RuntimeMethod* method); // System.Void System.Reflection.MethodBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void MethodBase__ctor_m1907868998 (MethodBase_t * __this, const RuntimeMethod* method); // !!0[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) #define CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813(__this /* static, unused */, p0, method) (( CustomAttributeTypedArgumentU5BU5D_t1465843424* (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, const RuntimeMethod*))CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813_gshared)(__this /* static, unused */, p0, method) // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array::AsReadOnly(!!0[]) #define Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677(__this /* static, unused */, p0, method) (( ReadOnlyCollection_1_t3935726444 * (*) (RuntimeObject * /* static, unused */, CustomAttributeTypedArgumentU5BU5D_t1465843424*, const RuntimeMethod*))Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677_gshared)(__this /* static, unused */, p0, method) // !!0[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) #define CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512(__this /* static, unused */, p0, method) (( CustomAttributeNamedArgumentU5BU5D_t3710464795* (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, const RuntimeMethod*))CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512_gshared)(__this /* static, unused */, p0, method) // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array::AsReadOnly(!!0[]) #define Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740(__this /* static, unused */, p0, method) (( ReadOnlyCollection_1_t1500441997 * (*) (RuntimeObject * /* static, unused */, CustomAttributeNamedArgumentU5BU5D_t3710464795*, const RuntimeMethod*))Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740_gshared)(__this /* static, unused */, p0, method) // System.Collections.Generic.IList`1 System.MonoCustomAttrs::GetCustomAttributesData(System.Reflection.ICustomAttributeProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MonoCustomAttrs_GetCustomAttributesData_m3138951217 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, const RuntimeMethod* method); // System.String System.Reflection.CustomAttributeTypedArgument::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CustomAttributeTypedArgument_ToString_m864948362 (CustomAttributeTypedArgument_t2723150157 * __this, const RuntimeMethod* method); // System.String System.Reflection.CustomAttributeNamedArgument::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CustomAttributeNamedArgument_ToString_m1488801416 (CustomAttributeNamedArgument_t287865710 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m921870684 (StringBuilder_t * __this, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Boolean System.Reflection.CustomAttributeTypedArgument::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeTypedArgument_Equals_m2261980307 (CustomAttributeTypedArgument_t2723150157 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Reflection.CustomAttributeNamedArgument::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeNamedArgument_Equals_m1414002036 (CustomAttributeNamedArgument_t287865710 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Reflection.CustomAttributeTypedArgument::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CustomAttributeTypedArgument_GetHashCode_m1121388927 (CustomAttributeTypedArgument_t2723150157 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.CustomAttributeNamedArgument::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CustomAttributeNamedArgument_GetHashCode_m2317130892 (CustomAttributeNamedArgument_t287865710 * __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.Reflection.Assembly::.ctor() extern "C" IL2CPP_METHOD_ATTR void Assembly__ctor_m823291553 (Assembly_t * __this, const RuntimeMethod* method); // System.Boolean System.Enum::IsDefined(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Enum_IsDefined_m1442314461 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, 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.String System.Reflection.AssemblyName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m4072373679 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.AssemblyBuilder::get_IsSave() extern "C" IL2CPP_METHOD_ATTR bool AssemblyBuilder_get_IsSave_m879473088 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method); // System.String System.IO.Directory::GetCurrentDirectory() extern "C" IL2CPP_METHOD_ATTR String_t* Directory_GetCurrentDirectory_m219218555 (RuntimeObject * __this /* static, unused */, 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.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::get_KeyPair() extern "C" IL2CPP_METHOD_ATTR StrongNameKeyPair_t3411219591 * AssemblyName_get_KeyPair_m4000803163 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // Mono.Security.StrongName System.Reflection.StrongNameKeyPair::StrongName() extern "C" IL2CPP_METHOD_ATTR StrongName_t4093849377 * StrongNameKeyPair_StrongName_m1031343114 (StrongNameKeyPair_t3411219591 * __this, const RuntimeMethod* method); // System.Byte[] System.Reflection.AssemblyName::GetPublicKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_GetPublicKey_m1356287156 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Void Mono.Security.StrongName::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void StrongName__ctor_m467142887 (StrongName_t4093849377 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Byte[] Mono.Security.StrongName::get_PublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* StrongName_get_PublicKeyToken_m2115276552 (StrongName_t4093849377 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.AssemblyBuilder::basic_init(System.Reflection.Emit.AssemblyBuilder) extern "C" IL2CPP_METHOD_ATTR void AssemblyBuilder_basic_init_m1526438565 (RuntimeObject * __this /* static, unused */, AssemblyBuilder_t359885250 * ___ab0, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.AssemblyBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * AssemblyBuilder_not_supported_m1735277432 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method); // System.String System.Security.SecurityElement::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_ToString_m1918878627 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.RefEmitPermissionSet::.ctor(System.Security.Permissions.SecurityAction,System.String) extern "C" IL2CPP_METHOD_ATTR void RefEmitPermissionSet__ctor_m2786167345 (RefEmitPermissionSet_t484390987 * __this, int32_t ___action0, String_t* ___pset1, const RuntimeMethod* method); // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder::DefineDynamicModule(System.String,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ModuleBuilder_t731887691 * AssemblyBuilder_DefineDynamicModule_m755027604 (AssemblyBuilder_t359885250 * __this, String_t* ___name0, String_t* ___fileName1, bool ___emitSymbolInfo2, bool ___transient3, const RuntimeMethod* method); // System.Void System.Reflection.Emit.AssemblyBuilder::check_name_and_filename(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AssemblyBuilder_check_name_and_filename_m4027240280 (AssemblyBuilder_t359885250 * __this, String_t* ___name0, String_t* ___fileName1, bool ___fileNeedsToExists2, const RuntimeMethod* method); // System.String System.IO.Path::GetExtension(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetExtension_m1021339115 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ModuleBuilder::.ctor(System.Reflection.Emit.AssemblyBuilder,System.String,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder__ctor_m164976504 (ModuleBuilder_t731887691 * __this, AssemblyBuilder_t359885250 * ___assb0, String_t* ___name1, String_t* ___fullyqname2, bool ___emitSymbolInfo3, bool ___transient4, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder::DefineDynamicModule(System.String) extern "C" IL2CPP_METHOD_ATTR ModuleBuilder_t731887691 * AssemblyBuilder_DefineDynamicModule_m3916482866 (AssemblyBuilder_t359885250 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.IO.Path::GetFileName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m1354558116 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_Combine_m3389272516 (RuntimeObject * __this /* static, unused */, String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.FileNotFoundException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_m3252664930 (FileNotFoundException_t225391025 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.ModuleBuilder::IsTransient() extern "C" IL2CPP_METHOD_ATTR bool ModuleBuilder_IsTransient_m421403846 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method); // System.String System.Reflection.Emit.ModuleBuilder::get_FileName() extern "C" IL2CPP_METHOD_ATTR String_t* ModuleBuilder_get_FileName_m2155150858 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method); // System.String System.Reflection.Module::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Module_get_Name_m1373448298 (Module_t2987026101 * __this, const RuntimeMethod* method); // System.Reflection.AssemblyName System.Reflection.Assembly::UnprotectedGetName() extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * Assembly_UnprotectedGetName_m600830855 (Assembly_t * __this, 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.Void System.Reflection.AssemblyName::SetPublicKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKey_m1771377104 (AssemblyName_t270931938 * __this, ByteU5BU5D_t4116647657* ___publicKey0, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::SetPublicKeyToken(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKeyToken_m582470133 (AssemblyName_t270931938 * __this, ByteU5BU5D_t4116647657* ___publicKeyToken0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.DerivedType::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void DerivedType__ctor_m1853298054 (DerivedType_t4286302013 * __this, Type_t * ___elementType0, 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.Void System.Reflection.ConstructorInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConstructorInfo__ctor_m356047157 (ConstructorInfo_t5769829 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ConstructorBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_get_next_table_index_m2681706538 (ConstructorBuilder_t2813524108 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method); // System.Reflection.Module System.Reflection.Emit.TypeBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * TypeBuilder_get_Module_m4154269895 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Reflection.Emit.MethodToken System.Reflection.Emit.ConstructorBuilder::GetToken() extern "C" IL2CPP_METHOD_ATTR MethodToken_t4055728386 ConstructorBuilder_GetToken_m109400720 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.MethodToken::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t MethodToken_get_Token_m966062910 (MethodToken_t4055728386 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ModuleBuilder::RegisterToken(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_RegisterToken_m4166846047 (ModuleBuilder_t731887691 * __this, RuntimeObject * ___obj0, int32_t ___token1, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.TypeBuilder::get_is_created() extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_get_is_created_m1192848807 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.ConstructorBuilder::get_IsCompilerContext() extern "C" IL2CPP_METHOD_ATTR bool ConstructorBuilder_get_IsCompilerContext_m3364441562 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.ConstructorBuilder::not_created() extern "C" IL2CPP_METHOD_ATTR Exception_t * ConstructorBuilder_not_created_m1456215494 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Reflection.ParameterInfo[] System.Reflection.Emit.ConstructorBuilder::GetParametersInternal() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* ConstructorBuilder_GetParametersInternal_m2039842762 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Void System.Reflection.ParameterInfo::.ctor(System.Reflection.Emit.ParameterBuilder,System.Type,System.Reflection.MemberInfo,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ParameterInfo__ctor_m2779026345 (ParameterInfo_t1861056598 * __this, ParameterBuilder_t1137139675 * ___pb0, Type_t * ___type1, MemberInfo_t * ___member2, int32_t ___position3, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.ConstructorBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * ConstructorBuilder_not_supported_m1054126936 (ConstructorBuilder_t2813524108 * __this, 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.Reflection.Emit.ILGenerator System.Reflection.Emit.ConstructorBuilder::GetILGenerator(System.Int32) extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * ConstructorBuilder_GetILGenerator_m1750792206 (ConstructorBuilder_t2813524108 * __this, int32_t ___streamSize0, const RuntimeMethod* method); // System.Reflection.Emit.TokenGenerator System.Reflection.Emit.ModuleBuilder::GetTokenGenerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ModuleBuilder_GetTokenGenerator_m4177350090 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::.ctor(System.Reflection.Module,System.Reflection.Emit.TokenGenerator,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator__ctor_m1540961053 (ILGenerator_t1388622344 * __this, Module_t2987026101 * ___m0, RuntimeObject* ___token_gen1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Reflection.Emit.MethodToken::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MethodToken__ctor_m2100013302 (MethodToken_t4055728386 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Reflection.Module System.Reflection.MemberInfo::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * MemberInfo_get_Module_m4119009657 (MemberInfo_t * __this, const RuntimeMethod* method); // System.String System.Reflection.Emit.TypeBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_Name_m1525921477 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ILGenerator::Mono_GetCurrentOffset(System.Reflection.Emit.ILGenerator) extern "C" IL2CPP_METHOD_ATTR int32_t ILGenerator_Mono_GetCurrentOffset_m993338688 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___ig0, const RuntimeMethod* method); // System.String System.Reflection.Emit.ConstructorBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ConstructorBuilder_get_Name_m2426555260 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::label_fixup() extern "C" IL2CPP_METHOD_ATTR void ILGenerator_label_fixup_m1749904972 (ILGenerator_t1388622344 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.TypeBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t TypeBuilder_get_next_table_index_m789974556 (TypeBuilder_t1073948154 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method); // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ConstructorBuilder::get_TypeBuilder() extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ConstructorBuilder_get_TypeBuilder_m2755629087 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Module::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * Module_get_Assembly_m2485063752 (Module_t2987026101 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.AssemblyBuilder::get_IsCompilerContext() extern "C" IL2CPP_METHOD_ATTR bool AssemblyBuilder_get_IsCompilerContext_m4201958597 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method); // System.Void System.Type::.ctor() extern "C" IL2CPP_METHOD_ATTR void Type__ctor_m3795799013 (Type_t * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Reflection.TypeAttributes System.Type::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t Type_get_Attributes_m58528356 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ByRefType::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void ByRefType__ctor_m194708390 (ByRefType_t2066805327 * __this, Type_t * ___elementType0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.DerivedType::create_unmanaged_type(System.Type) extern "C" IL2CPP_METHOD_ATTR void DerivedType_create_unmanaged_type_m747846525 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.DynamicMethod::.ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DynamicMethod__ctor_m4022621926 (DynamicMethod_t2537779570 * __this, String_t* ___name0, int32_t ___attributes1, int32_t ___callingConvention2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___parameterTypes4, Type_t * ___owner5, bool ___skipVisibility6, const RuntimeMethod* method); // System.Void System.Reflection.Emit.DynamicMethod::.ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Reflection.Module,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DynamicMethod__ctor_m3668890714 (DynamicMethod_t2537779570 * __this, String_t* ___name0, int32_t ___attributes1, int32_t ___callingConvention2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___parameterTypes4, Type_t * ___owner5, Module_t2987026101 * ___m6, bool ___skipVisibility7, bool ___anonHosted8, const RuntimeMethod* method); // System.Void System.Reflection.MethodInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void MethodInfo__ctor_m2805780217 (MethodInfo_t * __this, 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.IntPtr System.RuntimeMethodHandle::get_Value() extern "C" IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_m723997769 (RuntimeMethodHandle_t1133924984 * __this, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m408849716 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void System.Reflection.Emit.DynamicMethod::CreateDynMethod() extern "C" IL2CPP_METHOD_ATTR void DynamicMethod_CreateDynMethod_m3853278069 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.DynamicMethod::create_dynamic_method(System.Reflection.Emit.DynamicMethod) extern "C" IL2CPP_METHOD_ATTR void DynamicMethod_create_dynamic_method_m1579875961 (DynamicMethod_t2537779570 * __this, DynamicMethod_t2537779570 * ___m0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.DynamicMethod::destroy_dynamic_method(System.Reflection.Emit.DynamicMethod) extern "C" IL2CPP_METHOD_ATTR void DynamicMethod_destroy_dynamic_method_m2651031212 (DynamicMethod_t2537779570 * __this, DynamicMethod_t2537779570 * ___m0, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m2396489936 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, MethodInfo_t * ___method1, const RuntimeMethod* method); // System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod::GetILGenerator(System.Int32) extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * DynamicMethod_GetILGenerator_m29875873 (DynamicMethod_t2537779570 * __this, int32_t ___streamSize0, const RuntimeMethod* method); // System.Reflection.MethodImplAttributes System.Reflection.Emit.DynamicMethod::GetMethodImplementationFlags() extern "C" IL2CPP_METHOD_ATTR int32_t DynamicMethod_GetMethodImplementationFlags_m128320949 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method); // System.Reflection.Module System.Reflection.Emit.DynamicMethod::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * DynamicMethod_get_Module_m12989615 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.DynamicMethodTokenGenerator::.ctor(System.Reflection.Emit.DynamicMethod) extern "C" IL2CPP_METHOD_ATTR void DynamicMethodTokenGenerator__ctor_m308209527 (DynamicMethodTokenGenerator_t1364612456 * __this, DynamicMethod_t2537779570 * ___m0, const RuntimeMethod* method); // System.Void System.Reflection.MonoMethod::.ctor(System.RuntimeMethodHandle) extern "C" IL2CPP_METHOD_ATTR void MonoMethod__ctor_m3792454563 (MonoMethod_t * __this, RuntimeMethodHandle_t1133924984 ___mhandle0, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t2843939325* ___parameters1, const RuntimeMethod* method); // System.Void System.Reflection.TargetInvocationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_m1498620089 (TargetInvocationException_t4266643902 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Reflection.ParameterInfo[] System.Reflection.Emit.DynamicMethod::GetParameters() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* DynamicMethod_GetParameters_m2873920314 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.DynamicMethod::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR Type_t * DynamicMethod_get_ReturnType_m4219951145 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method); // System.String System.Reflection.Emit.DynamicMethod::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DynamicMethod_get_Name_m1287905 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* ___values0, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_set_Name_m1981626655 (AssemblyName_t270931938 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Reflection.Emit.AssemblyBuilder System.AppDomain::DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess) extern "C" IL2CPP_METHOD_ATTR AssemblyBuilder_t359885250 * AppDomain_DefineDynamicAssembly_m2893604260 (AppDomain_t1571427825 * __this, AssemblyName_t270931938 * ___name0, int32_t ___access1, const RuntimeMethod* method); // System.Reflection.Module System.Reflection.Emit.AssemblyBuilder::GetManifestModule() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * AssemblyBuilder_GetManifestModule_m1394591860 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.DynamicMethod::AddRef(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DynamicMethod_AddRef_m3960524256 (DynamicMethod_t2537779570 * __this, RuntimeObject * ___reference0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Emit.TypeBuilder::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * TypeBuilder_get_Assembly_m4071790036 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.String System.Reflection.Emit.TypeBuilder::get_AssemblyQualifiedName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_AssemblyQualifiedName_m4059714567 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_get_BaseType_m3571781126 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_get_DeclaringType_m4128305641 (TypeBuilder_t1073948154 * __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.String System.Reflection.Emit.TypeBuilder::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* TypeBuilder_get_Namespace_m4175323609 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_get_ReflectedType_m3266505878 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.RuntimeTypeHandle System.Reflection.Emit.TypeBuilder::get_TypeHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeTypeHandle_t3027515415 TypeBuilder_get_TypeHandle_m3498565307 (TypeBuilder_t1073948154 * __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.Reflection.ConstructorInfo[] System.Reflection.Emit.TypeBuilder::GetConstructors(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* TypeBuilder_GetConstructors_m26844333 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method); // System.Object[] System.Reflection.Emit.TypeBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* TypeBuilder_GetCustomAttributes_m2898560796 (TypeBuilder_t1073948154 * __this, bool ___inherit0, const RuntimeMethod* method); // System.Object[] System.Reflection.Emit.TypeBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* TypeBuilder_GetCustomAttributes_m981725999 (TypeBuilder_t1073948154 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::GetElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_GetElementType_m1881206953 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Reflection.EventInfo System.Reflection.Emit.TypeBuilder::GetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * TypeBuilder_GetEvent_m2166527753 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Reflection.FieldInfo System.Reflection.Emit.TypeBuilder::GetField(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * TypeBuilder_GetField_m2932767407 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Reflection.FieldInfo[] System.Reflection.Emit.TypeBuilder::GetFields(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* TypeBuilder_GetFields_m2518194342 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::GetInterface(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_GetInterface_m459524699 (TypeBuilder_t1073948154 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method); // System.Type[] System.Reflection.Emit.TypeBuilder::GetInterfaces() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* TypeBuilder_GetInterfaces_m4067367903 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1197120913 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1512604930 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, int32_t ___callConvention3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method); // System.Reflection.MethodInfo[] System.Reflection.Emit.TypeBuilder::GetMethods(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* TypeBuilder_GetMethods_m455544206 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method); // System.Reflection.PropertyInfo[] System.Reflection.Emit.TypeBuilder::GetProperties(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* TypeBuilder_GetProperties_m1107583832 (TypeBuilder_t1073948154 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.EnumBuilder::CreateNotSupportedException() extern "C" IL2CPP_METHOD_ATTR Exception_t * EnumBuilder_CreateNotSupportedException_m3236297331 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method); // System.Object System.Reflection.Emit.TypeBuilder::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeBuilder_InvokeMember_m713975721 (TypeBuilder_t1073948154 * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t2843939325* ___args4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, CultureInfo_t4157843068 * ___culture6, StringU5BU5D_t1281789340* ___namedParameters7, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.TypeBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool TypeBuilder_IsDefined_m1289323273 (TypeBuilder_t1073948154 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.FieldBuilder::CreateNotSupportedException() extern "C" IL2CPP_METHOD_ATTR Exception_t * FieldBuilder_CreateNotSupportedException_m2447945803 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.GenericTypeParameterBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * GenericTypeParameterBuilder_not_supported_m3358960901 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_BaseType_m3389926280 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.MethodBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * MethodBuilder_get_DeclaringType_m2226312865 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method); // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_DeclaringType_m1741243224 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method); // System.Boolean System.Type::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Type_Equals_m1673304139 (Type_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Int32 System.Type::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Type_GetHashCode_m1947148725 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Type::MakeGenericType(System.Type[]) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_MakeGenericType_m2479309691 (Type_t * __this, TypeU5BU5D_t3940880105* ___typeArguments0, 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.Int32 System.Reflection.Emit.OpCode::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_Size_m3461506715 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Reflection.Emit.StackBehaviour System.Reflection.Emit.OpCode::get_StackBehaviourPush() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_StackBehaviourPush_m986094870 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Reflection.Emit.StackBehaviour System.Reflection.Emit.OpCode::get_StackBehaviourPop() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_StackBehaviourPop_m4250794726 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Reflection.Emit.OperandType System.Reflection.Emit.OpCode::get_OperandType() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_OperandType_m1634816806 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsUserType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsUserType_m555861786 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.LocalBuilder::.ctor(System.Type,System.Reflection.Emit.ILGenerator) extern "C" IL2CPP_METHOD_ATTR void LocalBuilder__ctor_m1650329351 (LocalBuilder_t3562264111 * __this, Type_t * ___t0, ILGenerator_t1388622344 * ___ilgen1, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator/LabelData::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LabelData__ctor_m3949021681 (LabelData_t360167391 * __this, int32_t ___addr0, int32_t ___maxStack1, const RuntimeMethod* method); // System.Void System.Reflection.Emit.Label::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Label__ctor_m4171632839 (Label_t2281661643 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::make_room(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_make_room_m2688251824 (ILGenerator_t1388622344 * __this, int32_t ___nbytes0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::ll_emit(System.Reflection.Emit.OpCode) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_ll_emit_m2218983546 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::add_token_fixup(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_add_token_fixup_m1816002840 (ILGenerator_t1388622344 * __this, MemberInfo_t * ___mi0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::emit_int(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_emit_int_m2322014738 (ILGenerator_t1388622344 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ILGenerator::target_len(System.Reflection.Emit.OpCode) extern "C" IL2CPP_METHOD_ATTR int32_t ILGenerator_target_len_m542103396 (RuntimeObject * __this /* static, unused */, OpCode_t123070264 ___opcode0, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.OpCode::op_Equality(System.Reflection.Emit.OpCode,System.Reflection.Emit.OpCode) extern "C" IL2CPP_METHOD_ATTR bool OpCode_op_Equality_m3082103192 (RuntimeObject * __this /* static, unused */, OpCode_t123070264 ___a0, OpCode_t123070264 ___b1, const RuntimeMethod* method); // System.Int16 System.Reflection.Emit.OpCode::get_Value() extern "C" IL2CPP_METHOD_ATTR int16_t OpCode_get_Value_m917085326 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m3803522508 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, MethodInfo_t * ___method1, int32_t ___token2, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.Label::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Label_Equals_m1321622490 (Label_t2281661643 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m1876651407 (int32_t* __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.Label::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Label_GetHashCode_m1231913871 (Label_t2281661643 * __this, const RuntimeMethod* method); // System.Void System.Reflection.LocalVariableInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void LocalVariableInfo__ctor_m818516327 (LocalVariableInfo_t2426779395 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.MethodBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_get_next_table_index_m2755473113 (MethodBuilder_t2807316753 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method); // System.Reflection.Emit.MethodToken System.Reflection.Emit.MethodBuilder::GetToken() extern "C" IL2CPP_METHOD_ATTR MethodToken_t4055728386 MethodBuilder_GetToken_m2784098896 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method); // System.Exception System.Reflection.Emit.MethodBuilder::NotSupported() extern "C" IL2CPP_METHOD_ATTR Exception_t * MethodBuilder_NotSupported_m1497589941 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method); // System.Reflection.Emit.ILGenerator System.Reflection.Emit.MethodBuilder::GetILGenerator(System.Int32) extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * MethodBuilder_GetILGenerator_m2421555267 (MethodBuilder_t2807316753 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsVirtual() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_m2008546636 (MethodBase_t * __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 System.TypeLoadException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m2362330792 (TypeLoadException_t3707937253 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Reflection.Emit.MethodBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MethodBuilder_get_Name_m610453823 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m2439880830 (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.MethodToken::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MethodToken_Equals_m460628456 (MethodToken_t4055728386 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.MethodToken::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t MethodToken_GetHashCode_m673885300 (MethodToken_t4055728386 * __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.Void System.Reflection.Module::.ctor() extern "C" IL2CPP_METHOD_ATTR void Module__ctor_m2380079016 (Module_t2987026101 * __this, const RuntimeMethod* method); // System.Byte[] System.Guid::FastNewGuidArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Guid_FastNewGuidArray_m920913610 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ModuleBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_get_next_table_index_m1158040331 (ModuleBuilder_t731887691 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ModuleBuilder::basic_init(System.Reflection.Emit.ModuleBuilder) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_basic_init_m3240533393 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___ab0, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ModuleBuilder::CreateGlobalType() extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_CreateGlobalType_m3933178429 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.AssemblyBuilder::get_IsRun() extern "C" IL2CPP_METHOD_ATTR bool AssemblyBuilder_get_IsRun_m3300414718 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.TypeBuilder::.ctor(System.Reflection.Emit.ModuleBuilder,System.Reflection.TypeAttributes,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TypeBuilder__ctor_m3644689907 (TypeBuilder_t1073948154 * __this, ModuleBuilder_t731887691 * ___mb0, int32_t ___attr1, int32_t ___table_idx2, const RuntimeMethod* method); // System.Type System.Reflection.Emit.TypeBuilder::CreateType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeBuilder_CreateType_m3375483507 (TypeBuilder_t1073948154 * __this, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ModuleBuilder::set_wrappers_type(System.Reflection.Emit.ModuleBuilder,System.Type) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_set_wrappers_type_m2998401134 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___mb0, Type_t * ___ab1, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::LoadWithPartialName(System.String) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadWithPartialName_m3387477452 (RuntimeObject * __this /* static, unused */, String_t* ___partialName0, const RuntimeMethod* method); // System.Void System.ExecutionEngineException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_m913194968 (ExecutionEngineException_t1142598034 * __this, String_t* ___message0, const RuntimeMethod* method); // 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); // System.String System.Reflection.Emit.AssemblyBuilder::get_AssemblyDir() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyBuilder_get_AssemblyDir_m1938411035 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method); // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[]) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_DefineType_m2262733165 (ModuleBuilder_t731887691 * __this, String_t* ___name0, int32_t ___attr1, Type_t * ___parent2, TypeU5BU5D_t3940880105* ___interfaces3, const RuntimeMethod* method); // System.Void System.Reflection.Emit.TypeBuilder::.ctor(System.Reflection.Emit.ModuleBuilder,System.String,System.Reflection.TypeAttributes,System.Type,System.Type[],System.Reflection.Emit.PackingSize,System.Int32,System.Type) extern "C" IL2CPP_METHOD_ATTR void TypeBuilder__ctor_m3099050601 (TypeBuilder_t1073948154 * __this, ModuleBuilder_t731887691 * ___mb0, String_t* ___name1, int32_t ___attr2, Type_t * ___parent3, TypeU5BU5D_t3940880105* ___interfaces4, int32_t ___packing_size5, int32_t ___type_size6, Type_t * ___nesting_type7, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ModuleBuilder::AddType(System.Reflection.Emit.TypeBuilder) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_AddType_m4198050894 (ModuleBuilder_t731887691 * __this, TypeBuilder_t1073948154 * ___tb0, const RuntimeMethod* method); // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[],System.Reflection.Emit.PackingSize,System.Int32) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_DefineType_m3903640095 (ModuleBuilder_t731887691 * __this, String_t* ___name0, int32_t ___attr1, Type_t * ___parent2, TypeU5BU5D_t3940880105* ___interfaces3, int32_t ___packingSize4, int32_t ___typesize5, 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.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.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::search_nested_in_array(System.Reflection.Emit.TypeBuilder[],System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_search_nested_in_array_m942242794 (ModuleBuilder_t731887691 * __this, TypeBuilderU5BU5D_t786280671* ___arr0, int32_t ___validElementsInArray1, String_t* ___className2, 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.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::GetMaybeNested(System.Reflection.Emit.TypeBuilder,System.String) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_GetMaybeNested_m3875745566 (ModuleBuilder_t731887691 * __this, TypeBuilder_t1073948154 * ___t0, String_t* ___className1, 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.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::search_in_array(System.Reflection.Emit.TypeBuilder[],System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_search_in_array_m1832733816 (ModuleBuilder_t731887691 * __this, TypeBuilderU5BU5D_t786280671* ___arr0, int32_t ___validElementsInArray1, String_t* ___className2, const RuntimeMethod* method); // System.Type System.Reflection.Emit.ModuleBuilder::create_modified_type(System.Reflection.Emit.TypeBuilder,System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * ModuleBuilder_create_modified_type_m3780542108 (RuntimeObject * __this /* static, unused */, TypeBuilder_t1073948154 * ___tb0, String_t* ___modifiers1, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ModuleBuilder::getUSIndex(System.Reflection.Emit.ModuleBuilder,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_getUSIndex_m1446676113 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___mb0, String_t* ___str1, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ModuleBuilder::getToken(System.Reflection.Emit.ModuleBuilder,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_getToken_m4290400349 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___mb0, RuntimeObject * ___obj1, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ModuleBuilder::getMethodToken(System.Reflection.Emit.ModuleBuilder,System.Reflection.MethodInfo,System.Type[]) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_getMethodToken_m454517975 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___mb0, MethodInfo_t * ___method1, TypeU5BU5D_t3940880105* ___opt_param_types2, const RuntimeMethod* method); // System.Void System.Reflection.Emit.ModuleBuilderTokenGenerator::.ctor(System.Reflection.Emit.ModuleBuilder) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilderTokenGenerator__ctor_m2360787210 (ModuleBuilderTokenGenerator_t944435078 * __this, ModuleBuilder_t731887691 * ___mb0, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ModuleBuilder::GetToken(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_GetToken_m1823519114 (ModuleBuilder_t731887691 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ModuleBuilder::GetToken(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_GetToken_m4274310417 (ModuleBuilder_t731887691 * __this, MemberInfo_t * ___member0, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.ModuleBuilder::GetToken(System.Reflection.MethodInfo,System.Type[]) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_GetToken_m1735168917 (ModuleBuilder_t731887691 * __this, MethodInfo_t * ___method0, TypeU5BU5D_t3940880105* ___opt_param_types1, const RuntimeMethod* method); // System.Void System.Reflection.Emit.OpCode::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OpCode__ctor_m2823239373 (OpCode_t123070264 * __this, int32_t ___p0, int32_t ___q1, const RuntimeMethod* method); // System.String System.Reflection.Emit.OpCode::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* OpCode_get_Name_m149707431 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.Emit.OpCode::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_GetHashCode_m1374201362 (OpCode_t123070264 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Emit.OpCode::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool OpCode_Equals_m1376200488 (OpCode_t123070264 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String System.Reflection.Emit.OpCode::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* OpCode_ToString_m4248967054 (OpCode_t123070264 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MonoTypeInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoTypeInfo__ctor_m3401216922 (MonoTypeInfo_t3366989025 * __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.MulticastDelegate::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MulticastDelegate_GetObjectData_m3957553424 (MulticastDelegate_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Delegate_GetObjectData_m4107455684(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean System.MulticastDelegate::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MulticastDelegate_Equals_m2502840627 (MulticastDelegate_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MulticastDelegate_Equals_m2502840627_MetadataUsageId); s_Il2CppMethodInitialized = true; } MulticastDelegate_t * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; bool L_1 = Delegate_Equals_m821895546(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { RuntimeObject * L_2 = ___obj0; V_0 = ((MulticastDelegate_t *)IsInstClass((RuntimeObject*)L_2, MulticastDelegate_t_il2cpp_TypeInfo_var)); MulticastDelegate_t * L_3 = V_0; if (L_3) { goto IL_001d; } } { return (bool)0; } IL_001d: { MulticastDelegate_t * L_4 = __this->get_prev_9(); if (L_4) { goto IL_0037; } } { MulticastDelegate_t * L_5 = V_0; NullCheck(L_5); MulticastDelegate_t * L_6 = L_5->get_prev_9(); if (L_6) { goto IL_0035; } } { return (bool)1; } IL_0035: { return (bool)0; } IL_0037: { MulticastDelegate_t * L_7 = __this->get_prev_9(); MulticastDelegate_t * L_8 = V_0; NullCheck(L_8); MulticastDelegate_t * L_9 = L_8->get_prev_9(); NullCheck(L_7); bool L_10 = MulticastDelegate_Equals_m2502840627(L_7, L_9, /*hidden argument*/NULL); return L_10; } } // System.Int32 System.MulticastDelegate::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t MulticastDelegate_GetHashCode_m3864330728 (MulticastDelegate_t * __this, const RuntimeMethod* method) { { int32_t L_0 = Delegate_GetHashCode_m2102814970(__this, /*hidden argument*/NULL); return L_0; } } // System.Delegate[] System.MulticastDelegate::GetInvocationList() extern "C" IL2CPP_METHOD_ATTR DelegateU5BU5D_t1703627840* MulticastDelegate_GetInvocationList_m4256593605 (MulticastDelegate_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MulticastDelegate_GetInvocationList_m4256593605_MetadataUsageId); s_Il2CppMethodInitialized = true; } MulticastDelegate_t * V_0 = NULL; MulticastDelegate_t * V_1 = NULL; ArrayList_t2718874744 * V_2 = NULL; MulticastDelegate_t * V_3 = NULL; { RuntimeObject * L_0 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Delegate::Clone() */, __this); V_0 = ((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_0, MulticastDelegate_t_il2cpp_TypeInfo_var)); MulticastDelegate_t * L_1 = V_0; NullCheck(L_1); L_1->set_kpm_next_10((MulticastDelegate_t *)NULL); goto IL_002b; } IL_0018: { MulticastDelegate_t * L_2 = V_0; NullCheck(L_2); MulticastDelegate_t * L_3 = L_2->get_prev_9(); MulticastDelegate_t * L_4 = V_0; NullCheck(L_3); L_3->set_kpm_next_10(L_4); MulticastDelegate_t * L_5 = V_0; NullCheck(L_5); MulticastDelegate_t * L_6 = L_5->get_prev_9(); V_0 = L_6; } IL_002b: { MulticastDelegate_t * L_7 = V_0; NullCheck(L_7); MulticastDelegate_t * L_8 = L_7->get_prev_9(); if (L_8) { goto IL_0018; } } { MulticastDelegate_t * L_9 = V_0; NullCheck(L_9); MulticastDelegate_t * L_10 = L_9->get_kpm_next_10(); if (L_10) { goto IL_0066; } } { MulticastDelegate_t * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Delegate::Clone() */, L_11); V_1 = ((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_12, MulticastDelegate_t_il2cpp_TypeInfo_var)); MulticastDelegate_t * L_13 = V_1; NullCheck(L_13); L_13->set_prev_9((MulticastDelegate_t *)NULL); MulticastDelegate_t * L_14 = V_1; NullCheck(L_14); L_14->set_kpm_next_10((MulticastDelegate_t *)NULL); DelegateU5BU5D_t1703627840* L_15 = ((DelegateU5BU5D_t1703627840*)SZArrayNew(DelegateU5BU5D_t1703627840_il2cpp_TypeInfo_var, (uint32_t)1)); MulticastDelegate_t * L_16 = V_1; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(0), (Delegate_t1188392813 *)L_16); return L_15; } IL_0066: { ArrayList_t2718874744 * L_17 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_17, /*hidden argument*/NULL); V_2 = L_17; goto IL_009a; } IL_0071: { MulticastDelegate_t * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Delegate::Clone() */, L_18); V_3 = ((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_19, MulticastDelegate_t_il2cpp_TypeInfo_var)); MulticastDelegate_t * L_20 = V_3; NullCheck(L_20); L_20->set_prev_9((MulticastDelegate_t *)NULL); MulticastDelegate_t * L_21 = V_3; NullCheck(L_21); L_21->set_kpm_next_10((MulticastDelegate_t *)NULL); ArrayList_t2718874744 * L_22 = V_2; MulticastDelegate_t * L_23 = V_3; NullCheck(L_22); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_22, L_23); MulticastDelegate_t * L_24 = V_0; NullCheck(L_24); MulticastDelegate_t * L_25 = L_24->get_kpm_next_10(); V_0 = L_25; } IL_009a: { MulticastDelegate_t * L_26 = V_0; if (L_26) { goto IL_0071; } } { ArrayList_t2718874744 * L_27 = V_2; RuntimeTypeHandle_t3027515415 L_28 = { reinterpret_cast (Delegate_t1188392813_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); NullCheck(L_27); RuntimeArray * L_30 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_27, L_29); return ((DelegateU5BU5D_t1703627840*)Castclass((RuntimeObject*)L_30, DelegateU5BU5D_t1703627840_il2cpp_TypeInfo_var)); } } // System.Delegate System.MulticastDelegate::CombineImpl(System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * MulticastDelegate_CombineImpl_m2857239134 (MulticastDelegate_t * __this, Delegate_t1188392813 * ___follow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MulticastDelegate_CombineImpl_m2857239134_MetadataUsageId); s_Il2CppMethodInitialized = true; } MulticastDelegate_t * V_0 = NULL; MulticastDelegate_t * V_1 = NULL; MulticastDelegate_t * V_2 = NULL; { Type_t * L_0 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); Delegate_t1188392813 * L_1 = ___follow0; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))) { goto IL_0021; } } { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3874685629, /*hidden argument*/NULL); ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,MulticastDelegate_CombineImpl_m2857239134_RuntimeMethod_var); } IL_0021: { Delegate_t1188392813 * L_5 = ___follow0; NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Delegate::Clone() */, L_5); V_0 = ((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_6, MulticastDelegate_t_il2cpp_TypeInfo_var)); MulticastDelegate_t * L_7 = V_0; NullCheck(L_7); Delegate_SetMulticastInvoke_m342000618(L_7, /*hidden argument*/NULL); MulticastDelegate_t * L_8 = V_0; V_2 = L_8; Delegate_t1188392813 * L_9 = ___follow0; NullCheck(((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_9, MulticastDelegate_t_il2cpp_TypeInfo_var))); MulticastDelegate_t * L_10 = ((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_9, MulticastDelegate_t_il2cpp_TypeInfo_var))->get_prev_9(); V_1 = L_10; goto IL_0065; } IL_0046: { MulticastDelegate_t * L_11 = V_2; MulticastDelegate_t * L_12 = V_1; NullCheck(L_12); RuntimeObject * L_13 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Delegate::Clone() */, L_12); NullCheck(L_11); L_11->set_prev_9(((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_13, MulticastDelegate_t_il2cpp_TypeInfo_var))); MulticastDelegate_t * L_14 = V_2; NullCheck(L_14); MulticastDelegate_t * L_15 = L_14->get_prev_9(); V_2 = L_15; MulticastDelegate_t * L_16 = V_1; NullCheck(L_16); MulticastDelegate_t * L_17 = L_16->get_prev_9(); V_1 = L_17; } IL_0065: { MulticastDelegate_t * L_18 = V_1; if (L_18) { goto IL_0046; } } { MulticastDelegate_t * L_19 = V_2; RuntimeObject * L_20 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Delegate::Clone() */, __this); NullCheck(L_19); L_19->set_prev_9(((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_20, MulticastDelegate_t_il2cpp_TypeInfo_var))); MulticastDelegate_t * L_21 = V_2; NullCheck(L_21); MulticastDelegate_t * L_22 = L_21->get_prev_9(); V_2 = L_22; MulticastDelegate_t * L_23 = __this->get_prev_9(); V_1 = L_23; goto IL_00ae; } IL_008f: { MulticastDelegate_t * L_24 = V_2; MulticastDelegate_t * L_25 = V_1; NullCheck(L_25); RuntimeObject * L_26 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Delegate::Clone() */, L_25); NullCheck(L_24); L_24->set_prev_9(((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_26, MulticastDelegate_t_il2cpp_TypeInfo_var))); MulticastDelegate_t * L_27 = V_2; NullCheck(L_27); MulticastDelegate_t * L_28 = L_27->get_prev_9(); V_2 = L_28; MulticastDelegate_t * L_29 = V_1; NullCheck(L_29); MulticastDelegate_t * L_30 = L_29->get_prev_9(); V_1 = L_30; } IL_00ae: { MulticastDelegate_t * L_31 = V_1; if (L_31) { goto IL_008f; } } { MulticastDelegate_t * L_32 = V_0; return L_32; } } // System.Boolean System.MulticastDelegate::BaseEquals(System.MulticastDelegate) extern "C" IL2CPP_METHOD_ATTR bool MulticastDelegate_BaseEquals_m335858574 (MulticastDelegate_t * __this, MulticastDelegate_t * ___value0, const RuntimeMethod* method) { { MulticastDelegate_t * L_0 = ___value0; bool L_1 = Delegate_Equals_m821895546(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.MulticastDelegate System.MulticastDelegate::KPM(System.MulticastDelegate,System.MulticastDelegate,System.MulticastDelegate&) extern "C" IL2CPP_METHOD_ATTR MulticastDelegate_t * MulticastDelegate_KPM_m22863605 (RuntimeObject * __this /* static, unused */, MulticastDelegate_t * ___needle0, MulticastDelegate_t * ___haystack1, MulticastDelegate_t ** ___tail2, const RuntimeMethod* method) { MulticastDelegate_t * V_0 = NULL; MulticastDelegate_t * V_1 = NULL; MulticastDelegate_t * V_2 = NULL; MulticastDelegate_t * V_3 = NULL; MulticastDelegate_t * G_B10_0 = NULL; MulticastDelegate_t * G_B22_0 = NULL; { MulticastDelegate_t * L_0 = ___needle0; V_1 = L_0; MulticastDelegate_t * L_1 = ___needle0; V_3 = (MulticastDelegate_t *)NULL; NullCheck(L_1); L_1->set_kpm_next_10((MulticastDelegate_t *)NULL); MulticastDelegate_t * L_2 = V_3; V_0 = L_2; } IL_000d: { goto IL_0019; } IL_0012: { MulticastDelegate_t * L_3 = V_0; NullCheck(L_3); MulticastDelegate_t * L_4 = L_3->get_kpm_next_10(); V_0 = L_4; } IL_0019: { MulticastDelegate_t * L_5 = V_0; if (!L_5) { goto IL_002b; } } { MulticastDelegate_t * L_6 = V_0; MulticastDelegate_t * L_7 = V_1; NullCheck(L_6); bool L_8 = MulticastDelegate_BaseEquals_m335858574(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0012; } } IL_002b: { MulticastDelegate_t * L_9 = V_1; NullCheck(L_9); MulticastDelegate_t * L_10 = L_9->get_prev_9(); V_1 = L_10; MulticastDelegate_t * L_11 = V_1; if (L_11) { goto IL_003d; } } { goto IL_0079; } IL_003d: { MulticastDelegate_t * L_12 = V_0; if (L_12) { goto IL_0049; } } { MulticastDelegate_t * L_13 = ___needle0; G_B10_0 = L_13; goto IL_004f; } IL_0049: { MulticastDelegate_t * L_14 = V_0; NullCheck(L_14); MulticastDelegate_t * L_15 = L_14->get_prev_9(); G_B10_0 = L_15; } IL_004f: { V_0 = G_B10_0; MulticastDelegate_t * L_16 = V_1; MulticastDelegate_t * L_17 = V_0; NullCheck(L_16); bool L_18 = MulticastDelegate_BaseEquals_m335858574(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006d; } } { MulticastDelegate_t * L_19 = V_1; MulticastDelegate_t * L_20 = V_0; NullCheck(L_20); MulticastDelegate_t * L_21 = L_20->get_kpm_next_10(); NullCheck(L_19); L_19->set_kpm_next_10(L_21); goto IL_0074; } IL_006d: { MulticastDelegate_t * L_22 = V_1; MulticastDelegate_t * L_23 = V_0; NullCheck(L_22); L_22->set_kpm_next_10(L_23); } IL_0074: { goto IL_000d; } IL_0079: { MulticastDelegate_t * L_24 = ___haystack1; V_2 = L_24; MulticastDelegate_t * L_25 = ___needle0; V_0 = L_25; MulticastDelegate_t * L_26 = ___haystack1; V_1 = L_26; } IL_007f: { goto IL_0092; } IL_0084: { MulticastDelegate_t * L_27 = V_0; NullCheck(L_27); MulticastDelegate_t * L_28 = L_27->get_kpm_next_10(); V_0 = L_28; MulticastDelegate_t * L_29 = V_2; NullCheck(L_29); MulticastDelegate_t * L_30 = L_29->get_prev_9(); V_2 = L_30; } IL_0092: { MulticastDelegate_t * L_31 = V_0; if (!L_31) { goto IL_00a4; } } { MulticastDelegate_t * L_32 = V_0; MulticastDelegate_t * L_33 = V_1; NullCheck(L_32); bool L_34 = MulticastDelegate_BaseEquals_m335858574(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0084; } } IL_00a4: { MulticastDelegate_t * L_35 = V_0; if (L_35) { goto IL_00b0; } } { MulticastDelegate_t * L_36 = ___needle0; G_B22_0 = L_36; goto IL_00b6; } IL_00b0: { MulticastDelegate_t * L_37 = V_0; NullCheck(L_37); MulticastDelegate_t * L_38 = L_37->get_prev_9(); G_B22_0 = L_38; } IL_00b6: { V_0 = G_B22_0; MulticastDelegate_t * L_39 = V_0; if (L_39) { goto IL_00c7; } } { MulticastDelegate_t ** L_40 = ___tail2; MulticastDelegate_t * L_41 = V_1; NullCheck(L_41); MulticastDelegate_t * L_42 = L_41->get_prev_9(); *((RuntimeObject **)(L_40)) = (RuntimeObject *)L_42; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_40), (RuntimeObject *)L_42); MulticastDelegate_t * L_43 = V_2; return L_43; } IL_00c7: { MulticastDelegate_t * L_44 = V_1; NullCheck(L_44); MulticastDelegate_t * L_45 = L_44->get_prev_9(); V_1 = L_45; MulticastDelegate_t * L_46 = V_1; if (L_46) { goto IL_007f; } } { MulticastDelegate_t ** L_47 = ___tail2; *((RuntimeObject **)(L_47)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_47), (RuntimeObject *)NULL); return (MulticastDelegate_t *)NULL; } } // System.Delegate System.MulticastDelegate::RemoveImpl(System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * MulticastDelegate_RemoveImpl_m615507760 (MulticastDelegate_t * __this, Delegate_t1188392813 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MulticastDelegate_RemoveImpl_m615507760_MetadataUsageId); s_Il2CppMethodInitialized = true; } MulticastDelegate_t * V_0 = NULL; MulticastDelegate_t * V_1 = NULL; MulticastDelegate_t * V_2 = NULL; MulticastDelegate_t * V_3 = NULL; MulticastDelegate_t * V_4 = NULL; MulticastDelegate_t * V_5 = NULL; MulticastDelegate_t * V_6 = NULL; { Delegate_t1188392813 * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return __this; } IL_0008: { Delegate_t1188392813 * L_1 = ___value0; MulticastDelegate_t * L_2 = MulticastDelegate_KPM_m22863605(NULL /*static, unused*/, ((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_1, MulticastDelegate_t_il2cpp_TypeInfo_var)), __this, (&V_1), /*hidden argument*/NULL); V_0 = L_2; MulticastDelegate_t * L_3 = V_0; if (L_3) { goto IL_001f; } } { return __this; } IL_001f: { V_2 = (MulticastDelegate_t *)NULL; V_3 = (MulticastDelegate_t *)NULL; V_4 = __this; goto IL_005b; } IL_002b: { MulticastDelegate_t * L_4 = V_4; NullCheck(L_4); RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Delegate::Clone() */, L_4); V_5 = ((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_5, MulticastDelegate_t_il2cpp_TypeInfo_var)); MulticastDelegate_t * L_6 = V_2; if (!L_6) { goto IL_004c; } } { MulticastDelegate_t * L_7 = V_2; MulticastDelegate_t * L_8 = V_5; NullCheck(L_7); L_7->set_prev_9(L_8); goto IL_004f; } IL_004c: { MulticastDelegate_t * L_9 = V_5; V_3 = L_9; } IL_004f: { MulticastDelegate_t * L_10 = V_5; V_2 = L_10; MulticastDelegate_t * L_11 = V_4; NullCheck(L_11); MulticastDelegate_t * L_12 = L_11->get_prev_9(); V_4 = L_12; } IL_005b: { MulticastDelegate_t * L_13 = V_4; MulticastDelegate_t * L_14 = V_0; if ((!(((RuntimeObject*)(MulticastDelegate_t *)L_13) == ((RuntimeObject*)(MulticastDelegate_t *)L_14)))) { goto IL_002b; } } { MulticastDelegate_t * L_15 = V_1; V_4 = L_15; goto IL_009b; } IL_006b: { MulticastDelegate_t * L_16 = V_4; NullCheck(L_16); RuntimeObject * L_17 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.Delegate::Clone() */, L_16); V_6 = ((MulticastDelegate_t *)CastclassClass((RuntimeObject*)L_17, MulticastDelegate_t_il2cpp_TypeInfo_var)); MulticastDelegate_t * L_18 = V_2; if (!L_18) { goto IL_008c; } } { MulticastDelegate_t * L_19 = V_2; MulticastDelegate_t * L_20 = V_6; NullCheck(L_19); L_19->set_prev_9(L_20); goto IL_008f; } IL_008c: { MulticastDelegate_t * L_21 = V_6; V_3 = L_21; } IL_008f: { MulticastDelegate_t * L_22 = V_6; V_2 = L_22; MulticastDelegate_t * L_23 = V_4; NullCheck(L_23); MulticastDelegate_t * L_24 = L_23->get_prev_9(); V_4 = L_24; } IL_009b: { MulticastDelegate_t * L_25 = V_4; if (L_25) { goto IL_006b; } } { MulticastDelegate_t * L_26 = V_2; if (!L_26) { goto IL_00af; } } { MulticastDelegate_t * L_27 = V_2; NullCheck(L_27); L_27->set_prev_9((MulticastDelegate_t *)NULL); } IL_00af: { MulticastDelegate_t * L_28 = V_3; return L_28; } } #ifdef __clang__ #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.MulticastNotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void MulticastNotSupportedException__ctor_m2750561050 (MulticastNotSupportedException_t3095221246 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MulticastNotSupportedException__ctor_m2750561050_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral211822276, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.MulticastNotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MulticastNotSupportedException__ctor_m663960493 (MulticastNotSupportedException_t3095221246 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.MulticastNotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MulticastNotSupportedException__ctor_m521229206 (MulticastNotSupportedException_t3095221246 * __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.NonSerializedAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void NonSerializedAttribute__ctor_m3763812670 (NonSerializedAttribute_t2945079482 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__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.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NotImplementedException__ctor_m3058704252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral667133072, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147467263), /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147467263), /*hidden argument*/NULL); return; } } // System.Void System.NotImplementedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m2408412972 (NotImplementedException_t3489357830 * __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.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NotSupportedException__ctor_m2730133172_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral552202200, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233067), /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233067), /*hidden argument*/NULL); return; } } // System.Void System.NotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m922781896 (NotSupportedException_t1314879016 * __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.Type System.Nullable::GetUnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_m3905033790 (RuntimeObject * __this /* static, unused */, Type_t * ___nullableType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Nullable_GetUnderlyingType_m3905033790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___nullableType0; 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, _stringLiteral1536566090, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Nullable_GetUnderlyingType_m3905033790_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___nullableType0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(86 /* System.Boolean System.Type::get_IsGenericType() */, L_2); if (!L_3) { goto IL_003a; } } { Type_t * L_4 = ___nullableType0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(85 /* System.Type System.Type::GetGenericTypeDefinition() */, L_4); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Nullable_1_t3772285925_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_003a; } } { Type_t * L_8 = ___nullableType0; NullCheck(L_8); TypeU5BU5D_t3940880105* L_9 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(82 /* System.Type[] System.Type::GetGenericArguments() */, L_8); NullCheck(L_9); int32_t L_10 = 0; Type_t * L_11 = (L_9)->GetAt(static_cast(L_10)); return L_11; } IL_003a: { return (Type_t *)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.NullConsoleDriver::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullConsoleDriver__ctor_m46361837 (NullConsoleDriver_t3569194954 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.ConsoleKeyInfo System.NullConsoleDriver::ReadKey(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 NullConsoleDriver_ReadKey_m2411929863 (NullConsoleDriver_t3569194954 * __this, bool ___intercept0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullConsoleDriver_ReadKey_m2411929863_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var); ConsoleKeyInfo_t1802691652 L_0 = ((ConsoleKeyInfo_t1802691652_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var))->get_Empty_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.Void System.NullReferenceException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m744513393 (NullReferenceException_t1023182353 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullReferenceException__ctor_m744513393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral242667116, /*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.NullReferenceException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m3076065613 (NullReferenceException_t1023182353 * __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)-2147467261), /*hidden argument*/NULL); return; } } // System.Void System.NullReferenceException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m652863956 (NullReferenceException_t1023182353 * __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.NumberFormatter::.ctor(System.Threading.Thread) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter__ctor_m2275142545 (NumberFormatter_t1182924621 * __this, Thread_t2300836069 * ___current0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter__ctor_m2275142545_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__cbuf_23(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)0))); Thread_t2300836069 * L_0 = ___current0; if (L_0) { goto IL_0019; } } { return; } IL_0019: { Thread_t2300836069 * L_1 = ___current0; __this->set__thread_6(L_1); Thread_t2300836069 * L_2 = __this->get__thread_6(); NullCheck(L_2); CultureInfo_t4157843068 * L_3 = Thread_get_CurrentCulture_m349116646(L_2, /*hidden argument*/NULL); NumberFormatter_set_CurrentCulture_m1358228087(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.NumberFormatter::.cctor() extern "C" IL2CPP_METHOD_ATTR void NumberFormatter__cctor_m2992857932 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter__cctor_m2992857932_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NumberFormatter_GetFormatterTables_m910057425(NULL /*static, unused*/, (((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_address_of_MantissaBitsTable_0()), (((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_address_of_TensExponentTable_1()), (((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_address_of_DigitLowerTable_2()), (((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_address_of_DigitUpperTable_3()), (((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_address_of_TenPowersList_4()), (((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_address_of_DecHexDigits_5()), /*hidden argument*/NULL); return; } } // System.Void System.NumberFormatter::GetFormatterTables(System.UInt64*&,System.Int32*&,System.Char*&,System.Char*&,System.Int64*&,System.Int32*&) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_GetFormatterTables_m910057425 (RuntimeObject * __this /* static, unused */, uint64_t** ___MantissaBitsTable0, int32_t** ___TensExponentTable1, Il2CppChar** ___DigitLowerTable2, Il2CppChar** ___DigitUpperTable3, int64_t** ___TenPowersList4, int32_t** ___DecHexDigits5, const RuntimeMethod* method) { typedef void (*NumberFormatter_GetFormatterTables_m910057425_ftn) (uint64_t**, int32_t**, Il2CppChar**, Il2CppChar**, int64_t**, int32_t**); using namespace il2cpp::icalls; ((NumberFormatter_GetFormatterTables_m910057425_ftn)mscorlib::System::NumberFormatter::GetFormatterTables) (___MantissaBitsTable0, ___TensExponentTable1, ___DigitLowerTable2, ___DigitUpperTable3, ___TenPowersList4, ___DecHexDigits5); } // System.Int64 System.NumberFormatter::GetTenPowerOf(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t NumberFormatter_GetTenPowerOf_m3725144548 (RuntimeObject * __this /* static, unused */, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_GetTenPowerOf_m3725144548_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int64_t* L_0 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_TenPowersList_4(); int32_t L_1 = ___i0; return (*((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)8)))))); } } // System.Void System.NumberFormatter::InitDecHexDigits(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_m829694854 (NumberFormatter_t1182924621 * __this, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_InitDecHexDigits_m829694854_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) >= ((uint32_t)((int32_t)100000000))))) { goto IL_002a; } } { uint32_t L_1 = ___value0; V_0 = ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)((int32_t)100000000))); uint32_t L_2 = ___value0; int32_t L_3 = V_0; ___value0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)100000000), (int32_t)L_3)))); int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_5 = NumberFormatter_FastToDecHex_m699829267(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); __this->set__val2_20(L_5); } IL_002a: { uint32_t L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_7 = NumberFormatter_ToDecHex_m1238855594(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); __this->set__val1_19(L_7); return; } } // System.Void System.NumberFormatter::InitDecHexDigits(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_m1992166588 (NumberFormatter_t1182924621 * __this, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_InitDecHexDigits_m1992166588_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) >= ((uint64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))) { goto IL_0062; } } { uint64_t L_1 = ___value0; V_0 = ((int64_t)((uint64_t)(int64_t)L_1/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))); uint64_t L_2 = ___value0; int64_t L_3 = V_0; ___value0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)((int32_t)100000000)))), (int64_t)L_3)))); int64_t L_4 = V_0; if ((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)((int32_t)100000000))))))) { goto IL_004f; } } { int64_t L_5 = V_0; V_1 = (((int32_t)((int32_t)((int64_t)((int64_t)L_5/(int64_t)(((int64_t)((int64_t)((int32_t)100000000))))))))); int64_t L_6 = V_0; int32_t L_7 = V_1; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_6, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_7))), (int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))); int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_9 = NumberFormatter_ToDecHex_m1238855594(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); __this->set__val3_21(L_9); } IL_004f: { int64_t L_10 = V_0; if (!L_10) { goto IL_0062; } } { int64_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_12 = NumberFormatter_ToDecHex_m1238855594(NULL /*static, unused*/, (((int32_t)((int32_t)L_11))), /*hidden argument*/NULL); __this->set__val2_20(L_12); } IL_0062: { uint64_t L_13 = ___value0; if (!L_13) { goto IL_0075; } } { uint64_t L_14 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_15 = NumberFormatter_ToDecHex_m1238855594(NULL /*static, unused*/, (((int32_t)((int32_t)L_14))), /*hidden argument*/NULL); __this->set__val1_19(L_15); } IL_0075: { return; } } // System.Void System.NumberFormatter::InitDecHexDigits(System.UInt32,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_InitDecHexDigits_m2266082744 (NumberFormatter_t1182924621 * __this, uint32_t ___hi0, uint64_t ___lo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_InitDecHexDigits_m2266082744_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; { uint32_t L_0 = ___hi0; if (L_0) { goto IL_000e; } } { uint64_t L_1 = ___lo1; NumberFormatter_InitDecHexDigits_m1992166588(__this, L_1, /*hidden argument*/NULL); return; } IL_000e: { uint32_t L_2 = ___hi0; V_0 = ((int32_t)((uint32_t)(int32_t)L_2/(uint32_t)(int32_t)((int32_t)100000000))); uint32_t L_3 = ___hi0; uint32_t L_4 = V_0; V_1 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)((int32_t)100000000))))))))))); uint64_t L_5 = ___lo1; V_2 = ((int64_t)((uint64_t)(int64_t)L_5/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))); uint64_t L_6 = ___lo1; uint64_t L_7 = V_2; uint64_t L_8 = V_1; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_6, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_7, (int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_8, (int64_t)(((int64_t)((int64_t)((int32_t)9551616)))))))); uint32_t L_9 = V_0; ___hi0 = L_9; uint64_t L_10 = V_2; uint64_t L_11 = V_1; ___lo1 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_11, (int64_t)((int64_t)184467440737LL))))); uint64_t L_12 = V_3; V_2 = ((int64_t)((uint64_t)(int64_t)L_12/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))); uint64_t L_13 = V_3; uint64_t L_14 = V_2; V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_13, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_14, (int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))); uint64_t L_15 = ___lo1; uint64_t L_16 = V_2; ___lo1 = ((int64_t)il2cpp_codegen_add((int64_t)L_15, (int64_t)L_16)); uint64_t L_17 = V_3; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_18 = NumberFormatter_ToDecHex_m1238855594(NULL /*static, unused*/, (((int32_t)((int32_t)L_17))), /*hidden argument*/NULL); __this->set__val1_19(L_18); uint64_t L_19 = ___lo1; V_2 = ((int64_t)((uint64_t)(int64_t)L_19/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))); uint64_t L_20 = ___lo1; uint64_t L_21 = V_2; V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_20, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_21, (int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))); uint64_t L_22 = V_2; ___lo1 = L_22; uint32_t L_23 = ___hi0; if (!L_23) { goto IL_00c8; } } { uint64_t L_24 = ___lo1; uint32_t L_25 = ___hi0; ___lo1 = ((int64_t)il2cpp_codegen_add((int64_t)L_24, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)L_25))), (int64_t)((int64_t)184467440737LL))))); uint64_t L_26 = V_3; uint32_t L_27 = ___hi0; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_26, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)L_27))), (int64_t)(((int64_t)((int64_t)((int32_t)9551616)))))))); uint64_t L_28 = V_3; V_2 = ((int64_t)((uint64_t)(int64_t)L_28/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))); uint64_t L_29 = ___lo1; uint64_t L_30 = V_2; ___lo1 = ((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)L_30)); uint64_t L_31 = V_3; uint64_t L_32 = V_2; V_3 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_31, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_32, (int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))); } IL_00c8: { uint64_t L_33 = V_3; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_34 = NumberFormatter_ToDecHex_m1238855594(NULL /*static, unused*/, (((int32_t)((int32_t)L_33))), /*hidden argument*/NULL); __this->set__val2_20(L_34); uint64_t L_35 = ___lo1; if ((!(((uint64_t)L_35) >= ((uint64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))) { goto IL_0103; } } { uint64_t L_36 = ___lo1; V_2 = ((int64_t)((uint64_t)(int64_t)L_36/(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))); uint64_t L_37 = ___lo1; uint64_t L_38 = V_2; ___lo1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_37, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_38, (int64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))); uint64_t L_39 = V_2; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_40 = NumberFormatter_ToDecHex_m1238855594(NULL /*static, unused*/, (((int32_t)((int32_t)L_39))), /*hidden argument*/NULL); __this->set__val4_22(L_40); } IL_0103: { uint64_t L_41 = ___lo1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_42 = NumberFormatter_ToDecHex_m1238855594(NULL /*static, unused*/, (((int32_t)((int32_t)L_41))), /*hidden argument*/NULL); __this->set__val3_21(L_42); return; } } // System.UInt32 System.NumberFormatter::FastToDecHex(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t NumberFormatter_FastToDecHex_m699829267 (RuntimeObject * __this /* static, unused */, int32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_FastToDecHex_m699829267_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___val0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)100)))) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t* L_1 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_DecHexDigits_5(); int32_t L_2 = ___val0; return (*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)4)))))); } IL_0013: { int32_t L_3 = ___val0; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)5243)))>>(int32_t)((int32_t)19))); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t* L_4 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_DecHexDigits_5(); int32_t L_5 = V_0; int32_t* L_6 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_DecHexDigits_5(); int32_t L_7 = ___val0; int32_t L_8 = V_0; return ((int32_t)((int32_t)((int32_t)((int32_t)(*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)4))))))<<(int32_t)8))|(int32_t)(*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)((int32_t)100))))), (int32_t)4)))))))); } } // System.UInt32 System.NumberFormatter::ToDecHex(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t NumberFormatter_ToDecHex_m1238855594 (RuntimeObject * __this /* static, unused */, int32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_ToDecHex_m1238855594_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0 = ___val0; if ((((int32_t)L_0) < ((int32_t)((int32_t)10000)))) { goto IL_002a; } } { int32_t L_1 = ___val0; V_1 = ((int32_t)((int32_t)L_1/(int32_t)((int32_t)10000))); int32_t L_2 = ___val0; int32_t L_3 = V_1; ___val0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)10000))))); int32_t L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_5 = NumberFormatter_FastToDecHex_m699829267(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_5<<(int32_t)((int32_t)16))); } IL_002a: { uint32_t L_6 = V_0; int32_t L_7 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_8 = NumberFormatter_FastToDecHex_m699829267(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_6|(int32_t)L_8)); } } // System.Int32 System.NumberFormatter::FastDecHexLen(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_FastDecHexLen_m224865815 (RuntimeObject * __this /* static, unused */, int32_t ___val0, const RuntimeMethod* method) { { int32_t L_0 = ___val0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)256)))) { goto IL_0017; } } { int32_t L_1 = ___val0; if ((((int32_t)L_1) >= ((int32_t)((int32_t)16)))) { goto IL_0015; } } { return 1; } IL_0015: { return 2; } IL_0017: { int32_t L_2 = ___val0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)4096)))) { goto IL_0024; } } { return 3; } IL_0024: { return 4; } } // System.Int32 System.NumberFormatter::DecHexLen(System.UInt32) extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_DecHexLen_m3886828604 (RuntimeObject * __this /* static, unused */, uint32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_DecHexLen_m3886828604_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___val0; if ((!(((uint32_t)L_0) < ((uint32_t)((int32_t)65536))))) { goto IL_0012; } } { uint32_t L_1 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_2 = NumberFormatter_FastDecHexLen_m224865815(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } IL_0012: { uint32_t L_3 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_4 = NumberFormatter_FastDecHexLen_m224865815(NULL /*static, unused*/, ((int32_t)((uint32_t)L_3>>((int32_t)16))), /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_4)); } } // System.Int32 System.NumberFormatter::DecHexLen() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_DecHexLen_m510984344 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_DecHexLen_m510984344_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = __this->get__val4_22(); if (!L_0) { goto IL_001a; } } { uint32_t L_1 = __this->get__val4_22(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_2 = NumberFormatter_DecHexLen_m3886828604(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)24))); } IL_001a: { uint32_t L_3 = __this->get__val3_21(); if (!L_3) { goto IL_0034; } } { uint32_t L_4 = __this->get__val3_21(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_5 = NumberFormatter_DecHexLen_m3886828604(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)16))); } IL_0034: { uint32_t L_6 = __this->get__val2_20(); if (!L_6) { goto IL_004d; } } { uint32_t L_7 = __this->get__val2_20(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_8 = NumberFormatter_DecHexLen_m3886828604(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)); } IL_004d: { uint32_t L_9 = __this->get__val1_19(); if (!L_9) { goto IL_0064; } } { uint32_t L_10 = __this->get__val1_19(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_11 = NumberFormatter_DecHexLen_m3886828604(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); return L_11; } IL_0064: { return 0; } } // System.Int32 System.NumberFormatter::ScaleOrder(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_ScaleOrder_m3813786990 (RuntimeObject * __this /* static, unused */, int64_t ___hi0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_ScaleOrder_m3813786990_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = ((int32_t)18); goto IL_001c; } IL_0008: { int64_t L_0 = ___hi0; int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int64_t L_2 = NumberFormatter_GetTenPowerOf_m3725144548(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((((int64_t)L_0) < ((int64_t)L_2))) { goto IL_0018; } } { int32_t L_3 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0018: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); } IL_001c: { int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0008; } } { return 1; } } // System.Int32 System.NumberFormatter::InitialFloatingPrecision() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_InitialFloatingPrecision_m2468520485 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get__specifier_13(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)82))))) { goto IL_0016; } } { int32_t L_1 = __this->get__defPrecision_15(); return ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)2)); } IL_0016: { int32_t L_2 = __this->get__precision_14(); int32_t L_3 = __this->get__defPrecision_15(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_002e; } } { int32_t L_4 = __this->get__defPrecision_15(); return L_4; } IL_002e: { Il2CppChar L_5 = __this->get__specifier_13(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)71))))) { goto IL_004f; } } { int32_t L_6 = __this->get__defPrecision_15(); int32_t L_7 = __this->get__precision_14(); int32_t L_8 = Math_Min_m3468062251(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2)), L_7, /*hidden argument*/NULL); return L_8; } IL_004f: { Il2CppChar L_9 = __this->get__specifier_13(); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)69))))) { goto IL_0072; } } { int32_t L_10 = __this->get__defPrecision_15(); int32_t L_11 = __this->get__precision_14(); int32_t L_12 = Math_Min_m3468062251(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); return L_12; } IL_0072: { int32_t L_13 = __this->get__defPrecision_15(); return L_13; } } // System.Int32 System.NumberFormatter::ParsePrecision(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_ParsePrecision_m2004010615 (RuntimeObject * __this /* static, unused */, String_t* ___format0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 1; goto IL_0039; } IL_0009: { String_t* L_0 = ___format0; int32_t L_1 = V_1; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)48))); int32_t L_3 = V_0; int32_t L_4 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)10))), (int32_t)L_4)); int32_t L_5 = V_2; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0032; } } { int32_t L_6 = V_2; if ((((int32_t)L_6) > ((int32_t)((int32_t)9)))) { goto IL_0032; } } { int32_t L_7 = V_0; if ((((int32_t)L_7) <= ((int32_t)((int32_t)99)))) { goto IL_0035; } } IL_0032: { return ((int32_t)-2); } IL_0035: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0039: { int32_t L_9 = V_1; String_t* L_10 = ___format0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0009; } } { int32_t L_12 = V_0; return L_12; } } // System.Void System.NumberFormatter::Init(System.String) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m3326584660 (NumberFormatter_t1182924621 * __this, String_t* ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_Init_m3326584660_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; uint32_t V_1 = 0; bool V_2 = false; { int32_t L_0 = 0; V_1 = L_0; __this->set__val4_22(L_0); uint32_t L_1 = V_1; uint32_t L_2 = L_1; V_1 = L_2; __this->set__val3_21(L_2); uint32_t L_3 = V_1; uint32_t L_4 = L_3; V_1 = L_4; __this->set__val2_20(L_4); uint32_t L_5 = V_1; __this->set__val1_19(L_5); __this->set__offset_17(0); int32_t L_6 = 0; V_2 = (bool)L_6; __this->set__infinity_9((bool)L_6); bool L_7 = V_2; __this->set__NaN_8(L_7); __this->set__isCustomFormat_10((bool)0); __this->set__specifierIsUpper_11((bool)1); __this->set__precision_14((-1)); String_t* L_8 = ___format0; if (!L_8) { goto IL_005f; } } { String_t* L_9 = ___format0; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0068; } } IL_005f: { __this->set__specifier_13(((int32_t)71)); return; } IL_0068: { String_t* L_11 = ___format0; NullCheck(L_11); Il2CppChar L_12 = String_get_Chars_m2986988803(L_11, 0, /*hidden argument*/NULL); V_0 = L_12; Il2CppChar L_13 = V_0; if ((((int32_t)L_13) < ((int32_t)((int32_t)97)))) { goto IL_0095; } } { Il2CppChar L_14 = V_0; if ((((int32_t)L_14) > ((int32_t)((int32_t)122)))) { goto IL_0095; } } { Il2CppChar L_15 = V_0; V_0 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)97))), (int32_t)((int32_t)65)))))); __this->set__specifierIsUpper_11((bool)0); goto IL_00b5; } IL_0095: { Il2CppChar L_16 = V_0; if ((((int32_t)L_16) < ((int32_t)((int32_t)65)))) { goto IL_00a5; } } { Il2CppChar L_17 = V_0; if ((((int32_t)L_17) <= ((int32_t)((int32_t)90)))) { goto IL_00b5; } } IL_00a5: { __this->set__isCustomFormat_10((bool)1); __this->set__specifier_13(((int32_t)48)); return; } IL_00b5: { Il2CppChar L_18 = V_0; __this->set__specifier_13(L_18); String_t* L_19 = ___format0; NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)1))) { goto IL_00f7; } } { String_t* L_21 = ___format0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_22 = NumberFormatter_ParsePrecision_m2004010615(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); __this->set__precision_14(L_22); int32_t L_23 = __this->get__precision_14(); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)-2))))) { goto IL_00f7; } } { __this->set__isCustomFormat_10((bool)1); __this->set__specifier_13(((int32_t)48)); __this->set__precision_14((-1)); } IL_00f7: { return; } } // System.Void System.NumberFormatter::InitHex(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_InitHex_m3573185377 (NumberFormatter_t1182924621 * __this, uint64_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__defPrecision_15(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)3))) { case 0: { goto IL_0028; } case 1: { goto IL_001b; } case 2: { goto IL_0032; } } } IL_001b: { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_003c; } } { goto IL_0046; } IL_0028: { uint64_t L_3 = ___value0; ___value0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint8_t)L_3))))))))); goto IL_0046; } IL_0032: { uint64_t L_4 = ___value0; ___value0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint16_t)L_4))))))))); goto IL_0046; } IL_003c: { uint64_t L_5 = ___value0; ___value0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint32_t)L_5))))))))); goto IL_0046; } IL_0046: { uint64_t L_6 = ___value0; __this->set__val1_19((((int32_t)((uint32_t)L_6)))); uint64_t L_7 = ___value0; __this->set__val2_20((((int32_t)((uint32_t)((int64_t)((uint64_t)L_7>>((int32_t)32))))))); int32_t L_8 = NumberFormatter_DecHexLen_m510984344(__this, /*hidden argument*/NULL); int32_t L_9 = L_8; V_0 = L_9; __this->set__digitsLen_16(L_9); int32_t L_10 = V_0; __this->set__decPointPos_18(L_10); uint64_t L_11 = ___value0; if (L_11) { goto IL_007b; } } { __this->set__decPointPos_18(1); } IL_007b: { return; } } // System.Void System.NumberFormatter::Init(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m1788236100 (NumberFormatter_t1182924621 * __this, String_t* ___format0, int32_t ___value1, int32_t ___defPrecision2, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___format0; NumberFormatter_Init_m3326584660(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___defPrecision2; __this->set__defPrecision_15(L_1); int32_t L_2 = ___value1; __this->set__positive_12((bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)); int32_t L_3 = ___value1; if (!L_3) { goto IL_002e; } } { Il2CppChar L_4 = __this->get__specifier_13(); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)88))))) { goto IL_0037; } } IL_002e: { int32_t L_5 = ___value1; NumberFormatter_InitHex_m3573185377(__this, (((int64_t)((int64_t)L_5))), /*hidden argument*/NULL); return; } IL_0037: { int32_t L_6 = ___value1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0042; } } { int32_t L_7 = ___value1; ___value1 = ((-L_7)); } IL_0042: { int32_t L_8 = ___value1; NumberFormatter_InitDecHexDigits_m829694854(__this, L_8, /*hidden argument*/NULL); int32_t L_9 = NumberFormatter_DecHexLen_m510984344(__this, /*hidden argument*/NULL); int32_t L_10 = L_9; V_0 = L_10; __this->set__digitsLen_16(L_10); int32_t L_11 = V_0; __this->set__decPointPos_18(L_11); return; } } // System.Void System.NumberFormatter::Init(System.String,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m190003953 (NumberFormatter_t1182924621 * __this, String_t* ___format0, uint32_t ___value1, int32_t ___defPrecision2, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___format0; NumberFormatter_Init_m3326584660(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___defPrecision2; __this->set__defPrecision_15(L_1); __this->set__positive_12((bool)1); uint32_t L_2 = ___value1; if (!L_2) { goto IL_0028; } } { Il2CppChar L_3 = __this->get__specifier_13(); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)88))))) { goto IL_0031; } } IL_0028: { uint32_t L_4 = ___value1; NumberFormatter_InitHex_m3573185377(__this, (((int64_t)((uint64_t)L_4))), /*hidden argument*/NULL); return; } IL_0031: { uint32_t L_5 = ___value1; NumberFormatter_InitDecHexDigits_m829694854(__this, L_5, /*hidden argument*/NULL); int32_t L_6 = NumberFormatter_DecHexLen_m510984344(__this, /*hidden argument*/NULL); int32_t L_7 = L_6; V_0 = L_7; __this->set__digitsLen_16(L_7); int32_t L_8 = V_0; __this->set__decPointPos_18(L_8); return; } } // System.Void System.NumberFormatter::Init(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m2506227005 (NumberFormatter_t1182924621 * __this, String_t* ___format0, int64_t ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___format0; NumberFormatter_Init_m3326584660(__this, L_0, /*hidden argument*/NULL); __this->set__defPrecision_15(((int32_t)19)); int64_t L_1 = ___value1; __this->set__positive_12((bool)((((int32_t)((((int64_t)L_1) < ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0)); int64_t L_2 = ___value1; if (!L_2) { goto IL_0030; } } { Il2CppChar L_3 = __this->get__specifier_13(); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)88))))) { goto IL_0038; } } IL_0030: { int64_t L_4 = ___value1; NumberFormatter_InitHex_m3573185377(__this, L_4, /*hidden argument*/NULL); return; } IL_0038: { int64_t L_5 = ___value1; if ((((int64_t)L_5) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0044; } } { int64_t L_6 = ___value1; ___value1 = ((-L_6)); } IL_0044: { int64_t L_7 = ___value1; NumberFormatter_InitDecHexDigits_m1992166588(__this, L_7, /*hidden argument*/NULL); int32_t L_8 = NumberFormatter_DecHexLen_m510984344(__this, /*hidden argument*/NULL); int32_t L_9 = L_8; V_0 = L_9; __this->set__digitsLen_16(L_9); int32_t L_10 = V_0; __this->set__decPointPos_18(L_10); return; } } // System.Void System.NumberFormatter::Init(System.String,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m2982613221 (NumberFormatter_t1182924621 * __this, String_t* ___format0, uint64_t ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___format0; NumberFormatter_Init_m3326584660(__this, L_0, /*hidden argument*/NULL); __this->set__defPrecision_15(((int32_t)20)); __this->set__positive_12((bool)1); uint64_t L_1 = ___value1; if (!L_1) { goto IL_0029; } } { Il2CppChar L_2 = __this->get__specifier_13(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)88))))) { goto IL_0031; } } IL_0029: { uint64_t L_3 = ___value1; NumberFormatter_InitHex_m3573185377(__this, L_3, /*hidden argument*/NULL); return; } IL_0031: { uint64_t L_4 = ___value1; NumberFormatter_InitDecHexDigits_m1992166588(__this, L_4, /*hidden argument*/NULL); int32_t L_5 = NumberFormatter_DecHexLen_m510984344(__this, /*hidden argument*/NULL); int32_t L_6 = L_5; V_0 = L_6; __this->set__digitsLen_16(L_6); int32_t L_7 = V_0; __this->set__decPointPos_18(L_7); return; } } // System.Void System.NumberFormatter::Init(System.String,System.Double,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m3576155222 (NumberFormatter_t1182924621 * __this, String_t* ___format0, double ___value1, int32_t ___defPrecision2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_Init_m3576155222_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; int64_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int64_t V_13 = 0; { String_t* L_0 = ___format0; NumberFormatter_Init_m3326584660(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___defPrecision2; __this->set__defPrecision_15(L_1); double L_2 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); int64_t L_3 = BitConverter_DoubleToInt64Bits_m3574395137(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; int64_t L_4 = V_0; __this->set__positive_12((bool)((((int32_t)((((int64_t)L_4) < ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0)); int64_t L_5 = V_0; V_0 = ((int64_t)((int64_t)L_5&(int64_t)((int64_t)std::numeric_limits::max()))); int64_t L_6 = V_0; if (L_6) { goto IL_004b; } } { __this->set__decPointPos_18(1); __this->set__digitsLen_16(0); __this->set__positive_12((bool)1); return; } IL_004b: { int64_t L_7 = V_0; V_1 = (((int32_t)((int32_t)((int64_t)((int64_t)L_7>>(int32_t)((int32_t)52)))))); int64_t L_8 = V_0; V_2 = ((int64_t)((int64_t)L_8&(int64_t)((int64_t)4503599627370495LL))); int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)2047))))) { goto IL_0082; } } { int64_t L_10 = V_2; __this->set__NaN_8((bool)((((int32_t)((((int64_t)L_10) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0)); int64_t L_11 = V_2; __this->set__infinity_9((bool)((((int64_t)L_11) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)); return; } IL_0082: { V_3 = 0; int32_t L_12 = V_1; if (L_12) { goto IL_00b2; } } { V_1 = 1; int64_t L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_14 = NumberFormatter_ScaleOrder_m3813786990(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_4 = L_14; int32_t L_15 = V_4; if ((((int32_t)L_15) >= ((int32_t)((int32_t)15)))) { goto IL_00ad; } } { int32_t L_16 = V_4; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)15))); int64_t L_17 = V_2; int32_t L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int64_t L_19 = NumberFormatter_GetTenPowerOf_m3725144548(NULL /*static, unused*/, ((-L_18)), /*hidden argument*/NULL); V_2 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_17, (int64_t)L_19)); } IL_00ad: { goto IL_00c7; } IL_00b2: { int64_t L_20 = V_2; V_2 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_20, (int64_t)((int64_t)4503599627370495LL))), (int64_t)(((int64_t)((int64_t)1))))), (int64_t)(((int64_t)((int64_t)((int32_t)10)))))); V_3 = (-1); } IL_00c7: { int64_t L_21 = V_2; V_5 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint32_t)L_21))))))))); int64_t L_22 = V_2; V_6 = ((int64_t)((uint64_t)L_22>>((int32_t)32))); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint64_t* L_23 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_MantissaBitsTable_0(); int32_t L_24 = V_1; V_7 = (*((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)8)))))); uint64_t L_25 = V_7; V_8 = ((int64_t)((uint64_t)L_25>>((int32_t)32))); uint64_t L_26 = V_7; V_7 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint32_t)L_26))))))))); uint64_t L_27 = V_6; uint64_t L_28 = V_7; uint64_t L_29 = V_5; uint64_t L_30 = V_8; uint64_t L_31 = V_5; uint64_t L_32 = V_7; V_9 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_27, (int64_t)L_28)), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_29, (int64_t)L_30)))), (int64_t)((int64_t)((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_31, (int64_t)L_32))>>((int32_t)32))))); uint64_t L_33 = V_6; uint64_t L_34 = V_8; uint64_t L_35 = V_9; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_33, (int64_t)L_34)), (int64_t)((int64_t)((uint64_t)L_35>>((int32_t)32))))); goto IL_0130; } IL_0113: { uint64_t L_36 = V_9; V_9 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_36&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), (int64_t)(((int64_t)((int64_t)((int32_t)10)))))); int64_t L_37 = V_10; uint64_t L_38 = V_9; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_37, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), (int64_t)((int64_t)((uint64_t)L_38>>((int32_t)32))))); int32_t L_39 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)); } IL_0130: { int64_t L_40 = V_10; if ((((int64_t)L_40) < ((int64_t)((int64_t)10000000000000000LL)))) { goto IL_0113; } } { uint64_t L_41 = V_9; if (!((int64_t)((int64_t)L_41&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL)))))))))) { goto IL_0155; } } { int64_t L_42 = V_10; V_10 = ((int64_t)il2cpp_codegen_add((int64_t)L_42, (int64_t)(((int64_t)((int64_t)1))))); } IL_0155: { V_11 = ((int32_t)17); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t* L_43 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_TensExponentTable_1(); int32_t L_44 = V_1; int32_t L_45 = V_3; int32_t L_46 = V_11; __this->set__decPointPos_18(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)4)))))), (int32_t)L_45)), (int32_t)L_46))); int32_t L_47 = NumberFormatter_InitialFloatingPrecision_m2468520485(__this, /*hidden argument*/NULL); V_12 = L_47; int32_t L_48 = V_11; int32_t L_49 = V_12; if ((((int32_t)L_48) <= ((int32_t)L_49))) { goto IL_019b; } } { int32_t L_50 = V_11; int32_t L_51 = V_12; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int64_t L_52 = NumberFormatter_GetTenPowerOf_m3725144548(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)L_51)), /*hidden argument*/NULL); V_13 = L_52; int64_t L_53 = V_10; int64_t L_54 = V_13; int64_t L_55 = V_13; V_10 = ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_53, (int64_t)((int64_t)((int64_t)L_54>>(int32_t)1))))/(int64_t)L_55)); int32_t L_56 = V_12; V_11 = L_56; } IL_019b: { int64_t L_57 = V_10; int32_t L_58 = V_11; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int64_t L_59 = NumberFormatter_GetTenPowerOf_m3725144548(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); if ((((int64_t)L_57) < ((int64_t)L_59))) { goto IL_01bd; } } { int32_t L_60 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); int32_t L_61 = __this->get__decPointPos_18(); __this->set__decPointPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1))); } IL_01bd: { int64_t L_62 = V_10; NumberFormatter_InitDecHexDigits_m1992166588(__this, L_62, /*hidden argument*/NULL); int32_t L_63 = NumberFormatter_CountTrailingZeros_m1178387884(__this, /*hidden argument*/NULL); __this->set__offset_17(L_63); int32_t L_64 = V_11; int32_t L_65 = __this->get__offset_17(); __this->set__digitsLen_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65))); return; } } // System.Void System.NumberFormatter::Init(System.String,System.Decimal) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Init_m1925374739 (NumberFormatter_t1182924621 * __this, String_t* ___format0, Decimal_t2948259380 ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_Init_m1925374739_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___format0; NumberFormatter_Init_m3326584660(__this, L_0, /*hidden argument*/NULL); __this->set__defPrecision_15(((int32_t)100)); Decimal_t2948259380 L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_2 = Decimal_GetBits_m453754410(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; Int32U5BU5D_t385246372* L_3 = V_0; NullCheck(L_3); int32_t L_4 = 3; int32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)2031616)))>>(int32_t)((int32_t)16))); Int32U5BU5D_t385246372* L_6 = V_0; NullCheck(L_6); int32_t L_7 = 3; int32_t L_8 = (L_6)->GetAt(static_cast(L_7)); __this->set__positive_12((bool)((((int32_t)((((int32_t)L_8) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)); Int32U5BU5D_t385246372* L_9 = V_0; NullCheck(L_9); int32_t L_10 = 0; int32_t L_11 = (L_9)->GetAt(static_cast(L_10)); if (L_11) { goto IL_0061; } } { Int32U5BU5D_t385246372* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 1; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); if (L_14) { goto IL_0061; } } { Int32U5BU5D_t385246372* L_15 = V_0; NullCheck(L_15); int32_t L_16 = 2; int32_t L_17 = (L_15)->GetAt(static_cast(L_16)); if (L_17) { goto IL_0061; } } { int32_t L_18 = V_1; __this->set__decPointPos_18(((-L_18))); __this->set__positive_12((bool)1); __this->set__digitsLen_16(0); return; } IL_0061: { Int32U5BU5D_t385246372* L_19 = V_0; NullCheck(L_19); int32_t L_20 = 2; int32_t L_21 = (L_19)->GetAt(static_cast(L_20)); Int32U5BU5D_t385246372* L_22 = V_0; NullCheck(L_22); int32_t L_23 = 1; int32_t L_24 = (L_22)->GetAt(static_cast(L_23)); Int32U5BU5D_t385246372* L_25 = V_0; NullCheck(L_25); int32_t L_26 = 0; int32_t L_27 = (L_25)->GetAt(static_cast(L_26)); NumberFormatter_InitDecHexDigits_m2266082744(__this, L_21, ((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_24)))<<(int32_t)((int32_t)32)))|(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)L_27)))))))), /*hidden argument*/NULL); int32_t L_28 = NumberFormatter_DecHexLen_m510984344(__this, /*hidden argument*/NULL); __this->set__digitsLen_16(L_28); int32_t L_29 = __this->get__digitsLen_16(); int32_t L_30 = V_1; __this->set__decPointPos_18(((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30))); int32_t L_31 = __this->get__precision_14(); if ((!(((uint32_t)L_31) == ((uint32_t)(-1))))) { goto IL_00a9; } } { Il2CppChar L_32 = __this->get__specifier_13(); if ((((int32_t)L_32) == ((int32_t)((int32_t)71)))) { goto IL_00c8; } } IL_00a9: { int32_t L_33 = NumberFormatter_CountTrailingZeros_m1178387884(__this, /*hidden argument*/NULL); __this->set__offset_17(L_33); int32_t L_34 = __this->get__digitsLen_16(); int32_t L_35 = __this->get__offset_17(); __this->set__digitsLen_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35))); } IL_00c8: { return; } } // System.Void System.NumberFormatter::ResetCharBuf(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_ResetCharBuf_m1098525658 (NumberFormatter_t1182924621 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_ResetCharBuf_m1098525658_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__ind_24(0); CharU5BU5D_t3528271667* L_0 = __this->get__cbuf_23(); NullCheck(L_0); int32_t L_1 = ___size0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) >= ((int32_t)L_1))) { goto IL_0021; } } { int32_t L_2 = ___size0; __this->set__cbuf_23(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_2))); } IL_0021: { return; } } // System.Void System.NumberFormatter::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Resize_m3876336103 (NumberFormatter_t1182924621 * __this, int32_t ___len0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_Resize_m3876336103_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; { int32_t L_0 = ___len0; V_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_0)); CharU5BU5D_t3528271667* L_1 = __this->get__cbuf_23(); CharU5BU5D_t3528271667* L_2 = V_0; int32_t L_3 = __this->get__ind_24(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_4 = V_0; __this->set__cbuf_23(L_4); return; } } // System.Void System.NumberFormatter::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Append_m950227932 (NumberFormatter_t1182924621 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__ind_24(); CharU5BU5D_t3528271667* L_1 = __this->get__cbuf_23(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_0022; } } { int32_t L_2 = __this->get__ind_24(); NumberFormatter_Resize_m3876336103(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)10))), /*hidden argument*/NULL); } IL_0022: { CharU5BU5D_t3528271667* L_3 = __this->get__cbuf_23(); int32_t L_4 = __this->get__ind_24(); int32_t L_5 = L_4; V_0 = L_5; __this->set__ind_24(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; Il2CppChar L_7 = ___c0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (Il2CppChar)L_7); return; } } // System.Void System.NumberFormatter::Append(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Append_m1427178134 (NumberFormatter_t1182924621 * __this, Il2CppChar ___c0, int32_t ___cnt1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__ind_24(); int32_t L_1 = ___cnt1; CharU5BU5D_t3528271667* L_2 = __this->get__cbuf_23(); NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0026; } } { int32_t L_3 = __this->get__ind_24(); int32_t L_4 = ___cnt1; NumberFormatter_Resize_m3876336103(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)((int32_t)10))), /*hidden argument*/NULL); } IL_0026: { goto IL_0044; } IL_002b: { CharU5BU5D_t3528271667* L_5 = __this->get__cbuf_23(); int32_t L_6 = __this->get__ind_24(); int32_t L_7 = L_6; V_0 = L_7; __this->set__ind_24(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; Il2CppChar L_9 = ___c0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (Il2CppChar)L_9); } IL_0044: { int32_t L_10 = ___cnt1; int32_t L_11 = L_10; ___cnt1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_002b; } } { return; } } // System.Void System.NumberFormatter::Append(System.String) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Append_m269678094 (NumberFormatter_t1182924621 * __this, String_t* ___s0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = __this->get__ind_24(); int32_t L_3 = V_0; CharU5BU5D_t3528271667* L_4 = __this->get__cbuf_23(); NullCheck(L_4); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_002d; } } { int32_t L_5 = __this->get__ind_24(); int32_t L_6 = V_0; NumberFormatter_Resize_m3876336103(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)((int32_t)10))), /*hidden argument*/NULL); } IL_002d: { V_1 = 0; goto IL_0057; } IL_0034: { CharU5BU5D_t3528271667* L_7 = __this->get__cbuf_23(); int32_t L_8 = __this->get__ind_24(); int32_t L_9 = L_8; V_2 = L_9; __this->set__ind_24(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_2; String_t* L_11 = ___s0; int32_t L_12 = V_1; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, L_12, /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (Il2CppChar)L_13); int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0057: { int32_t L_15 = V_1; int32_t L_16 = V_0; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0034; } } { return; } } // System.Globalization.NumberFormatInfo System.NumberFormatter::GetNumberFormatInstance(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_t435877138 * NumberFormatter_GetNumberFormatInstance_m4015471089 (NumberFormatter_t1182924621 * __this, RuntimeObject* ___fp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_GetNumberFormatInstance_m4015471089_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NumberFormatInfo_t435877138 * L_0 = __this->get__nfi_7(); if (!L_0) { goto IL_0018; } } { RuntimeObject* L_1 = ___fp0; if (L_1) { goto IL_0018; } } { NumberFormatInfo_t435877138 * L_2 = __this->get__nfi_7(); return L_2; } IL_0018: { RuntimeObject* L_3 = ___fp0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_4 = NumberFormatInfo_GetInstance_m2833078205(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.NumberFormatter::set_CurrentCulture(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_set_CurrentCulture_m1358228087 (NumberFormatter_t1182924621 * __this, CultureInfo_t4157843068 * ___value0, const RuntimeMethod* method) { { CultureInfo_t4157843068 * L_0 = ___value0; if (!L_0) { goto IL_0022; } } { CultureInfo_t4157843068 * L_1 = ___value0; NullCheck(L_1); bool L_2 = CultureInfo_get_IsReadOnly_m3799952118(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { CultureInfo_t4157843068 * L_3 = ___value0; NullCheck(L_3); NumberFormatInfo_t435877138 * L_4 = VirtFuncInvoker0< NumberFormatInfo_t435877138 * >::Invoke(13 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_3); __this->set__nfi_7(L_4); goto IL_0029; } IL_0022: { __this->set__nfi_7((NumberFormatInfo_t435877138 *)NULL); } IL_0029: { return; } } // System.Int32 System.NumberFormatter::get_IntegerDigits() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_get_IntegerDigits_m1758408763 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get__decPointPos_18(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0017; } } { int32_t L_1 = __this->get__decPointPos_18(); G_B3_0 = L_1; goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { return G_B3_0; } } // System.Int32 System.NumberFormatter::get_DecimalDigits() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_get_DecimalDigits_m1471374423 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get__digitsLen_16(); int32_t L_1 = __this->get__decPointPos_18(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0023; } } { int32_t L_2 = __this->get__digitsLen_16(); int32_t L_3 = __this->get__decPointPos_18(); G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { return G_B3_0; } } // System.Boolean System.NumberFormatter::get_IsFloatingSource() extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsFloatingSource_m3714711779 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get__defPrecision_15(); if ((((int32_t)L_0) == ((int32_t)((int32_t)15)))) { goto IL_0018; } } { int32_t L_1 = __this->get__defPrecision_15(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)7))? 1 : 0); goto IL_0019; } IL_0018: { G_B3_0 = 1; } IL_0019: { return (bool)G_B3_0; } } // System.Boolean System.NumberFormatter::get_IsZero() extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsZero_m3770699077 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__digitsLen_16(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.NumberFormatter::get_IsZeroInteger() extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_get_IsZeroInteger_m2263284741 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get__digitsLen_16(); if (!L_0) { goto IL_0019; } } { int32_t L_1 = __this->get__decPointPos_18(); G_B3_0 = ((((int32_t)((((int32_t)L_1) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_001a; } IL_0019: { G_B3_0 = 1; } IL_001a: { return (bool)G_B3_0; } } // System.Void System.NumberFormatter::RoundPos(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_RoundPos_m545168719 (NumberFormatter_t1182924621 * __this, int32_t ___pos0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__digitsLen_16(); int32_t L_1 = ___pos0; NumberFormatter_RoundBits_m2305061002(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), /*hidden argument*/NULL); return; } } // System.Boolean System.NumberFormatter::RoundDecimal(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_RoundDecimal_m2957290908 (NumberFormatter_t1182924621 * __this, int32_t ___decimals0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__digitsLen_16(); int32_t L_1 = __this->get__decPointPos_18(); int32_t L_2 = ___decimals0; bool L_3 = NumberFormatter_RoundBits_m2305061002(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)L_2)), /*hidden argument*/NULL); return L_3; } } // System.Boolean System.NumberFormatter::RoundBits(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_RoundBits_m2305061002 (NumberFormatter_t1182924621 * __this, int32_t ___shift0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; uint32_t V_4 = 0; { int32_t L_0 = ___shift0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0009; } } { return (bool)0; } IL_0009: { int32_t L_1 = ___shift0; int32_t L_2 = __this->get__digitsLen_16(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0054; } } { __this->set__digitsLen_16(0); __this->set__decPointPos_18(1); int32_t L_3 = 0; V_4 = L_3; __this->set__val4_22(L_3); uint32_t L_4 = V_4; uint32_t L_5 = L_4; V_4 = L_5; __this->set__val3_21(L_5); uint32_t L_6 = V_4; uint32_t L_7 = L_6; V_4 = L_7; __this->set__val2_20(L_7); uint32_t L_8 = V_4; __this->set__val1_19(L_8); __this->set__positive_12((bool)1); return (bool)0; } IL_0054: { int32_t L_9 = ___shift0; int32_t L_10 = __this->get__offset_17(); ___shift0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = __this->get__digitsLen_16(); int32_t L_12 = __this->get__offset_17(); __this->set__digitsLen_16(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))); goto IL_00b4; } IL_0076: { uint32_t L_13 = __this->get__val2_20(); __this->set__val1_19(L_13); uint32_t L_14 = __this->get__val3_21(); __this->set__val2_20(L_14); uint32_t L_15 = __this->get__val4_22(); __this->set__val3_21(L_15); __this->set__val4_22(0); int32_t L_16 = __this->get__digitsLen_16(); __this->set__digitsLen_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)8))); int32_t L_17 = ___shift0; ___shift0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)8)); } IL_00b4: { int32_t L_18 = ___shift0; if ((((int32_t)L_18) > ((int32_t)8))) { goto IL_0076; } } { int32_t L_19 = ___shift0; ___shift0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))<<(int32_t)2)); uint32_t L_20 = __this->get__val1_19(); int32_t L_21 = ___shift0; V_0 = ((int32_t)((uint32_t)L_20>>((int32_t)((int32_t)L_21&(int32_t)((int32_t)31))))); uint32_t L_22 = V_0; V_1 = ((int32_t)((int32_t)L_22&(int32_t)((int32_t)15))); uint32_t L_23 = V_0; uint32_t L_24 = V_1; int32_t L_25 = ___shift0; __this->set__val1_19(((int32_t)((int32_t)((int32_t)((int32_t)L_23^(int32_t)L_24))<<(int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)31)))))); V_2 = (bool)0; uint32_t L_26 = V_1; if ((!(((uint32_t)L_26) >= ((uint32_t)5)))) { goto IL_013d; } } { uint32_t L_27 = __this->get__val1_19(); int32_t L_28 = ___shift0; __this->set__val1_19(((int32_t)((int32_t)L_27|(int32_t)((int32_t)((uint32_t)((int32_t)-1717986919)>>((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)28), (int32_t)L_28))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))))))); NumberFormatter_AddOneToDecHex_m1501523650(__this, /*hidden argument*/NULL); int32_t L_29 = NumberFormatter_DecHexLen_m510984344(__this, /*hidden argument*/NULL); V_3 = L_29; int32_t L_30 = V_3; int32_t L_31 = __this->get__digitsLen_16(); V_2 = (bool)((((int32_t)((((int32_t)L_30) == ((int32_t)L_31))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_32 = __this->get__decPointPos_18(); int32_t L_33 = V_3; int32_t L_34 = __this->get__digitsLen_16(); __this->set__decPointPos_18(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)L_34))); int32_t L_35 = V_3; __this->set__digitsLen_16(L_35); } IL_013d: { NumberFormatter_RemoveTrailingZeros_m1055756375(__this, /*hidden argument*/NULL); bool L_36 = V_2; return L_36; } } // System.Void System.NumberFormatter::RemoveTrailingZeros() extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_RemoveTrailingZeros_m1055756375 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { { int32_t L_0 = NumberFormatter_CountTrailingZeros_m1178387884(__this, /*hidden argument*/NULL); __this->set__offset_17(L_0); int32_t L_1 = __this->get__digitsLen_16(); int32_t L_2 = __this->get__offset_17(); __this->set__digitsLen_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))); int32_t L_3 = __this->get__digitsLen_16(); if (L_3) { goto IL_003f; } } { __this->set__offset_17(0); __this->set__decPointPos_18(1); __this->set__positive_12((bool)1); } IL_003f: { return; } } // System.Void System.NumberFormatter::AddOneToDecHex() extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AddOneToDecHex_m1501523650 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_AddOneToDecHex_m1501523650_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = __this->get__val1_19(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-1717986919))))) { goto IL_0087; } } { __this->set__val1_19(0); uint32_t L_1 = __this->get__val2_20(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-1717986919))))) { goto IL_0071; } } { __this->set__val2_20(0); uint32_t L_2 = __this->get__val3_21(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)-1717986919))))) { goto IL_005b; } } { __this->set__val3_21(0); uint32_t L_3 = __this->get__val4_22(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_4 = NumberFormatter_AddOneToDecHex_m1662045257(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set__val4_22(L_4); goto IL_006c; } IL_005b: { uint32_t L_5 = __this->get__val3_21(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_6 = NumberFormatter_AddOneToDecHex_m1662045257(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); __this->set__val3_21(L_6); } IL_006c: { goto IL_0082; } IL_0071: { uint32_t L_7 = __this->get__val2_20(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_8 = NumberFormatter_AddOneToDecHex_m1662045257(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); __this->set__val2_20(L_8); } IL_0082: { goto IL_0098; } IL_0087: { uint32_t L_9 = __this->get__val1_19(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_10 = NumberFormatter_AddOneToDecHex_m1662045257(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); __this->set__val1_19(L_10); } IL_0098: { return; } } // System.UInt32 System.NumberFormatter::AddOneToDecHex(System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t NumberFormatter_AddOneToDecHex_m1662045257 (RuntimeObject * __this /* static, unused */, uint32_t ___val0, const RuntimeMethod* method) { { uint32_t L_0 = ___val0; if ((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535)))) == ((uint32_t)((int32_t)39321))))) { goto IL_0064; } } { uint32_t L_1 = ___val0; if ((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)16777215)))) == ((uint32_t)((int32_t)10066329))))) { goto IL_0043; } } { uint32_t L_2 = ___val0; if ((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)268435455)))) == ((uint32_t)((int32_t)161061273))))) { goto IL_003b; } } { uint32_t L_3 = ___val0; return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)107374183))); } IL_003b: { uint32_t L_4 = ___val0; return ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)6710887))); } IL_0043: { uint32_t L_5 = ___val0; if ((!(((uint32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)1048575)))) == ((uint32_t)((int32_t)629145))))) { goto IL_005c; } } { uint32_t L_6 = ___val0; return ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)419431))); } IL_005c: { uint32_t L_7 = ___val0; return ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)26215))); } IL_0064: { uint32_t L_8 = ___val0; if ((!(((uint32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)255)))) == ((uint32_t)((int32_t)153))))) { goto IL_0093; } } { uint32_t L_9 = ___val0; if ((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)4095)))) == ((uint32_t)((int32_t)2457))))) { goto IL_008e; } } { uint32_t L_10 = ___val0; return ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)1639))); } IL_008e: { uint32_t L_11 = ___val0; return ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)103))); } IL_0093: { uint32_t L_12 = ___val0; if ((!(((uint32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)15)))) == ((uint32_t)((int32_t)9))))) { goto IL_00a2; } } { uint32_t L_13 = ___val0; return ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)7)); } IL_00a2: { uint32_t L_14 = ___val0; return ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } } // System.Int32 System.NumberFormatter::CountTrailingZeros() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_CountTrailingZeros_m1178387884 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_CountTrailingZeros_m1178387884_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = __this->get__val1_19(); if (!L_0) { goto IL_0017; } } { uint32_t L_1 = __this->get__val1_19(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_2 = NumberFormatter_CountTrailingZeros_m1036924976(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { uint32_t L_3 = __this->get__val2_20(); if (!L_3) { goto IL_0030; } } { uint32_t L_4 = __this->get__val2_20(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_5 = NumberFormatter_CountTrailingZeros_m1036924976(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)8)); } IL_0030: { uint32_t L_6 = __this->get__val3_21(); if (!L_6) { goto IL_004a; } } { uint32_t L_7 = __this->get__val3_21(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_8 = NumberFormatter_CountTrailingZeros_m1036924976(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)16))); } IL_004a: { uint32_t L_9 = __this->get__val4_22(); if (!L_9) { goto IL_0064; } } { uint32_t L_10 = __this->get__val4_22(); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_11 = NumberFormatter_CountTrailingZeros_m1036924976(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)24))); } IL_0064: { int32_t L_12 = __this->get__digitsLen_16(); return L_12; } } // System.Int32 System.NumberFormatter::CountTrailingZeros(System.UInt32) extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatter_CountTrailingZeros_m1036924976 (RuntimeObject * __this /* static, unused */, uint32_t ___val0, const RuntimeMethod* method) { { uint32_t L_0 = ___val0; if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535)))) { goto IL_0038; } } { uint32_t L_1 = ___val0; if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)16777215)))) { goto IL_0028; } } { uint32_t L_2 = ___val0; if (((int32_t)((int32_t)L_2&(int32_t)((int32_t)268435455)))) { goto IL_0026; } } { return 7; } IL_0026: { return 6; } IL_0028: { uint32_t L_3 = ___val0; if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)1048575)))) { goto IL_0036; } } { return 5; } IL_0036: { return 4; } IL_0038: { uint32_t L_4 = ___val0; if (((int32_t)((int32_t)L_4&(int32_t)((int32_t)255)))) { goto IL_0054; } } { uint32_t L_5 = ___val0; if (((int32_t)((int32_t)L_5&(int32_t)((int32_t)4095)))) { goto IL_0052; } } { return 3; } IL_0052: { return 2; } IL_0054: { uint32_t L_6 = ___val0; if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)15)))) { goto IL_005f; } } { return 1; } IL_005f: { return 0; } } // System.NumberFormatter System.NumberFormatter::GetInstance() extern "C" IL2CPP_METHOD_ATTR NumberFormatter_t1182924621 * NumberFormatter_GetInstance_m971769829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_GetInstance_m971769829_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = ((NumberFormatter_t1182924621_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_threadNumberFormatter_25(); V_0 = L_0; ((NumberFormatter_t1182924621_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->set_threadNumberFormatter_25((NumberFormatter_t1182924621 *)NULL); NumberFormatter_t1182924621 * L_1 = V_0; if (L_1) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_3 = (NumberFormatter_t1182924621 *)il2cpp_codegen_object_new(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter__ctor_m2275142545(L_3, L_2, /*hidden argument*/NULL); return L_3; } IL_001d: { NumberFormatter_t1182924621 * L_4 = V_0; return L_4; } } // System.Void System.NumberFormatter::Release() extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Release_m1879004257 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_Release_m1879004257_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); ((NumberFormatter_t1182924621_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->set_threadNumberFormatter_25(__this); return; } } // System.Void System.NumberFormatter::SetThreadCurrentCulture(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_SetThreadCurrentCulture_m910458896 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_SetThreadCurrentCulture_m910458896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = ((NumberFormatter_t1182924621_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_threadNumberFormatter_25(); if (!L_0) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_1 = ((NumberFormatter_t1182924621_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_threadNumberFormatter_25(); CultureInfo_t4157843068 * L_2 = ___culture0; NullCheck(L_1); NumberFormatter_set_CurrentCulture_m1358228087(L_1, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.String System.NumberFormatter::NumberToString(System.String,System.SByte,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m2481532188 (RuntimeObject * __this /* static, unused */, String_t* ___format0, int8_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m2481532188_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; int8_t L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m1788236100(L_1, L_2, (((int32_t)((int32_t)L_3))), 3, /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; String_t* L_5 = ___format0; RuntimeObject* L_6 = ___fp2; NullCheck(L_4); String_t* L_7 = NumberFormatter_IntegerToString_m1679294587(L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; NumberFormatter_t1182924621 * L_8 = V_0; NullCheck(L_8); NumberFormatter_Release_m1879004257(L_8, /*hidden argument*/NULL); String_t* L_9 = V_1; return L_9; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m3726402804_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; uint8_t L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m1788236100(L_1, L_2, L_3, 3, /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; String_t* L_5 = ___format0; RuntimeObject* L_6 = ___fp2; NullCheck(L_4); String_t* L_7 = NumberFormatter_IntegerToString_m1679294587(L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; NumberFormatter_t1182924621 * L_8 = V_0; NullCheck(L_8); NumberFormatter_Release_m1879004257(L_8, /*hidden argument*/NULL); String_t* L_9 = V_1; return L_9; } } // System.String System.NumberFormatter::NumberToString(System.String,System.UInt16,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m2529982306 (RuntimeObject * __this /* static, unused */, String_t* ___format0, uint16_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m2529982306_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; uint16_t L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m1788236100(L_1, L_2, L_3, 5, /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; String_t* L_5 = ___format0; RuntimeObject* L_6 = ___fp2; NullCheck(L_4); String_t* L_7 = NumberFormatter_IntegerToString_m1679294587(L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; NumberFormatter_t1182924621 * L_8 = V_0; NullCheck(L_8); NumberFormatter_Release_m1879004257(L_8, /*hidden argument*/NULL); String_t* L_9 = V_1; return L_9; } } // System.String System.NumberFormatter::NumberToString(System.String,System.Int16,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m4048866862 (RuntimeObject * __this /* static, unused */, String_t* ___format0, int16_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m4048866862_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; int16_t L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m1788236100(L_1, L_2, L_3, 5, /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; String_t* L_5 = ___format0; RuntimeObject* L_6 = ___fp2; NullCheck(L_4); String_t* L_7 = NumberFormatter_IntegerToString_m1679294587(L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; NumberFormatter_t1182924621 * L_8 = V_0; NullCheck(L_8); NumberFormatter_Release_m1879004257(L_8, /*hidden argument*/NULL); String_t* L_9 = V_1; return L_9; } } // System.String System.NumberFormatter::NumberToString(System.String,System.UInt32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m264078176 (RuntimeObject * __this /* static, unused */, String_t* ___format0, uint32_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m264078176_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; uint32_t L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m190003953(L_1, L_2, L_3, ((int32_t)10), /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; String_t* L_5 = ___format0; RuntimeObject* L_6 = ___fp2; NullCheck(L_4); String_t* L_7 = NumberFormatter_IntegerToString_m1679294587(L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; NumberFormatter_t1182924621 * L_8 = V_0; NullCheck(L_8); NumberFormatter_Release_m1879004257(L_8, /*hidden argument*/NULL); String_t* L_9 = V_1; return L_9; } } // System.String System.NumberFormatter::NumberToString(System.String,System.Int32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m803024566 (RuntimeObject * __this /* static, unused */, String_t* ___format0, int32_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m803024566_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; int32_t L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m1788236100(L_1, L_2, L_3, ((int32_t)10), /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; String_t* L_5 = ___format0; RuntimeObject* L_6 = ___fp2; NullCheck(L_4); String_t* L_7 = NumberFormatter_IntegerToString_m1679294587(L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; NumberFormatter_t1182924621 * L_8 = V_0; NullCheck(L_8); NumberFormatter_Release_m1879004257(L_8, /*hidden argument*/NULL); String_t* L_9 = V_1; return L_9; } } // System.String System.NumberFormatter::NumberToString(System.String,System.UInt64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m1906030517 (RuntimeObject * __this /* static, unused */, String_t* ___format0, uint64_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m1906030517_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; uint64_t L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m2982613221(L_1, L_2, L_3, /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; String_t* L_5 = ___format0; RuntimeObject* L_6 = ___fp2; NullCheck(L_4); String_t* L_7 = NumberFormatter_IntegerToString_m1679294587(L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; NumberFormatter_t1182924621 * L_8 = V_0; NullCheck(L_8); NumberFormatter_Release_m1879004257(L_8, /*hidden argument*/NULL); String_t* L_9 = V_1; return L_9; } } // System.String System.NumberFormatter::NumberToString(System.String,System.Int64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m406010816 (RuntimeObject * __this /* static, unused */, String_t* ___format0, int64_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m406010816_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; int64_t L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m2506227005(L_1, L_2, L_3, /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; String_t* L_5 = ___format0; RuntimeObject* L_6 = ___fp2; NullCheck(L_4); String_t* L_7 = NumberFormatter_IntegerToString_m1679294587(L_4, L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; NumberFormatter_t1182924621 * L_8 = V_0; NullCheck(L_8); NumberFormatter_Release_m1879004257(L_8, /*hidden argument*/NULL); String_t* L_9 = V_1; return L_9; } } // System.String System.NumberFormatter::NumberToString(System.String,System.Single,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m2583974918 (RuntimeObject * __this /* static, unused */, String_t* ___format0, float ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m2583974918_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; NumberFormatInfo_t435877138 * V_1 = NULL; String_t* V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; float L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m3576155222(L_1, L_2, (((double)((double)L_3))), 7, /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; RuntimeObject* L_5 = ___fp2; NullCheck(L_4); NumberFormatInfo_t435877138 * L_6 = NumberFormatter_GetNumberFormatInstance_m4015471089(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; NumberFormatter_t1182924621 * L_7 = V_0; NullCheck(L_7); bool L_8 = L_7->get__NaN_8(); if (!L_8) { goto IL_002f; } } { NumberFormatInfo_t435877138 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = NumberFormatInfo_get_NaNSymbol_m2562844481(L_9, /*hidden argument*/NULL); V_2 = L_10; goto IL_0081; } IL_002f: { NumberFormatter_t1182924621 * L_11 = V_0; NullCheck(L_11); bool L_12 = L_11->get__infinity_9(); if (!L_12) { goto IL_005d; } } { NumberFormatter_t1182924621 * L_13 = V_0; NullCheck(L_13); bool L_14 = L_13->get__positive_12(); if (!L_14) { goto IL_0051; } } { NumberFormatInfo_t435877138 * L_15 = V_1; NullCheck(L_15); String_t* L_16 = NumberFormatInfo_get_PositiveInfinitySymbol_m1141345134(L_15, /*hidden argument*/NULL); V_2 = L_16; goto IL_0058; } IL_0051: { NumberFormatInfo_t435877138 * L_17 = V_1; NullCheck(L_17); String_t* L_18 = NumberFormatInfo_get_NegativeInfinitySymbol_m3630938097(L_17, /*hidden argument*/NULL); V_2 = L_18; } IL_0058: { goto IL_0081; } IL_005d: { NumberFormatter_t1182924621 * L_19 = V_0; NullCheck(L_19); Il2CppChar L_20 = L_19->get__specifier_13(); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)82))))) { goto IL_0078; } } { NumberFormatter_t1182924621 * L_21 = V_0; float L_22 = ___value1; NumberFormatInfo_t435877138 * L_23 = V_1; NullCheck(L_21); String_t* L_24 = NumberFormatter_FormatRoundtrip_m19342689(L_21, L_22, L_23, /*hidden argument*/NULL); V_2 = L_24; goto IL_0081; } IL_0078: { NumberFormatter_t1182924621 * L_25 = V_0; String_t* L_26 = ___format0; NumberFormatInfo_t435877138 * L_27 = V_1; NullCheck(L_25); String_t* L_28 = NumberFormatter_NumberToString_m827252518(L_25, L_26, L_27, /*hidden argument*/NULL); V_2 = L_28; } IL_0081: { NumberFormatter_t1182924621 * L_29 = V_0; NullCheck(L_29); NumberFormatter_Release_m1879004257(L_29, /*hidden argument*/NULL); String_t* L_30 = V_2; return L_30; } } // System.String System.NumberFormatter::NumberToString(System.String,System.Double,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m1373805200 (RuntimeObject * __this /* static, unused */, String_t* ___format0, double ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m1373805200_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; NumberFormatInfo_t435877138 * V_1 = NULL; String_t* V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; double L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m3576155222(L_1, L_2, L_3, ((int32_t)15), /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; RuntimeObject* L_5 = ___fp2; NullCheck(L_4); NumberFormatInfo_t435877138 * L_6 = NumberFormatter_GetNumberFormatInstance_m4015471089(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; NumberFormatter_t1182924621 * L_7 = V_0; NullCheck(L_7); bool L_8 = L_7->get__NaN_8(); if (!L_8) { goto IL_002f; } } { NumberFormatInfo_t435877138 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = NumberFormatInfo_get_NaNSymbol_m2562844481(L_9, /*hidden argument*/NULL); V_2 = L_10; goto IL_0081; } IL_002f: { NumberFormatter_t1182924621 * L_11 = V_0; NullCheck(L_11); bool L_12 = L_11->get__infinity_9(); if (!L_12) { goto IL_005d; } } { NumberFormatter_t1182924621 * L_13 = V_0; NullCheck(L_13); bool L_14 = L_13->get__positive_12(); if (!L_14) { goto IL_0051; } } { NumberFormatInfo_t435877138 * L_15 = V_1; NullCheck(L_15); String_t* L_16 = NumberFormatInfo_get_PositiveInfinitySymbol_m1141345134(L_15, /*hidden argument*/NULL); V_2 = L_16; goto IL_0058; } IL_0051: { NumberFormatInfo_t435877138 * L_17 = V_1; NullCheck(L_17); String_t* L_18 = NumberFormatInfo_get_NegativeInfinitySymbol_m3630938097(L_17, /*hidden argument*/NULL); V_2 = L_18; } IL_0058: { goto IL_0081; } IL_005d: { NumberFormatter_t1182924621 * L_19 = V_0; NullCheck(L_19); Il2CppChar L_20 = L_19->get__specifier_13(); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)82))))) { goto IL_0078; } } { NumberFormatter_t1182924621 * L_21 = V_0; double L_22 = ___value1; NumberFormatInfo_t435877138 * L_23 = V_1; NullCheck(L_21); String_t* L_24 = NumberFormatter_FormatRoundtrip_m1288785273(L_21, L_22, L_23, /*hidden argument*/NULL); V_2 = L_24; goto IL_0081; } IL_0078: { NumberFormatter_t1182924621 * L_25 = V_0; String_t* L_26 = ___format0; NumberFormatInfo_t435877138 * L_27 = V_1; NullCheck(L_25); String_t* L_28 = NumberFormatter_NumberToString_m827252518(L_25, L_26, L_27, /*hidden argument*/NULL); V_2 = L_28; } IL_0081: { NumberFormatter_t1182924621 * L_29 = V_0; NullCheck(L_29); NumberFormatter_Release_m1879004257(L_29, /*hidden argument*/NULL); String_t* L_30 = V_2; return L_30; } } // System.String System.NumberFormatter::NumberToString(System.String,System.Decimal,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m655666043 (RuntimeObject * __this /* static, unused */, String_t* ___format0, Decimal_t2948259380 ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m655666043_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; String_t* L_2 = ___format0; Decimal_t2948259380 L_3 = ___value1; NullCheck(L_1); NumberFormatter_Init_m1925374739(L_1, L_2, L_3, /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_4 = V_0; String_t* L_5 = ___format0; NumberFormatter_t1182924621 * L_6 = V_0; RuntimeObject* L_7 = ___fp2; NullCheck(L_6); NumberFormatInfo_t435877138 * L_8 = NumberFormatter_GetNumberFormatInstance_m4015471089(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_9 = NumberFormatter_NumberToString_m827252518(L_4, L_5, L_8, /*hidden argument*/NULL); V_1 = L_9; NumberFormatter_t1182924621 * L_10 = V_0; NullCheck(L_10); NumberFormatter_Release_m1879004257(L_10, /*hidden argument*/NULL); String_t* L_11 = V_1; return L_11; } } // System.String System.NumberFormatter::NumberToString(System.UInt32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m400339820 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m400339820_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) >= ((uint32_t)((int32_t)100000000))))) { goto IL_0014; } } { uint32_t L_1 = ___value0; RuntimeObject* L_2 = ___fp1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_3 = NumberFormatter_NumberToString_m264078176(NULL /*static, unused*/, (String_t*)NULL, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_4 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_4; NumberFormatter_t1182924621 * L_5 = V_0; uint32_t L_6 = ___value0; RuntimeObject* L_7 = ___fp1; NullCheck(L_5); String_t* L_8 = NumberFormatter_FastIntegerToString_m390846811(L_5, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; NumberFormatter_t1182924621 * L_9 = V_0; NullCheck(L_9); NumberFormatter_Release_m1879004257(L_9, /*hidden argument*/NULL); String_t* L_10 = V_1; return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m1790947760_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)100000000)))) { goto IL_0016; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) > ((int32_t)((int32_t)-100000000)))) { goto IL_001f; } } IL_0016: { int32_t L_2 = ___value0; RuntimeObject* L_3 = ___fp1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_4 = NumberFormatter_NumberToString_m803024566(NULL /*static, unused*/, (String_t*)NULL, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_5 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_5; NumberFormatter_t1182924621 * L_6 = V_0; int32_t L_7 = ___value0; RuntimeObject* L_8 = ___fp1; NullCheck(L_6); String_t* L_9 = NumberFormatter_FastIntegerToString_m390846811(L_6, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; NumberFormatter_t1182924621 * L_10 = V_0; NullCheck(L_10); NumberFormatter_Release_m1879004257(L_10, /*hidden argument*/NULL); String_t* L_11 = V_1; return L_11; } } // System.String System.NumberFormatter::NumberToString(System.UInt64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m3906556024 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m3906556024_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) >= ((uint64_t)(((int64_t)((int64_t)((int32_t)100000000)))))))) { goto IL_0015; } } { uint64_t L_1 = ___value0; RuntimeObject* L_2 = ___fp1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_3 = NumberFormatter_NumberToString_m1906030517(NULL /*static, unused*/, (String_t*)NULL, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_4 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_4; NumberFormatter_t1182924621 * L_5 = V_0; uint64_t L_6 = ___value0; RuntimeObject* L_7 = ___fp1; NullCheck(L_5); String_t* L_8 = NumberFormatter_FastIntegerToString_m390846811(L_5, (((int32_t)((int32_t)L_6))), L_7, /*hidden argument*/NULL); V_1 = L_8; NumberFormatter_t1182924621 * L_9 = V_0; NullCheck(L_9); NumberFormatter_Release_m1879004257(L_9, /*hidden argument*/NULL); String_t* L_10 = V_1; return L_10; } } // System.String System.NumberFormatter::NumberToString(System.Int64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m2562899600 (RuntimeObject * __this /* static, unused */, int64_t ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m2562899600_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)((int32_t)100000000))))))) { goto IL_0018; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) > ((int64_t)(((int64_t)((int64_t)((int32_t)-100000000))))))) { goto IL_0021; } } IL_0018: { int64_t L_2 = ___value0; RuntimeObject* L_3 = ___fp1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_4 = NumberFormatter_NumberToString_m406010816(NULL /*static, unused*/, (String_t*)NULL, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_5 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_5; NumberFormatter_t1182924621 * L_6 = V_0; int64_t L_7 = ___value0; RuntimeObject* L_8 = ___fp1; NullCheck(L_6); String_t* L_9 = NumberFormatter_FastIntegerToString_m390846811(L_6, (((int32_t)((int32_t)L_7))), L_8, /*hidden argument*/NULL); V_1 = L_9; NumberFormatter_t1182924621 * L_10 = V_0; NullCheck(L_10); NumberFormatter_Release_m1879004257(L_10, /*hidden argument*/NULL); String_t* L_11 = V_1; return L_11; } } // System.String System.NumberFormatter::NumberToString(System.Single,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m567544656 (RuntimeObject * __this /* static, unused */, float ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m567544656_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; NumberFormatInfo_t435877138 * V_1 = NULL; String_t* V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; float L_2 = ___value0; NullCheck(L_1); NumberFormatter_Init_m3576155222(L_1, (String_t*)NULL, (((double)((double)L_2))), 7, /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_3 = V_0; RuntimeObject* L_4 = ___fp1; NullCheck(L_3); NumberFormatInfo_t435877138 * L_5 = NumberFormatter_GetNumberFormatInstance_m4015471089(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; NumberFormatter_t1182924621 * L_6 = V_0; NullCheck(L_6); bool L_7 = L_6->get__NaN_8(); if (!L_7) { goto IL_002f; } } { NumberFormatInfo_t435877138 * L_8 = V_1; NullCheck(L_8); String_t* L_9 = NumberFormatInfo_get_NaNSymbol_m2562844481(L_8, /*hidden argument*/NULL); V_2 = L_9; goto IL_0066; } IL_002f: { NumberFormatter_t1182924621 * L_10 = V_0; NullCheck(L_10); bool L_11 = L_10->get__infinity_9(); if (!L_11) { goto IL_005d; } } { NumberFormatter_t1182924621 * L_12 = V_0; NullCheck(L_12); bool L_13 = L_12->get__positive_12(); if (!L_13) { goto IL_0051; } } { NumberFormatInfo_t435877138 * L_14 = V_1; NullCheck(L_14); String_t* L_15 = NumberFormatInfo_get_PositiveInfinitySymbol_m1141345134(L_14, /*hidden argument*/NULL); V_2 = L_15; goto IL_0058; } IL_0051: { NumberFormatInfo_t435877138 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = NumberFormatInfo_get_NegativeInfinitySymbol_m3630938097(L_16, /*hidden argument*/NULL); V_2 = L_17; } IL_0058: { goto IL_0066; } IL_005d: { NumberFormatter_t1182924621 * L_18 = V_0; NumberFormatInfo_t435877138 * L_19 = V_1; NullCheck(L_18); String_t* L_20 = NumberFormatter_FormatGeneral_m1667527152(L_18, (-1), L_19, /*hidden argument*/NULL); V_2 = L_20; } IL_0066: { NumberFormatter_t1182924621 * L_21 = V_0; NullCheck(L_21); NumberFormatter_Release_m1879004257(L_21, /*hidden argument*/NULL); String_t* L_22 = V_2; return L_22; } } // System.String System.NumberFormatter::NumberToString(System.Double,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m2966570377 (RuntimeObject * __this /* static, unused */, double ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m2966570377_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatter_t1182924621 * V_0 = NULL; NumberFormatInfo_t435877138 * V_1 = NULL; String_t* V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetInstance_m971769829(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; NumberFormatter_t1182924621 * L_1 = V_0; RuntimeObject* L_2 = ___fp1; NullCheck(L_1); NumberFormatInfo_t435877138 * L_3 = NumberFormatter_GetNumberFormatInstance_m4015471089(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; NumberFormatter_t1182924621 * L_4 = V_0; double L_5 = ___value0; NullCheck(L_4); NumberFormatter_Init_m3576155222(L_4, (String_t*)NULL, L_5, ((int32_t)15), /*hidden argument*/NULL); NumberFormatter_t1182924621 * L_6 = V_0; NullCheck(L_6); bool L_7 = L_6->get__NaN_8(); if (!L_7) { goto IL_002f; } } { NumberFormatInfo_t435877138 * L_8 = V_1; NullCheck(L_8); String_t* L_9 = NumberFormatInfo_get_NaNSymbol_m2562844481(L_8, /*hidden argument*/NULL); V_2 = L_9; goto IL_0066; } IL_002f: { NumberFormatter_t1182924621 * L_10 = V_0; NullCheck(L_10); bool L_11 = L_10->get__infinity_9(); if (!L_11) { goto IL_005d; } } { NumberFormatter_t1182924621 * L_12 = V_0; NullCheck(L_12); bool L_13 = L_12->get__positive_12(); if (!L_13) { goto IL_0051; } } { NumberFormatInfo_t435877138 * L_14 = V_1; NullCheck(L_14); String_t* L_15 = NumberFormatInfo_get_PositiveInfinitySymbol_m1141345134(L_14, /*hidden argument*/NULL); V_2 = L_15; goto IL_0058; } IL_0051: { NumberFormatInfo_t435877138 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = NumberFormatInfo_get_NegativeInfinitySymbol_m3630938097(L_16, /*hidden argument*/NULL); V_2 = L_17; } IL_0058: { goto IL_0066; } IL_005d: { NumberFormatter_t1182924621 * L_18 = V_0; NumberFormatInfo_t435877138 * L_19 = V_1; NullCheck(L_18); String_t* L_20 = NumberFormatter_FormatGeneral_m1667527152(L_18, (-1), L_19, /*hidden argument*/NULL); V_2 = L_20; } IL_0066: { NumberFormatter_t1182924621 * L_21 = V_0; NullCheck(L_21); NumberFormatter_Release_m1879004257(L_21, /*hidden argument*/NULL); String_t* L_22 = V_2; return L_22; } } // System.String System.NumberFormatter::FastIntegerToString(System.Int32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FastIntegerToString_m390846811 (NumberFormatter_t1182924621 * __this, int32_t ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0032; } } { RuntimeObject* L_1 = ___fp1; NumberFormatInfo_t435877138 * L_2 = NumberFormatter_GetNumberFormatInstance_m4015471089(__this, L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = NumberFormatInfo_get_NegativeSign_m2757109362(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); NumberFormatter_ResetCharBuf_m1098525658(__this, ((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_5)), /*hidden argument*/NULL); int32_t L_6 = ___value0; ___value0 = ((-L_6)); String_t* L_7 = V_0; NumberFormatter_Append_m269678094(__this, L_7, /*hidden argument*/NULL); goto IL_0039; } IL_0032: { NumberFormatter_ResetCharBuf_m1098525658(__this, 8, /*hidden argument*/NULL); } IL_0039: { int32_t L_8 = ___value0; if ((((int32_t)L_8) < ((int32_t)((int32_t)10000)))) { goto IL_0069; } } { int32_t L_9 = ___value0; V_1 = ((int32_t)((int32_t)L_9/(int32_t)((int32_t)10000))); int32_t L_10 = V_1; NumberFormatter_FastAppendDigits_m3294622153(__this, L_10, (bool)0, /*hidden argument*/NULL); int32_t L_11 = ___value0; int32_t L_12 = V_1; NumberFormatter_FastAppendDigits_m3294622153(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)((int32_t)10000))))), (bool)1, /*hidden argument*/NULL); goto IL_0071; } IL_0069: { int32_t L_13 = ___value0; NumberFormatter_FastAppendDigits_m3294622153(__this, L_13, (bool)0, /*hidden argument*/NULL); } IL_0071: { CharU5BU5D_t3528271667* L_14 = __this->get__cbuf_23(); int32_t L_15 = __this->get__ind_24(); String_t* L_16 = String_CreateString_m860434552(NULL, L_14, 0, L_15, /*hidden argument*/NULL); return L_16; } } // System.String System.NumberFormatter::IntegerToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_IntegerToString_m1679294587 (NumberFormatter_t1182924621 * __this, String_t* ___format0, RuntimeObject* ___fp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_IntegerToString_m1679294587_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t435877138 * V_0 = NULL; Il2CppChar V_1 = 0x0; { RuntimeObject* L_0 = ___fp1; NumberFormatInfo_t435877138 * L_1 = NumberFormatter_GetNumberFormatInstance_m4015471089(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; Il2CppChar L_2 = __this->get__specifier_13(); V_1 = L_2; Il2CppChar L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)67)))) { case 0: { goto IL_005d; } case 1: { goto IL_006b; } case 2: { goto IL_0079; } case 3: { goto IL_0087; } case 4: { goto IL_0095; } case 5: { goto IL_0050; } case 6: { goto IL_0050; } case 7: { goto IL_0050; } case 8: { goto IL_0050; } case 9: { goto IL_0050; } case 10: { goto IL_0050; } case 11: { goto IL_00b8; } case 12: { goto IL_0050; } case 13: { goto IL_00c6; } } } IL_0050: { Il2CppChar L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)88)))) { goto IL_00d4; } } { goto IL_00e1; } IL_005d: { int32_t L_5 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_6 = V_0; String_t* L_7 = NumberFormatter_FormatCurrency_m2103540116(__this, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_006b: { int32_t L_8 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_9 = V_0; String_t* L_10 = NumberFormatter_FormatDecimal_m1921932981(__this, L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_0079: { int32_t L_11 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_12 = V_0; String_t* L_13 = NumberFormatter_FormatExponential_m1436810062(__this, L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_0087: { int32_t L_14 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_15 = V_0; String_t* L_16 = NumberFormatter_FormatFixedPoint_m2462948217(__this, L_14, L_15, /*hidden argument*/NULL); return L_16; } IL_0095: { int32_t L_17 = __this->get__precision_14(); if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_00aa; } } { NumberFormatInfo_t435877138 * L_18 = V_0; String_t* L_19 = NumberFormatter_FormatDecimal_m1921932981(__this, (-1), L_18, /*hidden argument*/NULL); return L_19; } IL_00aa: { int32_t L_20 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_21 = V_0; String_t* L_22 = NumberFormatter_FormatGeneral_m1667527152(__this, L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_00b8: { int32_t L_23 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_24 = V_0; String_t* L_25 = NumberFormatter_FormatNumber_m1763569482(__this, L_23, L_24, /*hidden argument*/NULL); return L_25; } IL_00c6: { int32_t L_26 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_27 = V_0; String_t* L_28 = NumberFormatter_FormatPercent_m270780421(__this, L_26, L_27, /*hidden argument*/NULL); return L_28; } IL_00d4: { int32_t L_29 = __this->get__precision_14(); String_t* L_30 = NumberFormatter_FormatHexadecimal_m2994610679(__this, L_29, /*hidden argument*/NULL); return L_30; } IL_00e1: { bool L_31 = __this->get__isCustomFormat_10(); if (!L_31) { goto IL_00f5; } } { String_t* L_32 = ___format0; NumberFormatInfo_t435877138 * L_33 = V_0; String_t* L_34 = NumberFormatter_FormatCustom_m1169507039(__this, L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_00f5: { String_t* L_35 = ___format0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2312022036, L_35, _stringLiteral248589368, /*hidden argument*/NULL); FormatException_t154580423 * L_37 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_37, L_36, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,NumberFormatter_IntegerToString_m1679294587_RuntimeMethod_var); } } // System.String System.NumberFormatter::NumberToString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m827252518 (NumberFormatter_t1182924621 * __this, String_t* ___format0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_NumberToString_m827252518_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { Il2CppChar L_0 = __this->get__specifier_13(); V_0 = L_0; Il2CppChar L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)67)))) { case 0: { goto IL_0046; } case 1: { goto IL_0024; } case 2: { goto IL_0054; } case 3: { goto IL_0062; } case 4: { goto IL_0070; } } } IL_0024: { Il2CppChar L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)78)))) { case 0: { goto IL_007e; } case 1: { goto IL_0039; } case 2: { goto IL_008c; } } } IL_0039: { Il2CppChar L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)88)))) { goto IL_009a; } } { goto IL_009a; } IL_0046: { int32_t L_4 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_5 = ___nfi1; String_t* L_6 = NumberFormatter_FormatCurrency_m2103540116(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0054: { int32_t L_7 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_8 = ___nfi1; String_t* L_9 = NumberFormatter_FormatExponential_m1436810062(__this, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_0062: { int32_t L_10 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_11 = ___nfi1; String_t* L_12 = NumberFormatter_FormatFixedPoint_m2462948217(__this, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0070: { int32_t L_13 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_14 = ___nfi1; String_t* L_15 = NumberFormatter_FormatGeneral_m1667527152(__this, L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_007e: { int32_t L_16 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_17 = ___nfi1; String_t* L_18 = NumberFormatter_FormatNumber_m1763569482(__this, L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_008c: { int32_t L_19 = __this->get__precision_14(); NumberFormatInfo_t435877138 * L_20 = ___nfi1; String_t* L_21 = NumberFormatter_FormatPercent_m270780421(__this, L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_009a: { bool L_22 = __this->get__isCustomFormat_10(); if (!L_22) { goto IL_00ae; } } { String_t* L_23 = ___format0; NumberFormatInfo_t435877138 * L_24 = ___nfi1; String_t* L_25 = NumberFormatter_FormatCustom_m1169507039(__this, L_23, L_24, /*hidden argument*/NULL); return L_25; } IL_00ae: { String_t* L_26 = ___format0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2312022036, L_26, _stringLiteral248589368, /*hidden argument*/NULL); FormatException_t154580423 * L_28 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,NumberFormatter_NumberToString_m827252518_RuntimeMethod_var); } } // System.String System.NumberFormatter::FormatCurrency(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatCurrency_m2103540116 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___precision0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___precision0; G_B3_0 = L_1; goto IL_0013; } IL_000d: { NumberFormatInfo_t435877138 * L_2 = ___nfi1; NullCheck(L_2); int32_t L_3 = NumberFormatInfo_get_CurrencyDecimalDigits_m4006331471(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0013: { ___precision0 = G_B3_0; int32_t L_4 = ___precision0; NumberFormatter_RoundDecimal_m2957290908(__this, L_4, /*hidden argument*/NULL); int32_t L_5 = NumberFormatter_get_IntegerDigits_m1758408763(__this, /*hidden argument*/NULL); int32_t L_6 = ___precision0; NumberFormatter_ResetCharBuf_m1098525658(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)2)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2)))), (int32_t)((int32_t)16))), /*hidden argument*/NULL); bool L_7 = __this->get__positive_12(); if (!L_7) { goto IL_008a; } } { NumberFormatInfo_t435877138 * L_8 = ___nfi1; NullCheck(L_8); int32_t L_9 = NumberFormatInfo_get_CurrencyPositivePattern_m2327563925(L_8, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; switch (L_10) { case 0: { goto IL_005b; } case 1: { goto IL_0085; } case 2: { goto IL_006c; } } } { goto IL_0085; } IL_005b: { NumberFormatInfo_t435877138 * L_11 = ___nfi1; NullCheck(L_11); String_t* L_12 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_11, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_12, /*hidden argument*/NULL); goto IL_0085; } IL_006c: { NumberFormatInfo_t435877138 * L_13 = ___nfi1; NullCheck(L_13); String_t* L_14 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_13, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_14, /*hidden argument*/NULL); NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); goto IL_0085; } IL_0085: { goto IL_0200; } IL_008a: { NumberFormatInfo_t435877138 * L_15 = ___nfi1; NullCheck(L_15); int32_t L_16 = NumberFormatInfo_get_CurrencyNegativePattern_m2134016253(L_15, /*hidden argument*/NULL); V_0 = L_16; int32_t L_17 = V_0; switch (L_17) { case 0: { goto IL_00dc; } case 1: { goto IL_00f5; } case 2: { goto IL_0112; } case 3: { goto IL_012f; } case 4: { goto IL_0140; } case 5: { goto IL_014d; } case 6: { goto IL_0200; } case 7: { goto IL_0200; } case 8: { goto IL_015e; } case 9: { goto IL_016f; } case 10: { goto IL_0200; } case 11: { goto IL_0194; } case 12: { goto IL_01ad; } case 13: { goto IL_0200; } case 14: { goto IL_01d2; } case 15: { goto IL_01f3; } } } { goto IL_0200; } IL_00dc: { NumberFormatter_Append_m950227932(__this, ((int32_t)40), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_18 = ___nfi1; NullCheck(L_18); String_t* L_19 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_18, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_19, /*hidden argument*/NULL); goto IL_0200; } IL_00f5: { NumberFormatInfo_t435877138 * L_20 = ___nfi1; NullCheck(L_20); String_t* L_21 = NumberFormatInfo_get_NegativeSign_m2757109362(L_20, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_21, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_22 = ___nfi1; NullCheck(L_22); String_t* L_23 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_22, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_23, /*hidden argument*/NULL); goto IL_0200; } IL_0112: { NumberFormatInfo_t435877138 * L_24 = ___nfi1; NullCheck(L_24); String_t* L_25 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_24, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_25, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_26 = ___nfi1; NullCheck(L_26); String_t* L_27 = NumberFormatInfo_get_NegativeSign_m2757109362(L_26, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_27, /*hidden argument*/NULL); goto IL_0200; } IL_012f: { NumberFormatInfo_t435877138 * L_28 = ___nfi1; NullCheck(L_28); String_t* L_29 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_28, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_29, /*hidden argument*/NULL); goto IL_0200; } IL_0140: { NumberFormatter_Append_m950227932(__this, ((int32_t)40), /*hidden argument*/NULL); goto IL_0200; } IL_014d: { NumberFormatInfo_t435877138 * L_30 = ___nfi1; NullCheck(L_30); String_t* L_31 = NumberFormatInfo_get_NegativeSign_m2757109362(L_30, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_31, /*hidden argument*/NULL); goto IL_0200; } IL_015e: { NumberFormatInfo_t435877138 * L_32 = ___nfi1; NullCheck(L_32); String_t* L_33 = NumberFormatInfo_get_NegativeSign_m2757109362(L_32, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_33, /*hidden argument*/NULL); goto IL_0200; } IL_016f: { NumberFormatInfo_t435877138 * L_34 = ___nfi1; NullCheck(L_34); String_t* L_35 = NumberFormatInfo_get_NegativeSign_m2757109362(L_34, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_35, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_36 = ___nfi1; NullCheck(L_36); String_t* L_37 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_36, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_37, /*hidden argument*/NULL); NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); goto IL_0200; } IL_0194: { NumberFormatInfo_t435877138 * L_38 = ___nfi1; NullCheck(L_38); String_t* L_39 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_38, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_39, /*hidden argument*/NULL); NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); goto IL_0200; } IL_01ad: { NumberFormatInfo_t435877138 * L_40 = ___nfi1; NullCheck(L_40); String_t* L_41 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_40, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_41, /*hidden argument*/NULL); NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_42 = ___nfi1; NullCheck(L_42); String_t* L_43 = NumberFormatInfo_get_NegativeSign_m2757109362(L_42, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_43, /*hidden argument*/NULL); goto IL_0200; } IL_01d2: { NumberFormatter_Append_m950227932(__this, ((int32_t)40), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_44 = ___nfi1; NullCheck(L_44); String_t* L_45 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_44, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_45, /*hidden argument*/NULL); NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); goto IL_0200; } IL_01f3: { NumberFormatter_Append_m950227932(__this, ((int32_t)40), /*hidden argument*/NULL); goto IL_0200; } IL_0200: { NumberFormatInfo_t435877138 * L_46 = ___nfi1; NullCheck(L_46); Int32U5BU5D_t385246372* L_47 = NumberFormatInfo_get_RawCurrencyGroupSizes_m815972208(L_46, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_48 = ___nfi1; NullCheck(L_48); String_t* L_49 = NumberFormatInfo_get_CurrencyGroupSeparator_m1514324779(L_48, /*hidden argument*/NULL); NumberFormatter_AppendIntegerStringWithGroupSeparator_m86637181(__this, L_47, L_49, /*hidden argument*/NULL); int32_t L_50 = ___precision0; if ((((int32_t)L_50) <= ((int32_t)0))) { goto IL_022c; } } { NumberFormatInfo_t435877138 * L_51 = ___nfi1; NullCheck(L_51); String_t* L_52 = NumberFormatInfo_get_CurrencyDecimalSeparator_m2685056987(L_51, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_52, /*hidden argument*/NULL); int32_t L_53 = ___precision0; NumberFormatter_AppendDecimalString_m3239747480(__this, L_53, /*hidden argument*/NULL); } IL_022c: { bool L_54 = __this->get__positive_12(); if (!L_54) { goto IL_0286; } } { NumberFormatInfo_t435877138 * L_55 = ___nfi1; NullCheck(L_55); int32_t L_56 = NumberFormatInfo_get_CurrencyPositivePattern_m2327563925(L_55, /*hidden argument*/NULL); V_0 = L_56; int32_t L_57 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1))) { case 0: { goto IL_0257; } case 1: { goto IL_0281; } case 2: { goto IL_0268; } } } { goto IL_0281; } IL_0257: { NumberFormatInfo_t435877138 * L_58 = ___nfi1; NullCheck(L_58); String_t* L_59 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_58, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_59, /*hidden argument*/NULL); goto IL_0281; } IL_0268: { NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_60 = ___nfi1; NullCheck(L_60); String_t* L_61 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_60, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_61, /*hidden argument*/NULL); goto IL_0281; } IL_0281: { goto IL_03fc; } IL_0286: { NumberFormatInfo_t435877138 * L_62 = ___nfi1; NullCheck(L_62); int32_t L_63 = NumberFormatInfo_get_CurrencyNegativePattern_m2134016253(L_62, /*hidden argument*/NULL); V_0 = L_63; int32_t L_64 = V_0; switch (L_64) { case 0: { goto IL_02d8; } case 1: { goto IL_03fc; } case 2: { goto IL_03fc; } case 3: { goto IL_02e5; } case 4: { goto IL_02f6; } case 5: { goto IL_030f; } case 6: { goto IL_0320; } case 7: { goto IL_033d; } case 8: { goto IL_035a; } case 9: { goto IL_03fc; } case 10: { goto IL_0373; } case 11: { goto IL_0398; } case 12: { goto IL_03fc; } case 13: { goto IL_03a9; } case 14: { goto IL_03ce; } case 15: { goto IL_03db; } } } { goto IL_03fc; } IL_02d8: { NumberFormatter_Append_m950227932(__this, ((int32_t)41), /*hidden argument*/NULL); goto IL_03fc; } IL_02e5: { NumberFormatInfo_t435877138 * L_65 = ___nfi1; NullCheck(L_65); String_t* L_66 = NumberFormatInfo_get_NegativeSign_m2757109362(L_65, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_66, /*hidden argument*/NULL); goto IL_03fc; } IL_02f6: { NumberFormatInfo_t435877138 * L_67 = ___nfi1; NullCheck(L_67); String_t* L_68 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_67, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_68, /*hidden argument*/NULL); NumberFormatter_Append_m950227932(__this, ((int32_t)41), /*hidden argument*/NULL); goto IL_03fc; } IL_030f: { NumberFormatInfo_t435877138 * L_69 = ___nfi1; NullCheck(L_69); String_t* L_70 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_69, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_70, /*hidden argument*/NULL); goto IL_03fc; } IL_0320: { NumberFormatInfo_t435877138 * L_71 = ___nfi1; NullCheck(L_71); String_t* L_72 = NumberFormatInfo_get_NegativeSign_m2757109362(L_71, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_72, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_73 = ___nfi1; NullCheck(L_73); String_t* L_74 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_73, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_74, /*hidden argument*/NULL); goto IL_03fc; } IL_033d: { NumberFormatInfo_t435877138 * L_75 = ___nfi1; NullCheck(L_75); String_t* L_76 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_75, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_76, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_77 = ___nfi1; NullCheck(L_77); String_t* L_78 = NumberFormatInfo_get_NegativeSign_m2757109362(L_77, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_78, /*hidden argument*/NULL); goto IL_03fc; } IL_035a: { NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_79 = ___nfi1; NullCheck(L_79); String_t* L_80 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_79, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_80, /*hidden argument*/NULL); goto IL_03fc; } IL_0373: { NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_81 = ___nfi1; NullCheck(L_81); String_t* L_82 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_81, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_82, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_83 = ___nfi1; NullCheck(L_83); String_t* L_84 = NumberFormatInfo_get_NegativeSign_m2757109362(L_83, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_84, /*hidden argument*/NULL); goto IL_03fc; } IL_0398: { NumberFormatInfo_t435877138 * L_85 = ___nfi1; NullCheck(L_85); String_t* L_86 = NumberFormatInfo_get_NegativeSign_m2757109362(L_85, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_86, /*hidden argument*/NULL); goto IL_03fc; } IL_03a9: { NumberFormatInfo_t435877138 * L_87 = ___nfi1; NullCheck(L_87); String_t* L_88 = NumberFormatInfo_get_NegativeSign_m2757109362(L_87, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_88, /*hidden argument*/NULL); NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_89 = ___nfi1; NullCheck(L_89); String_t* L_90 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_89, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_90, /*hidden argument*/NULL); goto IL_03fc; } IL_03ce: { NumberFormatter_Append_m950227932(__this, ((int32_t)41), /*hidden argument*/NULL); goto IL_03fc; } IL_03db: { NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_91 = ___nfi1; NullCheck(L_91); String_t* L_92 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_91, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_92, /*hidden argument*/NULL); NumberFormatter_Append_m950227932(__this, ((int32_t)41), /*hidden argument*/NULL); goto IL_03fc; } IL_03fc: { CharU5BU5D_t3528271667* L_93 = __this->get__cbuf_23(); int32_t L_94 = __this->get__ind_24(); String_t* L_95 = String_CreateString_m860434552(NULL, L_93, 0, L_94, /*hidden argument*/NULL); return L_95; } } // System.String System.NumberFormatter::FormatDecimal(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatDecimal_m1921932981 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_FormatDecimal_m1921932981_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___precision0; int32_t L_1 = __this->get__digitsLen_16(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0014; } } { int32_t L_2 = __this->get__digitsLen_16(); ___precision0 = L_2; } IL_0014: { int32_t L_3 = ___precision0; if (L_3) { goto IL_0020; } } { return _stringLiteral3452614544; } IL_0020: { int32_t L_4 = ___precision0; NumberFormatter_ResetCharBuf_m1098525658(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); bool L_5 = __this->get__positive_12(); if (L_5) { goto IL_0040; } } { NumberFormatInfo_t435877138 * L_6 = ___nfi1; NullCheck(L_6); String_t* L_7 = NumberFormatInfo_get_NegativeSign_m2757109362(L_6, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_7, /*hidden argument*/NULL); } IL_0040: { int32_t L_8 = ___precision0; NumberFormatter_AppendDigits_m3057727895(__this, 0, L_8, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_9 = __this->get__cbuf_23(); int32_t L_10 = __this->get__ind_24(); String_t* L_11 = String_CreateString_m860434552(NULL, L_9, 0, L_10, /*hidden argument*/NULL); return L_11; } } // System.String System.NumberFormatter::FormatHexadecimal(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatHexadecimal_m2994610679 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_FormatHexadecimal_m2994610679_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; uint64_t V_2 = 0; Il2CppChar* G_B3_0 = NULL; { int32_t L_0 = ___precision0; int32_t L_1 = __this->get__decPointPos_18(); int32_t L_2 = Math_Max_m1873195862(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = __this->get__specifierIsUpper_11(); if (!L_3) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); Il2CppChar* L_4 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_DigitUpperTable_3(); G_B3_0 = L_4; goto IL_0027; } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); Il2CppChar* L_5 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_DigitLowerTable_2(); G_B3_0 = L_5; } IL_0027: { V_1 = (Il2CppChar*)G_B3_0; int32_t L_6 = V_0; NumberFormatter_ResetCharBuf_m1098525658(__this, L_6, /*hidden argument*/NULL); int32_t L_7 = V_0; __this->set__ind_24(L_7); uint32_t L_8 = __this->get__val1_19(); uint32_t L_9 = __this->get__val2_20(); V_2 = ((int64_t)((int64_t)(((int64_t)((uint64_t)L_8)))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_9)))<<(int32_t)((int32_t)32))))); goto IL_006a; } IL_004e: { CharU5BU5D_t3528271667* L_10 = __this->get__cbuf_23(); int32_t L_11 = V_0; int32_t L_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); V_0 = L_12; Il2CppChar* L_13 = V_1; uint64_t L_14 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_12), (Il2CppChar)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)(((uintptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_14&(int64_t)(((int64_t)((int64_t)((int32_t)15)))))), (int64_t)(((int64_t)((int64_t)2)))))))))))); uint64_t L_15 = V_2; V_2 = ((int64_t)((uint64_t)L_15>>4)); } IL_006a: { int32_t L_16 = V_0; if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_004e; } } { CharU5BU5D_t3528271667* L_17 = __this->get__cbuf_23(); int32_t L_18 = __this->get__ind_24(); String_t* L_19 = String_CreateString_m860434552(NULL, L_17, 0, L_18, /*hidden argument*/NULL); return L_19; } } // System.String System.NumberFormatter::FormatFixedPoint(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatFixedPoint_m2462948217 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { { int32_t L_0 = ___precision0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000f; } } { NumberFormatInfo_t435877138 * L_1 = ___nfi1; NullCheck(L_1); int32_t L_2 = NumberFormatInfo_get_NumberDecimalDigits_m4271638382(L_1, /*hidden argument*/NULL); ___precision0 = L_2; } IL_000f: { int32_t L_3 = ___precision0; NumberFormatter_RoundDecimal_m2957290908(__this, L_3, /*hidden argument*/NULL); int32_t L_4 = NumberFormatter_get_IntegerDigits_m1758408763(__this, /*hidden argument*/NULL); int32_t L_5 = ___precision0; NumberFormatter_ResetCharBuf_m1098525658(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)2)), /*hidden argument*/NULL); bool L_6 = __this->get__positive_12(); if (L_6) { goto IL_003e; } } { NumberFormatInfo_t435877138 * L_7 = ___nfi1; NullCheck(L_7); String_t* L_8 = NumberFormatInfo_get_NegativeSign_m2757109362(L_7, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_8, /*hidden argument*/NULL); } IL_003e: { int32_t L_9 = NumberFormatter_get_IntegerDigits_m1758408763(__this, /*hidden argument*/NULL); NumberFormatter_AppendIntegerString_m2257376141(__this, L_9, /*hidden argument*/NULL); int32_t L_10 = ___precision0; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0064; } } { NumberFormatInfo_t435877138 * L_11 = ___nfi1; NullCheck(L_11); String_t* L_12 = NumberFormatInfo_get_NumberDecimalSeparator_m33502788(L_11, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_12, /*hidden argument*/NULL); int32_t L_13 = ___precision0; NumberFormatter_AppendDecimalString_m3239747480(__this, L_13, /*hidden argument*/NULL); } IL_0064: { CharU5BU5D_t3528271667* L_14 = __this->get__cbuf_23(); int32_t L_15 = __this->get__ind_24(); String_t* L_16 = String_CreateString_m860434552(NULL, L_14, 0, L_15, /*hidden argument*/NULL); return L_16; } } // System.String System.NumberFormatter::FormatRoundtrip(System.Double,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatRoundtrip_m1288785273 (NumberFormatter_t1182924621 * __this, double ___origval0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetClone_m4126883757(__this, /*hidden argument*/NULL); V_0 = L_0; double L_1 = ___origval0; if ((!(((double)L_1) >= ((double)(-1.79769313486231E+308))))) { goto IL_0042; } } { double L_2 = ___origval0; if ((!(((double)L_2) <= ((double)(1.79769313486231E+308))))) { goto IL_0042; } } { int32_t L_3 = __this->get__defPrecision_15(); NumberFormatInfo_t435877138 * L_4 = ___nfi1; String_t* L_5 = NumberFormatter_FormatGeneral_m1667527152(__this, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; double L_6 = ___origval0; String_t* L_7 = V_1; NumberFormatInfo_t435877138 * L_8 = ___nfi1; double L_9 = Double_Parse_m3456374109(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if ((!(((double)L_6) == ((double)L_9)))) { goto IL_0042; } } { String_t* L_10 = V_1; return L_10; } IL_0042: { NumberFormatter_t1182924621 * L_11 = V_0; int32_t L_12 = __this->get__defPrecision_15(); NumberFormatInfo_t435877138 * L_13 = ___nfi1; NullCheck(L_11); String_t* L_14 = NumberFormatter_FormatGeneral_m1667527152(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)), L_13, /*hidden argument*/NULL); return L_14; } } // System.String System.NumberFormatter::FormatRoundtrip(System.Single,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatRoundtrip_m19342689 (NumberFormatter_t1182924621 * __this, float ___origval0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { NumberFormatter_t1182924621 * V_0 = NULL; String_t* V_1 = NULL; { NumberFormatter_t1182924621 * L_0 = NumberFormatter_GetClone_m4126883757(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get__defPrecision_15(); NumberFormatInfo_t435877138 * L_2 = ___nfi1; String_t* L_3 = NumberFormatter_FormatGeneral_m1667527152(__this, L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; float L_4 = ___origval0; String_t* L_5 = V_1; NumberFormatInfo_t435877138 * L_6 = ___nfi1; float L_7 = Single_Parse_m3840407583(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if ((!(((float)L_4) == ((float)L_7)))) { goto IL_0024; } } { String_t* L_8 = V_1; return L_8; } IL_0024: { NumberFormatter_t1182924621 * L_9 = V_0; int32_t L_10 = __this->get__defPrecision_15(); NumberFormatInfo_t435877138 * L_11 = ___nfi1; NullCheck(L_9); String_t* L_12 = NumberFormatter_FormatGeneral_m1667527152(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), L_11, /*hidden argument*/NULL); return L_12; } } // System.String System.NumberFormatter::FormatGeneral(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatGeneral_m1667527152 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___precision0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_001b; } } { bool L_1 = NumberFormatter_get_IsFloatingSource_m3714711779(__this, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = __this->get__defPrecision_15(); ___precision0 = L_2; goto IL_0032; } IL_001b: { V_0 = (bool)1; int32_t L_3 = ___precision0; if (L_3) { goto IL_002b; } } { int32_t L_4 = __this->get__defPrecision_15(); ___precision0 = L_4; } IL_002b: { int32_t L_5 = ___precision0; NumberFormatter_RoundPos_m545168719(__this, L_5, /*hidden argument*/NULL); } IL_0032: { int32_t L_6 = __this->get__decPointPos_18(); V_1 = L_6; int32_t L_7 = __this->get__digitsLen_16(); V_2 = L_7; int32_t L_8 = V_2; int32_t L_9 = V_1; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)); int32_t L_10 = V_1; int32_t L_11 = ___precision0; if ((((int32_t)L_10) > ((int32_t)L_11))) { goto IL_0053; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) > ((int32_t)((int32_t)-4)))) { goto IL_0065; } } IL_0053: { bool L_13 = V_0; if (!L_13) { goto IL_0065; } } { int32_t L_14 = V_2; NumberFormatInfo_t435877138 * L_15 = ___nfi1; String_t* L_16 = NumberFormatter_FormatExponential_m2139559983(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), L_15, 2, /*hidden argument*/NULL); return L_16; } IL_0065: { int32_t L_17 = V_3; if ((((int32_t)L_17) >= ((int32_t)0))) { goto IL_006e; } } { V_3 = 0; } IL_006e: { int32_t L_18 = V_1; if ((((int32_t)L_18) >= ((int32_t)0))) { goto IL_0077; } } { V_1 = 0; } IL_0077: { int32_t L_19 = V_3; int32_t L_20 = V_1; NumberFormatter_ResetCharBuf_m1098525658(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), (int32_t)3)), /*hidden argument*/NULL); bool L_21 = __this->get__positive_12(); if (L_21) { goto IL_0099; } } { NumberFormatInfo_t435877138 * L_22 = ___nfi1; NullCheck(L_22); String_t* L_23 = NumberFormatInfo_get_NegativeSign_m2757109362(L_22, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_23, /*hidden argument*/NULL); } IL_0099: { int32_t L_24 = V_1; if (L_24) { goto IL_00ac; } } { NumberFormatter_Append_m950227932(__this, ((int32_t)48), /*hidden argument*/NULL); goto IL_00b6; } IL_00ac: { int32_t L_25 = V_2; int32_t L_26 = V_1; int32_t L_27 = V_2; NumberFormatter_AppendDigits_m3057727895(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)), L_27, /*hidden argument*/NULL); } IL_00b6: { int32_t L_28 = V_3; if ((((int32_t)L_28) <= ((int32_t)0))) { goto IL_00d1; } } { NumberFormatInfo_t435877138 * L_29 = ___nfi1; NullCheck(L_29); String_t* L_30 = NumberFormatInfo_get_NumberDecimalSeparator_m33502788(L_29, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_30, /*hidden argument*/NULL); int32_t L_31 = V_3; NumberFormatter_AppendDigits_m3057727895(__this, 0, L_31, /*hidden argument*/NULL); } IL_00d1: { CharU5BU5D_t3528271667* L_32 = __this->get__cbuf_23(); int32_t L_33 = __this->get__ind_24(); String_t* L_34 = String_CreateString_m860434552(NULL, L_32, 0, L_33, /*hidden argument*/NULL); return L_34; } } // System.String System.NumberFormatter::FormatNumber(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatNumber_m1763569482 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___precision0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___precision0; G_B3_0 = L_1; goto IL_0013; } IL_000d: { NumberFormatInfo_t435877138 * L_2 = ___nfi1; NullCheck(L_2); int32_t L_3 = NumberFormatInfo_get_NumberDecimalDigits_m4271638382(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0013: { ___precision0 = G_B3_0; int32_t L_4 = NumberFormatter_get_IntegerDigits_m1758408763(__this, /*hidden argument*/NULL); int32_t L_5 = ___precision0; NumberFormatter_ResetCharBuf_m1098525658(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)3)), (int32_t)L_5)), /*hidden argument*/NULL); int32_t L_6 = ___precision0; NumberFormatter_RoundDecimal_m2957290908(__this, L_6, /*hidden argument*/NULL); bool L_7 = __this->get__positive_12(); if (L_7) { goto IL_008d; } } { NumberFormatInfo_t435877138 * L_8 = ___nfi1; NullCheck(L_8); int32_t L_9 = NumberFormatInfo_get_NumberNegativePattern_m1699547496(L_8, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; switch (L_10) { case 0: { goto IL_0056; } case 1: { goto IL_0063; } case 2: { goto IL_0074; } } } { goto IL_008d; } IL_0056: { NumberFormatter_Append_m950227932(__this, ((int32_t)40), /*hidden argument*/NULL); goto IL_008d; } IL_0063: { NumberFormatInfo_t435877138 * L_11 = ___nfi1; NullCheck(L_11); String_t* L_12 = NumberFormatInfo_get_NegativeSign_m2757109362(L_11, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_12, /*hidden argument*/NULL); goto IL_008d; } IL_0074: { NumberFormatInfo_t435877138 * L_13 = ___nfi1; NullCheck(L_13); String_t* L_14 = NumberFormatInfo_get_NegativeSign_m2757109362(L_13, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_14, /*hidden argument*/NULL); NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); goto IL_008d; } IL_008d: { NumberFormatInfo_t435877138 * L_15 = ___nfi1; NullCheck(L_15); Int32U5BU5D_t385246372* L_16 = NumberFormatInfo_get_RawNumberGroupSizes_m1148947207(L_15, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_17 = ___nfi1; NullCheck(L_17); String_t* L_18 = NumberFormatInfo_get_NumberGroupSeparator_m3292795925(L_17, /*hidden argument*/NULL); NumberFormatter_AppendIntegerStringWithGroupSeparator_m86637181(__this, L_16, L_18, /*hidden argument*/NULL); int32_t L_19 = ___precision0; if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_00b9; } } { NumberFormatInfo_t435877138 * L_20 = ___nfi1; NullCheck(L_20); String_t* L_21 = NumberFormatInfo_get_NumberDecimalSeparator_m33502788(L_20, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_21, /*hidden argument*/NULL); int32_t L_22 = ___precision0; NumberFormatter_AppendDecimalString_m3239747480(__this, L_22, /*hidden argument*/NULL); } IL_00b9: { bool L_23 = __this->get__positive_12(); if (L_23) { goto IL_0121; } } { NumberFormatInfo_t435877138 * L_24 = ___nfi1; NullCheck(L_24); int32_t L_25 = NumberFormatInfo_get_NumberNegativePattern_m1699547496(L_24, /*hidden argument*/NULL); V_0 = L_25; int32_t L_26 = V_0; switch (L_26) { case 0: { goto IL_00ea; } case 1: { goto IL_0121; } case 2: { goto IL_0121; } case 3: { goto IL_00f7; } case 4: { goto IL_0108; } } } { goto IL_0121; } IL_00ea: { NumberFormatter_Append_m950227932(__this, ((int32_t)41), /*hidden argument*/NULL); goto IL_0121; } IL_00f7: { NumberFormatInfo_t435877138 * L_27 = ___nfi1; NullCheck(L_27); String_t* L_28 = NumberFormatInfo_get_NegativeSign_m2757109362(L_27, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_28, /*hidden argument*/NULL); goto IL_0121; } IL_0108: { NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_29 = ___nfi1; NullCheck(L_29); String_t* L_30 = NumberFormatInfo_get_NegativeSign_m2757109362(L_29, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_30, /*hidden argument*/NULL); goto IL_0121; } IL_0121: { CharU5BU5D_t3528271667* L_31 = __this->get__cbuf_23(); int32_t L_32 = __this->get__ind_24(); String_t* L_33 = String_CreateString_m860434552(NULL, L_31, 0, L_32, /*hidden argument*/NULL); return L_33; } } // System.String System.NumberFormatter::FormatPercent(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatPercent_m270780421 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___precision0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___precision0; G_B3_0 = L_1; goto IL_0013; } IL_000d: { NumberFormatInfo_t435877138 * L_2 = ___nfi1; NullCheck(L_2); int32_t L_3 = NumberFormatInfo_get_PercentDecimalDigits_m4236240374(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0013: { ___precision0 = G_B3_0; NumberFormatter_Multiply10_m1733956269(__this, 2, /*hidden argument*/NULL); int32_t L_4 = ___precision0; NumberFormatter_RoundDecimal_m2957290908(__this, L_4, /*hidden argument*/NULL); int32_t L_5 = NumberFormatter_get_IntegerDigits_m1758408763(__this, /*hidden argument*/NULL); int32_t L_6 = ___precision0; NumberFormatter_ResetCharBuf_m1098525658(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)2)), (int32_t)L_6)), (int32_t)((int32_t)16))), /*hidden argument*/NULL); bool L_7 = __this->get__positive_12(); if (!L_7) { goto IL_005f; } } { NumberFormatInfo_t435877138 * L_8 = ___nfi1; NullCheck(L_8); int32_t L_9 = NumberFormatInfo_get_PercentPositivePattern_m1800841633(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)2)))) { goto IL_005a; } } { NumberFormatInfo_t435877138 * L_10 = ___nfi1; NullCheck(L_10); String_t* L_11 = NumberFormatInfo_get_PercentSymbol_m2021660345(L_10, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_11, /*hidden argument*/NULL); } IL_005a: { goto IL_00bc; } IL_005f: { NumberFormatInfo_t435877138 * L_12 = ___nfi1; NullCheck(L_12); int32_t L_13 = NumberFormatInfo_get_PercentNegativePattern_m1304634118(L_12, /*hidden argument*/NULL); V_0 = L_13; int32_t L_14 = V_0; switch (L_14) { case 0: { goto IL_007d; } case 1: { goto IL_008e; } case 2: { goto IL_009f; } } } { goto IL_00bc; } IL_007d: { NumberFormatInfo_t435877138 * L_15 = ___nfi1; NullCheck(L_15); String_t* L_16 = NumberFormatInfo_get_NegativeSign_m2757109362(L_15, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_16, /*hidden argument*/NULL); goto IL_00bc; } IL_008e: { NumberFormatInfo_t435877138 * L_17 = ___nfi1; NullCheck(L_17); String_t* L_18 = NumberFormatInfo_get_NegativeSign_m2757109362(L_17, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_18, /*hidden argument*/NULL); goto IL_00bc; } IL_009f: { NumberFormatInfo_t435877138 * L_19 = ___nfi1; NullCheck(L_19); String_t* L_20 = NumberFormatInfo_get_NegativeSign_m2757109362(L_19, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_20, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_21 = ___nfi1; NullCheck(L_21); String_t* L_22 = NumberFormatInfo_get_PercentSymbol_m2021660345(L_21, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_22, /*hidden argument*/NULL); goto IL_00bc; } IL_00bc: { NumberFormatInfo_t435877138 * L_23 = ___nfi1; NullCheck(L_23); Int32U5BU5D_t385246372* L_24 = NumberFormatInfo_get_RawPercentGroupSizes_m97703232(L_23, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_25 = ___nfi1; NullCheck(L_25); String_t* L_26 = NumberFormatInfo_get_PercentGroupSeparator_m1849673260(L_25, /*hidden argument*/NULL); NumberFormatter_AppendIntegerStringWithGroupSeparator_m86637181(__this, L_24, L_26, /*hidden argument*/NULL); int32_t L_27 = ___precision0; if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_00e8; } } { NumberFormatInfo_t435877138 * L_28 = ___nfi1; NullCheck(L_28); String_t* L_29 = NumberFormatInfo_get_PercentDecimalSeparator_m2449367000(L_28, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_29, /*hidden argument*/NULL); int32_t L_30 = ___precision0; NumberFormatter_AppendDecimalString_m3239747480(__this, L_30, /*hidden argument*/NULL); } IL_00e8: { bool L_31 = __this->get__positive_12(); if (!L_31) { goto IL_013b; } } { NumberFormatInfo_t435877138 * L_32 = ___nfi1; NullCheck(L_32); int32_t L_33 = NumberFormatInfo_get_PercentPositivePattern_m1800841633(L_32, /*hidden argument*/NULL); V_0 = L_33; int32_t L_34 = V_0; if (!L_34) { goto IL_010c; } } { int32_t L_35 = V_0; if ((((int32_t)L_35) == ((int32_t)1))) { goto IL_0125; } } { goto IL_0136; } IL_010c: { NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_36 = ___nfi1; NullCheck(L_36); String_t* L_37 = NumberFormatInfo_get_PercentSymbol_m2021660345(L_36, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_37, /*hidden argument*/NULL); goto IL_0136; } IL_0125: { NumberFormatInfo_t435877138 * L_38 = ___nfi1; NullCheck(L_38); String_t* L_39 = NumberFormatInfo_get_PercentSymbol_m2021660345(L_38, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_39, /*hidden argument*/NULL); goto IL_0136; } IL_0136: { goto IL_017e; } IL_013b: { NumberFormatInfo_t435877138 * L_40 = ___nfi1; NullCheck(L_40); int32_t L_41 = NumberFormatInfo_get_PercentNegativePattern_m1304634118(L_40, /*hidden argument*/NULL); V_0 = L_41; int32_t L_42 = V_0; if (!L_42) { goto IL_0154; } } { int32_t L_43 = V_0; if ((((int32_t)L_43) == ((int32_t)1))) { goto IL_016d; } } { goto IL_017e; } IL_0154: { NumberFormatter_Append_m950227932(__this, ((int32_t)32), /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_44 = ___nfi1; NullCheck(L_44); String_t* L_45 = NumberFormatInfo_get_PercentSymbol_m2021660345(L_44, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_45, /*hidden argument*/NULL); goto IL_017e; } IL_016d: { NumberFormatInfo_t435877138 * L_46 = ___nfi1; NullCheck(L_46); String_t* L_47 = NumberFormatInfo_get_PercentSymbol_m2021660345(L_46, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_47, /*hidden argument*/NULL); goto IL_017e; } IL_017e: { CharU5BU5D_t3528271667* L_48 = __this->get__cbuf_23(); int32_t L_49 = __this->get__ind_24(); String_t* L_50 = String_CreateString_m860434552(NULL, L_48, 0, L_49, /*hidden argument*/NULL); return L_50; } } // System.String System.NumberFormatter::FormatExponential(System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatExponential_m1436810062 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { { int32_t L_0 = ___precision0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000a; } } { ___precision0 = 6; } IL_000a: { int32_t L_1 = ___precision0; NumberFormatter_RoundPos_m545168719(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); int32_t L_2 = ___precision0; NumberFormatInfo_t435877138 * L_3 = ___nfi1; String_t* L_4 = NumberFormatter_FormatExponential_m2139559983(__this, L_2, L_3, 3, /*hidden argument*/NULL); return L_4; } } // System.String System.NumberFormatter::FormatExponential(System.Int32,System.Globalization.NumberFormatInfo,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatExponential_m2139559983 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, NumberFormatInfo_t435877138 * ___nfi1, int32_t ___expDigits2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = __this->get__decPointPos_18(); V_0 = L_0; int32_t L_1 = __this->get__digitsLen_16(); V_1 = L_1; int32_t L_2 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); int32_t L_3 = 1; V_3 = L_3; __this->set__decPointPos_18(L_3); int32_t L_4 = V_3; V_0 = L_4; int32_t L_5 = ___precision0; NumberFormatter_ResetCharBuf_m1098525658(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)8)), /*hidden argument*/NULL); bool L_6 = __this->get__positive_12(); if (L_6) { goto IL_003d; } } { NumberFormatInfo_t435877138 * L_7 = ___nfi1; NullCheck(L_7); String_t* L_8 = NumberFormatInfo_get_NegativeSign_m2757109362(L_7, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_8, /*hidden argument*/NULL); } IL_003d: { int32_t L_9 = V_1; NumberFormatter_AppendOneDigit_m313720813(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); int32_t L_10 = ___precision0; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_006c; } } { NumberFormatInfo_t435877138 * L_11 = ___nfi1; NullCheck(L_11); String_t* L_12 = NumberFormatInfo_get_NumberDecimalSeparator_m33502788(L_11, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_12, /*hidden argument*/NULL); int32_t L_13 = V_1; int32_t L_14 = ___precision0; int32_t L_15 = V_1; int32_t L_16 = __this->get__decPointPos_18(); NumberFormatter_AppendDigits_m3057727895(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); } IL_006c: { NumberFormatInfo_t435877138 * L_17 = ___nfi1; int32_t L_18 = V_2; int32_t L_19 = ___expDigits2; NumberFormatter_AppendExponent_m1258666517(__this, L_17, L_18, L_19, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_20 = __this->get__cbuf_23(); int32_t L_21 = __this->get__ind_24(); String_t* L_22 = String_CreateString_m860434552(NULL, L_20, 0, L_21, /*hidden argument*/NULL); return L_22; } } // System.String System.NumberFormatter::FormatCustom(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_FormatCustom_m1169507039 (NumberFormatter_t1182924621 * __this, String_t* ___format0, NumberFormatInfo_t435877138 * ___nfi1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_FormatCustom_m1169507039_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; CustomInfo_t435179798 * V_3 = NULL; StringBuilder_t * V_4 = NULL; StringBuilder_t * V_5 = NULL; StringBuilder_t * V_6 = NULL; int32_t V_7 = 0; bool V_8 = false; String_t* G_B4_0 = NULL; StringBuilder_t * G_B8_0 = NULL; StringBuilder_t * G_B21_0 = NULL; StringBuilder_t * G_B20_0 = NULL; int32_t G_B22_0 = 0; StringBuilder_t * G_B22_1 = NULL; { bool L_0 = __this->get__positive_12(); V_0 = L_0; V_1 = 0; V_2 = 0; String_t* L_1 = ___format0; bool L_2 = NumberFormatter_get_IsZero_m3770699077(__this, /*hidden argument*/NULL); CustomInfo_GetActiveSection_m2184507081(NULL /*static, unused*/, L_1, (&V_0), L_2, (&V_1), (&V_2), /*hidden argument*/NULL); int32_t L_3 = V_2; if (L_3) { goto IL_003f; } } { bool L_4 = __this->get__positive_12(); if (!L_4) { goto IL_0038; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B4_0 = L_5; goto IL_003e; } IL_0038: { NumberFormatInfo_t435877138 * L_6 = ___nfi1; NullCheck(L_6); String_t* L_7 = NumberFormatInfo_get_NegativeSign_m2757109362(L_6, /*hidden argument*/NULL); G_B4_0 = L_7; } IL_003e: { return G_B4_0; } IL_003f: { bool L_8 = V_0; __this->set__positive_12(L_8); String_t* L_9 = ___format0; int32_t L_10 = V_1; int32_t L_11 = V_2; NumberFormatInfo_t435877138 * L_12 = ___nfi1; CustomInfo_t435179798 * L_13 = CustomInfo_Parse_m4163382069(NULL /*static, unused*/, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); V_3 = L_13; CustomInfo_t435179798 * L_14 = V_3; NullCheck(L_14); int32_t L_15 = L_14->get_IntegerDigits_4(); StringBuilder_t * L_16 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_16, ((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2)), /*hidden argument*/NULL); V_4 = L_16; CustomInfo_t435179798 * L_17 = V_3; NullCheck(L_17); int32_t L_18 = L_17->get_DecimalDigits_1(); StringBuilder_t * L_19 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_19, ((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)), /*hidden argument*/NULL); V_5 = L_19; CustomInfo_t435179798 * L_20 = V_3; NullCheck(L_20); bool L_21 = L_20->get_UseExponent_7(); if (!L_21) { goto IL_008b; } } { CustomInfo_t435179798 * L_22 = V_3; NullCheck(L_22); int32_t L_23 = L_22->get_ExponentDigits_8(); StringBuilder_t * L_24 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_24, ((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)), /*hidden argument*/NULL); G_B8_0 = L_24; goto IL_008c; } IL_008b: { G_B8_0 = ((StringBuilder_t *)(NULL)); } IL_008c: { V_6 = G_B8_0; V_7 = 0; CustomInfo_t435179798 * L_25 = V_3; NullCheck(L_25); int32_t L_26 = L_25->get_Percents_12(); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00ab; } } { CustomInfo_t435179798 * L_27 = V_3; NullCheck(L_27); int32_t L_28 = L_27->get_Percents_12(); NumberFormatter_Multiply10_m1733956269(__this, ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_28)), /*hidden argument*/NULL); } IL_00ab: { CustomInfo_t435179798 * L_29 = V_3; NullCheck(L_29); int32_t L_30 = L_29->get_Permilles_13(); if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00c5; } } { CustomInfo_t435179798 * L_31 = V_3; NullCheck(L_31); int32_t L_32 = L_31->get_Permilles_13(); NumberFormatter_Multiply10_m1733956269(__this, ((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_32)), /*hidden argument*/NULL); } IL_00c5: { CustomInfo_t435179798 * L_33 = V_3; NullCheck(L_33); int32_t L_34 = L_33->get_DividePlaces_11(); if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_00dd; } } { CustomInfo_t435179798 * L_35 = V_3; NullCheck(L_35); int32_t L_36 = L_35->get_DividePlaces_11(); NumberFormatter_Divide10_m114817904(__this, L_36, /*hidden argument*/NULL); } IL_00dd: { V_8 = (bool)1; CustomInfo_t435179798 * L_37 = V_3; NullCheck(L_37); bool L_38 = L_37->get_UseExponent_7(); if (!L_38) { goto IL_0167; } } { CustomInfo_t435179798 * L_39 = V_3; NullCheck(L_39); int32_t L_40 = L_39->get_DecimalDigits_1(); if ((((int32_t)L_40) > ((int32_t)0))) { goto IL_0103; } } { CustomInfo_t435179798 * L_41 = V_3; NullCheck(L_41); int32_t L_42 = L_41->get_IntegerDigits_4(); if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_0167; } } IL_0103: { bool L_43 = NumberFormatter_get_IsZero_m3770699077(__this, /*hidden argument*/NULL); if (L_43) { goto IL_013f; } } { CustomInfo_t435179798 * L_44 = V_3; NullCheck(L_44); int32_t L_45 = L_44->get_DecimalDigits_1(); CustomInfo_t435179798 * L_46 = V_3; NullCheck(L_46); int32_t L_47 = L_46->get_IntegerDigits_4(); NumberFormatter_RoundPos_m545168719(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_47)), /*hidden argument*/NULL); int32_t L_48 = V_7; int32_t L_49 = __this->get__decPointPos_18(); CustomInfo_t435179798 * L_50 = V_3; NullCheck(L_50); int32_t L_51 = L_50->get_IntegerDigits_4(); V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_51)))); CustomInfo_t435179798 * L_52 = V_3; NullCheck(L_52); int32_t L_53 = L_52->get_IntegerDigits_4(); __this->set__decPointPos_18(L_53); } IL_013f: { int32_t L_54 = V_7; V_8 = (bool)((((int32_t)((((int32_t)L_54) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); StringBuilder_t * L_55 = V_6; int32_t L_56 = V_7; G_B20_0 = L_55; if ((((int32_t)L_56) >= ((int32_t)0))) { G_B21_0 = L_55; goto IL_015b; } } { int32_t L_57 = V_7; G_B22_0 = ((-L_57)); G_B22_1 = G_B20_0; goto IL_015d; } IL_015b: { int32_t L_58 = V_7; G_B22_0 = L_58; G_B22_1 = G_B21_0; } IL_015d: { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_AppendNonNegativeNumber_m2729989692(NULL /*static, unused*/, G_B22_1, G_B22_0, /*hidden argument*/NULL); goto IL_0174; } IL_0167: { CustomInfo_t435179798 * L_59 = V_3; NullCheck(L_59); int32_t L_60 = L_59->get_DecimalDigits_1(); NumberFormatter_RoundDecimal_m2957290908(__this, L_60, /*hidden argument*/NULL); } IL_0174: { CustomInfo_t435179798 * L_61 = V_3; NullCheck(L_61); int32_t L_62 = L_61->get_IntegerDigits_4(); if (L_62) { goto IL_018a; } } { bool L_63 = NumberFormatter_get_IsZeroInteger_m2263284741(__this, /*hidden argument*/NULL); if (L_63) { goto IL_0198; } } IL_018a: { int32_t L_64 = NumberFormatter_get_IntegerDigits_m1758408763(__this, /*hidden argument*/NULL); StringBuilder_t * L_65 = V_4; NumberFormatter_AppendIntegerString_m2788337398(__this, L_64, L_65, /*hidden argument*/NULL); } IL_0198: { int32_t L_66 = NumberFormatter_get_DecimalDigits_m1471374423(__this, /*hidden argument*/NULL); StringBuilder_t * L_67 = V_5; NumberFormatter_AppendDecimalString_m10636623(__this, L_66, L_67, /*hidden argument*/NULL); CustomInfo_t435179798 * L_68 = V_3; NullCheck(L_68); bool L_69 = L_68->get_UseExponent_7(); if (!L_69) { goto IL_0268; } } { CustomInfo_t435179798 * L_70 = V_3; NullCheck(L_70); int32_t L_71 = L_70->get_DecimalDigits_1(); if ((((int32_t)L_71) > ((int32_t)0))) { goto IL_01d0; } } { CustomInfo_t435179798 * L_72 = V_3; NullCheck(L_72); int32_t L_73 = L_72->get_IntegerDigits_4(); if ((((int32_t)L_73) > ((int32_t)0))) { goto IL_01d0; } } { __this->set__positive_12((bool)1); } IL_01d0: { StringBuilder_t * L_74 = V_4; NullCheck(L_74); int32_t L_75 = StringBuilder_get_Length_m3238060835(L_74, /*hidden argument*/NULL); CustomInfo_t435179798 * L_76 = V_3; NullCheck(L_76); int32_t L_77 = L_76->get_IntegerDigits_4(); if ((((int32_t)L_75) >= ((int32_t)L_77))) { goto IL_01fe; } } { StringBuilder_t * L_78 = V_4; CustomInfo_t435179798 * L_79 = V_3; NullCheck(L_79); int32_t L_80 = L_79->get_IntegerDigits_4(); StringBuilder_t * L_81 = V_4; NullCheck(L_81); int32_t L_82 = StringBuilder_get_Length_m3238060835(L_81, /*hidden argument*/NULL); NullCheck(L_78); StringBuilder_Insert_m1991415059(L_78, 0, _stringLiteral3452614544, ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)L_82)), /*hidden argument*/NULL); } IL_01fe: { goto IL_020e; } IL_0203: { StringBuilder_t * L_83 = V_6; NullCheck(L_83); StringBuilder_Insert_m1076119876(L_83, 0, ((int32_t)48), /*hidden argument*/NULL); } IL_020e: { StringBuilder_t * L_84 = V_6; NullCheck(L_84); int32_t L_85 = StringBuilder_get_Length_m3238060835(L_84, /*hidden argument*/NULL); CustomInfo_t435179798 * L_86 = V_3; NullCheck(L_86); int32_t L_87 = L_86->get_ExponentDigits_8(); CustomInfo_t435179798 * L_88 = V_3; NullCheck(L_88); int32_t L_89 = L_88->get_ExponentTailSharpDigits_9(); if ((((int32_t)L_85) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)L_89))))) { goto IL_0203; } } { bool L_90 = V_8; if (!L_90) { goto IL_024d; } } { CustomInfo_t435179798 * L_91 = V_3; NullCheck(L_91); bool L_92 = L_91->get_ExponentNegativeSignOnly_10(); if (L_92) { goto IL_024d; } } { StringBuilder_t * L_93 = V_6; NumberFormatInfo_t435877138 * L_94 = ___nfi1; NullCheck(L_94); String_t* L_95 = NumberFormatInfo_get_PositiveSign_m240350949(L_94, /*hidden argument*/NULL); NullCheck(L_93); StringBuilder_Insert_m3039182437(L_93, 0, L_95, /*hidden argument*/NULL); goto IL_0263; } IL_024d: { bool L_96 = V_8; if (L_96) { goto IL_0263; } } { StringBuilder_t * L_97 = V_6; NumberFormatInfo_t435877138 * L_98 = ___nfi1; NullCheck(L_98); String_t* L_99 = NumberFormatInfo_get_NegativeSign_m2757109362(L_98, /*hidden argument*/NULL); NullCheck(L_97); StringBuilder_Insert_m3039182437(L_97, 0, L_99, /*hidden argument*/NULL); } IL_0263: { goto IL_02d1; } IL_0268: { StringBuilder_t * L_100 = V_4; NullCheck(L_100); int32_t L_101 = StringBuilder_get_Length_m3238060835(L_100, /*hidden argument*/NULL); CustomInfo_t435179798 * L_102 = V_3; NullCheck(L_102); int32_t L_103 = L_102->get_IntegerDigits_4(); CustomInfo_t435179798 * L_104 = V_3; NullCheck(L_104); int32_t L_105 = L_104->get_IntegerHeadSharpDigits_5(); if ((((int32_t)L_101) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)L_105))))) { goto IL_02a4; } } { StringBuilder_t * L_106 = V_4; CustomInfo_t435179798 * L_107 = V_3; NullCheck(L_107); int32_t L_108 = L_107->get_IntegerDigits_4(); CustomInfo_t435179798 * L_109 = V_3; NullCheck(L_109); int32_t L_110 = L_109->get_IntegerHeadSharpDigits_5(); StringBuilder_t * L_111 = V_4; NullCheck(L_111); int32_t L_112 = StringBuilder_get_Length_m3238060835(L_111, /*hidden argument*/NULL); NullCheck(L_106); StringBuilder_Insert_m1991415059(L_106, 0, _stringLiteral3452614544, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)L_110)), (int32_t)L_112)), /*hidden argument*/NULL); } IL_02a4: { CustomInfo_t435179798 * L_113 = V_3; NullCheck(L_113); int32_t L_114 = L_113->get_IntegerDigits_4(); CustomInfo_t435179798 * L_115 = V_3; NullCheck(L_115); int32_t L_116 = L_115->get_IntegerHeadSharpDigits_5(); if ((!(((uint32_t)L_114) == ((uint32_t)L_116)))) { goto IL_02d1; } } { StringBuilder_t * L_117 = V_4; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); bool L_118 = NumberFormatter_IsZeroOnly_m46572730(NULL /*static, unused*/, L_117, /*hidden argument*/NULL); if (!L_118) { goto IL_02d1; } } { StringBuilder_t * L_119 = V_4; StringBuilder_t * L_120 = V_4; NullCheck(L_120); int32_t L_121 = StringBuilder_get_Length_m3238060835(L_120, /*hidden argument*/NULL); NullCheck(L_119); StringBuilder_Remove_m940064945(L_119, 0, L_121, /*hidden argument*/NULL); } IL_02d1: { StringBuilder_t * L_122 = V_5; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); NumberFormatter_ZeroTrimEnd_m3065471008(NULL /*static, unused*/, L_122, (bool)1, /*hidden argument*/NULL); goto IL_02e8; } IL_02de: { StringBuilder_t * L_123 = V_5; NullCheck(L_123); StringBuilder_Append_m2383614642(L_123, ((int32_t)48), /*hidden argument*/NULL); } IL_02e8: { StringBuilder_t * L_124 = V_5; NullCheck(L_124); int32_t L_125 = StringBuilder_get_Length_m3238060835(L_124, /*hidden argument*/NULL); CustomInfo_t435179798 * L_126 = V_3; NullCheck(L_126); int32_t L_127 = L_126->get_DecimalDigits_1(); CustomInfo_t435179798 * L_128 = V_3; NullCheck(L_128); int32_t L_129 = L_128->get_DecimalTailSharpDigits_3(); if ((((int32_t)L_125) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_127, (int32_t)L_129))))) { goto IL_02de; } } { StringBuilder_t * L_130 = V_5; NullCheck(L_130); int32_t L_131 = StringBuilder_get_Length_m3238060835(L_130, /*hidden argument*/NULL); CustomInfo_t435179798 * L_132 = V_3; NullCheck(L_132); int32_t L_133 = L_132->get_DecimalDigits_1(); if ((((int32_t)L_131) <= ((int32_t)L_133))) { goto IL_032f; } } { StringBuilder_t * L_134 = V_5; CustomInfo_t435179798 * L_135 = V_3; NullCheck(L_135); int32_t L_136 = L_135->get_DecimalDigits_1(); StringBuilder_t * L_137 = V_5; NullCheck(L_137); int32_t L_138 = StringBuilder_get_Length_m3238060835(L_137, /*hidden argument*/NULL); CustomInfo_t435179798 * L_139 = V_3; NullCheck(L_139); int32_t L_140 = L_139->get_DecimalDigits_1(); NullCheck(L_134); StringBuilder_Remove_m940064945(L_134, L_136, ((int32_t)il2cpp_codegen_subtract((int32_t)L_138, (int32_t)L_140)), /*hidden argument*/NULL); } IL_032f: { CustomInfo_t435179798 * L_141 = V_3; String_t* L_142 = ___format0; int32_t L_143 = V_1; int32_t L_144 = V_2; NumberFormatInfo_t435877138 * L_145 = ___nfi1; bool L_146 = __this->get__positive_12(); StringBuilder_t * L_147 = V_4; StringBuilder_t * L_148 = V_5; StringBuilder_t * L_149 = V_6; NullCheck(L_141); String_t* L_150 = CustomInfo_Format_m1134896917(L_141, L_142, L_143, L_144, L_145, L_146, L_147, L_148, L_149, /*hidden argument*/NULL); return L_150; } } // System.Void System.NumberFormatter::ZeroTrimEnd(System.Text.StringBuilder,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_ZeroTrimEnd_m3065471008 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___sb0, bool ___canEmpty1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B7_0 = 0; { V_0 = 0; StringBuilder_t * L_0 = ___sb0; NullCheck(L_0); int32_t L_1 = StringBuilder_get_Length_m3238060835(L_0, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); goto IL_002b; } IL_0010: { StringBuilder_t * L_2 = ___sb0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4 = StringBuilder_get_Chars_m1819843468(L_2, L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)48)))) { goto IL_0023; } } { goto IL_0046; } IL_0023: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); } IL_002b: { bool L_7 = ___canEmpty1; if (!L_7) { goto IL_003d; } } { int32_t L_8 = V_1; G_B7_0 = ((((int32_t)((((int32_t)L_8) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0041; } IL_003d: { int32_t L_9 = V_1; G_B7_0 = ((((int32_t)L_9) > ((int32_t)0))? 1 : 0); } IL_0041: { if (G_B7_0) { goto IL_0010; } } IL_0046: { int32_t L_10 = V_0; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_005d; } } { StringBuilder_t * L_11 = ___sb0; StringBuilder_t * L_12 = ___sb0; NullCheck(L_12); int32_t L_13 = StringBuilder_get_Length_m3238060835(L_12, /*hidden argument*/NULL); int32_t L_14 = V_0; int32_t L_15 = V_0; NullCheck(L_11); StringBuilder_Remove_m940064945(L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), L_15, /*hidden argument*/NULL); } IL_005d: { return; } } // System.Boolean System.NumberFormatter::IsZeroOnly(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR bool NumberFormatter_IsZeroOnly_m46572730 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___sb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_IsZeroOnly_m46572730_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_002c; } IL_0007: { StringBuilder_t * L_0 = ___sb0; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2 = StringBuilder_get_Chars_m1819843468(L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_3 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { StringBuilder_t * L_4 = ___sb0; int32_t L_5 = V_0; NullCheck(L_4); Il2CppChar L_6 = StringBuilder_get_Chars_m1819843468(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)((int32_t)48)))) { goto IL_0028; } } { return (bool)0; } IL_0028: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002c: { int32_t L_8 = V_0; StringBuilder_t * L_9 = ___sb0; NullCheck(L_9); int32_t L_10 = StringBuilder_get_Length_m3238060835(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0007; } } { return (bool)1; } } // System.Void System.NumberFormatter::AppendNonNegativeNumber(System.Text.StringBuilder,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendNonNegativeNumber_m2729989692 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___sb0, int32_t ___v1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_AppendNonNegativeNumber_m2729989692_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___v1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000d; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NumberFormatter_AppendNonNegativeNumber_m2729989692_RuntimeMethod_var); } IL_000d: { int32_t L_2 = ___v1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t L_3 = NumberFormatter_ScaleOrder_m3813786990(NULL /*static, unused*/, (((int64_t)((int64_t)L_2))), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); } IL_0017: { int32_t L_4 = ___v1; int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int64_t L_6 = NumberFormatter_GetTenPowerOf_m3725144548(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_4/(int32_t)(((int32_t)((int32_t)L_6))))); StringBuilder_t * L_7 = ___sb0; int32_t L_8 = V_1; NullCheck(L_7); StringBuilder_Append_m2383614642(L_7, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)L_8))))), /*hidden argument*/NULL); int32_t L_9 = ___v1; int32_t L_10 = V_0; int32_t L_11 = L_10; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); int64_t L_12 = NumberFormatter_GetTenPowerOf_m3725144548(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); int32_t L_13 = V_1; ___v1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)L_12))), (int32_t)L_13)))); int32_t L_14 = V_0; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0017; } } { return; } } // System.Void System.NumberFormatter::AppendIntegerString(System.Int32,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerString_m2788337398 (NumberFormatter_t1182924621 * __this, int32_t ___minLength0, StringBuilder_t * ___sb1, const RuntimeMethod* method) { { int32_t L_0 = __this->get__decPointPos_18(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0017; } } { StringBuilder_t * L_1 = ___sb1; int32_t L_2 = ___minLength0; NullCheck(L_1); StringBuilder_Append_m2180175564(L_1, ((int32_t)48), L_2, /*hidden argument*/NULL); return; } IL_0017: { int32_t L_3 = __this->get__decPointPos_18(); int32_t L_4 = ___minLength0; if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0034; } } { StringBuilder_t * L_5 = ___sb1; int32_t L_6 = ___minLength0; int32_t L_7 = __this->get__decPointPos_18(); NullCheck(L_5); StringBuilder_Append_m2180175564(L_5, ((int32_t)48), ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); } IL_0034: { int32_t L_8 = __this->get__digitsLen_16(); int32_t L_9 = __this->get__decPointPos_18(); int32_t L_10 = __this->get__digitsLen_16(); StringBuilder_t * L_11 = ___sb1; NumberFormatter_AppendDigits_m4260798464(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), L_10, L_11, /*hidden argument*/NULL); return; } } // System.Void System.NumberFormatter::AppendIntegerString(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerString_m2257376141 (NumberFormatter_t1182924621 * __this, int32_t ___minLength0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__decPointPos_18(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0016; } } { int32_t L_1 = ___minLength0; NumberFormatter_Append_m1427178134(__this, ((int32_t)48), L_1, /*hidden argument*/NULL); return; } IL_0016: { int32_t L_2 = __this->get__decPointPos_18(); int32_t L_3 = ___minLength0; if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0032; } } { int32_t L_4 = ___minLength0; int32_t L_5 = __this->get__decPointPos_18(); NumberFormatter_Append_m1427178134(__this, ((int32_t)48), ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); } IL_0032: { int32_t L_6 = __this->get__digitsLen_16(); int32_t L_7 = __this->get__decPointPos_18(); int32_t L_8 = __this->get__digitsLen_16(); NumberFormatter_AppendDigits_m3057727895(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), L_8, /*hidden argument*/NULL); return; } } // System.Void System.NumberFormatter::AppendDecimalString(System.Int32,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendDecimalString_m10636623 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, StringBuilder_t * ___sb1, const RuntimeMethod* method) { { int32_t L_0 = __this->get__digitsLen_16(); int32_t L_1 = ___precision0; int32_t L_2 = __this->get__decPointPos_18(); int32_t L_3 = __this->get__digitsLen_16(); int32_t L_4 = __this->get__decPointPos_18(); StringBuilder_t * L_5 = ___sb1; NumberFormatter_AppendDigits_m4260798464(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)L_2)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), L_5, /*hidden argument*/NULL); return; } } // System.Void System.NumberFormatter::AppendDecimalString(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendDecimalString_m3239747480 (NumberFormatter_t1182924621 * __this, int32_t ___precision0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__digitsLen_16(); int32_t L_1 = ___precision0; int32_t L_2 = __this->get__decPointPos_18(); int32_t L_3 = __this->get__digitsLen_16(); int32_t L_4 = __this->get__decPointPos_18(); NumberFormatter_AppendDigits_m3057727895(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)L_2)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), /*hidden argument*/NULL); return; } } // System.Void System.NumberFormatter::AppendIntegerStringWithGroupSeparator(System.Int32[],System.String) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendIntegerStringWithGroupSeparator_m86637181 (NumberFormatter_t1182924621 * __this, Int32U5BU5D_t385246372* ___groups0, String_t* ___groupSeparator1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B13_0 = 0; int32_t G_B21_0 = 0; { bool L_0 = NumberFormatter_get_IsZeroInteger_m2263284741(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { NumberFormatter_Append_m950227932(__this, ((int32_t)48), /*hidden argument*/NULL); return; } IL_0014: { V_0 = 0; V_1 = 0; V_2 = 0; goto IL_0041; } IL_001f: { int32_t L_1 = V_0; Int32U5BU5D_t385246372* L_2 = ___groups0; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_5)); int32_t L_6 = V_0; int32_t L_7 = __this->get__decPointPos_18(); if ((((int32_t)L_6) > ((int32_t)L_7))) { goto IL_0038; } } { int32_t L_8 = V_2; V_1 = L_8; goto IL_003d; } IL_0038: { goto IL_004a; } IL_003d: { int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0041: { int32_t L_10 = V_2; Int32U5BU5D_t385246372* L_11 = ___groups0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_001f; } } IL_004a: { Int32U5BU5D_t385246372* L_12 = ___groups0; NullCheck(L_12); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))) <= ((int32_t)0))) { goto IL_0168; } } { int32_t L_13 = V_0; if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0168; } } { Int32U5BU5D_t385246372* L_14 = ___groups0; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; int32_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_4 = L_17; int32_t L_18 = __this->get__decPointPos_18(); int32_t L_19 = V_0; if ((((int32_t)L_18) <= ((int32_t)L_19))) { goto IL_0078; } } { int32_t L_20 = __this->get__decPointPos_18(); int32_t L_21 = V_0; G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)); goto IL_0079; } IL_0078: { G_B13_0 = 0; } IL_0079: { V_5 = G_B13_0; int32_t L_22 = V_4; if (L_22) { goto IL_00ae; } } { goto IL_008b; } IL_0087: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_008b: { int32_t L_24 = V_1; if ((((int32_t)L_24) < ((int32_t)0))) { goto IL_009a; } } { Int32U5BU5D_t385246372* L_25 = ___groups0; int32_t L_26 = V_1; NullCheck(L_25); int32_t L_27 = L_26; int32_t L_28 = (L_25)->GetAt(static_cast(L_27)); if (!L_28) { goto IL_0087; } } IL_009a: { int32_t L_29 = V_5; if ((((int32_t)L_29) <= ((int32_t)0))) { goto IL_00a9; } } { int32_t L_30 = V_5; G_B21_0 = L_30; goto IL_00ac; } IL_00a9: { Int32U5BU5D_t385246372* L_31 = ___groups0; int32_t L_32 = V_1; NullCheck(L_31); int32_t L_33 = L_32; int32_t L_34 = (L_31)->GetAt(static_cast(L_33)); G_B21_0 = L_34; } IL_00ac: { V_4 = G_B21_0; } IL_00ae: { int32_t L_35 = V_5; if (L_35) { goto IL_00bd; } } { int32_t L_36 = V_4; V_3 = L_36; goto IL_00dd; } IL_00bd: { int32_t L_37 = V_1; int32_t L_38 = V_5; int32_t L_39 = V_4; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)((int32_t)L_38/(int32_t)L_39)))); int32_t L_40 = V_5; int32_t L_41 = V_4; V_3 = ((int32_t)((int32_t)L_40%(int32_t)L_41)); int32_t L_42 = V_3; if (L_42) { goto IL_00d9; } } { int32_t L_43 = V_4; V_3 = L_43; goto IL_00dd; } IL_00d9: { int32_t L_44 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00dd: { V_6 = 0; goto IL_015e; } IL_00e5: { int32_t L_45 = __this->get__decPointPos_18(); int32_t L_46 = V_6; int32_t L_47 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46))) <= ((int32_t)L_47))) { goto IL_00fa; } } { int32_t L_48 = V_3; if (L_48) { goto IL_011b; } } IL_00fa: { int32_t L_49 = __this->get__digitsLen_16(); int32_t L_50 = __this->get__decPointPos_18(); int32_t L_51 = __this->get__digitsLen_16(); int32_t L_52 = V_6; NumberFormatter_AppendDigits_m3057727895(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52)), /*hidden argument*/NULL); goto IL_0163; } IL_011b: { int32_t L_53 = __this->get__digitsLen_16(); int32_t L_54 = V_6; int32_t L_55 = V_3; int32_t L_56 = __this->get__digitsLen_16(); int32_t L_57 = V_6; NumberFormatter_AppendDigits_m3057727895(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)), (int32_t)L_55)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)L_57)), /*hidden argument*/NULL); int32_t L_58 = V_6; int32_t L_59 = V_3; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59)); String_t* L_60 = ___groupSeparator1; NumberFormatter_Append_m269678094(__this, L_60, /*hidden argument*/NULL); int32_t L_61 = V_1; int32_t L_62 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1)); V_1 = L_62; Int32U5BU5D_t385246372* L_63 = ___groups0; NullCheck(L_63); if ((((int32_t)L_62) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_63)->max_length))))))) { goto IL_015b; } } { int32_t L_64 = V_1; if ((((int32_t)L_64) < ((int32_t)0))) { goto IL_015b; } } { Int32U5BU5D_t385246372* L_65 = ___groups0; int32_t L_66 = V_1; NullCheck(L_65); int32_t L_67 = L_66; int32_t L_68 = (L_65)->GetAt(static_cast(L_67)); V_4 = L_68; } IL_015b: { int32_t L_69 = V_4; V_3 = L_69; } IL_015e: { goto IL_00e5; } IL_0163: { goto IL_0181; } IL_0168: { int32_t L_70 = __this->get__digitsLen_16(); int32_t L_71 = __this->get__decPointPos_18(); int32_t L_72 = __this->get__digitsLen_16(); NumberFormatter_AppendDigits_m3057727895(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)), L_72, /*hidden argument*/NULL); } IL_0181: { return; } } // System.Void System.NumberFormatter::AppendExponent(System.Globalization.NumberFormatInfo,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendExponent_m1258666517 (NumberFormatter_t1182924621 * __this, NumberFormatInfo_t435877138 * ___nfi0, int32_t ___exponent1, int32_t ___minDigits2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_AppendExponent_m1258666517_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { bool L_0 = __this->get__specifierIsUpper_11(); if (L_0) { goto IL_0018; } } { Il2CppChar L_1 = __this->get__specifier_13(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)82))))) { goto IL_0025; } } IL_0018: { NumberFormatter_Append_m950227932(__this, ((int32_t)69), /*hidden argument*/NULL); goto IL_002d; } IL_0025: { NumberFormatter_Append_m950227932(__this, ((int32_t)101), /*hidden argument*/NULL); } IL_002d: { int32_t L_2 = ___exponent1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0045; } } { NumberFormatInfo_t435877138 * L_3 = ___nfi0; NullCheck(L_3); String_t* L_4 = NumberFormatInfo_get_PositiveSign_m240350949(L_3, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_4, /*hidden argument*/NULL); goto IL_0055; } IL_0045: { NumberFormatInfo_t435877138 * L_5 = ___nfi0; NullCheck(L_5); String_t* L_6 = NumberFormatInfo_get_NegativeSign_m2757109362(L_5, /*hidden argument*/NULL); NumberFormatter_Append_m269678094(__this, L_6, /*hidden argument*/NULL); int32_t L_7 = ___exponent1; ___exponent1 = ((-L_7)); } IL_0055: { int32_t L_8 = ___exponent1; if (L_8) { goto IL_0069; } } { int32_t L_9 = ___minDigits2; NumberFormatter_Append_m1427178134(__this, ((int32_t)48), L_9, /*hidden argument*/NULL); goto IL_00cd; } IL_0069: { int32_t L_10 = ___exponent1; if ((((int32_t)L_10) >= ((int32_t)((int32_t)10)))) { goto IL_008c; } } { int32_t L_11 = ___minDigits2; NumberFormatter_Append_m1427178134(__this, ((int32_t)48), ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); int32_t L_12 = ___exponent1; NumberFormatter_Append_m950227932(__this, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)L_12))))), /*hidden argument*/NULL); goto IL_00cd; } IL_008c: { int32_t L_13 = ___exponent1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); uint32_t L_14 = NumberFormatter_FastToDecHex_m699829267(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_0 = L_14; int32_t L_15 = ___exponent1; if ((((int32_t)L_15) >= ((int32_t)((int32_t)100)))) { goto IL_00a2; } } { int32_t L_16 = ___minDigits2; if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00af; } } IL_00a2: { uint32_t L_17 = V_0; NumberFormatter_Append_m950227932(__this, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((uint32_t)L_17>>8))))))), /*hidden argument*/NULL); } IL_00af: { uint32_t L_18 = V_0; NumberFormatter_Append_m950227932(__this, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_18>>4))&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL); uint32_t L_19 = V_0; NumberFormatter_Append_m950227932(__this, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL); } IL_00cd: { return; } } // System.Void System.NumberFormatter::AppendOneDigit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendOneDigit_m313720813 (NumberFormatter_t1182924621 * __this, int32_t ___start0, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get__ind_24(); CharU5BU5D_t3528271667* L_1 = __this->get__cbuf_23(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_0022; } } { int32_t L_2 = __this->get__ind_24(); NumberFormatter_Resize_m3876336103(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)10))), /*hidden argument*/NULL); } IL_0022: { int32_t L_3 = ___start0; int32_t L_4 = __this->get__offset_17(); ___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); int32_t L_5 = ___start0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { V_0 = 0; goto IL_008b; } IL_003a: { int32_t L_6 = ___start0; if ((((int32_t)L_6) >= ((int32_t)8))) { goto IL_004d; } } { uint32_t L_7 = __this->get__val1_19(); V_0 = L_7; goto IL_008b; } IL_004d: { int32_t L_8 = ___start0; if ((((int32_t)L_8) >= ((int32_t)((int32_t)16)))) { goto IL_0061; } } { uint32_t L_9 = __this->get__val2_20(); V_0 = L_9; goto IL_008b; } IL_0061: { int32_t L_10 = ___start0; if ((((int32_t)L_10) >= ((int32_t)((int32_t)24)))) { goto IL_0075; } } { uint32_t L_11 = __this->get__val3_21(); V_0 = L_11; goto IL_008b; } IL_0075: { int32_t L_12 = ___start0; if ((((int32_t)L_12) >= ((int32_t)((int32_t)32)))) { goto IL_0089; } } { uint32_t L_13 = __this->get__val4_22(); V_0 = L_13; goto IL_008b; } IL_0089: { V_0 = 0; } IL_008b: { uint32_t L_14 = V_0; int32_t L_15 = ___start0; V_0 = ((int32_t)((uint32_t)L_14>>((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_15&(int32_t)7))<<(int32_t)2))&(int32_t)((int32_t)31))))); CharU5BU5D_t3528271667* L_16 = __this->get__cbuf_23(); int32_t L_17 = __this->get__ind_24(); int32_t L_18 = L_17; V_1 = L_18; __this->set__ind_24(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_1; uint32_t L_20 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_19), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)15))))))))); return; } } // System.Void System.NumberFormatter::FastAppendDigits(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_FastAppendDigits_m3294622153 (NumberFormatter_t1182924621 * __this, int32_t ___val0, bool ___force1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_FastAppendDigits_m3294622153_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get__ind_24(); V_0 = L_0; bool L_1 = ___force1; if (L_1) { goto IL_0015; } } { int32_t L_2 = ___val0; if ((((int32_t)L_2) < ((int32_t)((int32_t)100)))) { goto IL_0078; } } IL_0015: { int32_t L_3 = ___val0; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)5243)))>>(int32_t)((int32_t)19))); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t* L_4 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_DecHexDigits_5(); int32_t L_5 = V_2; V_1 = (*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)4)))))); bool L_6 = ___force1; if (L_6) { goto IL_003c; } } { int32_t L_7 = ___val0; if ((((int32_t)L_7) < ((int32_t)((int32_t)1000)))) { goto IL_004f; } } IL_003c: { CharU5BU5D_t3528271667* L_8 = __this->get__cbuf_23(); int32_t L_9 = V_0; int32_t L_10 = L_9; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); int32_t L_11 = V_1; NullCheck(L_8); (L_8)->SetAt(static_cast(L_10), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_11>>(int32_t)4)))))))); } IL_004f: { CharU5BU5D_t3528271667* L_12 = __this->get__cbuf_23(); int32_t L_13 = V_0; int32_t L_14 = L_13; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); int32_t L_15 = V_1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)15))))))))); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t* L_16 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_DecHexDigits_5(); int32_t L_17 = ___val0; int32_t L_18 = V_2; V_1 = (*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)((int32_t)100))))), (int32_t)4)))))); goto IL_0083; } IL_0078: { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); int32_t* L_19 = ((NumberFormatter_t1182924621_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatter_t1182924621_il2cpp_TypeInfo_var))->get_DecHexDigits_5(); int32_t L_20 = ___val0; V_1 = (*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)4)))))); } IL_0083: { bool L_21 = ___force1; if (L_21) { goto IL_0091; } } { int32_t L_22 = ___val0; if ((((int32_t)L_22) < ((int32_t)((int32_t)10)))) { goto IL_00a4; } } IL_0091: { CharU5BU5D_t3528271667* L_23 = __this->get__cbuf_23(); int32_t L_24 = V_0; int32_t L_25 = L_24; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); int32_t L_26 = V_1; NullCheck(L_23); (L_23)->SetAt(static_cast(L_25), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_26>>(int32_t)4)))))))); } IL_00a4: { CharU5BU5D_t3528271667* L_27 = __this->get__cbuf_23(); int32_t L_28 = V_0; int32_t L_29 = L_28; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); int32_t L_30 = V_1; NullCheck(L_27); (L_27)->SetAt(static_cast(L_29), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_30&(int32_t)((int32_t)15))))))))); int32_t L_31 = V_0; __this->set__ind_24(L_31); return; } } // System.Void System.NumberFormatter::AppendDigits(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendDigits_m3057727895 (NumberFormatter_t1182924621 * __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; uint32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___start0; int32_t L_1 = ___end1; if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0008; } } { return; } IL_0008: { int32_t L_2 = __this->get__ind_24(); int32_t L_3 = ___end1; int32_t L_4 = ___start0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))); int32_t L_5 = V_0; CharU5BU5D_t3528271667* L_6 = __this->get__cbuf_23(); NullCheck(L_6); if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_002b; } } { int32_t L_7 = V_0; NumberFormatter_Resize_m3876336103(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)10))), /*hidden argument*/NULL); } IL_002b: { int32_t L_8 = V_0; __this->set__ind_24(L_8); int32_t L_9 = ___end1; int32_t L_10 = __this->get__offset_17(); ___end1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = ___start0; int32_t L_12 = __this->get__offset_17(); ___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); int32_t L_13 = ___start0; int32_t L_14 = ___start0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)8)), (int32_t)((int32_t)((int32_t)L_14&(int32_t)7)))); goto IL_01dc; } IL_0053: { int32_t L_15 = V_1; if ((!(((uint32_t)L_15) == ((uint32_t)8)))) { goto IL_0066; } } { uint32_t L_16 = __this->get__val1_19(); V_2 = L_16; goto IL_00a4; } IL_0066: { int32_t L_17 = V_1; if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)16))))) { goto IL_007a; } } { uint32_t L_18 = __this->get__val2_20(); V_2 = L_18; goto IL_00a4; } IL_007a: { int32_t L_19 = V_1; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)24))))) { goto IL_008e; } } { uint32_t L_20 = __this->get__val3_21(); V_2 = L_20; goto IL_00a4; } IL_008e: { int32_t L_21 = V_1; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)32))))) { goto IL_00a2; } } { uint32_t L_22 = __this->get__val4_22(); V_2 = L_22; goto IL_00a4; } IL_00a2: { V_2 = 0; } IL_00a4: { uint32_t L_23 = V_2; int32_t L_24 = ___start0; V_2 = ((int32_t)((uint32_t)L_23>>((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_24&(int32_t)7))<<(int32_t)2))&(int32_t)((int32_t)31))))); int32_t L_25 = V_1; int32_t L_26 = ___end1; if ((((int32_t)L_25) <= ((int32_t)L_26))) { goto IL_00b8; } } { int32_t L_27 = ___end1; V_1 = L_27; } IL_00b8: { CharU5BU5D_t3528271667* L_28 = __this->get__cbuf_23(); int32_t L_29 = V_0; int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); V_0 = L_30; uint32_t L_31 = V_2; NullCheck(L_28); (L_28)->SetAt(static_cast(L_30), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_31&(int32_t)((int32_t)15))))))))); int32_t L_32 = V_1; int32_t L_33 = ___start0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1))) { case 0: { goto IL_01c8; } case 1: { goto IL_01ab; } case 2: { goto IL_018e; } case 3: { goto IL_0171; } case 4: { goto IL_0154; } case 5: { goto IL_0137; } case 6: { goto IL_011a; } case 7: { goto IL_00fd; } } } { goto IL_01d5; } IL_00fd: { CharU5BU5D_t3528271667* L_35 = __this->get__cbuf_23(); int32_t L_36 = V_0; int32_t L_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); V_0 = L_37; uint32_t L_38 = V_2; int32_t L_39 = ((int32_t)((uint32_t)L_38>>4)); V_2 = L_39; NullCheck(L_35); (L_35)->SetAt(static_cast(L_37), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_39&(int32_t)((int32_t)15))))))))); goto IL_011a; } IL_011a: { CharU5BU5D_t3528271667* L_40 = __this->get__cbuf_23(); int32_t L_41 = V_0; int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); V_0 = L_42; uint32_t L_43 = V_2; int32_t L_44 = ((int32_t)((uint32_t)L_43>>4)); V_2 = L_44; NullCheck(L_40); (L_40)->SetAt(static_cast(L_42), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_44&(int32_t)((int32_t)15))))))))); goto IL_0137; } IL_0137: { CharU5BU5D_t3528271667* L_45 = __this->get__cbuf_23(); int32_t L_46 = V_0; int32_t L_47 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1)); V_0 = L_47; uint32_t L_48 = V_2; int32_t L_49 = ((int32_t)((uint32_t)L_48>>4)); V_2 = L_49; NullCheck(L_45); (L_45)->SetAt(static_cast(L_47), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_49&(int32_t)((int32_t)15))))))))); goto IL_0154; } IL_0154: { CharU5BU5D_t3528271667* L_50 = __this->get__cbuf_23(); int32_t L_51 = V_0; int32_t L_52 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1)); V_0 = L_52; uint32_t L_53 = V_2; int32_t L_54 = ((int32_t)((uint32_t)L_53>>4)); V_2 = L_54; NullCheck(L_50); (L_50)->SetAt(static_cast(L_52), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_54&(int32_t)((int32_t)15))))))))); goto IL_0171; } IL_0171: { CharU5BU5D_t3528271667* L_55 = __this->get__cbuf_23(); int32_t L_56 = V_0; int32_t L_57 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1)); V_0 = L_57; uint32_t L_58 = V_2; int32_t L_59 = ((int32_t)((uint32_t)L_58>>4)); V_2 = L_59; NullCheck(L_55); (L_55)->SetAt(static_cast(L_57), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_59&(int32_t)((int32_t)15))))))))); goto IL_018e; } IL_018e: { CharU5BU5D_t3528271667* L_60 = __this->get__cbuf_23(); int32_t L_61 = V_0; int32_t L_62 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1)); V_0 = L_62; uint32_t L_63 = V_2; int32_t L_64 = ((int32_t)((uint32_t)L_63>>4)); V_2 = L_64; NullCheck(L_60); (L_60)->SetAt(static_cast(L_62), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_64&(int32_t)((int32_t)15))))))))); goto IL_01ab; } IL_01ab: { CharU5BU5D_t3528271667* L_65 = __this->get__cbuf_23(); int32_t L_66 = V_0; int32_t L_67 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)1)); V_0 = L_67; uint32_t L_68 = V_2; int32_t L_69 = ((int32_t)((uint32_t)L_68>>4)); V_2 = L_69; NullCheck(L_65); (L_65)->SetAt(static_cast(L_67), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_69&(int32_t)((int32_t)15))))))))); goto IL_01c8; } IL_01c8: { int32_t L_70 = V_1; int32_t L_71 = ___end1; if ((!(((uint32_t)L_70) == ((uint32_t)L_71)))) { goto IL_01d0; } } { return; } IL_01d0: { goto IL_01d5; } IL_01d5: { int32_t L_72 = V_1; ___start0 = L_72; int32_t L_73 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)8)); } IL_01dc: { goto IL_0053; } } // System.Void System.NumberFormatter::AppendDigits(System.Int32,System.Int32,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_AppendDigits_m4260798464 (NumberFormatter_t1182924621 * __this, int32_t ___start0, int32_t ___end1, StringBuilder_t * ___sb2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; uint32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___start0; int32_t L_1 = ___end1; if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0008; } } { return; } IL_0008: { StringBuilder_t * L_2 = ___sb2; NullCheck(L_2); int32_t L_3 = StringBuilder_get_Length_m3238060835(L_2, /*hidden argument*/NULL); int32_t L_4 = ___end1; int32_t L_5 = ___start0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)))); StringBuilder_t * L_6 = ___sb2; int32_t L_7 = V_0; NullCheck(L_6); StringBuilder_set_Length_m1410065908(L_6, L_7, /*hidden argument*/NULL); int32_t L_8 = ___end1; int32_t L_9 = __this->get__offset_17(); ___end1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); int32_t L_10 = ___start0; int32_t L_11 = __this->get__offset_17(); ___start0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); int32_t L_12 = ___start0; int32_t L_13 = ___start0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)8)), (int32_t)((int32_t)((int32_t)L_13&(int32_t)7)))); goto IL_01bc; } IL_003b: { int32_t L_14 = V_1; if ((!(((uint32_t)L_14) == ((uint32_t)8)))) { goto IL_004e; } } { uint32_t L_15 = __this->get__val1_19(); V_2 = L_15; goto IL_008c; } IL_004e: { int32_t L_16 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)16))))) { goto IL_0062; } } { uint32_t L_17 = __this->get__val2_20(); V_2 = L_17; goto IL_008c; } IL_0062: { int32_t L_18 = V_1; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)24))))) { goto IL_0076; } } { uint32_t L_19 = __this->get__val3_21(); V_2 = L_19; goto IL_008c; } IL_0076: { int32_t L_20 = V_1; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)32))))) { goto IL_008a; } } { uint32_t L_21 = __this->get__val4_22(); V_2 = L_21; goto IL_008c; } IL_008a: { V_2 = 0; } IL_008c: { uint32_t L_22 = V_2; int32_t L_23 = ___start0; V_2 = ((int32_t)((uint32_t)L_22>>((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23&(int32_t)7))<<(int32_t)2))&(int32_t)((int32_t)31))))); int32_t L_24 = V_1; int32_t L_25 = ___end1; if ((((int32_t)L_24) <= ((int32_t)L_25))) { goto IL_00a0; } } { int32_t L_26 = ___end1; V_1 = L_26; } IL_00a0: { StringBuilder_t * L_27 = ___sb2; int32_t L_28 = V_0; int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1)); V_0 = L_29; uint32_t L_30 = V_2; NullCheck(L_27); StringBuilder_set_Chars_m3548656617(L_27, L_29, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_30&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL); int32_t L_31 = V_1; int32_t L_32 = ___start0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)); int32_t L_33 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1))) { case 0: { goto IL_01a8; } case 1: { goto IL_018c; } case 2: { goto IL_0170; } case 3: { goto IL_0154; } case 4: { goto IL_0138; } case 5: { goto IL_011c; } case 6: { goto IL_0100; } case 7: { goto IL_00e4; } } } { goto IL_01b5; } IL_00e4: { StringBuilder_t * L_34 = ___sb2; int32_t L_35 = V_0; int32_t L_36 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)); V_0 = L_36; uint32_t L_37 = V_2; int32_t L_38 = ((int32_t)((uint32_t)L_37>>4)); V_2 = L_38; NullCheck(L_34); StringBuilder_set_Chars_m3548656617(L_34, L_36, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_38&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL); goto IL_0100; } IL_0100: { StringBuilder_t * L_39 = ___sb2; int32_t L_40 = V_0; int32_t L_41 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)); V_0 = L_41; uint32_t L_42 = V_2; int32_t L_43 = ((int32_t)((uint32_t)L_42>>4)); V_2 = L_43; NullCheck(L_39); StringBuilder_set_Chars_m3548656617(L_39, L_41, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_43&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL); goto IL_011c; } IL_011c: { StringBuilder_t * L_44 = ___sb2; int32_t L_45 = V_0; int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)); V_0 = L_46; uint32_t L_47 = V_2; int32_t L_48 = ((int32_t)((uint32_t)L_47>>4)); V_2 = L_48; NullCheck(L_44); StringBuilder_set_Chars_m3548656617(L_44, L_46, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_48&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL); goto IL_0138; } IL_0138: { StringBuilder_t * L_49 = ___sb2; int32_t L_50 = V_0; int32_t L_51 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)); V_0 = L_51; uint32_t L_52 = V_2; int32_t L_53 = ((int32_t)((uint32_t)L_52>>4)); V_2 = L_53; NullCheck(L_49); StringBuilder_set_Chars_m3548656617(L_49, L_51, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_53&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL); goto IL_0154; } IL_0154: { StringBuilder_t * L_54 = ___sb2; int32_t L_55 = V_0; int32_t L_56 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1)); V_0 = L_56; uint32_t L_57 = V_2; int32_t L_58 = ((int32_t)((uint32_t)L_57>>4)); V_2 = L_58; NullCheck(L_54); StringBuilder_set_Chars_m3548656617(L_54, L_56, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_58&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL); goto IL_0170; } IL_0170: { StringBuilder_t * L_59 = ___sb2; int32_t L_60 = V_0; int32_t L_61 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)1)); V_0 = L_61; uint32_t L_62 = V_2; int32_t L_63 = ((int32_t)((uint32_t)L_62>>4)); V_2 = L_63; NullCheck(L_59); StringBuilder_set_Chars_m3548656617(L_59, L_61, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_63&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL); goto IL_018c; } IL_018c: { StringBuilder_t * L_64 = ___sb2; int32_t L_65 = V_0; int32_t L_66 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)); V_0 = L_66; uint32_t L_67 = V_2; int32_t L_68 = ((int32_t)((uint32_t)L_67>>4)); V_2 = L_68; NullCheck(L_64); StringBuilder_set_Chars_m3548656617(L_64, L_66, (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)48)|(int32_t)((int32_t)((int32_t)L_68&(int32_t)((int32_t)15)))))))), /*hidden argument*/NULL); goto IL_01a8; } IL_01a8: { int32_t L_69 = V_1; int32_t L_70 = ___end1; if ((!(((uint32_t)L_69) == ((uint32_t)L_70)))) { goto IL_01b0; } } { return; } IL_01b0: { goto IL_01b5; } IL_01b5: { int32_t L_71 = V_1; ___start0 = L_71; int32_t L_72 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)8)); } IL_01bc: { goto IL_003b; } } // System.Void System.NumberFormatter::Multiply10(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Multiply10_m1733956269 (NumberFormatter_t1182924621 * __this, int32_t ___count0, const RuntimeMethod* method) { { int32_t L_0 = ___count0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = __this->get__digitsLen_16(); if (L_1) { goto IL_0013; } } IL_0012: { return; } IL_0013: { int32_t L_2 = __this->get__decPointPos_18(); int32_t L_3 = ___count0; __this->set__decPointPos_18(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))); return; } } // System.Void System.NumberFormatter::Divide10(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatter_Divide10_m114817904 (NumberFormatter_t1182924621 * __this, int32_t ___count0, const RuntimeMethod* method) { { int32_t L_0 = ___count0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = __this->get__digitsLen_16(); if (L_1) { goto IL_0013; } } IL_0012: { return; } IL_0013: { int32_t L_2 = __this->get__decPointPos_18(); int32_t L_3 = ___count0; __this->set__decPointPos_18(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))); return; } } // System.NumberFormatter System.NumberFormatter::GetClone() extern "C" IL2CPP_METHOD_ATTR NumberFormatter_t1182924621 * NumberFormatter_GetClone_m4126883757 (NumberFormatter_t1182924621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatter_GetClone_m4126883757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return ((NumberFormatter_t1182924621 *)CastclassSealed((RuntimeObject*)L_0, NumberFormatter_t1182924621_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 System.NumberFormatter/CustomInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CustomInfo__ctor_m426096741 (CustomInfo_t435179798 * __this, const RuntimeMethod* method) { { __this->set_DecimalPointPos_2((-1)); __this->set_ExponentNegativeSignOnly_10((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.NumberFormatter/CustomInfo::GetActiveSection(System.String,System.Boolean&,System.Boolean,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CustomInfo_GetActiveSection_m2184507081 (RuntimeObject * __this /* static, unused */, String_t* ___format0, bool* ___positive1, bool ___zero2, int32_t* ___offset3, int32_t* ___length4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomInfo_GetActiveSection_m2184507081_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; { V_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3)); V_1 = 0; V_2 = 0; V_3 = 0; V_4 = 0; goto IL_00a3; } IL_0015: { String_t* L_0 = ___format0; int32_t L_1 = V_4; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); V_5 = L_2; Il2CppChar L_3 = V_5; Il2CppChar L_4 = V_3; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_003f; } } { Il2CppChar L_5 = V_3; if (L_5) { goto IL_0054; } } { Il2CppChar L_6 = V_5; if ((((int32_t)L_6) == ((int32_t)((int32_t)34)))) { goto IL_003f; } } { Il2CppChar L_7 = V_5; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)39))))) { goto IL_0054; } } IL_003f: { Il2CppChar L_8 = V_3; if (L_8) { goto IL_004d; } } { Il2CppChar L_9 = V_5; V_3 = L_9; goto IL_004f; } IL_004d: { V_3 = 0; } IL_004f: { goto IL_009d; } IL_0054: { Il2CppChar L_10 = V_3; if (L_10) { goto IL_009d; } } { String_t* L_11 = ___format0; int32_t L_12 = V_4; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)59))))) { goto IL_009d; } } { int32_t L_14 = V_4; if (!L_14) { goto IL_0081; } } { String_t* L_15 = ___format0; int32_t L_16 = V_4; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)((int32_t)92)))) { goto IL_009d; } } IL_0081: { Int32U5BU5D_t385246372* L_18 = V_0; int32_t L_19 = V_1; int32_t L_20 = L_19; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); int32_t L_21 = V_4; int32_t L_22 = V_2; NullCheck(L_18); (L_18)->SetAt(static_cast(L_20), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))); int32_t L_23 = V_4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); int32_t L_24 = V_1; if ((!(((uint32_t)L_24) == ((uint32_t)3)))) { goto IL_009d; } } { goto IL_00b0; } IL_009d: { int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00a3: { int32_t L_26 = V_4; String_t* L_27 = ___format0; NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_0015; } } IL_00b0: { int32_t L_29 = V_1; if (L_29) { goto IL_00c3; } } { int32_t* L_30 = ___offset3; *((int32_t*)(L_30)) = (int32_t)0; int32_t* L_31 = ___length4; String_t* L_32 = ___format0; NullCheck(L_32); int32_t L_33 = String_get_Length_m3847582255(L_32, /*hidden argument*/NULL); *((int32_t*)(L_31)) = (int32_t)L_33; return; } IL_00c3: { int32_t L_34 = V_1; if ((!(((uint32_t)L_34) == ((uint32_t)1)))) { goto IL_0112; } } { bool* L_35 = ___positive1; if ((*((int8_t*)L_35))) { goto IL_00d7; } } { bool L_36 = ___zero2; if (!L_36) { goto IL_00e1; } } IL_00d7: { int32_t* L_37 = ___offset3; *((int32_t*)(L_37)) = (int32_t)0; int32_t* L_38 = ___length4; Int32U5BU5D_t385246372* L_39 = V_0; NullCheck(L_39); int32_t L_40 = 0; int32_t L_41 = (L_39)->GetAt(static_cast(L_40)); *((int32_t*)(L_38)) = (int32_t)L_41; return; } IL_00e1: { Int32U5BU5D_t385246372* L_42 = V_0; NullCheck(L_42); int32_t L_43 = 0; int32_t L_44 = (L_42)->GetAt(static_cast(L_43)); String_t* L_45 = ___format0; NullCheck(L_45); int32_t L_46 = String_get_Length_m3847582255(L_45, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))) >= ((int32_t)L_46))) { goto IL_0108; } } { bool* L_47 = ___positive1; *((int8_t*)(L_47)) = (int8_t)1; int32_t* L_48 = ___offset3; Int32U5BU5D_t385246372* L_49 = V_0; NullCheck(L_49); int32_t L_50 = 0; int32_t L_51 = (L_49)->GetAt(static_cast(L_50)); *((int32_t*)(L_48)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); int32_t* L_52 = ___length4; String_t* L_53 = ___format0; NullCheck(L_53); int32_t L_54 = String_get_Length_m3847582255(L_53, /*hidden argument*/NULL); int32_t* L_55 = ___offset3; *((int32_t*)(L_52)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)(*((int32_t*)L_55)))); return; } IL_0108: { int32_t* L_56 = ___offset3; *((int32_t*)(L_56)) = (int32_t)0; int32_t* L_57 = ___length4; Int32U5BU5D_t385246372* L_58 = V_0; NullCheck(L_58); int32_t L_59 = 0; int32_t L_60 = (L_58)->GetAt(static_cast(L_59)); *((int32_t*)(L_57)) = (int32_t)L_60; return; } IL_0112: { int32_t L_61 = V_1; if ((!(((uint32_t)L_61) == ((uint32_t)2)))) { goto IL_016c; } } { bool L_62 = ___zero2; if (!L_62) { goto IL_0137; } } { int32_t* L_63 = ___offset3; Int32U5BU5D_t385246372* L_64 = V_0; NullCheck(L_64); int32_t L_65 = 0; int32_t L_66 = (L_64)->GetAt(static_cast(L_65)); Int32U5BU5D_t385246372* L_67 = V_0; NullCheck(L_67); int32_t L_68 = 1; int32_t L_69 = (L_67)->GetAt(static_cast(L_68)); *((int32_t*)(L_63)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_69)), (int32_t)2)); int32_t* L_70 = ___length4; String_t* L_71 = ___format0; NullCheck(L_71); int32_t L_72 = String_get_Length_m3847582255(L_71, /*hidden argument*/NULL); int32_t* L_73 = ___offset3; *((int32_t*)(L_70)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)(*((int32_t*)L_73)))); return; } IL_0137: { bool* L_74 = ___positive1; if (!(*((int8_t*)L_74))) { goto IL_0148; } } { int32_t* L_75 = ___offset3; *((int32_t*)(L_75)) = (int32_t)0; int32_t* L_76 = ___length4; Int32U5BU5D_t385246372* L_77 = V_0; NullCheck(L_77); int32_t L_78 = 0; int32_t L_79 = (L_77)->GetAt(static_cast(L_78)); *((int32_t*)(L_76)) = (int32_t)L_79; return; } IL_0148: { Int32U5BU5D_t385246372* L_80 = V_0; NullCheck(L_80); int32_t L_81 = 1; int32_t L_82 = (L_80)->GetAt(static_cast(L_81)); if ((((int32_t)L_82) <= ((int32_t)0))) { goto IL_0162; } } { bool* L_83 = ___positive1; *((int8_t*)(L_83)) = (int8_t)1; int32_t* L_84 = ___offset3; Int32U5BU5D_t385246372* L_85 = V_0; NullCheck(L_85); int32_t L_86 = 0; int32_t L_87 = (L_85)->GetAt(static_cast(L_86)); *((int32_t*)(L_84)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)); int32_t* L_88 = ___length4; Int32U5BU5D_t385246372* L_89 = V_0; NullCheck(L_89); int32_t L_90 = 1; int32_t L_91 = (L_89)->GetAt(static_cast(L_90)); *((int32_t*)(L_88)) = (int32_t)L_91; return; } IL_0162: { int32_t* L_92 = ___offset3; *((int32_t*)(L_92)) = (int32_t)0; int32_t* L_93 = ___length4; Int32U5BU5D_t385246372* L_94 = V_0; NullCheck(L_94); int32_t L_95 = 0; int32_t L_96 = (L_94)->GetAt(static_cast(L_95)); *((int32_t*)(L_93)) = (int32_t)L_96; return; } IL_016c: { int32_t L_97 = V_1; if ((!(((uint32_t)L_97) == ((uint32_t)3)))) { goto IL_01c0; } } { bool L_98 = ___zero2; if (!L_98) { goto IL_018b; } } { int32_t* L_99 = ___offset3; Int32U5BU5D_t385246372* L_100 = V_0; NullCheck(L_100); int32_t L_101 = 0; int32_t L_102 = (L_100)->GetAt(static_cast(L_101)); Int32U5BU5D_t385246372* L_103 = V_0; NullCheck(L_103); int32_t L_104 = 1; int32_t L_105 = (L_103)->GetAt(static_cast(L_104)); *((int32_t*)(L_99)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)L_105)), (int32_t)2)); int32_t* L_106 = ___length4; Int32U5BU5D_t385246372* L_107 = V_0; NullCheck(L_107); int32_t L_108 = 2; int32_t L_109 = (L_107)->GetAt(static_cast(L_108)); *((int32_t*)(L_106)) = (int32_t)L_109; return; } IL_018b: { bool* L_110 = ___positive1; if (!(*((int8_t*)L_110))) { goto IL_019c; } } { int32_t* L_111 = ___offset3; *((int32_t*)(L_111)) = (int32_t)0; int32_t* L_112 = ___length4; Int32U5BU5D_t385246372* L_113 = V_0; NullCheck(L_113); int32_t L_114 = 0; int32_t L_115 = (L_113)->GetAt(static_cast(L_114)); *((int32_t*)(L_112)) = (int32_t)L_115; return; } IL_019c: { Int32U5BU5D_t385246372* L_116 = V_0; NullCheck(L_116); int32_t L_117 = 1; int32_t L_118 = (L_116)->GetAt(static_cast(L_117)); if ((((int32_t)L_118) <= ((int32_t)0))) { goto IL_01b6; } } { bool* L_119 = ___positive1; *((int8_t*)(L_119)) = (int8_t)1; int32_t* L_120 = ___offset3; Int32U5BU5D_t385246372* L_121 = V_0; NullCheck(L_121); int32_t L_122 = 0; int32_t L_123 = (L_121)->GetAt(static_cast(L_122)); *((int32_t*)(L_120)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); int32_t* L_124 = ___length4; Int32U5BU5D_t385246372* L_125 = V_0; NullCheck(L_125); int32_t L_126 = 1; int32_t L_127 = (L_125)->GetAt(static_cast(L_126)); *((int32_t*)(L_124)) = (int32_t)L_127; return; } IL_01b6: { int32_t* L_128 = ___offset3; *((int32_t*)(L_128)) = (int32_t)0; int32_t* L_129 = ___length4; Int32U5BU5D_t385246372* L_130 = V_0; NullCheck(L_130); int32_t L_131 = 0; int32_t L_132 = (L_130)->GetAt(static_cast(L_131)); *((int32_t*)(L_129)) = (int32_t)L_132; return; } IL_01c0: { ArgumentException_t132251570 * L_133 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_133, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_133,CustomInfo_GetActiveSection_m2184507081_RuntimeMethod_var); } } // System.NumberFormatter/CustomInfo System.NumberFormatter/CustomInfo::Parse(System.String,System.Int32,System.Int32,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR CustomInfo_t435179798 * CustomInfo_Parse_m4163382069 (RuntimeObject * __this /* static, unused */, String_t* ___format0, int32_t ___offset1, int32_t ___length2, NumberFormatInfo_t435877138 * ___nfi3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomInfo_Parse_m4163382069_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; CustomInfo_t435179798 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; Il2CppChar V_10 = 0x0; { V_0 = 0; V_1 = (bool)1; V_2 = (bool)0; V_3 = (bool)0; V_4 = (bool)1; CustomInfo_t435179798 * L_0 = (CustomInfo_t435179798 *)il2cpp_codegen_object_new(CustomInfo_t435179798_il2cpp_TypeInfo_var); CustomInfo__ctor_m426096741(L_0, /*hidden argument*/NULL); V_5 = L_0; V_6 = 0; int32_t L_1 = ___offset1; V_7 = L_1; goto IL_0317; } IL_001d: { String_t* L_2 = ___format0; int32_t L_3 = V_7; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); V_8 = L_4; Il2CppChar L_5 = V_8; Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_003d; } } { Il2CppChar L_7 = V_8; if (!L_7) { goto IL_003d; } } { V_0 = 0; goto IL_0311; } IL_003d: { Il2CppChar L_8 = V_0; if (!L_8) { goto IL_0048; } } { goto IL_0311; } IL_0048: { bool L_9 = V_3; if (!L_9) { goto IL_0084; } } { Il2CppChar L_10 = V_8; if (!L_10) { goto IL_0084; } } { Il2CppChar L_11 = V_8; if ((((int32_t)L_11) == ((int32_t)((int32_t)48)))) { goto IL_0084; } } { Il2CppChar L_12 = V_8; if ((((int32_t)L_12) == ((int32_t)((int32_t)35)))) { goto IL_0084; } } { V_3 = (bool)0; CustomInfo_t435179798 * L_13 = V_5; NullCheck(L_13); int32_t L_14 = L_13->get_DecimalPointPos_2(); V_1 = (bool)((((int32_t)L_14) < ((int32_t)0))? 1 : 0); bool L_15 = V_1; V_2 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); int32_t L_16 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); goto IL_0311; } IL_0084: { Il2CppChar L_17 = V_8; V_10 = L_17; Il2CppChar L_18 = V_10; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)34)))) { case 0: { goto IL_00ff; } case 1: { goto IL_0119; } case 2: { goto IL_00aa; } case 3: { goto IL_02c6; } case 4: { goto IL_00aa; } case 5: { goto IL_00ff; } } } IL_00aa: { Il2CppChar L_19 = V_10; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)44)))) { case 0: { goto IL_02ee; } case 1: { goto IL_00c8; } case 2: { goto IL_02a5; } case 3: { goto IL_00c8; } case 4: { goto IL_016e; } } } IL_00c8: { Il2CppChar L_20 = V_10; if ((((int32_t)L_20) == ((int32_t)((int32_t)69)))) { goto IL_0212; } } { Il2CppChar L_21 = V_10; if ((((int32_t)L_21) == ((int32_t)((int32_t)92)))) { goto IL_00f4; } } { Il2CppChar L_22 = V_10; if ((((int32_t)L_22) == ((int32_t)((int32_t)101)))) { goto IL_0212; } } { Il2CppChar L_23 = V_10; if ((((int32_t)L_23) == ((int32_t)((int32_t)8240)))) { goto IL_02da; } } { goto IL_030c; } IL_00f4: { int32_t L_24 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); goto IL_0311; } IL_00ff: { Il2CppChar L_25 = V_8; if ((((int32_t)L_25) == ((int32_t)((int32_t)34)))) { goto IL_0111; } } { Il2CppChar L_26 = V_8; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)39))))) { goto IL_0114; } } IL_0111: { Il2CppChar L_27 = V_8; V_0 = L_27; } IL_0114: { goto IL_0311; } IL_0119: { bool L_28 = V_4; if (!L_28) { goto IL_013a; } } { bool L_29 = V_1; if (!L_29) { goto IL_013a; } } { CustomInfo_t435179798 * L_30 = V_5; CustomInfo_t435179798 * L_31 = L_30; NullCheck(L_31); int32_t L_32 = L_31->get_IntegerHeadSharpDigits_5(); NullCheck(L_31); L_31->set_IntegerHeadSharpDigits_5(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); goto IL_0169; } IL_013a: { bool L_33 = V_2; if (!L_33) { goto IL_0154; } } { CustomInfo_t435179798 * L_34 = V_5; CustomInfo_t435179798 * L_35 = L_34; NullCheck(L_35); int32_t L_36 = L_35->get_DecimalTailSharpDigits_3(); NullCheck(L_35); L_35->set_DecimalTailSharpDigits_3(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); goto IL_0169; } IL_0154: { bool L_37 = V_3; if (!L_37) { goto IL_0169; } } { CustomInfo_t435179798 * L_38 = V_5; CustomInfo_t435179798 * L_39 = L_38; NullCheck(L_39); int32_t L_40 = L_39->get_ExponentTailSharpDigits_9(); NullCheck(L_39); L_39->set_ExponentTailSharpDigits_9(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); } IL_0169: { goto IL_016e; } IL_016e: { Il2CppChar L_41 = V_8; if ((((int32_t)L_41) == ((int32_t)((int32_t)35)))) { goto IL_019b; } } { V_4 = (bool)0; bool L_42 = V_2; if (!L_42) { goto IL_018d; } } { CustomInfo_t435179798 * L_43 = V_5; NullCheck(L_43); L_43->set_DecimalTailSharpDigits_3(0); goto IL_019b; } IL_018d: { bool L_44 = V_3; if (!L_44) { goto IL_019b; } } { CustomInfo_t435179798 * L_45 = V_5; NullCheck(L_45); L_45->set_ExponentTailSharpDigits_9(0); } IL_019b: { CustomInfo_t435179798 * L_46 = V_5; NullCheck(L_46); int32_t L_47 = L_46->get_IntegerHeadPos_6(); if ((!(((uint32_t)L_47) == ((uint32_t)(-1))))) { goto IL_01b1; } } { CustomInfo_t435179798 * L_48 = V_5; int32_t L_49 = V_7; NullCheck(L_48); L_48->set_IntegerHeadPos_6(L_49); } IL_01b1: { bool L_50 = V_1; if (!L_50) { goto IL_01de; } } { CustomInfo_t435179798 * L_51 = V_5; CustomInfo_t435179798 * L_52 = L_51; NullCheck(L_52); int32_t L_53 = L_52->get_IntegerDigits_4(); NullCheck(L_52); L_52->set_IntegerDigits_4(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); int32_t L_54 = V_6; if ((((int32_t)L_54) <= ((int32_t)0))) { goto IL_01d6; } } { CustomInfo_t435179798 * L_55 = V_5; NullCheck(L_55); L_55->set_UseGroup_0((bool)1); } IL_01d6: { V_6 = 0; goto IL_020d; } IL_01de: { bool L_56 = V_2; if (!L_56) { goto IL_01f8; } } { CustomInfo_t435179798 * L_57 = V_5; CustomInfo_t435179798 * L_58 = L_57; NullCheck(L_58); int32_t L_59 = L_58->get_DecimalDigits_1(); NullCheck(L_58); L_58->set_DecimalDigits_1(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))); goto IL_020d; } IL_01f8: { bool L_60 = V_3; if (!L_60) { goto IL_020d; } } { CustomInfo_t435179798 * L_61 = V_5; CustomInfo_t435179798 * L_62 = L_61; NullCheck(L_62); int32_t L_63 = L_62->get_ExponentDigits_8(); NullCheck(L_62); L_62->set_ExponentDigits_8(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1))); } IL_020d: { goto IL_0311; } IL_0212: { CustomInfo_t435179798 * L_64 = V_5; NullCheck(L_64); bool L_65 = L_64->get_UseExponent_7(); if (!L_65) { goto IL_0223; } } { goto IL_0311; } IL_0223: { CustomInfo_t435179798 * L_66 = V_5; NullCheck(L_66); L_66->set_UseExponent_7((bool)1); V_1 = (bool)0; V_2 = (bool)0; V_3 = (bool)1; int32_t L_67 = V_7; int32_t L_68 = ___offset1; int32_t L_69 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)), (int32_t)L_68))) >= ((int32_t)L_69))) { goto IL_02a0; } } { String_t* L_70 = ___format0; int32_t L_71 = V_7; NullCheck(L_70); Il2CppChar L_72 = String_get_Chars_m2986988803(L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)), /*hidden argument*/NULL); V_9 = L_72; Il2CppChar L_73 = V_9; if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)43))))) { goto IL_025a; } } { CustomInfo_t435179798 * L_74 = V_5; NullCheck(L_74); L_74->set_ExponentNegativeSignOnly_10((bool)0); } IL_025a: { Il2CppChar L_75 = V_9; if ((((int32_t)L_75) == ((int32_t)((int32_t)43)))) { goto IL_026c; } } { Il2CppChar L_76 = V_9; if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)45))))) { goto IL_0277; } } IL_026c: { int32_t L_77 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); goto IL_02a0; } IL_0277: { Il2CppChar L_78 = V_9; if ((((int32_t)L_78) == ((int32_t)((int32_t)48)))) { goto IL_02a0; } } { Il2CppChar L_79 = V_9; if ((((int32_t)L_79) == ((int32_t)((int32_t)35)))) { goto IL_02a0; } } { CustomInfo_t435179798 * L_80 = V_5; NullCheck(L_80); L_80->set_UseExponent_7((bool)0); CustomInfo_t435179798 * L_81 = V_5; NullCheck(L_81); int32_t L_82 = L_81->get_DecimalPointPos_2(); if ((((int32_t)L_82) >= ((int32_t)0))) { goto IL_02a0; } } { V_1 = (bool)1; } IL_02a0: { goto IL_0311; } IL_02a5: { V_1 = (bool)0; V_2 = (bool)1; V_3 = (bool)0; CustomInfo_t435179798 * L_83 = V_5; NullCheck(L_83); int32_t L_84 = L_83->get_DecimalPointPos_2(); if ((!(((uint32_t)L_84) == ((uint32_t)(-1))))) { goto IL_02c1; } } { CustomInfo_t435179798 * L_85 = V_5; int32_t L_86 = V_7; NullCheck(L_85); L_85->set_DecimalPointPos_2(L_86); } IL_02c1: { goto IL_0311; } IL_02c6: { CustomInfo_t435179798 * L_87 = V_5; CustomInfo_t435179798 * L_88 = L_87; NullCheck(L_88); int32_t L_89 = L_88->get_Percents_12(); NullCheck(L_88); L_88->set_Percents_12(((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1))); goto IL_0311; } IL_02da: { CustomInfo_t435179798 * L_90 = V_5; CustomInfo_t435179798 * L_91 = L_90; NullCheck(L_91); int32_t L_92 = L_91->get_Permilles_13(); NullCheck(L_91); L_91->set_Permilles_13(((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1))); goto IL_0311; } IL_02ee: { bool L_93 = V_1; if (!L_93) { goto IL_0307; } } { CustomInfo_t435179798 * L_94 = V_5; NullCheck(L_94); int32_t L_95 = L_94->get_IntegerDigits_4(); if ((((int32_t)L_95) <= ((int32_t)0))) { goto IL_0307; } } { int32_t L_96 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); } IL_0307: { goto IL_0311; } IL_030c: { goto IL_0311; } IL_0311: { int32_t L_97 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_0317: { int32_t L_98 = V_7; int32_t L_99 = ___offset1; int32_t L_100 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)L_99))) < ((int32_t)L_100))) { goto IL_001d; } } { CustomInfo_t435179798 * L_101 = V_5; NullCheck(L_101); int32_t L_102 = L_101->get_ExponentDigits_8(); if (L_102) { goto IL_033a; } } { CustomInfo_t435179798 * L_103 = V_5; NullCheck(L_103); L_103->set_UseExponent_7((bool)0); goto IL_0342; } IL_033a: { CustomInfo_t435179798 * L_104 = V_5; NullCheck(L_104); L_104->set_IntegerHeadSharpDigits_5(0); } IL_0342: { CustomInfo_t435179798 * L_105 = V_5; NullCheck(L_105); int32_t L_106 = L_105->get_DecimalDigits_1(); if (L_106) { goto IL_0356; } } { CustomInfo_t435179798 * L_107 = V_5; NullCheck(L_107); L_107->set_DecimalPointPos_2((-1)); } IL_0356: { CustomInfo_t435179798 * L_108 = V_5; CustomInfo_t435179798 * L_109 = L_108; NullCheck(L_109); int32_t L_110 = L_109->get_DividePlaces_11(); int32_t L_111 = V_6; NullCheck(L_109); L_109->set_DividePlaces_11(((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_111, (int32_t)3))))); CustomInfo_t435179798 * L_112 = V_5; return L_112; } } // System.String System.NumberFormatter/CustomInfo::Format(System.String,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean,System.Text.StringBuilder,System.Text.StringBuilder,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR String_t* CustomInfo_Format_m1134896917 (CustomInfo_t435179798 * __this, String_t* ___format0, int32_t ___offset1, int32_t ___length2, NumberFormatInfo_t435877138 * ___nfi3, bool ___positive4, StringBuilder_t * ___sb_int5, StringBuilder_t * ___sb_dec6, StringBuilder_t * ___sb_exp7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomInfo_Format_m1134896917_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; Il2CppChar V_1 = 0x0; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; Int32U5BU5D_t385246372* V_7 = NULL; String_t* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; Il2CppChar V_17 = 0x0; bool V_18 = false; bool V_19 = false; int32_t V_20 = 0; Il2CppChar V_21 = 0x0; int32_t G_B10_0 = 0; int32_t G_B18_0 = 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; V_1 = 0; V_2 = (bool)1; V_3 = (bool)0; V_4 = 0; V_5 = 0; V_6 = 0; NumberFormatInfo_t435877138 * L_1 = ___nfi3; NullCheck(L_1); Int32U5BU5D_t385246372* L_2 = NumberFormatInfo_get_RawNumberGroupSizes_m1148947207(L_1, /*hidden argument*/NULL); V_7 = L_2; NumberFormatInfo_t435877138 * L_3 = ___nfi3; NullCheck(L_3); String_t* L_4 = NumberFormatInfo_get_NumberGroupSeparator_m3292795925(L_3, /*hidden argument*/NULL); V_8 = L_4; V_9 = 0; V_10 = 0; V_11 = 0; V_12 = 0; V_13 = 0; bool L_5 = __this->get_UseGroup_0(); if (!L_5) { goto IL_0117; } } { Int32U5BU5D_t385246372* L_6 = V_7; NullCheck(L_6); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) <= ((int32_t)0))) { goto IL_0117; } } { StringBuilder_t * L_7 = ___sb_int5; NullCheck(L_7); int32_t L_8 = StringBuilder_get_Length_m3238060835(L_7, /*hidden argument*/NULL); V_9 = L_8; V_14 = 0; goto IL_0079; } IL_005c: { int32_t L_9 = V_10; Int32U5BU5D_t385246372* L_10 = V_7; int32_t L_11 = V_14; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_13)); int32_t L_14 = V_10; int32_t L_15 = V_9; if ((((int32_t)L_14) > ((int32_t)L_15))) { goto IL_0073; } } { int32_t L_16 = V_14; V_11 = L_16; } IL_0073: { int32_t L_17 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0079: { int32_t L_18 = V_14; Int32U5BU5D_t385246372* L_19 = V_7; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))) { goto IL_005c; } } { Int32U5BU5D_t385246372* L_20 = V_7; int32_t L_21 = V_11; NullCheck(L_20); int32_t L_22 = L_21; int32_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_13 = L_23; int32_t L_24 = V_9; int32_t L_25 = V_10; if ((((int32_t)L_24) <= ((int32_t)L_25))) { goto IL_009e; } } { int32_t L_26 = V_9; int32_t L_27 = V_10; G_B10_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)); goto IL_009f; } IL_009e: { G_B10_0 = 0; } IL_009f: { V_15 = G_B10_0; int32_t L_28 = V_13; if (L_28) { goto IL_00db; } } { goto IL_00b3; } IL_00ad: { int32_t L_29 = V_11; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); } IL_00b3: { int32_t L_30 = V_11; if ((((int32_t)L_30) < ((int32_t)0))) { goto IL_00c5; } } { Int32U5BU5D_t385246372* L_31 = V_7; int32_t L_32 = V_11; NullCheck(L_31); int32_t L_33 = L_32; int32_t L_34 = (L_31)->GetAt(static_cast(L_33)); if (!L_34) { goto IL_00ad; } } IL_00c5: { int32_t L_35 = V_15; if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_00d4; } } { int32_t L_36 = V_15; G_B18_0 = L_36; goto IL_00d9; } IL_00d4: { Int32U5BU5D_t385246372* L_37 = V_7; int32_t L_38 = V_11; NullCheck(L_37); int32_t L_39 = L_38; int32_t L_40 = (L_37)->GetAt(static_cast(L_39)); G_B18_0 = L_40; } IL_00d9: { V_13 = G_B18_0; } IL_00db: { int32_t L_41 = V_15; if (L_41) { goto IL_00eb; } } { int32_t L_42 = V_13; V_12 = L_42; goto IL_0112; } IL_00eb: { int32_t L_43 = V_11; int32_t L_44 = V_15; int32_t L_45 = V_13; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)((int32_t)((int32_t)L_44/(int32_t)L_45)))); int32_t L_46 = V_15; int32_t L_47 = V_13; V_12 = ((int32_t)((int32_t)L_46%(int32_t)L_47)); int32_t L_48 = V_12; if (L_48) { goto IL_010c; } } { int32_t L_49 = V_13; V_12 = L_49; goto IL_0112; } IL_010c: { int32_t L_50 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0112: { goto IL_011e; } IL_0117: { __this->set_UseGroup_0((bool)0); } IL_011e: { int32_t L_51 = ___offset1; V_16 = L_51; goto IL_047a; } IL_0126: { String_t* L_52 = ___format0; int32_t L_53 = V_16; NullCheck(L_52); Il2CppChar L_54 = String_get_Chars_m2986988803(L_52, L_53, /*hidden argument*/NULL); V_17 = L_54; Il2CppChar L_55 = V_17; Il2CppChar L_56 = V_1; if ((!(((uint32_t)L_55) == ((uint32_t)L_56)))) { goto IL_0146; } } { Il2CppChar L_57 = V_17; if (!L_57) { goto IL_0146; } } { V_1 = 0; goto IL_0474; } IL_0146: { Il2CppChar L_58 = V_1; if (!L_58) { goto IL_015a; } } { StringBuilder_t * L_59 = V_0; Il2CppChar L_60 = V_17; NullCheck(L_59); StringBuilder_Append_m2383614642(L_59, L_60, /*hidden argument*/NULL); goto IL_0474; } IL_015a: { Il2CppChar L_61 = V_17; V_21 = L_61; Il2CppChar L_62 = V_21; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)((int32_t)34)))) { case 0: { goto IL_01ee; } case 1: { goto IL_0208; } case 2: { goto IL_0180; } case 3: { goto IL_0440; } case 4: { goto IL_0180; } case 5: { goto IL_01ee; } } } IL_0180: { Il2CppChar L_63 = V_21; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)((int32_t)44)))) { case 0: { goto IL_043b; } case 1: { goto IL_019e; } case 2: { goto IL_03d6; } case 3: { goto IL_019e; } case 4: { goto IL_020d; } } } IL_019e: { Il2CppChar L_64 = V_21; if ((((int32_t)L_64) == ((int32_t)((int32_t)69)))) { goto IL_02fd; } } { Il2CppChar L_65 = V_21; if ((((int32_t)L_65) == ((int32_t)((int32_t)92)))) { goto IL_01ca; } } { Il2CppChar L_66 = V_21; if ((((int32_t)L_66) == ((int32_t)((int32_t)101)))) { goto IL_02fd; } } { Il2CppChar L_67 = V_21; if ((((int32_t)L_67) == ((int32_t)((int32_t)8240)))) { goto IL_0453; } } { goto IL_0466; } IL_01ca: { int32_t L_68 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); int32_t L_69 = V_16; int32_t L_70 = ___offset1; int32_t L_71 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)L_70))) >= ((int32_t)L_71))) { goto IL_01e9; } } { StringBuilder_t * L_72 = V_0; String_t* L_73 = ___format0; int32_t L_74 = V_16; NullCheck(L_73); Il2CppChar L_75 = String_get_Chars_m2986988803(L_73, L_74, /*hidden argument*/NULL); NullCheck(L_72); StringBuilder_Append_m2383614642(L_72, L_75, /*hidden argument*/NULL); } IL_01e9: { goto IL_0474; } IL_01ee: { Il2CppChar L_76 = V_17; if ((((int32_t)L_76) == ((int32_t)((int32_t)34)))) { goto IL_0200; } } { Il2CppChar L_77 = V_17; if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)39))))) { goto IL_0203; } } IL_0200: { Il2CppChar L_78 = V_17; V_1 = L_78; } IL_0203: { goto IL_0474; } IL_0208: { goto IL_020d; } IL_020d: { bool L_79 = V_2; if (!L_79) { goto IL_02c1; } } { int32_t L_80 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); int32_t L_81 = __this->get_IntegerDigits_4(); int32_t L_82 = V_4; StringBuilder_t * L_83 = ___sb_int5; NullCheck(L_83); int32_t L_84 = StringBuilder_get_Length_m3238060835(L_83, /*hidden argument*/NULL); int32_t L_85 = V_5; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_82))) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)L_85))))) { goto IL_023a; } } { Il2CppChar L_86 = V_17; if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)48))))) { goto IL_02bc; } } IL_023a: { goto IL_02a4; } IL_023f: { StringBuilder_t * L_87 = V_0; StringBuilder_t * L_88 = ___sb_int5; int32_t L_89 = V_5; int32_t L_90 = L_89; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); NullCheck(L_88); Il2CppChar L_91 = StringBuilder_get_Chars_m1819843468(L_88, L_90, /*hidden argument*/NULL); NullCheck(L_87); StringBuilder_Append_m2383614642(L_87, L_91, /*hidden argument*/NULL); bool L_92 = __this->get_UseGroup_0(); if (!L_92) { goto IL_02a4; } } { int32_t L_93 = V_9; int32_t L_94 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1)); V_9 = L_94; if ((((int32_t)L_94) <= ((int32_t)0))) { goto IL_02a4; } } { int32_t L_95 = V_12; int32_t L_96 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)1)); V_12 = L_96; if (L_96) { goto IL_02a4; } } { StringBuilder_t * L_97 = V_0; String_t* L_98 = V_8; NullCheck(L_97); StringBuilder_Append_m1965104174(L_97, L_98, /*hidden argument*/NULL); int32_t L_99 = V_11; int32_t L_100 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_99, (int32_t)1)); V_11 = L_100; Int32U5BU5D_t385246372* L_101 = V_7; NullCheck(L_101); if ((((int32_t)L_100) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_101)->max_length))))))) { goto IL_02a0; } } { int32_t L_102 = V_11; if ((((int32_t)L_102) < ((int32_t)0))) { goto IL_02a0; } } { Int32U5BU5D_t385246372* L_103 = V_7; int32_t L_104 = V_11; NullCheck(L_103); int32_t L_105 = L_104; int32_t L_106 = (L_103)->GetAt(static_cast(L_105)); V_13 = L_106; } IL_02a0: { int32_t L_107 = V_13; V_12 = L_107; } IL_02a4: { int32_t L_108 = __this->get_IntegerDigits_4(); int32_t L_109 = V_4; int32_t L_110 = V_5; StringBuilder_t * L_111 = ___sb_int5; NullCheck(L_111); int32_t L_112 = StringBuilder_get_Length_m3238060835(L_111, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)L_109)), (int32_t)L_110))) < ((int32_t)L_112))) { goto IL_023f; } } IL_02bc: { goto IL_0474; } IL_02c1: { bool L_113 = V_3; if (!L_113) { goto IL_02ef; } } { int32_t L_114 = V_6; StringBuilder_t * L_115 = ___sb_dec6; NullCheck(L_115); int32_t L_116 = StringBuilder_get_Length_m3238060835(L_115, /*hidden argument*/NULL); if ((((int32_t)L_114) >= ((int32_t)L_116))) { goto IL_02ea; } } { StringBuilder_t * L_117 = V_0; StringBuilder_t * L_118 = ___sb_dec6; int32_t L_119 = V_6; int32_t L_120 = L_119; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); NullCheck(L_118); Il2CppChar L_121 = StringBuilder_get_Chars_m1819843468(L_118, L_120, /*hidden argument*/NULL); NullCheck(L_117); StringBuilder_Append_m2383614642(L_117, L_121, /*hidden argument*/NULL); } IL_02ea: { goto IL_0474; } IL_02ef: { StringBuilder_t * L_122 = V_0; Il2CppChar L_123 = V_17; NullCheck(L_122); StringBuilder_Append_m2383614642(L_122, L_123, /*hidden argument*/NULL); goto IL_0474; } IL_02fd: { StringBuilder_t * L_124 = ___sb_exp7; if (!L_124) { goto IL_030f; } } { bool L_125 = __this->get_UseExponent_7(); if (L_125) { goto IL_031d; } } IL_030f: { StringBuilder_t * L_126 = V_0; Il2CppChar L_127 = V_17; NullCheck(L_126); StringBuilder_Append_m2383614642(L_126, L_127, /*hidden argument*/NULL); goto IL_0474; } IL_031d: { V_18 = (bool)1; V_19 = (bool)0; int32_t L_128 = V_16; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1)); goto IL_0388; } IL_032e: { String_t* L_129 = ___format0; int32_t L_130 = V_20; NullCheck(L_129); Il2CppChar L_131 = String_get_Chars_m2986988803(L_129, L_130, /*hidden argument*/NULL); if ((!(((uint32_t)L_131) == ((uint32_t)((int32_t)48))))) { goto IL_0345; } } { V_19 = (bool)1; goto IL_0382; } IL_0345: { int32_t L_132 = V_20; int32_t L_133 = V_16; if ((!(((uint32_t)L_132) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1)))))) { goto IL_0373; } } { String_t* L_134 = ___format0; int32_t L_135 = V_20; NullCheck(L_134); Il2CppChar L_136 = String_get_Chars_m2986988803(L_134, L_135, /*hidden argument*/NULL); if ((((int32_t)L_136) == ((int32_t)((int32_t)43)))) { goto IL_036e; } } { String_t* L_137 = ___format0; int32_t L_138 = V_20; NullCheck(L_137); Il2CppChar L_139 = String_get_Chars_m2986988803(L_137, L_138, /*hidden argument*/NULL); if ((!(((uint32_t)L_139) == ((uint32_t)((int32_t)45))))) { goto IL_0373; } } IL_036e: { goto IL_0382; } IL_0373: { bool L_140 = V_19; if (L_140) { goto IL_037d; } } { V_18 = (bool)0; } IL_037d: { goto IL_0392; } IL_0382: { int32_t L_141 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)); } IL_0388: { int32_t L_142 = V_20; int32_t L_143 = ___offset1; int32_t L_144 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)L_143))) < ((int32_t)L_144))) { goto IL_032e; } } IL_0392: { bool L_145 = V_18; if (!L_145) { goto IL_03c8; } } { int32_t L_146 = V_20; V_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)1)); int32_t L_147 = __this->get_DecimalPointPos_2(); V_2 = (bool)((((int32_t)L_147) < ((int32_t)0))? 1 : 0); bool L_148 = V_2; V_3 = (bool)((((int32_t)L_148) == ((int32_t)0))? 1 : 0); StringBuilder_t * L_149 = V_0; Il2CppChar L_150 = V_17; NullCheck(L_149); StringBuilder_Append_m2383614642(L_149, L_150, /*hidden argument*/NULL); StringBuilder_t * L_151 = V_0; StringBuilder_t * L_152 = ___sb_exp7; NullCheck(L_151); StringBuilder_Append_m1640838743(L_151, L_152, /*hidden argument*/NULL); ___sb_exp7 = (StringBuilder_t *)NULL; goto IL_03d1; } IL_03c8: { StringBuilder_t * L_153 = V_0; Il2CppChar L_154 = V_17; NullCheck(L_153); StringBuilder_Append_m2383614642(L_153, L_154, /*hidden argument*/NULL); } IL_03d1: { goto IL_0474; } IL_03d6: { int32_t L_155 = __this->get_DecimalPointPos_2(); int32_t L_156 = V_16; if ((!(((uint32_t)L_155) == ((uint32_t)L_156)))) { goto IL_0432; } } { int32_t L_157 = __this->get_DecimalDigits_1(); if ((((int32_t)L_157) <= ((int32_t)0))) { goto IL_0417; } } { goto IL_0409; } IL_03f4: { StringBuilder_t * L_158 = V_0; StringBuilder_t * L_159 = ___sb_int5; int32_t L_160 = V_5; int32_t L_161 = L_160; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)); NullCheck(L_159); Il2CppChar L_162 = StringBuilder_get_Chars_m1819843468(L_159, L_161, /*hidden argument*/NULL); NullCheck(L_158); StringBuilder_Append_m2383614642(L_158, L_162, /*hidden argument*/NULL); } IL_0409: { int32_t L_163 = V_5; StringBuilder_t * L_164 = ___sb_int5; NullCheck(L_164); int32_t L_165 = StringBuilder_get_Length_m3238060835(L_164, /*hidden argument*/NULL); if ((((int32_t)L_163) < ((int32_t)L_165))) { goto IL_03f4; } } IL_0417: { StringBuilder_t * L_166 = ___sb_dec6; NullCheck(L_166); int32_t L_167 = StringBuilder_get_Length_m3238060835(L_166, /*hidden argument*/NULL); if ((((int32_t)L_167) <= ((int32_t)0))) { goto IL_0432; } } { StringBuilder_t * L_168 = V_0; NumberFormatInfo_t435877138 * L_169 = ___nfi3; NullCheck(L_169); String_t* L_170 = NumberFormatInfo_get_NumberDecimalSeparator_m33502788(L_169, /*hidden argument*/NULL); NullCheck(L_168); StringBuilder_Append_m1965104174(L_168, L_170, /*hidden argument*/NULL); } IL_0432: { V_2 = (bool)0; V_3 = (bool)1; goto IL_0474; } IL_043b: { goto IL_0474; } IL_0440: { StringBuilder_t * L_171 = V_0; NumberFormatInfo_t435877138 * L_172 = ___nfi3; NullCheck(L_172); String_t* L_173 = NumberFormatInfo_get_PercentSymbol_m2021660345(L_172, /*hidden argument*/NULL); NullCheck(L_171); StringBuilder_Append_m1965104174(L_171, L_173, /*hidden argument*/NULL); goto IL_0474; } IL_0453: { StringBuilder_t * L_174 = V_0; NumberFormatInfo_t435877138 * L_175 = ___nfi3; NullCheck(L_175); String_t* L_176 = NumberFormatInfo_get_PerMilleSymbol_m1360140831(L_175, /*hidden argument*/NULL); NullCheck(L_174); StringBuilder_Append_m1965104174(L_174, L_176, /*hidden argument*/NULL); goto IL_0474; } IL_0466: { StringBuilder_t * L_177 = V_0; Il2CppChar L_178 = V_17; NullCheck(L_177); StringBuilder_Append_m2383614642(L_177, L_178, /*hidden argument*/NULL); goto IL_0474; } IL_0474: { int32_t L_179 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)1)); } IL_047a: { int32_t L_180 = V_16; int32_t L_181 = ___offset1; int32_t L_182 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_180, (int32_t)L_181))) < ((int32_t)L_182))) { goto IL_0126; } } { bool L_183 = ___positive4; if (L_183) { goto IL_049a; } } { StringBuilder_t * L_184 = V_0; NumberFormatInfo_t435877138 * L_185 = ___nfi3; NullCheck(L_185); String_t* L_186 = NumberFormatInfo_get_NegativeSign_m2757109362(L_185, /*hidden argument*/NULL); NullCheck(L_184); StringBuilder_Insert_m3039182437(L_184, 0, L_186, /*hidden argument*/NULL); } IL_049a: { StringBuilder_t * L_187 = V_0; NullCheck(L_187); String_t* L_188 = StringBuilder_ToString_m3317489284(L_187, /*hidden argument*/NULL); return L_188; } } #ifdef __clang__ #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.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Object::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m2439880830 (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; return (bool)((((RuntimeObject*)(RuntimeObject *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0))? 1 : 0); } } // 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) { { RuntimeObject * L_0 = ___objA0; RuntimeObject * L_1 = ___objB1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { RuntimeObject * L_2 = ___objA0; if (!L_2) { goto IL_0015; } } { RuntimeObject * L_3 = ___objB1; if (L_3) { goto IL_0017; } } IL_0015: { return (bool)0; } IL_0017: { RuntimeObject * L_4 = ___objA0; RuntimeObject * L_5 = ___objB1; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); return L_6; } } // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method) { { return; } } // System.Int32 System.Object::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m2705121830 (RuntimeObject * __this, const RuntimeMethod* method) { { int32_t L_0 = Object_InternalGetHashCode_m4213713973(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method) { typedef Type_t * (*Object_GetType_m88164663_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((Object_GetType_m88164663_ftn)mscorlib::System::Object::GetType) (__this); } // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __this, const RuntimeMethod* method) { typedef RuntimeObject * (*Object_MemberwiseClone_m1474068832_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((Object_MemberwiseClone_m1474068832_ftn)mscorlib::System::Object::MemberwiseClone) (__this); } // System.String System.Object::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Object_ToString_m1740002499 (RuntimeObject * __this, const RuntimeMethod* method) { { Type_t * L_0 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_0); return L_1; } } // 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) { { RuntimeObject * L_0 = ___objA0; RuntimeObject * L_1 = ___objB1; return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))? 1 : 0); } } // System.Int32 System.Object::InternalGetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Object_InternalGetHashCode_m4213713973 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method) { typedef int32_t (*Object_InternalGetHashCode_m4213713973_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((Object_InternalGetHashCode_m4213713973_ftn)mscorlib::System::Object::InternalGetHashCode) (___o0); } #ifdef __clang__ #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.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* ___objectName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectDisposedException__ctor_m3603759869_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2456128945, /*hidden argument*/NULL); InvalidOperationException__ctor_m237278729(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___objectName0; __this->set_obj_name_12(L_1); String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2456128945, /*hidden argument*/NULL); __this->set_msg_13(L_2); return; } } // System.Void System.ObjectDisposedException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m1034312941 (ObjectDisposedException_t21392786 * __this, String_t* ___objectName0, String_t* ___message1, const RuntimeMethod* method) { { String_t* L_0 = ___message1; InvalidOperationException__ctor_m237278729(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___objectName0; __this->set_obj_name_12(L_1); String_t* L_2 = ___message1; __this->set_msg_13(L_2); return; } } // System.Void System.ObjectDisposedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m1894780688 (ObjectDisposedException_t21392786 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectDisposedException__ctor_m1894780688_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; InvalidOperationException__ctor_m262609521(__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, _stringLiteral3117225416, /*hidden argument*/NULL); __this->set_obj_name_12(L_3); return; } } // System.String System.ObjectDisposedException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* ObjectDisposedException_get_Message_m1666887471 (ObjectDisposedException_t21392786 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_msg_13(); return L_0; } } // System.Void System.ObjectDisposedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException_GetObjectData_m2330532076 (ObjectDisposedException_t21392786 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectDisposedException_GetObjectData_m2330532076_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_obj_name_12(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral3117225416, 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.ObsoleteAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m3594271519 (ObsoleteAttribute_t303876359 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } // System.Void System.ObsoleteAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m3834641885 (ObsoleteAttribute_t303876359 * __this, String_t* ___message0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___message0; __this->set__message_0(L_0); return; } } // System.Void System.ObsoleteAttribute::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_m2274138402 (ObsoleteAttribute_t303876359 * __this, String_t* ___message0, bool ___error1, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___message0; __this->set__message_0(L_0); bool L_1 = ___error1; __this->set__error_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.OperatingSystem::.ctor(System.PlatformID,System.Version) extern "C" IL2CPP_METHOD_ATTR void OperatingSystem__ctor_m1545635730 (OperatingSystem_t3730783609 * __this, int32_t ___platform0, Version_t3456873960 * ___version1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OperatingSystem__ctor_m1545635730_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__servicePack_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Version_t3456873960 * L_1 = ___version1; bool L_2 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_1, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0028; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1902401671, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,OperatingSystem__ctor_m1545635730_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___platform0; __this->set__platform_0(L_4); Version_t3456873960 * L_5 = ___version1; __this->set__version_1(L_5); return; } } // System.PlatformID System.OperatingSystem::get_Platform() extern "C" IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m2793423729 (OperatingSystem_t3730783609 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__platform_0(); return L_0; } } // System.Object System.OperatingSystem::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OperatingSystem_Clone_m1122165140 (OperatingSystem_t3730783609 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OperatingSystem_Clone_m1122165140_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__platform_0(); Version_t3456873960 * L_1 = __this->get__version_1(); OperatingSystem_t3730783609 * L_2 = (OperatingSystem_t3730783609 *)il2cpp_codegen_object_new(OperatingSystem_t3730783609_il2cpp_TypeInfo_var); OperatingSystem__ctor_m1545635730(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.OperatingSystem::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void OperatingSystem_GetObjectData_m1571196722 (OperatingSystem_t3730783609 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OperatingSystem_GetObjectData_m1571196722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; int32_t L_1 = __this->get__platform_0(); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(PlatformID_t897822290_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); SerializationInfo_AddValue_m2872281893(L_0, _stringLiteral3832367947, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; Version_t3456873960 * L_5 = __this->get__version_1(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral1914678832, L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; String_t* L_7 = __this->get__servicePack_2(); NullCheck(L_6); SerializationInfo_AddValue_m2872281893(L_6, _stringLiteral196986056, L_7, /*hidden argument*/NULL); return; } } // System.String System.OperatingSystem::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* OperatingSystem_ToString_m3445473725 (OperatingSystem_t3730783609 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OperatingSystem_ToString_m3445473725_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get__platform_0(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0044; } case 1: { goto IL_004f; } case 2: { goto IL_0039; } case 3: { goto IL_005a; } case 4: { goto IL_0065; } case 5: { goto IL_0070; } case 6: { goto IL_007b; } } } { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)128)))) { goto IL_0065; } } { goto IL_0086; } IL_0039: { V_0 = _stringLiteral1883986088; goto IL_0096; } IL_0044: { V_0 = _stringLiteral727782318; goto IL_0096; } IL_004f: { V_0 = _stringLiteral2266012253; goto IL_0096; } IL_005a: { V_0 = _stringLiteral3363545007; goto IL_0096; } IL_0065: { V_0 = _stringLiteral1133726264; goto IL_0096; } IL_0070: { V_0 = _stringLiteral328992231; goto IL_0096; } IL_007b: { V_0 = _stringLiteral2744711299; goto IL_0096; } IL_0086: { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2788515067, /*hidden argument*/NULL); V_0 = L_3; goto IL_0096; } IL_0096: { String_t* L_4 = V_0; Version_t3456873960 * L_5 = __this->get__version_1(); NullCheck(L_5); String_t* L_6 = Version_ToString_m2279867705(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3452614528, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.OrdinalComparer::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OrdinalComparer__ctor_m1028789954 (OrdinalComparer_t3407243298 * __this, bool ___ignoreCase0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrdinalComparer__ctor_m1028789954_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t3301955079_il2cpp_TypeInfo_var); StringComparer__ctor_m621368542(__this, /*hidden argument*/NULL); bool L_0 = ___ignoreCase0; __this->set__ignoreCase_4(L_0); return; } } // System.Int32 System.OrdinalComparer::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t OrdinalComparer_Compare_m2819174916 (OrdinalComparer_t3407243298 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrdinalComparer_Compare_m2819174916_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__ignoreCase_4(); if (!L_0) { goto IL_001f; } } { String_t* L_1 = ___x0; String_t* L_2 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_3 = String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579(NULL /*static, unused*/, L_1, 0, ((int32_t)2147483647LL), L_2, 0, ((int32_t)2147483647LL), /*hidden argument*/NULL); return L_3; } IL_001f: { String_t* L_4 = ___x0; String_t* L_5 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_6 = String_CompareOrdinalUnchecked_m2277084468(NULL /*static, unused*/, L_4, 0, ((int32_t)2147483647LL), L_5, 0, ((int32_t)2147483647LL), /*hidden argument*/NULL); return L_6; } } // System.Boolean System.OrdinalComparer::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool OrdinalComparer_Equals_m1106612171 (OrdinalComparer_t3407243298 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrdinalComparer_Equals_m1106612171_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__ignoreCase_4(); if (!L_0) { goto IL_0017; } } { String_t* L_1 = ___x0; String_t* L_2 = ___y1; int32_t L_3 = OrdinalComparer_Compare_m2819174916(__this, L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0017: { String_t* L_4 = ___x0; String_t* L_5 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 System.OrdinalComparer::GetHashCode(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t OrdinalComparer_GetHashCode_m3219897106 (OrdinalComparer_t3407243298 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrdinalComparer_GetHashCode_m3219897106_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,OrdinalComparer_GetHashCode_m3219897106_RuntimeMethod_var); } IL_0011: { bool L_2 = __this->get__ignoreCase_4(); if (!L_2) { goto IL_0023; } } { String_t* L_3 = ___s0; NullCheck(L_3); int32_t L_4 = String_GetCaseInsensitiveHashCode_m3282844242(L_3, /*hidden argument*/NULL); return L_4; } IL_0023: { String_t* L_5 = ___s0; NullCheck(L_5); int32_t L_6 = String_GetHashCode_m1906374149(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.OutOfMemoryException::.ctor() extern "C" IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m3893515912 (OutOfMemoryException_t2437671686 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OutOfMemoryException__ctor_m3893515912_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3285153522, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024882), /*hidden argument*/NULL); return; } } // System.Void System.OutOfMemoryException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m1518469064 (OutOfMemoryException_t2437671686 * __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)-2147024882), /*hidden argument*/NULL); return; } } // System.Void System.OutOfMemoryException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m584364909 (OutOfMemoryException_t2437671686 * __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.OverflowException::.ctor() extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m4029085969 (OverflowException_t2020128637 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OverflowException__ctor_m4029085969_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1997606331, /*hidden argument*/NULL); ArithmeticException__ctor_m3551809662(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233066), /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; ArithmeticException__ctor_m3551809662(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233066), /*hidden argument*/NULL); return; } } // System.Void System.OverflowException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m2491207501 (OverflowException_t2020128637 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; ArithmeticException__ctor_m1658426420(__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.ParamArrayAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void ParamArrayAttribute__ctor_m2680615839 (ParamArrayAttribute_t3664765590 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__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 #ifdef __clang__ #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.PlatformNotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m1787918017 (PlatformNotSupportedException_t3572244504 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PlatformNotSupportedException__ctor_m1787918017_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2101062090, /*hidden argument*/NULL); NotSupportedException__ctor_m2494070935(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233031), /*hidden argument*/NULL); return; } } // System.Void System.PlatformNotSupportedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m1693043795 (PlatformNotSupportedException_t3572244504 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; NotSupportedException__ctor_m922781896(__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.Random::.ctor() extern "C" IL2CPP_METHOD_ATTR void Random__ctor_m4122933043 (Random_t108471755 * __this, const RuntimeMethod* method) { { int32_t L_0 = Environment_get_TickCount_m2088073110(NULL /*static, unused*/, /*hidden argument*/NULL); Random__ctor_m3209279193(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Random::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Random__ctor_m3209279193 (Random_t108471755 * __this, int32_t ___Seed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Random__ctor_m3209279193_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; { __this->set_SeedArray_2(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56)))); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___Seed0; int32_t L_1 = il2cpp_codegen_abs(L_0); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)161803398), (int32_t)L_1)); Int32U5BU5D_t385246372* L_2 = __this->get_SeedArray_2(); int32_t L_3 = V_1; NullCheck(L_2); (L_2)->SetAt(static_cast(((int32_t)55)), (int32_t)L_3); V_2 = 1; V_3 = 1; goto IL_0064; } IL_0033: { int32_t L_4 = V_3; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)21), (int32_t)L_4))%(int32_t)((int32_t)55))); Int32U5BU5D_t385246372* L_5 = __this->get_SeedArray_2(); int32_t L_6 = V_0; int32_t L_7 = V_2; NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (int32_t)L_7); int32_t L_8 = V_1; int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)); int32_t L_10 = V_2; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0057; } } { int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)2147483647LL))); } IL_0057: { Int32U5BU5D_t385246372* L_12 = __this->get_SeedArray_2(); int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_1 = L_15; int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0064: { int32_t L_17 = V_3; if ((((int32_t)L_17) < ((int32_t)((int32_t)55)))) { goto IL_0033; } } { V_4 = 1; goto IL_00d8; } IL_0074: { V_5 = 1; goto IL_00c9; } IL_007c: { Int32U5BU5D_t385246372* L_18 = __this->get_SeedArray_2(); int32_t L_19 = V_5; NullCheck(L_18); int32_t* L_20 = ((L_18)->GetAddressAt(static_cast(L_19))); Int32U5BU5D_t385246372* L_21 = __this->get_SeedArray_2(); int32_t L_22 = V_5; NullCheck(L_21); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)30)))%(int32_t)((int32_t)55))))); int32_t L_24 = (L_21)->GetAt(static_cast(L_23)); *((int32_t*)(L_20)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_20)), (int32_t)L_24)); Int32U5BU5D_t385246372* L_25 = __this->get_SeedArray_2(); int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = L_26; int32_t L_28 = (L_25)->GetAt(static_cast(L_27)); if ((((int32_t)L_28) >= ((int32_t)0))) { goto IL_00c3; } } { Int32U5BU5D_t385246372* L_29 = __this->get_SeedArray_2(); int32_t L_30 = V_5; NullCheck(L_29); int32_t* L_31 = ((L_29)->GetAddressAt(static_cast(L_30))); *((int32_t*)(L_31)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_31)), (int32_t)((int32_t)2147483647LL))); } IL_00c3: { int32_t L_32 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00c9: { int32_t L_33 = V_5; if ((((int32_t)L_33) < ((int32_t)((int32_t)56)))) { goto IL_007c; } } { int32_t L_34 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00d8: { int32_t L_35 = V_4; if ((((int32_t)L_35) < ((int32_t)5))) { goto IL_0074; } } { __this->set_inext_0(0); __this->set_inextp_1(((int32_t)31)); return; } } // System.Double System.Random::Sample() extern "C" IL2CPP_METHOD_ATTR double Random_Sample_m2289397474 (Random_t108471755 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_inext_0(); int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); V_1 = L_1; __this->set_inext_0(L_1); int32_t L_2 = V_1; if ((((int32_t)L_2) < ((int32_t)((int32_t)56)))) { goto IL_001f; } } { __this->set_inext_0(1); } IL_001f: { int32_t L_3 = __this->get_inextp_1(); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); V_1 = L_4; __this->set_inextp_1(L_4); int32_t L_5 = V_1; if ((((int32_t)L_5) < ((int32_t)((int32_t)56)))) { goto IL_003e; } } { __this->set_inextp_1(1); } IL_003e: { Int32U5BU5D_t385246372* L_6 = __this->get_SeedArray_2(); int32_t L_7 = __this->get_inext_0(); NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); Int32U5BU5D_t385246372* L_10 = __this->get_SeedArray_2(); int32_t L_11 = __this->get_inextp_1(); NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_13)); int32_t L_14 = V_0; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0069; } } { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)((int32_t)2147483647LL))); } IL_0069: { Int32U5BU5D_t385246372* L_16 = __this->get_SeedArray_2(); int32_t L_17 = __this->get_inext_0(); int32_t L_18 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (int32_t)L_18); int32_t L_19 = V_0; return ((double)il2cpp_codegen_multiply((double)(((double)((double)L_19))), (double)(4.6566128752457969E-10))); } } // System.Int32 System.Random::Next(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Random_Next_m2295149237 (Random_t108471755 * __this, int32_t ___minValue0, int32_t ___maxValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Random_Next_m2295149237_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { int32_t L_0 = ___minValue0; int32_t L_1 = ___maxValue1; if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0017; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1302184587, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Random_Next_m2295149237_RuntimeMethod_var); } IL_0017: { int32_t L_4 = ___maxValue1; int32_t L_5 = ___minValue0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); uint32_t L_6 = V_0; if ((!(((uint32_t)L_6) <= ((uint32_t)1)))) { goto IL_0024; } } { int32_t L_7 = ___minValue0; return L_7; } IL_0024: { double L_8 = VirtFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this); uint32_t L_9 = V_0; int32_t L_10 = ___minValue0; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint32_t)((double)il2cpp_codegen_multiply((double)L_8, (double)(((double)((double)(((double)((uint32_t)L_9))))))))))))))))), (int64_t)(((int64_t)((int64_t)L_10)))))))); } } // System.Void System.Random::NextBytes(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Random_NextBytes_m3935257853 (Random_t108471755 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Random_NextBytes_m3935257853_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer0; 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, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Random_NextBytes_m3935257853_RuntimeMethod_var); } IL_0011: { V_0 = 0; goto IL_0030; } IL_0018: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t L_3 = V_0; double L_4 = VirtFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)(((int32_t)((uint8_t)((double)il2cpp_codegen_multiply((double)L_4, (double)(256.0))))))); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0030: { int32_t L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = ___buffer0; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto 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.Void System.RankException::.ctor() extern "C" IL2CPP_METHOD_ATTR void RankException__ctor_m4082747811 (RankException_t3812021567 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RankException__ctor_m4082747811_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3324613766, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233065), /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233065), /*hidden argument*/NULL); return; } } // System.Void System.RankException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void RankException__ctor_m3453633632 (RankException_t3812021567 * __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.Reflection.AmbiguousMatchException::.ctor() extern "C" IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m15419215 (AmbiguousMatchException_t566690781 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AmbiguousMatchException__ctor_m15419215_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SystemException__ctor_m3298527747(__this, _stringLiteral3178335748, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.AmbiguousMatchException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m2012725345 (AmbiguousMatchException_t566690781 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.AmbiguousMatchException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m3222545265 (AmbiguousMatchException_t566690781 * __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.Reflection.Assembly::.ctor() extern "C" IL2CPP_METHOD_ATTR void Assembly__ctor_m823291553 (Assembly_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly__ctor_m823291553_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ResolveEventHolder_t2120639521 * L_0 = (ResolveEventHolder_t2120639521 *)il2cpp_codegen_object_new(ResolveEventHolder_t2120639521_il2cpp_TypeInfo_var); ResolveEventHolder__ctor_m1522332934(L_0, /*hidden argument*/NULL); __this->set_resolve_event_holder_1(L_0); return; } } // System.String System.Reflection.Assembly::get_code_base(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_code_base_m282368939 (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method) { typedef String_t* (*Assembly_get_code_base_m282368939_ftn) (Assembly_t *, bool); using namespace il2cpp::icalls; return ((Assembly_get_code_base_m282368939_ftn)mscorlib::System::Reflection::Assembly::get_code_base) (__this, ___escaped0); } // System.String System.Reflection.Assembly::get_fullname() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_fullname_m3421330653 (Assembly_t * __this, const RuntimeMethod* method) { typedef String_t* (*Assembly_get_fullname_m3421330653_ftn) (Assembly_t *); using namespace il2cpp::icalls; return ((Assembly_get_fullname_m3421330653_ftn)mscorlib::System::Reflection::Assembly::get_fullname) (__this); } // System.String System.Reflection.Assembly::get_location() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_location_m3128831763 (Assembly_t * __this, const RuntimeMethod* method) { typedef String_t* (*Assembly_get_location_m3128831763_ftn) (Assembly_t *); using namespace il2cpp::icalls; return ((Assembly_get_location_m3128831763_ftn)mscorlib::System::Reflection::Assembly::get_location) (__this); } // System.String System.Reflection.Assembly::GetCodeBase(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_GetCodeBase_m2422053712 (Assembly_t * __this, bool ___escaped0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetCodeBase_m2422053712_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { bool L_0 = ___escaped0; String_t* L_1 = Assembly_get_code_base_m282368939(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_2 = SecurityManager_get_SecurityEnabled_m3467182822(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_003f; } } { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_5 = String_Compare_m945110377(NULL /*static, unused*/, _stringLiteral1511110195, 0, L_3, 0, 7, (bool)1, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003f; } } { String_t* L_6 = V_0; NullCheck(L_6); String_t* L_7 = String_Substring_m2848979100(L_6, 7, /*hidden argument*/NULL); V_1 = L_7; String_t* L_8 = V_1; FileIOPermission_t3596906749 * L_9 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1915937234(L_9, 8, L_8, /*hidden argument*/NULL); NullCheck(L_9); CodeAccessPermission_Demand_m2609746972(L_9, /*hidden argument*/NULL); } IL_003f: { String_t* L_10 = V_0; return L_10; } } // System.String System.Reflection.Assembly::get_EscapedCodeBase() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_EscapedCodeBase_m1336994008 (Assembly_t * __this, const RuntimeMethod* method) { { String_t* L_0 = Assembly_GetCodeBase_m2422053712(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.String System.Reflection.Assembly::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_FullName_m293988418 (Assembly_t * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Reflection.Assembly::ToString() */, __this); return L_0; } } // System.Security.Policy.Evidence System.Reflection.Assembly::UnprotectedGetEvidence() extern "C" IL2CPP_METHOD_ATTR Evidence_t2008144148 * Assembly_UnprotectedGetEvidence_m3389968482 (Assembly_t * __this, const RuntimeMethod* method) { Assembly_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); { Evidence_t2008144148 * L_0 = __this->get__evidence_2(); if (L_0) { goto IL_002b; } } { V_0 = __this; Assembly_t * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_0013: try { // begin try (depth: 1) Evidence_t2008144148 * L_2 = Evidence_GetDefaultHostEvidence_m3906728247(NULL /*static, unused*/, __this, /*hidden argument*/NULL); __this->set__evidence_2(L_2); IL2CPP_LEAVE(0x2B, FINALLY_0024); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) Assembly_t * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x2B, IL_002b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002b: { Evidence_t2008144148 * L_4 = __this->get__evidence_2(); return L_4; } } // System.Boolean System.Reflection.Assembly::get_global_assembly_cache() extern "C" IL2CPP_METHOD_ATTR bool Assembly_get_global_assembly_cache_m3728825238 (Assembly_t * __this, const RuntimeMethod* method) { typedef bool (*Assembly_get_global_assembly_cache_m3728825238_ftn) (Assembly_t *); using namespace il2cpp::icalls; return ((Assembly_get_global_assembly_cache_m3728825238_ftn)mscorlib::System::Reflection::Assembly::get_global_assembly_cache) (__this); } // System.Boolean System.Reflection.Assembly::get_GlobalAssemblyCache() extern "C" IL2CPP_METHOD_ATTR bool Assembly_get_GlobalAssemblyCache_m2420001724 (Assembly_t * __this, const RuntimeMethod* method) { { bool L_0 = Assembly_get_global_assembly_cache_m3728825238(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Reflection.Assembly::get_Location() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_get_Location_m3857174850 (Assembly_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_get_Location_m3857174850_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_fromByteArray_8(); if (!L_0) { goto IL_0011; } } { 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_0011: { String_t* L_2 = Assembly_get_location_m3128831763(__this, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_5 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003e; } } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_6 = SecurityManager_get_SecurityEnabled_m3467182822(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_6) { goto IL_003e; } } { String_t* L_7 = V_0; FileIOPermission_t3596906749 * L_8 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1915937234(L_8, 8, L_7, /*hidden argument*/NULL); NullCheck(L_8); CodeAccessPermission_Demand_m2609746972(L_8, /*hidden argument*/NULL); } IL_003e: { String_t* L_9 = V_0; return L_9; } } // System.Void System.Reflection.Assembly::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Assembly_GetObjectData_m2679447706 (Assembly_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetObjectData_m2679447706_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,Assembly_GetObjectData_m2679447706_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; StreamingContext_t3711869237 L_3 = ___context1; UnitySerializationHolder_GetAssemblyData_m2482115665(NULL /*static, unused*/, __this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Reflection.Assembly::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Assembly_IsDefined_m1652198537 (Assembly_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_IsDefined_m1652198537_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.Assembly::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Assembly_GetCustomAttributes_m1347362332 (Assembly_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetCustomAttributes_m1347362332_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_2 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.IntPtr System.Reflection.Assembly::GetManifestResourceInternal(System.String,System.Int32&,System.Reflection.Module&) extern "C" IL2CPP_METHOD_ATTR intptr_t Assembly_GetManifestResourceInternal_m1224391897 (Assembly_t * __this, String_t* ___name0, int32_t* ___size1, Module_t2987026101 ** ___module2, const RuntimeMethod* method) { typedef intptr_t (*Assembly_GetManifestResourceInternal_m1224391897_ftn) (Assembly_t *, String_t*, int32_t*, Module_t2987026101 **); using namespace il2cpp::icalls; return ((Assembly_GetManifestResourceInternal_m1224391897_ftn)mscorlib::System::Reflection::Assembly::GetManifestResourceInternal) (__this, ___name0, ___size1, ___module2); } // System.Type[] System.Reflection.Assembly::GetTypes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* Assembly_GetTypes_m1724781913 (Assembly_t * __this, bool ___exportedOnly0, const RuntimeMethod* method) { typedef TypeU5BU5D_t3940880105* (*Assembly_GetTypes_m1724781913_ftn) (Assembly_t *, bool); using namespace il2cpp::icalls; return ((Assembly_GetTypes_m1724781913_ftn)mscorlib::System::Reflection::Assembly::GetTypes) (__this, ___exportedOnly0); } // System.Type[] System.Reflection.Assembly::GetTypes() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* Assembly_GetTypes_m1237242249 (Assembly_t * __this, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = VirtFuncInvoker1< TypeU5BU5D_t3940880105*, bool >::Invoke(14 /* System.Type[] System.Reflection.Assembly::GetTypes(System.Boolean) */, __this, (bool)0); return L_0; } } // System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_m1855422232 (Assembly_t * __this, String_t* ___name0, bool ___throwOnError1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; bool L_1 = ___throwOnError1; Type_t * L_2 = Assembly_GetType_m3468564723(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Type System.Reflection.Assembly::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_m2647029381 (Assembly_t * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; Type_t * L_1 = Assembly_GetType_m3468564723(__this, L_0, (bool)0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Assembly::InternalGetType(System.Reflection.Module,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_InternalGetType_m3065345470 (Assembly_t * __this, Module_t2987026101 * ___module0, String_t* ___name1, bool ___throwOnError2, bool ___ignoreCase3, const RuntimeMethod* method) { typedef Type_t * (*Assembly_InternalGetType_m3065345470_ftn) (Assembly_t *, Module_t2987026101 *, String_t*, bool, bool); using namespace il2cpp::icalls; return ((Assembly_InternalGetType_m3065345470_ftn)mscorlib::System::Reflection::Assembly::InternalGetType) (__this, ___module0, ___name1, ___throwOnError2, ___ignoreCase3); } // System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Assembly_GetType_m3468564723 (Assembly_t * __this, String_t* ___name0, bool ___throwOnError1, bool ___ignoreCase2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetType_m3468564723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_000d; } } { String_t* L_1 = ___name0; ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Assembly_GetType_m3468564723_RuntimeMethod_var); } IL_000d: { String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0028; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, _stringLiteral62725243, _stringLiteral696966477, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Assembly_GetType_m3468564723_RuntimeMethod_var); } IL_0028: { String_t* L_6 = ___name0; bool L_7 = ___throwOnError1; bool L_8 = ___ignoreCase2; Type_t * L_9 = Assembly_InternalGetType_m3065345470(__this, (Module_t2987026101 *)NULL, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void System.Reflection.Assembly::FillName(System.Reflection.Assembly,System.Reflection.AssemblyName) extern "C" IL2CPP_METHOD_ATTR void Assembly_FillName_m1660001542 (RuntimeObject * __this /* static, unused */, Assembly_t * ___ass0, AssemblyName_t270931938 * ___aname1, const RuntimeMethod* method) { typedef void (*Assembly_FillName_m1660001542_ftn) (Assembly_t *, AssemblyName_t270931938 *); using namespace il2cpp::icalls; ((Assembly_FillName_m1660001542_ftn)mscorlib::System::Reflection::Assembly::FillName) (___ass0, ___aname1); } // System.Reflection.AssemblyName System.Reflection.Assembly::GetName(System.Boolean) extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * Assembly_GetName_m981771927 (Assembly_t * __this, bool ___copiedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetName_m981771927_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_0 = SecurityManager_get_SecurityEnabled_m3467182822(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { Assembly_GetCodeBase_m2422053712(__this, (bool)1, /*hidden argument*/NULL); } IL_0012: { AssemblyName_t270931938 * L_1 = VirtFuncInvoker0< AssemblyName_t270931938 * >::Invoke(21 /* System.Reflection.AssemblyName System.Reflection.Assembly::UnprotectedGetName() */, __this); return L_1; } } // System.Reflection.AssemblyName System.Reflection.Assembly::GetName() extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * Assembly_GetName_m2439919985 (Assembly_t * __this, const RuntimeMethod* method) { { AssemblyName_t270931938 * L_0 = VirtFuncInvoker1< AssemblyName_t270931938 *, bool >::Invoke(19 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName(System.Boolean) */, __this, (bool)0); return L_0; } } // System.Reflection.AssemblyName System.Reflection.Assembly::UnprotectedGetName() extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * Assembly_UnprotectedGetName_m600830855 (Assembly_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_UnprotectedGetName_m600830855_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssemblyName_t270931938 * V_0 = NULL; { AssemblyName_t270931938 * L_0 = (AssemblyName_t270931938 *)il2cpp_codegen_object_new(AssemblyName_t270931938_il2cpp_TypeInfo_var); AssemblyName__ctor_m2786326352(L_0, /*hidden argument*/NULL); V_0 = L_0; AssemblyName_t270931938 * L_1 = V_0; Assembly_FillName_m1660001542(NULL /*static, unused*/, __this, L_1, /*hidden argument*/NULL); AssemblyName_t270931938 * L_2 = V_0; return L_2; } } // System.String System.Reflection.Assembly::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Assembly_ToString_m2053237013 (Assembly_t * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_assemblyName_9(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_assemblyName_9(); return L_1; } IL_0012: { String_t* L_2 = Assembly_get_fullname_m3421330653(__this, /*hidden argument*/NULL); __this->set_assemblyName_9(L_2); String_t* L_3 = __this->get_assemblyName_9(); return L_3; } } // System.Reflection.Assembly System.Reflection.Assembly::GetEntryAssembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetEntryAssembly_m3252682270 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef Assembly_t * (*Assembly_GetEntryAssembly_m3252682270_ftn) (); using namespace il2cpp::icalls; return ((Assembly_GetEntryAssembly_m3252682270_ftn)mscorlib::System::Reflection::Assembly::GetEntryAssembly) (); } // System.Reflection.Assembly System.Reflection.Assembly::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m3487507613 (RuntimeObject * __this /* static, unused */, String_t* ___assemblyString0, const RuntimeMethod* method) { { AppDomain_t1571427825 * L_0 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___assemblyString0; NullCheck(L_0); Assembly_t * L_2 = AppDomain_Load_m4174353770(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.Assembly System.Reflection.Assembly::LoadWithPartialName(System.String) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadWithPartialName_m3387477452 (RuntimeObject * __this /* static, unused */, String_t* ___partialName0, const RuntimeMethod* method) { { String_t* L_0 = ___partialName0; Assembly_t * L_1 = Assembly_LoadWithPartialName_m3225299950(NULL /*static, unused*/, L_0, (Evidence_t2008144148 *)NULL, /*hidden argument*/NULL); return L_1; } } // System.Reflection.Assembly System.Reflection.Assembly::load_with_partial_name(System.String,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_load_with_partial_name_m2517830235 (RuntimeObject * __this /* static, unused */, String_t* ___name0, Evidence_t2008144148 * ___e1, const RuntimeMethod* method) { typedef Assembly_t * (*Assembly_load_with_partial_name_m2517830235_ftn) (String_t*, Evidence_t2008144148 *); using namespace il2cpp::icalls; return ((Assembly_load_with_partial_name_m2517830235_ftn)mscorlib::System::Reflection::Assembly::load_with_partial_name) (___name0, ___e1); } // System.Reflection.Assembly System.Reflection.Assembly::LoadWithPartialName(System.String,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadWithPartialName_m3225299950 (RuntimeObject * __this /* static, unused */, String_t* ___partialName0, Evidence_t2008144148 * ___securityEvidence1, const RuntimeMethod* method) { { String_t* L_0 = ___partialName0; Evidence_t2008144148 * L_1 = ___securityEvidence1; Assembly_t * L_2 = Assembly_LoadWithPartialName_m3378291794(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.Assembly System.Reflection.Assembly::LoadWithPartialName(System.String,System.Security.Policy.Evidence,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadWithPartialName_m3378291794 (RuntimeObject * __this /* static, unused */, String_t* ___partialName0, Evidence_t2008144148 * ___securityEvidence1, bool ___oldBehavior2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_LoadWithPartialName_m3378291794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___oldBehavior2; if (L_0) { goto IL_000c; } } { NotImplementedException_t3489357830 * L_1 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Assembly_LoadWithPartialName_m3378291794_RuntimeMethod_var); } IL_000c: { String_t* L_2 = ___partialName0; if (L_2) { goto IL_0018; } } { NullReferenceException_t1023182353 * L_3 = (NullReferenceException_t1023182353 *)il2cpp_codegen_object_new(NullReferenceException_t1023182353_il2cpp_TypeInfo_var); NullReferenceException__ctor_m744513393(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Assembly_LoadWithPartialName_m3378291794_RuntimeMethod_var); } IL_0018: { String_t* L_4 = ___partialName0; Evidence_t2008144148 * L_5 = ___securityEvidence1; Assembly_t * L_6 = Assembly_load_with_partial_name_m2517830235(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.Reflection.Assembly::CreateInstance(System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Assembly_CreateInstance_m1716661555 (Assembly_t * __this, String_t* ___typeName0, bool ___ignoreCase1, int32_t ___bindingAttr2, Binder_t2999457153 * ___binder3, ObjectU5BU5D_t2843939325* ___args4, CultureInfo_t4157843068 * ___culture5, ObjectU5BU5D_t2843939325* ___activationAttributes6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_CreateInstance_m1716661555_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject * V_1 = 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); { String_t* L_0 = ___typeName0; bool L_1 = ___ignoreCase1; Type_t * L_2 = Assembly_GetType_m3468564723(__this, L_0, (bool)0, L_1, /*hidden argument*/NULL); V_0 = L_2; Type_t * L_3 = V_0; if (L_3) { goto IL_0012; } } { return NULL; } IL_0012: try { // begin try (depth: 1) { Type_t * L_4 = V_0; int32_t L_5 = ___bindingAttr2; Binder_t2999457153 * L_6 = ___binder3; ObjectU5BU5D_t2843939325* L_7 = ___args4; CultureInfo_t4157843068 * L_8 = ___culture5; ObjectU5BU5D_t2843939325* L_9 = ___activationAttributes6; RuntimeObject * L_10 = Activator_CreateInstance_m2998273980(NULL /*static, unused*/, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; goto IL_003d; } IL_0027: { ; // IL_0027: leave IL_003d } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (InvalidOperationException_t56020091_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002c; throw e; } CATCH_002c: { // begin catch(System.InvalidOperationException) { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral1778145911, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Assembly_CreateInstance_m1716661555_RuntimeMethod_var); } IL_0038: { goto IL_003d; } } // end catch (depth: 1) IL_003d: { RuntimeObject * L_12 = V_1; return L_12; } } // System.Reflection.Module System.Reflection.Assembly::GetModule(System.String) extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * Assembly_GetModule_m3867448062 (Assembly_t * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetModule_m3867448062_MetadataUsageId); s_Il2CppMethodInitialized = true; } ModuleU5BU5D_t4238763736* V_0 = NULL; Module_t2987026101 * V_1 = NULL; ModuleU5BU5D_t4238763736* V_2 = NULL; int32_t V_3 = 0; { String_t* L_0 = ___name0; 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, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Assembly_GetModule_m3867448062_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___name0; 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, _stringLiteral106439711, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Assembly_GetModule_m3867448062_RuntimeMethod_var); } IL_0027: { ModuleU5BU5D_t4238763736* L_5 = Assembly_GetModules_m4157408231(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_5; ModuleU5BU5D_t4238763736* L_6 = V_0; V_2 = L_6; V_3 = 0; goto IL_0053; } IL_0038: { ModuleU5BU5D_t4238763736* L_7 = V_2; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; Module_t2987026101 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_1 = L_10; Module_t2987026101 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = Module_get_ScopeName_m4152486041(L_11, /*hidden argument*/NULL); String_t* L_13 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004f; } } { Module_t2987026101 * L_15 = V_1; return L_15; } IL_004f: { int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0053: { int32_t L_17 = V_3; ModuleU5BU5D_t4238763736* L_18 = V_2; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0038; } } { return (Module_t2987026101 *)NULL; } } // System.Reflection.Module[] System.Reflection.Assembly::GetModulesInternal() extern "C" IL2CPP_METHOD_ATTR ModuleU5BU5D_t4238763736* Assembly_GetModulesInternal_m3569974584 (Assembly_t * __this, const RuntimeMethod* method) { typedef ModuleU5BU5D_t4238763736* (*Assembly_GetModulesInternal_m3569974584_ftn) (Assembly_t *); using namespace il2cpp::icalls; return ((Assembly_GetModulesInternal_m3569974584_ftn)mscorlib::System::Reflection::Assembly::GetModulesInternal) (__this); } // System.Reflection.Module[] System.Reflection.Assembly::GetModules(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ModuleU5BU5D_t4238763736* Assembly_GetModules_m4157408231 (Assembly_t * __this, bool ___getResourceModules0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetModules_m4157408231_MetadataUsageId); s_Il2CppMethodInitialized = true; } ModuleU5BU5D_t4238763736* V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; Module_t2987026101 * V_2 = NULL; ModuleU5BU5D_t4238763736* V_3 = NULL; int32_t V_4 = 0; { ModuleU5BU5D_t4238763736* L_0 = VirtFuncInvoker0< ModuleU5BU5D_t4238763736* >::Invoke(24 /* System.Reflection.Module[] System.Reflection.Assembly::GetModulesInternal() */, __this); V_0 = L_0; bool L_1 = ___getResourceModules0; if (L_1) { goto IL_005e; } } { ModuleU5BU5D_t4238763736* L_2 = V_0; NullCheck(L_2); ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m3828927650(L_3, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); V_1 = L_3; ModuleU5BU5D_t4238763736* L_4 = V_0; V_3 = L_4; V_4 = 0; goto IL_003e; } IL_0020: { ModuleU5BU5D_t4238763736* L_5 = V_3; int32_t L_6 = V_4; NullCheck(L_5); int32_t L_7 = L_6; Module_t2987026101 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_2 = L_8; Module_t2987026101 * L_9 = V_2; NullCheck(L_9); bool L_10 = Module_IsResource_m553227372(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0038; } } { ArrayList_t2718874744 * L_11 = V_1; Module_t2987026101 * L_12 = V_2; NullCheck(L_11); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_12); } IL_0038: { int32_t L_13 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003e: { int32_t L_14 = V_4; ModuleU5BU5D_t4238763736* L_15 = V_3; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0020; } } { ArrayList_t2718874744 * L_16 = V_1; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Module_t2987026101_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); RuntimeArray * L_19 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_16, L_18); return ((ModuleU5BU5D_t4238763736*)Castclass((RuntimeObject*)L_19, ModuleU5BU5D_t4238763736_il2cpp_TypeInfo_var)); } IL_005e: { ModuleU5BU5D_t4238763736* L_20 = V_0; return L_20; } } // System.Reflection.Assembly System.Reflection.Assembly::GetExecutingAssembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetExecutingAssembly_m4021024968 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_GetExecutingAssembly_m4021024968_MetadataUsageId); s_Il2CppMethodInitialized = true; } return il2cpp_codegen_get_executing_assembly(Assembly_GetExecutingAssembly_m4021024968_RuntimeMethod_var); } // System.Reflection.Module System.Reflection.Assembly::GetManifestModule() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * Assembly_GetManifestModule_m4255017136 (Assembly_t * __this, const RuntimeMethod* method) { { Module_t2987026101 * L_0 = Assembly_GetManifestModuleInternal_m3626174718(__this, /*hidden argument*/NULL); return L_0; } } // System.Reflection.Module System.Reflection.Assembly::GetManifestModuleInternal() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * Assembly_GetManifestModuleInternal_m3626174718 (Assembly_t * __this, const RuntimeMethod* method) { typedef Module_t2987026101 * (*Assembly_GetManifestModuleInternal_m3626174718_ftn) (Assembly_t *); using namespace il2cpp::icalls; return ((Assembly_GetManifestModuleInternal_m3626174718_ftn)mscorlib::System::Reflection::Assembly::GetManifestModuleInternal) (__this); } // System.Void System.Reflection.Assembly::Resolve() extern "C" IL2CPP_METHOD_ATTR void Assembly_Resolve_m1674739672 (Assembly_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_Resolve_m1674739672_MetadataUsageId); s_Il2CppMethodInitialized = true; } Assembly_t * V_0 = NULL; Evidence_t2008144148 * V_1 = 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 = __this; Assembly_t * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) Assembly_LoadAssemblyPermissions_m1441429482(__this, /*hidden argument*/NULL); Evidence_t2008144148 * L_1 = Assembly_UnprotectedGetEvidence_m3389968482(__this, /*hidden argument*/NULL); Evidence_t2008144148 * L_2 = (Evidence_t2008144148 *)il2cpp_codegen_object_new(Evidence_t2008144148_il2cpp_TypeInfo_var); Evidence__ctor_m3197451084(L_2, L_1, /*hidden argument*/NULL); V_1 = L_2; Evidence_t2008144148 * L_3 = V_1; PermissionSet_t223948603 * L_4 = __this->get__minimum_3(); PermissionSet_t223948603 * L_5 = __this->get__optional_4(); PermissionSet_t223948603 * L_6 = __this->get__refuse_5(); PermissionRequestEvidence_t59447972 * L_7 = (PermissionRequestEvidence_t59447972 *)il2cpp_codegen_object_new(PermissionRequestEvidence_t59447972_il2cpp_TypeInfo_var); PermissionRequestEvidence__ctor_m1593221312(L_7, L_4, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); Evidence_AddHost_m2781899839(L_3, L_7, /*hidden argument*/NULL); Evidence_t2008144148 * L_8 = V_1; PermissionSet_t223948603 * L_9 = __this->get__minimum_3(); PermissionSet_t223948603 * L_10 = __this->get__optional_4(); PermissionSet_t223948603 * L_11 = __this->get__refuse_5(); PermissionSet_t223948603 ** L_12 = __this->get_address_of__denied_7(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_13 = SecurityManager_ResolvePolicy_m1638246397(NULL /*static, unused*/, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); __this->set__granted_6(L_13); IL2CPP_LEAVE(0x67, FINALLY_0060); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: { // begin finally (depth: 1) Assembly_t * L_14 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); IL2CPP_END_FINALLY(96) } // end finally (depth: 1) IL2CPP_CLEANUP(96) { IL2CPP_JUMP_TBL(0x67, IL_0067) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0067: { return; } } // System.Security.PermissionSet System.Reflection.Assembly::get_GrantedPermissionSet() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * Assembly_get_GrantedPermissionSet_m1570356177 (Assembly_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_get_GrantedPermissionSet_m1570356177_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PermissionSet_t223948603 * L_0 = __this->get__granted_6(); if (L_0) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PolicyLevel_t2891196107 * L_1 = SecurityManager_get_ResolvingPolicyLevel_m223659491(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_1) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PolicyLevel_t2891196107 * L_2 = SecurityManager_get_ResolvingPolicyLevel_m223659491(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = PolicyLevel_IsFullTrustAssembly_m2862161936(L_2, __this, /*hidden argument*/NULL); if (!L_3) { goto IL_002b; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_4 = DefaultPolicies_get_FullTrust_m2195397749(NULL /*static, unused*/, /*hidden argument*/NULL); return L_4; } IL_002b: { return (PermissionSet_t223948603 *)NULL; } IL_002d: { Assembly_Resolve_m1674739672(__this, /*hidden argument*/NULL); } IL_0033: { PermissionSet_t223948603 * L_5 = __this->get__granted_6(); return L_5; } } // System.Security.PermissionSet System.Reflection.Assembly::get_DeniedPermissionSet() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * Assembly_get_DeniedPermissionSet_m1869167280 (Assembly_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_get_DeniedPermissionSet_m1869167280_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PermissionSet_t223948603 * L_0 = __this->get__granted_6(); if (L_0) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PolicyLevel_t2891196107 * L_1 = SecurityManager_get_ResolvingPolicyLevel_m223659491(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_1) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PolicyLevel_t2891196107 * L_2 = SecurityManager_get_ResolvingPolicyLevel_m223659491(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = PolicyLevel_IsFullTrustAssembly_m2862161936(L_2, __this, /*hidden argument*/NULL); if (!L_3) { goto IL_0027; } } { return (PermissionSet_t223948603 *)NULL; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_4 = DefaultPolicies_get_FullTrust_m2195397749(NULL /*static, unused*/, /*hidden argument*/NULL); return L_4; } IL_002d: { Assembly_Resolve_m1674739672(__this, /*hidden argument*/NULL); } IL_0033: { PermissionSet_t223948603 * L_5 = __this->get__denied_7(); return L_5; } } // System.Boolean System.Reflection.Assembly::LoadPermissions(System.Reflection.Assembly,System.IntPtr&,System.Int32&,System.IntPtr&,System.Int32&,System.IntPtr&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Assembly_LoadPermissions_m1824332347 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, intptr_t* ___minimum1, int32_t* ___minLength2, intptr_t* ___optional3, int32_t* ___optLength4, intptr_t* ___refused5, int32_t* ___refLength6, const RuntimeMethod* method) { typedef bool (*Assembly_LoadPermissions_m1824332347_ftn) (Assembly_t *, intptr_t*, int32_t*, intptr_t*, int32_t*, intptr_t*, int32_t*); using namespace il2cpp::icalls; return ((Assembly_LoadPermissions_m1824332347_ftn)mscorlib::System::Reflection::Assembly::LoadPermissions) (___a0, ___minimum1, ___minLength2, ___optional3, ___optLength4, ___refused5, ___refLength6); } // System.Void System.Reflection.Assembly::LoadAssemblyPermissions() extern "C" IL2CPP_METHOD_ATTR void Assembly_LoadAssemblyPermissions_m1441429482 (Assembly_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Assembly_LoadAssemblyPermissions_m1441429482_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); intptr_t V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; ByteU5BU5D_t4116647657* V_6 = NULL; ByteU5BU5D_t4116647657* V_7 = NULL; ByteU5BU5D_t4116647657* V_8 = NULL; { V_0 = (intptr_t)(0); V_1 = (intptr_t)(0); V_2 = (intptr_t)(0); V_3 = 0; V_4 = 0; V_5 = 0; bool L_0 = Assembly_LoadPermissions_m1824332347(NULL /*static, unused*/, __this, (&V_0), (&V_3), (&V_1), (&V_4), (&V_2), (&V_5), /*hidden argument*/NULL); if (!L_0) { goto IL_00a9; } } { int32_t L_1 = V_3; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0057; } } { int32_t L_2 = V_3; V_6 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2)); intptr_t L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = V_6; int32_t L_5 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_Copy_m1222846562(NULL /*static, unused*/, L_3, L_4, 0, L_5, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_6 = V_6; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_7 = SecurityManager_Decode_m2551103128(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); __this->set__minimum_3(L_7); } IL_0057: { int32_t L_8 = V_4; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0080; } } { int32_t L_9 = V_4; V_7 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_9)); intptr_t L_10 = V_1; ByteU5BU5D_t4116647657* L_11 = V_7; int32_t L_12 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_Copy_m1222846562(NULL /*static, unused*/, L_10, L_11, 0, L_12, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = V_7; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_14 = SecurityManager_Decode_m2551103128(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); __this->set__optional_4(L_14); } IL_0080: { int32_t L_15 = V_5; if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_00a9; } } { int32_t L_16 = V_5; V_8 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_16)); intptr_t L_17 = V_2; ByteU5BU5D_t4116647657* L_18 = V_8; int32_t L_19 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_Copy_m1222846562(NULL /*static, unused*/, L_17, L_18, 0, L_19, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_20 = V_8; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_21 = SecurityManager_Decode_m2551103128(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); __this->set__refuse_5(L_21); } IL_00a9: { 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.Reflection.Assembly/ResolveEventHolder::.ctor() extern "C" IL2CPP_METHOD_ATTR void ResolveEventHolder__ctor_m1522332934 (ResolveEventHolder_t2120639521 * __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.Reflection.AssemblyCompanyAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyCompanyAttribute__ctor_m1270469981 (AssemblyCompanyAttribute_t909257512 * __this, String_t* ___company0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___company0; __this->set_name_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.Reflection.AssemblyConfigurationAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyConfigurationAttribute__ctor_m3236176989 (AssemblyConfigurationAttribute_t2167450097 * __this, String_t* ___configuration0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___configuration0; __this->set_name_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.Reflection.AssemblyCopyrightAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyCopyrightAttribute__ctor_m1842063359 (AssemblyCopyrightAttribute_t836190902 * __this, String_t* ___copyright0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___copyright0; __this->set_name_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.Reflection.AssemblyCultureAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyCultureAttribute__ctor_m2362473817 (AssemblyCultureAttribute_t2584278277 * __this, String_t* ___culture0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___culture0; __this->set_name_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.Reflection.AssemblyDefaultAliasAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyDefaultAliasAttribute__ctor_m1809631251 (AssemblyDefaultAliasAttribute_t2176720766 * __this, String_t* ___defaultAlias0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___defaultAlias0; __this->set_name_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.Reflection.AssemblyDelaySignAttribute::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AssemblyDelaySignAttribute__ctor_m542336852 (AssemblyDelaySignAttribute_t176441654 * __this, bool ___delaySign0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); bool L_0 = ___delaySign0; __this->set_delay_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.Reflection.AssemblyDescriptionAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyDescriptionAttribute__ctor_m3993445315 (AssemblyDescriptionAttribute_t1046996844 * __this, String_t* ___description0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___description0; __this->set_name_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.Reflection.AssemblyFileVersionAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyFileVersionAttribute__ctor_m3720707642 (AssemblyFileVersionAttribute_t14927972 * __this, String_t* ___version0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyFileVersionAttribute__ctor_m3720707642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___version0; 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, _stringLiteral1902401671, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AssemblyFileVersionAttribute__ctor_m3720707642_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___version0; __this->set_name_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.AssemblyInformationalVersionAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyInformationalVersionAttribute__ctor_m4033947902 (AssemblyInformationalVersionAttribute_t3037764991 * __this, String_t* ___informationalVersion0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___informationalVersion0; __this->set_name_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.Reflection.AssemblyKeyFileAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyKeyFileAttribute__ctor_m535332047 (AssemblyKeyFileAttribute_t2825689142 * __this, String_t* ___keyFile0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___keyFile0; __this->set_name_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.Reflection.AssemblyKeyNameAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyKeyNameAttribute__ctor_m4090606065 (AssemblyKeyNameAttribute_t3105008521 * __this, String_t* ___keyName0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___keyName0; __this->set_name_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.Reflection.AssemblyName::.ctor() extern "C" IL2CPP_METHOD_ATTR void AssemblyName__ctor_m2786326352 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_versioncompat_12(1); return; } } // System.Void System.Reflection.AssemblyName::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void AssemblyName__ctor_m1753467291 (AssemblyName_t270931938 * __this, SerializationInfo_t950877179 * ___si0, StreamingContext_t3711869237 ___sc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName__ctor_m1753467291_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___si0; NullCheck(L_0); String_t* L_1 = SerializationInfo_GetString_m3155282843(L_0, _stringLiteral2799480233, /*hidden argument*/NULL); __this->set_name_0(L_1); SerializationInfo_t950877179 * L_2 = ___si0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral993777815, /*hidden argument*/NULL); __this->set_codebase_1(L_3); SerializationInfo_t950877179 * L_4 = ___si0; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Version_t3456873960_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_7 = SerializationInfo_GetValue_m42271953(L_4, _stringLiteral1979690544, L_6, /*hidden argument*/NULL); __this->set_version_13(((Version_t3456873960 *)CastclassSealed((RuntimeObject*)L_7, Version_t3456873960_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_8 = ___si0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject * L_11 = SerializationInfo_GetValue_m42271953(L_8, _stringLiteral515930092, L_10, /*hidden argument*/NULL); __this->set_publicKey_10(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_11, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_12 = ___si0; RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject * L_15 = SerializationInfo_GetValue_m42271953(L_12, _stringLiteral2412227370, L_14, /*hidden argument*/NULL); __this->set_keyToken_11(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_15, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_16 = ___si0; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (AssemblyHashAlgorithm_t1216504064_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject * L_19 = SerializationInfo_GetValue_m42271953(L_16, _stringLiteral809199843, L_18, /*hidden argument*/NULL); __this->set_hashalg_8(((*(int32_t*)((int32_t*)UnBox(L_19, Int32_t2950945753_il2cpp_TypeInfo_var))))); SerializationInfo_t950877179 * L_20 = ___si0; RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (StrongNameKeyPair_t3411219591_0_0_0_var) }; Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); NullCheck(L_20); RuntimeObject * L_23 = SerializationInfo_GetValue_m42271953(L_20, _stringLiteral2690023160, L_22, /*hidden argument*/NULL); __this->set_keypair_9(((StrongNameKeyPair_t3411219591 *)CastclassClass((RuntimeObject*)L_23, StrongNameKeyPair_t3411219591_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_24 = ___si0; RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (AssemblyVersionCompatibility_t766556580_0_0_0_var) }; Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); NullCheck(L_24); RuntimeObject * L_27 = SerializationInfo_GetValue_m42271953(L_24, _stringLiteral2861519396, L_26, /*hidden argument*/NULL); __this->set_versioncompat_12(((*(int32_t*)((int32_t*)UnBox(L_27, Int32_t2950945753_il2cpp_TypeInfo_var))))); SerializationInfo_t950877179 * L_28 = ___si0; RuntimeTypeHandle_t3027515415 L_29 = { reinterpret_cast (AssemblyNameFlags_t3675421470_0_0_0_var) }; Type_t * L_30 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_28); RuntimeObject * L_31 = SerializationInfo_GetValue_m42271953(L_28, _stringLiteral1263429280, L_30, /*hidden argument*/NULL); __this->set_flags_7(((*(int32_t*)((int32_t*)UnBox(L_31, Int32_t2950945753_il2cpp_TypeInfo_var))))); SerializationInfo_t950877179 * L_32 = ___si0; NullCheck(L_32); int32_t L_33 = SerializationInfo_GetInt32_m2640574809(L_32, _stringLiteral3886796070, /*hidden argument*/NULL); V_0 = L_33; int32_t L_34 = V_0; if ((((int32_t)L_34) == ((int32_t)(-1)))) { goto IL_0127; } } { int32_t L_35 = V_0; CultureInfo_t4157843068 * L_36 = (CultureInfo_t4157843068 *)il2cpp_codegen_object_new(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo__ctor_m2628215565(L_36, L_35, /*hidden argument*/NULL); __this->set_cultureinfo_6(L_36); } IL_0127: { return; } } // System.String System.Reflection.AssemblyName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m4072373679 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Void System.Reflection.AssemblyName::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_set_Name_m1981626655 (AssemblyName_t270931938 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_name_0(L_0); return; } } // 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) { { CultureInfo_t4157843068 * L_0 = __this->get_cultureinfo_6(); return L_0; } } // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::get_Flags() extern "C" IL2CPP_METHOD_ATTR int32_t AssemblyName_get_Flags_m1616840602 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flags_7(); return L_0; } } // System.String System.Reflection.AssemblyName::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_FullName_m3351492191 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_get_FullName_m3351492191_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = __this->get_name_0(); if (L_0) { goto IL_0011; } } { 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_0011: { 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; StringBuilder_t * L_3 = V_0; String_t* L_4 = __this->get_name_0(); NullCheck(L_3); StringBuilder_Append_m1965104174(L_3, L_4, /*hidden argument*/NULL); Version_t3456873960 * L_5 = AssemblyName_get_Version_m538083430(__this, /*hidden argument*/NULL); bool L_6 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_5, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0053; } } { StringBuilder_t * L_7 = V_0; NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, _stringLiteral155902455, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_0; Version_t3456873960 * L_9 = AssemblyName_get_Version_m538083430(__this, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = Version_ToString_m2279867705(L_9, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, L_10, /*hidden argument*/NULL); } IL_0053: { CultureInfo_t4157843068 * L_11 = __this->get_cultureinfo_6(); if (!L_11) { goto IL_00a7; } } { StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, _stringLiteral1973799399, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_13 = __this->get_cultureinfo_6(); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_13); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_15); if ((!(((uint32_t)L_14) == ((uint32_t)L_16)))) { goto IL_0095; } } { StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, _stringLiteral490541601, /*hidden argument*/NULL); goto IL_00a7; } IL_0095: { StringBuilder_t * L_18 = V_0; CultureInfo_t4157843068 * L_19 = __this->get_cultureinfo_6(); NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_19); NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, L_20, /*hidden argument*/NULL); } IL_00a7: { ByteU5BU5D_t4116647657* L_21 = AssemblyName_InternalGetPublicKeyToken_m3407918444(__this, /*hidden argument*/NULL); V_1 = L_21; ByteU5BU5D_t4116647657* L_22 = V_1; if (!L_22) { goto IL_0105; } } { ByteU5BU5D_t4116647657* L_23 = V_1; NullCheck(L_23); if ((((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))) { goto IL_00cd; } } { StringBuilder_t * L_24 = V_0; NullCheck(L_24); StringBuilder_Append_m1965104174(L_24, _stringLiteral746622039, /*hidden argument*/NULL); goto IL_0105; } IL_00cd: { StringBuilder_t * L_25 = V_0; NullCheck(L_25); StringBuilder_Append_m1965104174(L_25, _stringLiteral1736874801, /*hidden argument*/NULL); V_2 = 0; goto IL_00fc; } IL_00e0: { StringBuilder_t * L_26 = V_0; ByteU5BU5D_t4116647657* L_27 = V_1; int32_t L_28 = V_2; NullCheck(L_27); String_t* L_29 = Byte_ToString_m3735479648(((L_27)->GetAddressAt(static_cast(L_28))), _stringLiteral3451434968, /*hidden argument*/NULL); NullCheck(L_26); StringBuilder_Append_m1965104174(L_26, L_29, /*hidden argument*/NULL); int32_t L_30 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00fc: { int32_t L_31 = V_2; ByteU5BU5D_t4116647657* L_32 = V_1; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))) { goto IL_00e0; } } IL_0105: { int32_t L_33 = AssemblyName_get_Flags_m1616840602(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_33&(int32_t)((int32_t)256)))) { goto IL_0122; } } { StringBuilder_t * L_34 = V_0; NullCheck(L_34); StringBuilder_Append_m1965104174(L_34, _stringLiteral2676776848, /*hidden argument*/NULL); } IL_0122: { StringBuilder_t * L_35 = V_0; NullCheck(L_35); String_t* L_36 = StringBuilder_ToString_m3317489284(L_35, /*hidden argument*/NULL); return L_36; } } // System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::get_KeyPair() extern "C" IL2CPP_METHOD_ATTR StrongNameKeyPair_t3411219591 * AssemblyName_get_KeyPair_m4000803163 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { StrongNameKeyPair_t3411219591 * L_0 = __this->get_keypair_9(); return L_0; } } // System.Version System.Reflection.AssemblyName::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * AssemblyName_get_Version_m538083430 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { Version_t3456873960 * L_0 = __this->get_version_13(); return L_0; } } // System.Void System.Reflection.AssemblyName::set_Version(System.Version) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_set_Version_m1802337156 (AssemblyName_t270931938 * __this, Version_t3456873960 * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { Version_t3456873960 * L_0 = ___value0; __this->set_version_13(L_0); Version_t3456873960 * L_1 = ___value0; bool L_2 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_1, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_003a; } } { int32_t L_3 = 0; V_0 = L_3; __this->set_revision_5(L_3); int32_t L_4 = V_0; int32_t L_5 = L_4; V_0 = L_5; __this->set_build_4(L_5); int32_t L_6 = V_0; int32_t L_7 = L_6; V_0 = L_7; __this->set_minor_3(L_7); int32_t L_8 = V_0; __this->set_major_2(L_8); goto IL_006a; } IL_003a: { Version_t3456873960 * L_9 = ___value0; NullCheck(L_9); int32_t L_10 = Version_get_Major_m2457928275(L_9, /*hidden argument*/NULL); __this->set_major_2(L_10); Version_t3456873960 * L_11 = ___value0; NullCheck(L_11); int32_t L_12 = Version_get_Minor_m150536655(L_11, /*hidden argument*/NULL); __this->set_minor_3(L_12); Version_t3456873960 * L_13 = ___value0; NullCheck(L_13); int32_t L_14 = Version_get_Build_m3667751407(L_13, /*hidden argument*/NULL); __this->set_build_4(L_14); Version_t3456873960 * L_15 = ___value0; NullCheck(L_15); int32_t L_16 = Version_get_Revision_m3982234017(L_15, /*hidden argument*/NULL); __this->set_revision_5(L_16); } IL_006a: { return; } } // System.String System.Reflection.AssemblyName::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_ToString_m11651758 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { String_t* L_0 = AssemblyName_get_FullName_m3351492191(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0013; } } { String_t* L_2 = V_0; G_B3_0 = L_2; goto IL_0019; } IL_0013: { String_t* L_3 = Object_ToString_m1740002499(__this, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0019: { return G_B3_0; } } // System.Byte[] System.Reflection.AssemblyName::GetPublicKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_GetPublicKey_m1356287156 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_publicKey_10(); return L_0; } } // System.Boolean System.Reflection.AssemblyName::get_IsPublicKeyValid() extern "C" IL2CPP_METHOD_ATTR bool AssemblyName_get_IsPublicKeyValid_m1483495830 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_get_IsPublicKeyValid_m1483495830_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; bool V_3 = false; 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); { ByteU5BU5D_t4116647657* L_0 = __this->get_publicKey_10(); NullCheck(L_0); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((uint32_t)((int32_t)16))))) { goto IL_003e; } } { V_0 = 0; V_1 = 0; goto IL_0027; } IL_0018: { int32_t L_1 = V_1; ByteU5BU5D_t4116647657* L_2 = __this->get_publicKey_10(); int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); int32_t L_5 = L_4; uint8_t L_6 = (L_2)->GetAt(static_cast(L_5)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_6)); } IL_0027: { int32_t L_7 = V_0; ByteU5BU5D_t4116647657* L_8 = __this->get_publicKey_10(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0018; } } { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)4)))) { goto IL_003e; } } { return (bool)1; } IL_003e: { ByteU5BU5D_t4116647657* L_10 = __this->get_publicKey_10(); NullCheck(L_10); int32_t L_11 = 0; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); V_2 = L_12; uint8_t L_13 = V_2; if ((((int32_t)L_13) == ((int32_t)6))) { goto IL_00a4; } } { uint8_t L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)7))) { goto IL_00c7; } } { uint8_t L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)0))) { goto IL_0061; } } { goto IL_00cc; } IL_0061: { ByteU5BU5D_t4116647657* L_16 = __this->get_publicKey_10(); NullCheck(L_16); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))) <= ((int32_t)((int32_t)12)))) { goto IL_009f; } } { ByteU5BU5D_t4116647657* L_17 = __this->get_publicKey_10(); NullCheck(L_17); int32_t L_18 = ((int32_t)12); uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); if ((!(((uint32_t)L_19) == ((uint32_t)6)))) { goto IL_009f; } } IL_007f: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_20 = __this->get_publicKey_10(); CryptoConvert_FromCapiPublicKeyBlob_m4073029974(NULL /*static, unused*/, L_20, ((int32_t)12), /*hidden argument*/NULL); V_3 = (bool)1; goto IL_00ce; } IL_0094: { ; // IL_0094: leave IL_009f } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (CryptographicException_t248831461_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0099; throw e; } CATCH_0099: { // begin catch(System.Security.Cryptography.CryptographicException) goto IL_009f; } // end catch (depth: 1) IL_009f: { goto IL_00cc; } IL_00a4: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_21 = __this->get_publicKey_10(); CryptoConvert_FromCapiPublicKeyBlob_m184006806(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); V_3 = (bool)1; goto IL_00ce; } IL_00b7: { ; // IL_00b7: leave IL_00c2 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (CryptographicException_t248831461_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00bc; throw e; } CATCH_00bc: { // begin catch(System.Security.Cryptography.CryptographicException) goto IL_00c2; } // end catch (depth: 1) IL_00c2: { goto IL_00cc; } IL_00c7: { goto IL_00cc; } IL_00cc: { return (bool)0; } IL_00ce: { bool L_22 = V_3; return L_22; } } // System.Byte[] System.Reflection.AssemblyName::InternalGetPublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_InternalGetPublicKeyToken_m3407918444 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_InternalGetPublicKeyToken_m3407918444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_keyToken_11(); if (!L_0) { goto IL_0012; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_keyToken_11(); return L_1; } IL_0012: { ByteU5BU5D_t4116647657* L_2 = __this->get_publicKey_10(); if (L_2) { goto IL_001f; } } { return (ByteU5BU5D_t4116647657*)NULL; } IL_001f: { ByteU5BU5D_t4116647657* L_3 = __this->get_publicKey_10(); NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_0033; } } { return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0033: { bool L_4 = AssemblyName_get_IsPublicKeyValid_m1483495830(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0049; } } { SecurityException_t975544473 * L_5 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_5, _stringLiteral761112055, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,AssemblyName_InternalGetPublicKeyToken_m3407918444_RuntimeMethod_var); } IL_0049: { ByteU5BU5D_t4116647657* L_6 = AssemblyName_ComputePublicKeyToken_m824893834(__this, /*hidden argument*/NULL); return L_6; } } // System.Byte[] System.Reflection.AssemblyName::ComputePublicKeyToken() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_ComputePublicKeyToken_m824893834 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_ComputePublicKeyToken_m824893834_MetadataUsageId); s_Il2CppMethodInitialized = true; } HashAlgorithm_t1432317219 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; { SHA1_t1803193667 * L_0 = SHA1_Create_m1390871308(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; HashAlgorithm_t1432317219 * L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = __this->get_publicKey_10(); NullCheck(L_1); ByteU5BU5D_t4116647657* L_3 = HashAlgorithm_ComputeHash_m2825542963(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)); ByteU5BU5D_t4116647657* L_4 = V_1; ByteU5BU5D_t4116647657* L_5 = V_1; NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = V_2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)8)), (RuntimeArray *)(RuntimeArray *)L_6, 0, 8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = V_2; Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, 8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = V_2; return L_8; } } // System.Void System.Reflection.AssemblyName::SetPublicKey(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKey_m1771377104 (AssemblyName_t270931938 * __this, ByteU5BU5D_t4116647657* ___publicKey0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___publicKey0; if (L_0) { goto IL_0019; } } { int32_t L_1 = __this->get_flags_7(); __this->set_flags_7(((int32_t)((int32_t)L_1^(int32_t)1))); goto IL_0027; } IL_0019: { int32_t L_2 = __this->get_flags_7(); __this->set_flags_7(((int32_t)((int32_t)L_2|(int32_t)1))); } IL_0027: { ByteU5BU5D_t4116647657* L_3 = ___publicKey0; __this->set_publicKey_10(L_3); return; } } // System.Void System.Reflection.AssemblyName::SetPublicKeyToken(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKeyToken_m582470133 (AssemblyName_t270931938 * __this, ByteU5BU5D_t4116647657* ___publicKeyToken0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___publicKeyToken0; __this->set_keyToken_11(L_0); return; } } // System.Void System.Reflection.AssemblyName::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_GetObjectData_m1516383869 (AssemblyName_t270931938 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_GetObjectData_m1516383869_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B4_0 = NULL; SerializationInfo_t950877179 * G_B4_1 = NULL; String_t* G_B3_0 = NULL; SerializationInfo_t950877179 * G_B3_1 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; SerializationInfo_t950877179 * G_B5_2 = NULL; { 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,AssemblyName_GetObjectData_m1516383869_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = __this->get_name_0(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral2799480233, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; ByteU5BU5D_t4116647657* L_5 = __this->get_publicKey_10(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral515930092, (RuntimeObject *)(RuntimeObject *)L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; ByteU5BU5D_t4116647657* L_7 = __this->get_keyToken_11(); NullCheck(L_6); SerializationInfo_AddValue_m2872281893(L_6, _stringLiteral2412227370, (RuntimeObject *)(RuntimeObject *)L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; CultureInfo_t4157843068 * L_9 = __this->get_cultureinfo_6(); G_B3_0 = _stringLiteral3886796070; G_B3_1 = L_8; if (!L_9) { G_B4_0 = _stringLiteral3886796070; G_B4_1 = L_8; goto IL_0065; } } { CultureInfo_t4157843068 * L_10 = __this->get_cultureinfo_6(); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_10); G_B5_0 = L_11; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0066; } IL_0065: { G_B5_0 = (-1); G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0066: { NullCheck(G_B5_2); SerializationInfo_AddValue_m412754688(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_12 = ___info0; String_t* L_13 = __this->get_codebase_1(); NullCheck(L_12); SerializationInfo_AddValue_m2872281893(L_12, _stringLiteral993777815, L_13, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_14 = ___info0; Version_t3456873960 * L_15 = AssemblyName_get_Version_m538083430(__this, /*hidden argument*/NULL); NullCheck(L_14); SerializationInfo_AddValue_m2872281893(L_14, _stringLiteral1979690544, L_15, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_16 = ___info0; int32_t L_17 = __this->get_hashalg_8(); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(AssemblyHashAlgorithm_t1216504064_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); SerializationInfo_AddValue_m2872281893(L_16, _stringLiteral809199843, L_19, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_20 = ___info0; int32_t L_21 = ((int32_t)0); RuntimeObject * L_22 = Box(AssemblyHashAlgorithm_t1216504064_il2cpp_TypeInfo_var, &L_21); NullCheck(L_20); SerializationInfo_AddValue_m2872281893(L_20, _stringLiteral1958963313, L_22, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_23 = ___info0; StrongNameKeyPair_t3411219591 * L_24 = __this->get_keypair_9(); NullCheck(L_23); SerializationInfo_AddValue_m2872281893(L_23, _stringLiteral2690023160, L_24, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_25 = ___info0; int32_t L_26 = __this->get_versioncompat_12(); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(AssemblyVersionCompatibility_t766556580_il2cpp_TypeInfo_var, &L_27); NullCheck(L_25); SerializationInfo_AddValue_m2872281893(L_25, _stringLiteral2861519396, L_28, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_29 = ___info0; int32_t L_30 = __this->get_flags_7(); int32_t L_31 = L_30; RuntimeObject * L_32 = Box(AssemblyNameFlags_t3675421470_il2cpp_TypeInfo_var, &L_31); NullCheck(L_29); SerializationInfo_AddValue_m2872281893(L_29, _stringLiteral1263429280, L_32, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_33 = ___info0; NullCheck(L_33); SerializationInfo_AddValue_m2872281893(L_33, _stringLiteral1354616406, NULL, /*hidden argument*/NULL); return; } } // System.Object System.Reflection.AssemblyName::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * AssemblyName_Clone_m43657973 (AssemblyName_t270931938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyName_Clone_m43657973_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssemblyName_t270931938 * V_0 = NULL; { AssemblyName_t270931938 * L_0 = (AssemblyName_t270931938 *)il2cpp_codegen_object_new(AssemblyName_t270931938_il2cpp_TypeInfo_var); AssemblyName__ctor_m2786326352(L_0, /*hidden argument*/NULL); V_0 = L_0; AssemblyName_t270931938 * L_1 = V_0; String_t* L_2 = __this->get_name_0(); NullCheck(L_1); L_1->set_name_0(L_2); AssemblyName_t270931938 * L_3 = V_0; String_t* L_4 = __this->get_codebase_1(); NullCheck(L_3); L_3->set_codebase_1(L_4); AssemblyName_t270931938 * L_5 = V_0; int32_t L_6 = __this->get_major_2(); NullCheck(L_5); L_5->set_major_2(L_6); AssemblyName_t270931938 * L_7 = V_0; int32_t L_8 = __this->get_minor_3(); NullCheck(L_7); L_7->set_minor_3(L_8); AssemblyName_t270931938 * L_9 = V_0; int32_t L_10 = __this->get_build_4(); NullCheck(L_9); L_9->set_build_4(L_10); AssemblyName_t270931938 * L_11 = V_0; int32_t L_12 = __this->get_revision_5(); NullCheck(L_11); L_11->set_revision_5(L_12); AssemblyName_t270931938 * L_13 = V_0; Version_t3456873960 * L_14 = __this->get_version_13(); NullCheck(L_13); L_13->set_version_13(L_14); AssemblyName_t270931938 * L_15 = V_0; CultureInfo_t4157843068 * L_16 = __this->get_cultureinfo_6(); NullCheck(L_15); L_15->set_cultureinfo_6(L_16); AssemblyName_t270931938 * L_17 = V_0; int32_t L_18 = __this->get_flags_7(); NullCheck(L_17); L_17->set_flags_7(L_18); AssemblyName_t270931938 * L_19 = V_0; int32_t L_20 = __this->get_hashalg_8(); NullCheck(L_19); L_19->set_hashalg_8(L_20); AssemblyName_t270931938 * L_21 = V_0; StrongNameKeyPair_t3411219591 * L_22 = __this->get_keypair_9(); NullCheck(L_21); L_21->set_keypair_9(L_22); AssemblyName_t270931938 * L_23 = V_0; ByteU5BU5D_t4116647657* L_24 = __this->get_publicKey_10(); NullCheck(L_23); L_23->set_publicKey_10(L_24); AssemblyName_t270931938 * L_25 = V_0; ByteU5BU5D_t4116647657* L_26 = __this->get_keyToken_11(); NullCheck(L_25); L_25->set_keyToken_11(L_26); AssemblyName_t270931938 * L_27 = V_0; int32_t L_28 = __this->get_versioncompat_12(); NullCheck(L_27); L_27->set_versioncompat_12(L_28); AssemblyName_t270931938 * L_29 = V_0; return L_29; } } // System.Void System.Reflection.AssemblyName::OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void AssemblyName_OnDeserialization_m3779987437 (AssemblyName_t270931938 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { Version_t3456873960 * L_0 = __this->get_version_13(); AssemblyName_set_Version_m1802337156(__this, L_0, /*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.Reflection.AssemblyProductAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyProductAttribute__ctor_m1203636347 (AssemblyProductAttribute_t1000945320 * __this, String_t* ___product0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___product0; __this->set_name_0(L_0); return; } } // System.String System.Reflection.AssemblyProductAttribute::get_Product() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyProductAttribute_get_Product_m2768827961 (AssemblyProductAttribute_t1000945320 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_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.Void System.Reflection.AssemblyTitleAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyTitleAttribute__ctor_m3257920016 (AssemblyTitleAttribute_t1901133402 * __this, String_t* ___title0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___title0; __this->set_name_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.Reflection.AssemblyTrademarkAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyTrademarkAttribute__ctor_m837842042 (AssemblyTrademarkAttribute_t3598190473 * __this, String_t* ___trademark0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___trademark0; __this->set_name_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.Reflection.AssemblyVersionAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AssemblyVersionAttribute__ctor_m119493750 (AssemblyVersionAttribute_t1996639689 * __this, String_t* ___version0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___version0; __this->set_name_0(L_0); return; } } // System.String System.Reflection.AssemblyVersionAttribute::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyVersionAttribute_get_Version_m1040892715 (AssemblyVersionAttribute_t1996639689 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_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.Void System.Reflection.Binder::.ctor() extern "C" IL2CPP_METHOD_ATTR void Binder__ctor_m2821133715 (Binder_t2999457153 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Binder::.cctor() extern "C" IL2CPP_METHOD_ATTR void Binder__cctor_m245494241 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Binder__cctor_m245494241_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Default_t2456596213 * L_0 = (Default_t2456596213 *)il2cpp_codegen_object_new(Default_t2456596213_il2cpp_TypeInfo_var); Default__ctor_m325526679(L_0, /*hidden argument*/NULL); ((Binder_t2999457153_StaticFields*)il2cpp_codegen_static_fields_for(Binder_t2999457153_il2cpp_TypeInfo_var))->set_default_binder_0(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Binder_get_DefaultBinder_m950908649_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_0 = ((Binder_t2999457153_StaticFields*)il2cpp_codegen_static_fields_for(Binder_t2999457153_il2cpp_TypeInfo_var))->get_default_binder_0(); return L_0; } } // System.Boolean System.Reflection.Binder::ConvertArgs(System.Reflection.Binder,System.Object[],System.Reflection.ParameterInfo[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool Binder_ConvertArgs_m2124461494 (RuntimeObject * __this /* static, unused */, Binder_t2999457153 * ___binder0, ObjectU5BU5D_t2843939325* ___args1, ParameterInfoU5BU5D_t390618515* ___pinfo2, CultureInfo_t4157843068 * ___culture3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Binder_ConvertArgs_m2124461494_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { ObjectU5BU5D_t2843939325* L_0 = ___args1; if (L_0) { goto IL_0016; } } { ParameterInfoU5BU5D_t390618515* L_1 = ___pinfo2; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0010; } } { return (bool)1; } IL_0010: { TargetParameterCountException_t1216617239 * L_2 = (TargetParameterCountException_t1216617239 *)il2cpp_codegen_object_new(TargetParameterCountException_t1216617239_il2cpp_TypeInfo_var); TargetParameterCountException__ctor_m2135390327(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Binder_ConvertArgs_m2124461494_RuntimeMethod_var); } IL_0016: { ParameterInfoU5BU5D_t390618515* L_3 = ___pinfo2; NullCheck(L_3); ObjectU5BU5D_t2843939325* L_4 = ___args1; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0027; } } { TargetParameterCountException_t1216617239 * L_5 = (TargetParameterCountException_t1216617239 *)il2cpp_codegen_object_new(TargetParameterCountException_t1216617239_il2cpp_TypeInfo_var); TargetParameterCountException__ctor_m2135390327(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Binder_ConvertArgs_m2124461494_RuntimeMethod_var); } IL_0027: { V_0 = 0; goto IL_0059; } IL_002e: { Binder_t2999457153 * L_6 = ___binder0; ObjectU5BU5D_t2843939325* L_7 = ___args1; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_7)->GetAt(static_cast(L_9)); ParameterInfoU5BU5D_t390618515* L_11 = ___pinfo2; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; ParameterInfo_t1861056598 * L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck(L_14); Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_14); CultureInfo_t4157843068 * L_16 = ___culture3; NullCheck(L_6); RuntimeObject * L_17 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, CultureInfo_t4157843068 * >::Invoke(5 /* System.Object System.Reflection.Binder::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo) */, L_6, L_10, L_15, L_16); V_1 = L_17; RuntimeObject * L_18 = V_1; if (L_18) { goto IL_0051; } } { ObjectU5BU5D_t2843939325* L_19 = ___args1; int32_t L_20 = V_0; NullCheck(L_19); int32_t L_21 = L_20; RuntimeObject * L_22 = (L_19)->GetAt(static_cast(L_21)); if (!L_22) { goto IL_0051; } } { return (bool)0; } IL_0051: { ObjectU5BU5D_t2843939325* L_23 = ___args1; int32_t L_24 = V_0; RuntimeObject * L_25 = V_1; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(L_24), (RuntimeObject *)L_25); int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0059: { int32_t L_27 = V_0; ObjectU5BU5D_t2843939325* L_28 = ___args1; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_002e; } } { return (bool)1; } } // System.Int32 System.Reflection.Binder::GetDerivedLevel(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Binder_GetDerivedLevel_m3216810447 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { Type_t * V_0 = NULL; int32_t V_1 = 0; { Type_t * L_0 = ___type0; V_0 = L_0; V_1 = 1; goto IL_0014; } IL_0009: { int32_t L_1 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); Type_t * L_2 = V_0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_2); V_0 = L_3; } IL_0014: { Type_t * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_4); if (L_5) { goto IL_0009; } } { int32_t L_6 = V_1; return L_6; } } // System.Reflection.MethodBase System.Reflection.Binder::FindMostDerivedMatch(System.Reflection.MethodBase[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Binder_FindMostDerivedMatch_m239579024 (RuntimeObject * __this /* static, unused */, MethodBaseU5BU5D_t779831733* ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Binder_FindMostDerivedMatch_m239579024_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; MethodBase_t * V_4 = NULL; int32_t V_5 = 0; ParameterInfoU5BU5D_t390618515* V_6 = NULL; ParameterInfoU5BU5D_t390618515* V_7 = NULL; bool V_8 = false; int32_t V_9 = 0; { V_0 = 0; V_1 = (-1); MethodBaseU5BU5D_t779831733* L_0 = ___match0; NullCheck(L_0); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); V_3 = 0; goto IL_00ba; } IL_000f: { MethodBaseU5BU5D_t779831733* L_1 = ___match0; int32_t L_2 = V_3; NullCheck(L_1); int32_t L_3 = L_2; MethodBase_t * L_4 = (L_1)->GetAt(static_cast(L_3)); V_4 = L_4; MethodBase_t * L_5 = V_4; NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); int32_t L_7 = Binder_GetDerivedLevel_m3216810447(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_5 = L_7; int32_t L_8 = V_5; int32_t L_9 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0030; } } { AmbiguousMatchException_t566690781 * L_10 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Binder_FindMostDerivedMatch_m239579024_RuntimeMethod_var); } IL_0030: { int32_t L_11 = V_1; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_00a9; } } { MethodBase_t * L_12 = V_4; NullCheck(L_12); ParameterInfoU5BU5D_t390618515* L_13 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_12); V_6 = L_13; MethodBaseU5BU5D_t779831733* L_14 = ___match0; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; MethodBase_t * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); ParameterInfoU5BU5D_t390618515* L_18 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_17); V_7 = L_18; V_8 = (bool)1; ParameterInfoU5BU5D_t390618515* L_19 = V_6; NullCheck(L_19); ParameterInfoU5BU5D_t390618515* L_20 = V_7; NullCheck(L_20); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_0062; } } { V_8 = (bool)0; goto IL_009c; } IL_0062: { V_9 = 0; goto IL_0091; } IL_006a: { ParameterInfoU5BU5D_t390618515* L_21 = V_6; int32_t L_22 = V_9; NullCheck(L_21); int32_t L_23 = L_22; ParameterInfo_t1861056598 * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); Type_t * L_25 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_24); ParameterInfoU5BU5D_t390618515* L_26 = V_7; int32_t L_27 = V_9; NullCheck(L_26); int32_t L_28 = L_27; ParameterInfo_t1861056598 * L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_29); Type_t * L_30 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_29); if ((((RuntimeObject*)(Type_t *)L_25) == ((RuntimeObject*)(Type_t *)L_30))) { goto IL_008b; } } { V_8 = (bool)0; goto IL_009c; } IL_008b: { int32_t L_31 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0091: { int32_t L_32 = V_9; ParameterInfoU5BU5D_t390618515* L_33 = V_6; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))))) { goto IL_006a; } } IL_009c: { bool L_34 = V_8; if (L_34) { goto IL_00a9; } } { AmbiguousMatchException_t566690781 * L_35 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,Binder_FindMostDerivedMatch_m239579024_RuntimeMethod_var); } IL_00a9: { int32_t L_36 = V_5; int32_t L_37 = V_0; if ((((int32_t)L_36) <= ((int32_t)L_37))) { goto IL_00b6; } } { int32_t L_38 = V_5; V_0 = L_38; int32_t L_39 = V_3; V_1 = L_39; } IL_00b6: { int32_t L_40 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00ba: { int32_t L_41 = V_3; int32_t L_42 = V_2; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_000f; } } { MethodBaseU5BU5D_t779831733* L_43 = ___match0; int32_t L_44 = V_1; NullCheck(L_43); int32_t L_45 = L_44; MethodBase_t * L_46 = (L_43)->GetAt(static_cast(L_45)); return L_46; } } #ifdef __clang__ #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.Reflection.Binder/Default::.ctor() extern "C" IL2CPP_METHOD_ATTR void Default__ctor_m325526679 (Default_t2456596213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default__ctor_m325526679_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder__ctor_m2821133715(__this, /*hidden argument*/NULL); return; } } // System.Reflection.MethodBase System.Reflection.Binder/Default::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_BindToMethod_m490530316 (Default_t2456596213 * __this, int32_t ___bindingAttr0, MethodBaseU5BU5D_t779831733* ___match1, ObjectU5BU5D_t2843939325** ___args2, ParameterModifierU5BU5D_t2943407543* ___modifiers3, CultureInfo_t4157843068 * ___culture4, StringU5BU5D_t1281789340* ___names5, RuntimeObject ** ___state6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_BindToMethod_m490530316_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; int32_t V_1 = 0; MethodBase_t * V_2 = NULL; { ObjectU5BU5D_t2843939325** L_0 = ___args2; ObjectU5BU5D_t2843939325* L_1 = *((ObjectU5BU5D_t2843939325**)L_0); if (L_1) { goto IL_0012; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_2 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); V_0 = L_2; goto IL_0046; } IL_0012: { ObjectU5BU5D_t2843939325** L_3 = ___args2; ObjectU5BU5D_t2843939325* L_4 = *((ObjectU5BU5D_t2843939325**)L_3); NullCheck(L_4); V_0 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))); V_1 = 0; goto IL_003c; } IL_0023: { ObjectU5BU5D_t2843939325** L_5 = ___args2; ObjectU5BU5D_t2843939325* L_6 = *((ObjectU5BU5D_t2843939325**)L_5); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); if (!L_9) { goto IL_0038; } } { TypeU5BU5D_t3940880105* L_10 = V_0; int32_t L_11 = V_1; ObjectU5BU5D_t2843939325** L_12 = ___args2; ObjectU5BU5D_t2843939325* L_13 = *((ObjectU5BU5D_t2843939325**)L_12); int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = L_14; RuntimeObject * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); Type_t * L_17 = Object_GetType_m88164663(L_16, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_17); (L_10)->SetAt(static_cast(L_11), (Type_t *)L_17); } IL_0038: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_003c: { int32_t L_19 = V_1; ObjectU5BU5D_t2843939325** L_20 = ___args2; ObjectU5BU5D_t2843939325* L_21 = *((ObjectU5BU5D_t2843939325**)L_20); NullCheck(L_21); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0023; } } IL_0046: { int32_t L_22 = ___bindingAttr0; MethodBaseU5BU5D_t779831733* L_23 = ___match1; TypeU5BU5D_t3940880105* L_24 = V_0; ParameterModifierU5BU5D_t2943407543* L_25 = ___modifiers3; MethodBase_t * L_26 = Default_SelectMethod_m469311730(__this, L_22, L_23, L_24, L_25, (bool)1, /*hidden argument*/NULL); V_2 = L_26; RuntimeObject ** L_27 = ___state6; *((RuntimeObject **)(L_27)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_27), (RuntimeObject *)NULL); StringU5BU5D_t1281789340* L_28 = ___names5; if (!L_28) { goto IL_0068; } } { StringU5BU5D_t1281789340* L_29 = ___names5; ObjectU5BU5D_t2843939325** L_30 = ___args2; MethodBase_t * L_31 = V_2; Default_ReorderParameters_m2076271671(__this, L_29, L_30, L_31, /*hidden argument*/NULL); } IL_0068: { MethodBase_t * L_32 = V_2; return L_32; } } // System.Void System.Reflection.Binder/Default::ReorderParameters(System.String[],System.Object[]&,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void Default_ReorderParameters_m2076271671 (Default_t2456596213 * __this, StringU5BU5D_t1281789340* ___names0, ObjectU5BU5D_t2843939325** ___args1, MethodBase_t * ___selected2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_ReorderParameters_m2076271671_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { ObjectU5BU5D_t2843939325** L_0 = ___args1; ObjectU5BU5D_t2843939325* L_1 = *((ObjectU5BU5D_t2843939325**)L_0); NullCheck(L_1); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))); ObjectU5BU5D_t2843939325** L_2 = ___args1; ObjectU5BU5D_t2843939325* L_3 = *((ObjectU5BU5D_t2843939325**)L_2); ObjectU5BU5D_t2843939325* L_4 = V_0; ObjectU5BU5D_t2843939325** L_5 = ___args1; ObjectU5BU5D_t2843939325* L_6 = *((ObjectU5BU5D_t2843939325**)L_5); NullCheck(L_6); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (RuntimeArray *)(RuntimeArray *)L_4, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); MethodBase_t * L_7 = ___selected2; NullCheck(L_7); ParameterInfoU5BU5D_t390618515* L_8 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_7); V_1 = L_8; V_2 = 0; goto IL_005d; } IL_0024: { V_3 = 0; goto IL_0050; } IL_002b: { StringU5BU5D_t1281789340* L_9 = ___names0; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); ParameterInfoU5BU5D_t390618515* L_13 = V_1; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; ParameterInfo_t1861056598 * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_004c; } } { ObjectU5BU5D_t2843939325* L_19 = V_0; int32_t L_20 = V_3; ObjectU5BU5D_t2843939325** L_21 = ___args1; ObjectU5BU5D_t2843939325* L_22 = *((ObjectU5BU5D_t2843939325**)L_21); int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = L_23; RuntimeObject * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_25); (L_19)->SetAt(static_cast(L_20), (RuntimeObject *)L_25); goto IL_0059; } IL_004c: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0050: { int32_t L_27 = V_3; ParameterInfoU5BU5D_t390618515* L_28 = V_1; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_002b; } } IL_0059: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_005d: { int32_t L_30 = V_2; StringU5BU5D_t1281789340* L_31 = ___names0; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_0024; } } { ObjectU5BU5D_t2843939325* L_32 = V_0; ObjectU5BU5D_t2843939325** L_33 = ___args1; ObjectU5BU5D_t2843939325* L_34 = *((ObjectU5BU5D_t2843939325**)L_33); ObjectU5BU5D_t2843939325** L_35 = ___args1; ObjectU5BU5D_t2843939325* L_36 = *((ObjectU5BU5D_t2843939325**)L_35); NullCheck(L_36); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, (RuntimeArray *)(RuntimeArray *)L_34, (((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))), /*hidden argument*/NULL); return; } } // System.Boolean System.Reflection.Binder/Default::IsArrayAssignable(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Default_IsArrayAssignable_m953489228 (RuntimeObject * __this /* static, unused */, Type_t * ___object_type0, Type_t * ___target_type1, const RuntimeMethod* method) { { Type_t * L_0 = ___object_type0; NullCheck(L_0); bool L_1 = Type_get_IsArray_m2591212821(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { Type_t * L_2 = ___target_type1; NullCheck(L_2); bool L_3 = Type_get_IsArray_m2591212821(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { Type_t * L_4 = ___object_type0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_4); Type_t * L_6 = ___target_type1; NullCheck(L_6); Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_6); bool L_8 = Default_IsArrayAssignable_m953489228(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); return L_8; } IL_0028: { Type_t * L_9 = ___target_type1; Type_t * L_10 = ___object_type0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_9, L_10); if (!L_11) { goto IL_0036; } } { return (bool)1; } IL_0036: { return (bool)0; } } // System.Object System.Reflection.Binder/Default::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Default_ChangeType_m1399759417 (Default_t2456596213 * __this, RuntimeObject * ___value0, Type_t * ___type1, CultureInfo_t4157843068 * ___culture2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_ChangeType_m1399759417_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return NULL; } IL_0008: { RuntimeObject * L_1 = ___value0; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); V_0 = L_2; Type_t * L_3 = ___type1; NullCheck(L_3); bool L_4 = Type_get_IsByRef_m1262524108(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } { Type_t * L_5 = ___type1; NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_5); ___type1 = L_6; } IL_0022: { Type_t * L_7 = V_0; Type_t * L_8 = ___type1; if ((((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_8))) { goto IL_0035; } } { Type_t * L_9 = ___type1; RuntimeObject * L_10 = ___value0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(44 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_9, L_10); if (!L_11) { goto IL_0037; } } IL_0035: { RuntimeObject * L_12 = ___value0; return L_12; } IL_0037: { Type_t * L_13 = V_0; NullCheck(L_13); bool L_14 = Type_get_IsArray_m2591212821(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0065; } } { Type_t * L_15 = ___type1; NullCheck(L_15); bool L_16 = Type_get_IsArray_m2591212821(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0065; } } { Type_t * L_17 = V_0; NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_17); Type_t * L_19 = ___type1; NullCheck(L_19); Type_t * L_20 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_19); bool L_21 = Default_IsArrayAssignable_m953489228(NULL /*static, unused*/, L_18, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0065; } } { RuntimeObject * L_22 = ___value0; return L_22; } IL_0065: { Type_t * L_23 = V_0; Type_t * L_24 = ___type1; bool L_25 = Default_check_type_m3691874551(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00f3; } } { Type_t * L_26 = ___type1; NullCheck(L_26); bool L_27 = Type_get_IsEnum_m208091508(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0084; } } { Type_t * L_28 = ___type1; RuntimeObject * L_29 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_30 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_0084: { Type_t * L_31 = V_0; RuntimeTypeHandle_t3027515415 L_32 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_33 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_31) == ((RuntimeObject*)(Type_t *)L_33)))) { goto IL_00ce; } } { Type_t * L_34 = ___type1; RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_34) == ((RuntimeObject*)(Type_t *)L_36)))) { goto IL_00b1; } } { RuntimeObject * L_37 = ___value0; double L_38 = (((double)((double)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_37, Char_t3634460470_il2cpp_TypeInfo_var))))))); RuntimeObject * L_39 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_38); return L_39; } IL_00b1: { Type_t * L_40 = ___type1; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_40) == ((RuntimeObject*)(Type_t *)L_42)))) { goto IL_00ce; } } { RuntimeObject * L_43 = ___value0; float L_44 = (((float)((float)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_43, Char_t3634460470_il2cpp_TypeInfo_var))))))); RuntimeObject * L_45 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_44); return L_45; } IL_00ce: { Type_t * L_46 = V_0; RuntimeTypeHandle_t3027515415 L_47 = { reinterpret_cast (IntPtr_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_48 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_46) == ((RuntimeObject*)(Type_t *)L_48)))) { goto IL_00eb; } } { Type_t * L_49 = ___type1; NullCheck(L_49); bool L_50 = Type_get_IsPointer_m4067542339(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_00eb; } } { RuntimeObject * L_51 = ___value0; return L_51; } IL_00eb: { RuntimeObject * L_52 = ___value0; Type_t * L_53 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_54 = Convert_ChangeType_m739676612(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); return L_54; } IL_00f3: { return NULL; } } // System.Void System.Reflection.Binder/Default::ReorderArgumentArray(System.Object[]&,System.Object) extern "C" IL2CPP_METHOD_ATTR void Default_ReorderArgumentArray_m476258478 (Default_t2456596213 * __this, ObjectU5BU5D_t2843939325** ___args0, RuntimeObject * ___state1, const RuntimeMethod* method) { { return; } } // System.Boolean System.Reflection.Binder/Default::check_type(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Default_check_type_m3691874551 (RuntimeObject * __this /* static, unused */, Type_t * ___from0, Type_t * ___to1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_check_type_m3691874551_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 G_B28_0 = 0; int32_t G_B30_0 = 0; int32_t G_B38_0 = 0; int32_t G_B40_0 = 0; int32_t G_B48_0 = 0; int32_t G_B50_0 = 0; int32_t G_B58_0 = 0; int32_t G_B60_0 = 0; int32_t G_B68_0 = 0; int32_t G_B70_0 = 0; int32_t G_B78_0 = 0; int32_t G_B80_0 = 0; int32_t G_B89_0 = 0; int32_t G_B91_0 = 0; int32_t G_B95_0 = 0; { Type_t * L_0 = ___from0; Type_t * L_1 = ___to1; if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { Type_t * L_2 = ___from0; if (L_2) { goto IL_0011; } } { return (bool)1; } IL_0011: { Type_t * L_3 = ___to1; NullCheck(L_3); bool L_4 = Type_get_IsByRef_m1262524108(L_3, /*hidden argument*/NULL); Type_t * L_5 = ___from0; NullCheck(L_5); bool L_6 = Type_get_IsByRef_m1262524108(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)L_6))) { goto IL_0024; } } { return (bool)0; } IL_0024: { Type_t * L_7 = ___to1; NullCheck(L_7); bool L_8 = Type_get_IsInterface_m3284996719(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0037; } } { Type_t * L_9 = ___to1; Type_t * L_10 = ___from0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_9, L_10); return L_11; } IL_0037: { Type_t * L_12 = ___to1; NullCheck(L_12); bool L_13 = Type_get_IsEnum_m208091508(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0053; } } { Type_t * L_14 = ___to1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); Type_t * L_15 = Enum_GetUnderlyingType_m2480312097(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); ___to1 = L_15; Type_t * L_16 = ___from0; Type_t * L_17 = ___to1; if ((!(((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_17)))) { goto IL_0053; } } { return (bool)1; } IL_0053: { Type_t * L_18 = ___to1; NullCheck(L_18); bool L_19 = VirtFuncInvoker0< bool >::Invoke(86 /* System.Boolean System.Type::get_IsGenericType() */, L_18); if (!L_19) { goto IL_0083; } } { Type_t * L_20 = ___to1; NullCheck(L_20); Type_t * L_21 = VirtFuncInvoker0< Type_t * >::Invoke(85 /* System.Type System.Type::GetGenericTypeDefinition() */, L_20); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Nullable_1_t3772285925_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_21) == ((RuntimeObject*)(Type_t *)L_23)))) { goto IL_0083; } } { Type_t * L_24 = ___to1; NullCheck(L_24); TypeU5BU5D_t3940880105* L_25 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(82 /* System.Type[] System.Type::GetGenericArguments() */, L_24); NullCheck(L_25); int32_t L_26 = 0; Type_t * L_27 = (L_25)->GetAt(static_cast(L_26)); Type_t * L_28 = ___from0; if ((!(((RuntimeObject*)(Type_t *)L_27) == ((RuntimeObject*)(Type_t *)L_28)))) { goto IL_0083; } } { return (bool)1; } IL_0083: { Type_t * L_29 = ___from0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_30 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); V_0 = L_30; Type_t * L_31 = ___to1; int32_t L_32 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); V_1 = L_32; int32_t L_33 = V_0; V_2 = L_33; int32_t L_34 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)4))) { case 0: { goto IL_00c8; } case 1: { goto IL_016f; } case 2: { goto IL_0103; } case 3: { goto IL_0228; } case 4: { goto IL_01cf; } case 5: { goto IL_02d2; } case 6: { goto IL_0281; } case 7: { goto IL_0323; } case 8: { goto IL_0323; } case 9: { goto IL_036b; } } } { goto IL_0384; } IL_00c8: { int32_t L_35 = V_1; V_3 = L_35; int32_t L_36 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)8))) { case 0: { goto IL_00f3; } case 1: { goto IL_00f3; } case 2: { goto IL_00f3; } case 3: { goto IL_00f3; } case 4: { goto IL_00f3; } case 5: { goto IL_00f3; } case 6: { goto IL_00f3; } } } { goto IL_00f5; } IL_00f3: { return (bool)1; } IL_00f5: { Type_t * L_37 = ___to1; RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(Type_t *)L_37) == ((RuntimeObject*)(Type_t *)L_39))? 1 : 0); } IL_0103: { int32_t L_40 = V_1; V_3 = L_40; int32_t L_41 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)4))) { case 0: { goto IL_013e; } case 1: { goto IL_0140; } case 2: { goto IL_0140; } case 3: { goto IL_013e; } case 4: { goto IL_013e; } case 5: { goto IL_013e; } case 6: { goto IL_013e; } case 7: { goto IL_013e; } case 8: { goto IL_013e; } case 9: { goto IL_013e; } case 10: { goto IL_013e; } } } { goto IL_0140; } IL_013e: { return (bool)1; } IL_0140: { Type_t * L_42 = ___to1; RuntimeTypeHandle_t3027515415 L_43 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_44 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_42) == ((RuntimeObject*)(Type_t *)L_44))) { goto IL_016d; } } { Type_t * L_45 = ___from0; NullCheck(L_45); bool L_46 = Type_get_IsEnum_m208091508(L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_016a; } } { Type_t * L_47 = ___to1; RuntimeTypeHandle_t3027515415 L_48 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); G_B28_0 = ((((RuntimeObject*)(Type_t *)L_47) == ((RuntimeObject*)(Type_t *)L_49))? 1 : 0); goto IL_016b; } IL_016a: { G_B28_0 = 0; } IL_016b: { G_B30_0 = G_B28_0; goto IL_016e; } IL_016d: { G_B30_0 = 1; } IL_016e: { return (bool)G_B30_0; } IL_016f: { int32_t L_50 = V_1; V_3 = L_50; int32_t L_51 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)7))) { case 0: { goto IL_019e; } case 1: { goto IL_01a0; } case 2: { goto IL_019e; } case 3: { goto IL_01a0; } case 4: { goto IL_019e; } case 5: { goto IL_01a0; } case 6: { goto IL_019e; } case 7: { goto IL_019e; } } } { goto IL_01a0; } IL_019e: { return (bool)1; } IL_01a0: { Type_t * L_52 = ___to1; RuntimeTypeHandle_t3027515415 L_53 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_54 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_52) == ((RuntimeObject*)(Type_t *)L_54))) { goto IL_01cd; } } { Type_t * L_55 = ___from0; NullCheck(L_55); bool L_56 = Type_get_IsEnum_m208091508(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_01ca; } } { Type_t * L_57 = ___to1; RuntimeTypeHandle_t3027515415 L_58 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_59 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); G_B38_0 = ((((RuntimeObject*)(Type_t *)L_57) == ((RuntimeObject*)(Type_t *)L_59))? 1 : 0); goto IL_01cb; } IL_01ca: { G_B38_0 = 0; } IL_01cb: { G_B40_0 = G_B38_0; goto IL_01ce; } IL_01cd: { G_B40_0 = 1; } IL_01ce: { return (bool)G_B40_0; } IL_01cf: { int32_t L_60 = V_1; V_3 = L_60; int32_t L_61 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)((int32_t)9)))) { case 0: { goto IL_01f7; } case 1: { goto IL_01f7; } case 2: { goto IL_01f7; } case 3: { goto IL_01f7; } case 4: { goto IL_01f7; } case 5: { goto IL_01f7; } } } { goto IL_01f9; } IL_01f7: { return (bool)1; } IL_01f9: { Type_t * L_62 = ___to1; 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); if ((((RuntimeObject*)(Type_t *)L_62) == ((RuntimeObject*)(Type_t *)L_64))) { goto IL_0226; } } { Type_t * L_65 = ___from0; NullCheck(L_65); bool L_66 = Type_get_IsEnum_m208091508(L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0223; } } { Type_t * L_67 = ___to1; RuntimeTypeHandle_t3027515415 L_68 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_69 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); G_B48_0 = ((((RuntimeObject*)(Type_t *)L_67) == ((RuntimeObject*)(Type_t *)L_69))? 1 : 0); goto IL_0224; } IL_0223: { G_B48_0 = 0; } IL_0224: { G_B50_0 = G_B48_0; goto IL_0227; } IL_0226: { G_B50_0 = 1; } IL_0227: { return (bool)G_B50_0; } IL_0228: { int32_t L_70 = V_1; V_3 = L_70; int32_t L_71 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)((int32_t)9)))) { case 0: { goto IL_0250; } case 1: { goto IL_0252; } case 2: { goto IL_0250; } case 3: { goto IL_0252; } case 4: { goto IL_0250; } case 5: { goto IL_0250; } } } { goto IL_0252; } IL_0250: { return (bool)1; } IL_0252: { Type_t * L_72 = ___to1; RuntimeTypeHandle_t3027515415 L_73 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_74 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_72) == ((RuntimeObject*)(Type_t *)L_74))) { goto IL_027f; } } { Type_t * L_75 = ___from0; NullCheck(L_75); bool L_76 = Type_get_IsEnum_m208091508(L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_027c; } } { Type_t * L_77 = ___to1; RuntimeTypeHandle_t3027515415 L_78 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_79 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); G_B58_0 = ((((RuntimeObject*)(Type_t *)L_77) == ((RuntimeObject*)(Type_t *)L_79))? 1 : 0); goto IL_027d; } IL_027c: { G_B58_0 = 0; } IL_027d: { G_B60_0 = G_B58_0; goto IL_0280; } IL_027f: { G_B60_0 = 1; } IL_0280: { return (bool)G_B60_0; } IL_0281: { int32_t L_80 = V_1; V_3 = L_80; int32_t L_81 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)((int32_t)11)))) { case 0: { goto IL_02a1; } case 1: { goto IL_02a1; } case 2: { goto IL_02a1; } case 3: { goto IL_02a1; } } } { goto IL_02a3; } IL_02a1: { return (bool)1; } IL_02a3: { Type_t * L_82 = ___to1; RuntimeTypeHandle_t3027515415 L_83 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_84 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_83, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_82) == ((RuntimeObject*)(Type_t *)L_84))) { goto IL_02d0; } } { Type_t * L_85 = ___from0; NullCheck(L_85); bool L_86 = Type_get_IsEnum_m208091508(L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_02cd; } } { Type_t * L_87 = ___to1; RuntimeTypeHandle_t3027515415 L_88 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_89 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_88, /*hidden argument*/NULL); G_B68_0 = ((((RuntimeObject*)(Type_t *)L_87) == ((RuntimeObject*)(Type_t *)L_89))? 1 : 0); goto IL_02ce; } IL_02cd: { G_B68_0 = 0; } IL_02ce: { G_B70_0 = G_B68_0; goto IL_02d1; } IL_02d0: { G_B70_0 = 1; } IL_02d1: { return (bool)G_B70_0; } IL_02d2: { int32_t L_90 = V_1; V_3 = L_90; int32_t L_91 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)((int32_t)11)))) { case 0: { goto IL_02f2; } case 1: { goto IL_02f4; } case 2: { goto IL_02f2; } case 3: { goto IL_02f2; } } } { goto IL_02f4; } IL_02f2: { return (bool)1; } IL_02f4: { Type_t * L_92 = ___to1; RuntimeTypeHandle_t3027515415 L_93 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_94 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_93, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_92) == ((RuntimeObject*)(Type_t *)L_94))) { goto IL_0321; } } { Type_t * L_95 = ___from0; NullCheck(L_95); bool L_96 = Type_get_IsEnum_m208091508(L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_031e; } } { Type_t * L_97 = ___to1; RuntimeTypeHandle_t3027515415 L_98 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_99 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_98, /*hidden argument*/NULL); G_B78_0 = ((((RuntimeObject*)(Type_t *)L_97) == ((RuntimeObject*)(Type_t *)L_99))? 1 : 0); goto IL_031f; } IL_031e: { G_B78_0 = 0; } IL_031f: { G_B80_0 = G_B78_0; goto IL_0322; } IL_0321: { G_B80_0 = 1; } IL_0322: { return (bool)G_B80_0; } IL_0323: { int32_t L_100 = V_1; V_3 = L_100; int32_t L_101 = V_3; if ((((int32_t)L_101) == ((int32_t)((int32_t)13)))) { goto IL_033a; } } { int32_t L_102 = V_3; if ((((int32_t)L_102) == ((int32_t)((int32_t)14)))) { goto IL_033a; } } { goto IL_033c; } IL_033a: { return (bool)1; } IL_033c: { Type_t * L_103 = ___to1; RuntimeTypeHandle_t3027515415 L_104 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_105 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_104, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_103) == ((RuntimeObject*)(Type_t *)L_105))) { goto IL_0369; } } { Type_t * L_106 = ___from0; NullCheck(L_106); bool L_107 = Type_get_IsEnum_m208091508(L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_0366; } } { Type_t * L_108 = ___to1; RuntimeTypeHandle_t3027515415 L_109 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_110 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); G_B89_0 = ((((RuntimeObject*)(Type_t *)L_108) == ((RuntimeObject*)(Type_t *)L_110))? 1 : 0); goto IL_0367; } IL_0366: { G_B89_0 = 0; } IL_0367: { G_B91_0 = G_B89_0; goto IL_036a; } IL_0369: { G_B91_0 = 1; } IL_036a: { return (bool)G_B91_0; } IL_036b: { int32_t L_111 = V_1; if ((((int32_t)L_111) == ((int32_t)((int32_t)14)))) { goto IL_0382; } } { Type_t * L_112 = ___to1; RuntimeTypeHandle_t3027515415 L_113 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_114 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_113, /*hidden argument*/NULL); G_B95_0 = ((((RuntimeObject*)(Type_t *)L_112) == ((RuntimeObject*)(Type_t *)L_114))? 1 : 0); goto IL_0383; } IL_0382: { G_B95_0 = 1; } IL_0383: { return (bool)G_B95_0; } IL_0384: { Type_t * L_115 = ___to1; RuntimeTypeHandle_t3027515415 L_116 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_117 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_116, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_115) == ((RuntimeObject*)(Type_t *)L_117)))) { goto IL_03a1; } } { Type_t * L_118 = ___from0; NullCheck(L_118); bool L_119 = Type_get_IsValueType_m3108065642(L_118, /*hidden argument*/NULL); if (!L_119) { goto IL_03a1; } } { return (bool)1; } IL_03a1: { Type_t * L_120 = ___to1; NullCheck(L_120); bool L_121 = Type_get_IsPointer_m4067542339(L_120, /*hidden argument*/NULL); if (!L_121) { goto IL_03be; } } { Type_t * L_122 = ___from0; RuntimeTypeHandle_t3027515415 L_123 = { reinterpret_cast (IntPtr_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_124 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_123, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_122) == ((RuntimeObject*)(Type_t *)L_124)))) { goto IL_03be; } } { return (bool)1; } IL_03be: { Type_t * L_125 = ___to1; Type_t * L_126 = ___from0; NullCheck(L_125); bool L_127 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_125, L_126); return L_127; } } // System.Boolean System.Reflection.Binder/Default::check_arguments(System.Type[],System.Reflection.ParameterInfo[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Default_check_arguments_m3882727959 (RuntimeObject * __this /* static, unused */, TypeU5BU5D_t3940880105* ___types0, ParameterInfoU5BU5D_t390618515* ___args1, bool ___allowByRefMatch2, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; Type_t * V_2 = NULL; { V_0 = 0; goto IL_0053; } IL_0007: { TypeU5BU5D_t3940880105* L_0 = ___types0; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Type_t * L_3 = (L_0)->GetAt(static_cast(L_2)); ParameterInfoU5BU5D_t390618515* L_4 = ___args1; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; ParameterInfo_t1861056598 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_7); bool L_9 = Default_check_type_m3691874551(NULL /*static, unused*/, L_3, L_8, /*hidden argument*/NULL); V_1 = L_9; bool L_10 = V_1; if (L_10) { goto IL_0047; } } { bool L_11 = ___allowByRefMatch2; if (!L_11) { goto IL_0047; } } { ParameterInfoU5BU5D_t390618515* L_12 = ___args1; int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; ParameterInfo_t1861056598 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); Type_t * L_16 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_15); V_2 = L_16; Type_t * L_17 = V_2; NullCheck(L_17); bool L_18 = Type_get_IsByRef_m1262524108(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0047; } } { TypeU5BU5D_t3940880105* L_19 = ___types0; int32_t L_20 = V_0; NullCheck(L_19); int32_t L_21 = L_20; Type_t * L_22 = (L_19)->GetAt(static_cast(L_21)); Type_t * L_23 = V_2; NullCheck(L_23); Type_t * L_24 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_23); bool L_25 = Default_check_type_m3691874551(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); V_1 = L_25; } IL_0047: { bool L_26 = V_1; if (L_26) { goto IL_004f; } } { return (bool)0; } IL_004f: { int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0053: { int32_t L_28 = V_0; TypeU5BU5D_t3940880105* L_29 = ___types0; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_0007; } } { return (bool)1; } } // System.Reflection.MethodBase System.Reflection.Binder/Default::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_SelectMethod_m3090153711 (Default_t2456596213 * __this, int32_t ___bindingAttr0, MethodBaseU5BU5D_t779831733* ___match1, TypeU5BU5D_t3940880105* ___types2, ParameterModifierU5BU5D_t2943407543* ___modifiers3, const RuntimeMethod* method) { { int32_t L_0 = ___bindingAttr0; MethodBaseU5BU5D_t779831733* L_1 = ___match1; TypeU5BU5D_t3940880105* L_2 = ___types2; ParameterModifierU5BU5D_t2943407543* L_3 = ___modifiers3; MethodBase_t * L_4 = Default_SelectMethod_m469311730(__this, L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL); return L_4; } } // System.Reflection.MethodBase System.Reflection.Binder/Default::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_SelectMethod_m469311730 (Default_t2456596213 * __this, int32_t ___bindingAttr0, MethodBaseU5BU5D_t779831733* ___match1, TypeU5BU5D_t3940880105* ___types2, ParameterModifierU5BU5D_t2943407543* ___modifiers3, bool ___allowByRefMatch4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_SelectMethod_m469311730_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ParameterInfoU5BU5D_t390618515* V_3 = NULL; bool V_4 = false; Type_t * V_5 = NULL; ParameterInfoU5BU5D_t390618515* V_6 = NULL; MethodBase_t * V_7 = NULL; ParameterInfoU5BU5D_t390618515* V_8 = NULL; { MethodBaseU5BU5D_t779831733* L_0 = ___match1; 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, _stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Default_SelectMethod_m469311730_RuntimeMethod_var); } IL_0011: { V_1 = 0; goto IL_006b; } IL_0018: { MethodBaseU5BU5D_t779831733* L_2 = ___match1; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; MethodBase_t * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; MethodBase_t * L_6 = V_0; NullCheck(L_6); ParameterInfoU5BU5D_t390618515* L_7 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_6); V_3 = L_7; ParameterInfoU5BU5D_t390618515* L_8 = V_3; NullCheck(L_8); TypeU5BU5D_t3940880105* L_9 = ___types2; NullCheck(L_9); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_0033; } } { goto IL_0067; } IL_0033: { V_2 = 0; goto IL_0053; } IL_003a: { TypeU5BU5D_t3940880105* L_10 = ___types2; int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; Type_t * L_13 = (L_10)->GetAt(static_cast(L_12)); ParameterInfoU5BU5D_t390618515* L_14 = V_3; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; ParameterInfo_t1861056598 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_17); if ((((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_004f; } } { goto IL_005c; } IL_004f: { int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0053: { int32_t L_20 = V_2; TypeU5BU5D_t3940880105* L_21 = ___types2; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_003a; } } IL_005c: { int32_t L_22 = V_2; TypeU5BU5D_t3940880105* L_23 = ___types2; NullCheck(L_23); if ((!(((uint32_t)L_22) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length)))))))) { goto IL_0067; } } { MethodBase_t * L_24 = V_0; return L_24; } IL_0067: { int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_006b: { int32_t L_26 = V_1; MethodBaseU5BU5D_t779831733* L_27 = ___match1; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))) { goto IL_0018; } } { V_4 = (bool)0; V_5 = (Type_t *)NULL; V_1 = 0; goto IL_0147; } IL_0081: { MethodBaseU5BU5D_t779831733* L_28 = ___match1; int32_t L_29 = V_1; NullCheck(L_28); int32_t L_30 = L_29; MethodBase_t * L_31 = (L_28)->GetAt(static_cast(L_30)); V_0 = L_31; MethodBase_t * L_32 = V_0; NullCheck(L_32); ParameterInfoU5BU5D_t390618515* L_33 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_32); V_6 = L_33; ParameterInfoU5BU5D_t390618515* L_34 = V_6; NullCheck(L_34); TypeU5BU5D_t3940880105* L_35 = ___types2; NullCheck(L_35); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))) { goto IL_009e; } } { goto IL_0143; } IL_009e: { ParameterInfoU5BU5D_t390618515* L_36 = V_6; NullCheck(L_36); if ((((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))) { goto IL_00ac; } } { goto IL_0143; } IL_00ac: { ParameterInfoU5BU5D_t390618515* L_37 = V_6; ParameterInfoU5BU5D_t390618515* L_38 = V_6; NullCheck(L_38); NullCheck(L_37); int32_t L_39 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_40 = (L_37)->GetAt(static_cast(L_39)); RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (ParamArrayAttribute_t3664765590_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); bool L_43 = Attribute_IsDefined_m4069052474(NULL /*static, unused*/, L_40, L_42, /*hidden argument*/NULL); V_4 = L_43; bool L_44 = V_4; if (L_44) { goto IL_00d2; } } { goto IL_0143; } IL_00d2: { ParameterInfoU5BU5D_t390618515* L_45 = V_6; ParameterInfoU5BU5D_t390618515* L_46 = V_6; NullCheck(L_46); NullCheck(L_45); int32_t L_47 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_48 = (L_45)->GetAt(static_cast(L_47)); NullCheck(L_48); Type_t * L_49 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_48); NullCheck(L_49); Type_t * L_50 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_49); V_5 = L_50; V_2 = 0; goto IL_012f; } IL_00ee: { int32_t L_51 = V_2; ParameterInfoU5BU5D_t390618515* L_52 = V_6; NullCheck(L_52); if ((((int32_t)L_51) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length)))), (int32_t)1))))) { goto IL_0110; } } { TypeU5BU5D_t3940880105* L_53 = ___types2; int32_t L_54 = V_2; NullCheck(L_53); int32_t L_55 = L_54; Type_t * L_56 = (L_53)->GetAt(static_cast(L_55)); ParameterInfoU5BU5D_t390618515* L_57 = V_6; int32_t L_58 = V_2; NullCheck(L_57); int32_t L_59 = L_58; ParameterInfo_t1861056598 * L_60 = (L_57)->GetAt(static_cast(L_59)); NullCheck(L_60); Type_t * L_61 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_60); if ((((RuntimeObject*)(Type_t *)L_56) == ((RuntimeObject*)(Type_t *)L_61))) { goto IL_0110; } } { goto IL_0138; } IL_0110: { int32_t L_62 = V_2; ParameterInfoU5BU5D_t390618515* L_63 = V_6; NullCheck(L_63); if ((((int32_t)L_62) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_63)->max_length)))), (int32_t)1))))) { goto IL_012b; } } { TypeU5BU5D_t3940880105* L_64 = ___types2; int32_t L_65 = V_2; NullCheck(L_64); int32_t L_66 = L_65; Type_t * L_67 = (L_64)->GetAt(static_cast(L_66)); Type_t * L_68 = V_5; if ((((RuntimeObject*)(Type_t *)L_67) == ((RuntimeObject*)(Type_t *)L_68))) { goto IL_012b; } } { goto IL_0138; } IL_012b: { int32_t L_69 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_012f: { int32_t L_70 = V_2; TypeU5BU5D_t3940880105* L_71 = ___types2; NullCheck(L_71); if ((((int32_t)L_70) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length))))))) { goto IL_00ee; } } IL_0138: { int32_t L_72 = V_2; TypeU5BU5D_t3940880105* L_73 = ___types2; NullCheck(L_73); if ((!(((uint32_t)L_72) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_73)->max_length)))))))) { goto IL_0143; } } { MethodBase_t * L_74 = V_0; return L_74; } IL_0143: { int32_t L_75 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_0147: { int32_t L_76 = V_1; MethodBaseU5BU5D_t779831733* L_77 = ___match1; NullCheck(L_77); if ((((int32_t)L_76) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_77)->max_length))))))) { goto IL_0081; } } { int32_t L_78 = ___bindingAttr0; if (!((int32_t)((int32_t)L_78&(int32_t)((int32_t)65536)))) { goto IL_015e; } } { return (MethodBase_t *)NULL; } IL_015e: { V_7 = (MethodBase_t *)NULL; V_1 = 0; goto IL_01b8; } IL_0168: { MethodBaseU5BU5D_t779831733* L_79 = ___match1; int32_t L_80 = V_1; NullCheck(L_79); int32_t L_81 = L_80; MethodBase_t * L_82 = (L_79)->GetAt(static_cast(L_81)); V_0 = L_82; MethodBase_t * L_83 = V_0; NullCheck(L_83); ParameterInfoU5BU5D_t390618515* L_84 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_83); V_8 = L_84; ParameterInfoU5BU5D_t390618515* L_85 = V_8; NullCheck(L_85); TypeU5BU5D_t3940880105* L_86 = ___types2; NullCheck(L_86); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_85)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_86)->max_length))))))) { goto IL_0185; } } { goto IL_01b4; } IL_0185: { TypeU5BU5D_t3940880105* L_87 = ___types2; ParameterInfoU5BU5D_t390618515* L_88 = V_8; bool L_89 = ___allowByRefMatch4; bool L_90 = Default_check_arguments_m3882727959(NULL /*static, unused*/, L_87, L_88, L_89, /*hidden argument*/NULL); if (L_90) { goto IL_0199; } } { goto IL_01b4; } IL_0199: { MethodBase_t * L_91 = V_7; if (!L_91) { goto IL_01b1; } } { MethodBase_t * L_92 = V_7; MethodBase_t * L_93 = V_0; TypeU5BU5D_t3940880105* L_94 = ___types2; MethodBase_t * L_95 = Default_GetBetterMethod_m3232777160(__this, L_92, L_93, L_94, /*hidden argument*/NULL); V_7 = L_95; goto IL_01b4; } IL_01b1: { MethodBase_t * L_96 = V_0; V_7 = L_96; } IL_01b4: { int32_t L_97 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_01b8: { int32_t L_98 = V_1; MethodBaseU5BU5D_t779831733* L_99 = ___match1; NullCheck(L_99); if ((((int32_t)L_98) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_99)->max_length))))))) { goto IL_0168; } } { MethodBase_t * L_100 = V_7; return L_100; } } // System.Reflection.MethodBase System.Reflection.Binder/Default::GetBetterMethod(System.Reflection.MethodBase,System.Reflection.MethodBase,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Default_GetBetterMethod_m3232777160 (Default_t2456596213 * __this, MethodBase_t * ___m10, MethodBase_t * ___m21, TypeU5BU5D_t3940880105* ___types2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_GetBetterMethod_m3232777160_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Type_t * V_5 = NULL; Type_t * V_6 = NULL; bool V_7 = false; bool V_8 = false; MethodBase_t * G_B19_0 = NULL; { MethodBase_t * L_0 = ___m10; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_0); if (!L_1) { goto IL_0018; } } { MethodBase_t * L_2 = ___m21; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_2); if (L_3) { goto IL_0018; } } { MethodBase_t * L_4 = ___m21; return L_4; } IL_0018: { MethodBase_t * L_5 = ___m21; NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_5); if (!L_6) { goto IL_0030; } } { MethodBase_t * L_7 = ___m10; NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_7); if (L_8) { goto IL_0030; } } { MethodBase_t * L_9 = ___m10; return L_9; } IL_0030: { MethodBase_t * L_10 = ___m10; NullCheck(L_10); ParameterInfoU5BU5D_t390618515* L_11 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_10); V_0 = L_11; MethodBase_t * L_12 = ___m21; NullCheck(L_12); ParameterInfoU5BU5D_t390618515* L_13 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_12); V_1 = L_13; V_2 = 0; V_3 = 0; goto IL_0088; } IL_0047: { ParameterInfoU5BU5D_t390618515* L_14 = V_0; int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; ParameterInfo_t1861056598 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_17); ParameterInfoU5BU5D_t390618515* L_19 = V_1; int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; ParameterInfo_t1861056598 * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); Type_t * L_23 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_22); int32_t L_24 = Default_CompareCloserType_m2643961470(__this, L_18, L_23, /*hidden argument*/NULL); V_4 = L_24; int32_t L_25 = V_4; if (!L_25) { goto IL_007a; } } { int32_t L_26 = V_2; if (!L_26) { goto IL_007a; } } { int32_t L_27 = V_2; int32_t L_28 = V_4; if ((((int32_t)L_27) == ((int32_t)L_28))) { goto IL_007a; } } { AmbiguousMatchException_t566690781 * L_29 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,Default_GetBetterMethod_m3232777160_RuntimeMethod_var); } IL_007a: { int32_t L_30 = V_4; if (!L_30) { goto IL_0084; } } { int32_t L_31 = V_4; V_2 = L_31; } IL_0084: { int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0088: { int32_t L_33 = V_3; ParameterInfoU5BU5D_t390618515* L_34 = V_0; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_0047; } } { int32_t L_35 = V_2; if (!L_35) { goto IL_00a6; } } { int32_t L_36 = V_2; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00a4; } } { MethodBase_t * L_37 = ___m21; G_B19_0 = L_37; goto IL_00a5; } IL_00a4: { MethodBase_t * L_38 = ___m10; G_B19_0 = L_38; } IL_00a5: { return G_B19_0; } IL_00a6: { MethodBase_t * L_39 = ___m10; NullCheck(L_39); Type_t * L_40 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_39); V_5 = L_40; MethodBase_t * L_41 = ___m21; NullCheck(L_41); Type_t * L_42 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_41); V_6 = L_42; Type_t * L_43 = V_5; Type_t * L_44 = V_6; if ((((RuntimeObject*)(Type_t *)L_43) == ((RuntimeObject*)(Type_t *)L_44))) { goto IL_00df; } } { Type_t * L_45 = V_5; Type_t * L_46 = V_6; NullCheck(L_45); bool L_47 = VirtFuncInvoker1< bool, Type_t * >::Invoke(39 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_45, L_46); if (!L_47) { goto IL_00cf; } } { MethodBase_t * L_48 = ___m10; return L_48; } IL_00cf: { Type_t * L_49 = V_6; Type_t * L_50 = V_5; NullCheck(L_49); bool L_51 = VirtFuncInvoker1< bool, Type_t * >::Invoke(39 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_49, L_50); if (!L_51) { goto IL_00df; } } { MethodBase_t * L_52 = ___m21; return L_52; } IL_00df: { MethodBase_t * L_53 = ___m10; NullCheck(L_53); int32_t L_54 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_53); V_7 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_54&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); MethodBase_t * L_55 = ___m21; NullCheck(L_55); int32_t L_56 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_55); V_8 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_56&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_57 = V_7; if (!L_57) { goto IL_010f; } } { bool L_58 = V_8; if (L_58) { goto IL_010f; } } { MethodBase_t * L_59 = ___m21; return L_59; } IL_010f: { bool L_60 = V_8; if (!L_60) { goto IL_011f; } } { bool L_61 = V_7; if (L_61) { goto IL_011f; } } { MethodBase_t * L_62 = ___m10; return L_62; } IL_011f: { AmbiguousMatchException_t566690781 * L_63 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63,Default_GetBetterMethod_m3232777160_RuntimeMethod_var); } } // System.Int32 System.Reflection.Binder/Default::CompareCloserType(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Default_CompareCloserType_m2643961470 (Default_t2456596213 * __this, Type_t * ___t10, Type_t * ___t21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_CompareCloserType_m2643961470_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t10; Type_t * L_1 = ___t21; if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_0009; } } { return 0; } IL_0009: { Type_t * L_2 = ___t10; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(88 /* System.Boolean System.Type::get_IsGenericParameter() */, L_2); if (!L_3) { goto IL_0021; } } { Type_t * L_4 = ___t21; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(88 /* System.Boolean System.Type::get_IsGenericParameter() */, L_4); if (L_5) { goto IL_0021; } } { return 1; } IL_0021: { Type_t * L_6 = ___t10; NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(88 /* System.Boolean System.Type::get_IsGenericParameter() */, L_6); if (L_7) { goto IL_0039; } } { Type_t * L_8 = ___t21; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(88 /* System.Boolean System.Type::get_IsGenericParameter() */, L_8); if (!L_9) { goto IL_0039; } } { return (-1); } IL_0039: { Type_t * L_10 = ___t10; NullCheck(L_10); bool L_11 = Type_get_HasElementType_m710151977(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0062; } } { Type_t * L_12 = ___t21; NullCheck(L_12); bool L_13 = Type_get_HasElementType_m710151977(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0062; } } { Type_t * L_14 = ___t10; NullCheck(L_14); Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_14); Type_t * L_16 = ___t21; NullCheck(L_16); Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_16); int32_t L_18 = Default_CompareCloserType_m2643961470(__this, L_15, L_17, /*hidden argument*/NULL); return L_18; } IL_0062: { Type_t * L_19 = ___t10; Type_t * L_20 = ___t21; NullCheck(L_19); bool L_21 = VirtFuncInvoker1< bool, Type_t * >::Invoke(39 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_19, L_20); if (!L_21) { goto IL_0070; } } { return (-1); } IL_0070: { Type_t * L_22 = ___t21; Type_t * L_23 = ___t10; NullCheck(L_22); bool L_24 = VirtFuncInvoker1< bool, Type_t * >::Invoke(39 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_22, L_23); if (!L_24) { goto IL_007e; } } { return 1; } IL_007e: { Type_t * L_25 = ___t10; NullCheck(L_25); bool L_26 = Type_get_IsInterface_m3284996719(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_009d; } } { Type_t * L_27 = ___t21; NullCheck(L_27); TypeU5BU5D_t3940880105* L_28 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(42 /* System.Type[] System.Type::GetInterfaces() */, L_27); Type_t * L_29 = ___t10; int32_t L_30 = Array_IndexOf_TisType_t_m2550246197(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/Array_IndexOf_TisType_t_m2550246197_RuntimeMethod_var); if ((((int32_t)L_30) < ((int32_t)0))) { goto IL_009d; } } { return 1; } IL_009d: { Type_t * L_31 = ___t21; NullCheck(L_31); bool L_32 = Type_get_IsInterface_m3284996719(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00bc; } } { Type_t * L_33 = ___t10; NullCheck(L_33); TypeU5BU5D_t3940880105* L_34 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(42 /* System.Type[] System.Type::GetInterfaces() */, L_33); Type_t * L_35 = ___t21; int32_t L_36 = Array_IndexOf_TisType_t_m2550246197(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/Array_IndexOf_TisType_t_m2550246197_RuntimeMethod_var); if ((((int32_t)L_36) < ((int32_t)0))) { goto IL_00bc; } } { return (-1); } IL_00bc: { return 0; } } // System.Reflection.PropertyInfo System.Reflection.Binder/Default::SelectProperty(System.Reflection.BindingFlags,System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Default_SelectProperty_m1220817815 (Default_t2456596213 * __this, int32_t ___bindingAttr0, PropertyInfoU5BU5D_t1461822886* ___match1, Type_t * ___returnType2, TypeU5BU5D_t3940880105* ___indexes3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_SelectProperty_m1220817815_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; PropertyInfo_t * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; PropertyInfo_t * V_7 = NULL; ParameterInfoU5BU5D_t390618515* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t G_B6_0 = 0; { PropertyInfoU5BU5D_t1461822886* L_0 = ___match1; if (!L_0) { goto IL_000e; } } { PropertyInfoU5BU5D_t1461822886* L_1 = ___match1; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_001e; } } IL_000e: { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_2, _stringLiteral4221296810, _stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Default_SelectProperty_m1220817815_RuntimeMethod_var); } IL_001e: { Type_t * L_3 = ___returnType2; V_0 = (bool)((((int32_t)((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); TypeU5BU5D_t3940880105* L_4 = ___indexes3; if (!L_4) { goto IL_0036; } } { TypeU5BU5D_t3940880105* L_5 = ___indexes3; NullCheck(L_5); G_B6_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))); goto IL_0037; } IL_0036: { G_B6_0 = (-1); } IL_0037: { V_1 = G_B6_0; V_2 = (PropertyInfo_t *)NULL; V_4 = ((int32_t)2147483646); V_5 = ((int32_t)2147483647LL); V_6 = 0; PropertyInfoU5BU5D_t1461822886* L_6 = ___match1; NullCheck(L_6); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1)); goto IL_0112; } IL_0056: { PropertyInfoU5BU5D_t1461822886* L_7 = ___match1; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; PropertyInfo_t * L_10 = (L_7)->GetAt(static_cast(L_9)); V_7 = L_10; PropertyInfo_t * L_11 = V_7; NullCheck(L_11); ParameterInfoU5BU5D_t390618515* L_12 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(21 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_11); V_8 = L_12; int32_t L_13 = V_1; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_007a; } } { int32_t L_14 = V_1; ParameterInfoU5BU5D_t390618515* L_15 = V_8; NullCheck(L_15); if ((((int32_t)L_14) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_007a; } } { goto IL_010e; } IL_007a: { bool L_16 = V_0; if (!L_16) { goto IL_0092; } } { PropertyInfo_t * L_17 = V_7; NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_17); Type_t * L_19 = ___returnType2; if ((((RuntimeObject*)(Type_t *)L_18) == ((RuntimeObject*)(Type_t *)L_19))) { goto IL_0092; } } { goto IL_010e; } IL_0092: { V_9 = ((int32_t)2147483646); int32_t L_20 = V_1; if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00b8; } } { TypeU5BU5D_t3940880105* L_21 = ___indexes3; ParameterInfoU5BU5D_t390618515* L_22 = V_8; int32_t L_23 = Default_check_arguments_with_score_m3467814020(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_9 = L_23; int32_t L_24 = V_9; if ((!(((uint32_t)L_24) == ((uint32_t)(-1))))) { goto IL_00b8; } } { goto IL_010e; } IL_00b8: { PropertyInfo_t * L_25 = V_7; NullCheck(L_25); Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_25); IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); int32_t L_27 = Binder_GetDerivedLevel_m3216810447(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); V_10 = L_27; PropertyInfo_t * L_28 = V_2; if (!L_28) { goto IL_0103; } } { int32_t L_29 = V_4; int32_t L_30 = V_9; if ((((int32_t)L_29) >= ((int32_t)L_30))) { goto IL_00da; } } { goto IL_010e; } IL_00da: { int32_t L_31 = V_4; int32_t L_32 = V_9; if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_0103; } } { int32_t L_33 = V_6; int32_t L_34 = V_10; if ((!(((uint32_t)L_33) == ((uint32_t)L_34)))) { goto IL_00f5; } } { int32_t L_35 = V_9; V_5 = L_35; goto IL_010e; } IL_00f5: { int32_t L_36 = V_6; int32_t L_37 = V_10; if ((((int32_t)L_36) <= ((int32_t)L_37))) { goto IL_0103; } } { goto IL_010e; } IL_0103: { PropertyInfo_t * L_38 = V_7; V_2 = L_38; int32_t L_39 = V_9; V_4 = L_39; int32_t L_40 = V_10; V_6 = L_40; } IL_010e: { int32_t L_41 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); } IL_0112: { int32_t L_42 = V_3; if ((((int32_t)L_42) >= ((int32_t)0))) { goto IL_0056; } } { int32_t L_43 = V_5; int32_t L_44 = V_4; if ((((int32_t)L_43) > ((int32_t)L_44))) { goto IL_0128; } } { AmbiguousMatchException_t566690781 * L_45 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,Default_SelectProperty_m1220817815_RuntimeMethod_var); } IL_0128: { PropertyInfo_t * L_46 = V_2; return L_46; } } // System.Int32 System.Reflection.Binder/Default::check_arguments_with_score(System.Type[],System.Reflection.ParameterInfo[]) extern "C" IL2CPP_METHOD_ATTR int32_t Default_check_arguments_with_score_m3467814020 (RuntimeObject * __this /* static, unused */, TypeU5BU5D_t3940880105* ___types0, ParameterInfoU5BU5D_t390618515* ___args1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (-1); V_1 = 0; goto IL_0030; } IL_0009: { TypeU5BU5D_t3940880105* L_0 = ___types0; int32_t L_1 = V_1; NullCheck(L_0); int32_t L_2 = L_1; Type_t * L_3 = (L_0)->GetAt(static_cast(L_2)); ParameterInfoU5BU5D_t390618515* L_4 = ___args1; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; ParameterInfo_t1861056598 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_7); int32_t L_9 = Default_check_type_with_score_m3022331006(NULL /*static, unused*/, L_3, L_8, /*hidden argument*/NULL); V_2 = L_9; int32_t L_10 = V_2; if ((!(((uint32_t)L_10) == ((uint32_t)(-1))))) { goto IL_0023; } } { return (-1); } IL_0023: { int32_t L_11 = V_0; int32_t L_12 = V_2; if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_002c; } } { int32_t L_13 = V_2; V_0 = L_13; } IL_002c: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0030: { int32_t L_15 = V_1; TypeU5BU5D_t3940880105* L_16 = ___types0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_0009; } } { int32_t L_17 = V_0; return L_17; } } // System.Int32 System.Reflection.Binder/Default::check_type_with_score(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Default_check_type_with_score_m3022331006 (RuntimeObject * __this /* static, unused */, Type_t * ___from0, Type_t * ___to1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Default_check_type_with_score_m3022331006_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 G_B4_0 = 0; int32_t G_B23_0 = 0; int32_t G_B31_0 = 0; int32_t G_B39_0 = 0; int32_t G_B47_0 = 0; int32_t G_B55_0 = 0; int32_t G_B63_0 = 0; int32_t G_B72_0 = 0; int32_t G_B76_0 = 0; int32_t G_B80_0 = 0; { Type_t * L_0 = ___from0; if (L_0) { goto IL_0019; } } { Type_t * L_1 = ___to1; NullCheck(L_1); bool L_2 = Type_get_IsValueType_m3108065642(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0017; } } { G_B4_0 = (-1); goto IL_0018; } IL_0017: { G_B4_0 = 0; } IL_0018: { return G_B4_0; } IL_0019: { Type_t * L_3 = ___from0; Type_t * L_4 = ___to1; if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_0022; } } { return 0; } IL_0022: { Type_t * L_5 = ___to1; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (RuntimeObject_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_0034; } } { return 4; } IL_0034: { Type_t * L_8 = ___from0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_9 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_0 = L_9; Type_t * L_10 = ___to1; int32_t L_11 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_0; V_2 = L_12; int32_t L_13 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)4))) { case 0: { goto IL_0079; } case 1: { goto IL_010a; } case 2: { goto IL_00aa; } case 3: { goto IL_01ab; } case 4: { goto IL_015e; } case 5: { goto IL_023d; } case 6: { goto IL_01f8; } case 7: { goto IL_0282; } case 8: { goto IL_0282; } case 9: { goto IL_02be; } } } { goto IL_02ce; } IL_0079: { int32_t L_14 = V_1; V_3 = L_14; int32_t L_15 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)8))) { case 0: { goto IL_00a4; } case 1: { goto IL_00a6; } case 2: { goto IL_00a6; } case 3: { goto IL_00a6; } case 4: { goto IL_00a6; } case 5: { goto IL_00a6; } case 6: { goto IL_00a6; } } } { goto IL_00a8; } IL_00a4: { return 0; } IL_00a6: { return 2; } IL_00a8: { return (-1); } IL_00aa: { int32_t L_16 = V_1; V_3 = L_16; int32_t L_17 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)4))) { case 0: { goto IL_00e5; } case 1: { goto IL_00e7; } case 2: { goto IL_00e7; } case 3: { goto IL_00e5; } case 4: { goto IL_00e5; } case 5: { goto IL_00e5; } case 6: { goto IL_00e5; } case 7: { goto IL_00e5; } case 8: { goto IL_00e5; } case 9: { goto IL_00e5; } case 10: { goto IL_00e5; } } } { goto IL_00e7; } IL_00e5: { return 2; } IL_00e7: { Type_t * L_18 = ___from0; NullCheck(L_18); bool L_19 = Type_get_IsEnum_m208091508(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0108; } } { Type_t * L_20 = ___to1; RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_20) == ((RuntimeObject*)(Type_t *)L_22)))) { goto IL_0108; } } { G_B23_0 = 1; goto IL_0109; } IL_0108: { G_B23_0 = (-1); } IL_0109: { return G_B23_0; } IL_010a: { int32_t L_23 = V_1; V_3 = L_23; int32_t L_24 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)7))) { case 0: { goto IL_0139; } case 1: { goto IL_013b; } case 2: { goto IL_0139; } case 3: { goto IL_013b; } case 4: { goto IL_0139; } case 5: { goto IL_013b; } case 6: { goto IL_0139; } case 7: { goto IL_0139; } } } { goto IL_013b; } IL_0139: { return 2; } IL_013b: { Type_t * L_25 = ___from0; NullCheck(L_25); bool L_26 = Type_get_IsEnum_m208091508(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_015c; } } { Type_t * L_27 = ___to1; RuntimeTypeHandle_t3027515415 L_28 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_27) == ((RuntimeObject*)(Type_t *)L_29)))) { goto IL_015c; } } { G_B31_0 = 1; goto IL_015d; } IL_015c: { G_B31_0 = (-1); } IL_015d: { return G_B31_0; } IL_015e: { int32_t L_30 = V_1; V_3 = L_30; int32_t L_31 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)((int32_t)9)))) { case 0: { goto IL_0186; } case 1: { goto IL_0186; } case 2: { goto IL_0186; } case 3: { goto IL_0186; } case 4: { goto IL_0186; } case 5: { goto IL_0186; } } } { goto IL_0188; } IL_0186: { return 2; } IL_0188: { Type_t * L_32 = ___from0; NullCheck(L_32); bool L_33 = Type_get_IsEnum_m208091508(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_01a9; } } { Type_t * L_34 = ___to1; RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_34) == ((RuntimeObject*)(Type_t *)L_36)))) { goto IL_01a9; } } { G_B39_0 = 1; goto IL_01aa; } IL_01a9: { G_B39_0 = (-1); } IL_01aa: { return G_B39_0; } IL_01ab: { int32_t L_37 = V_1; V_3 = L_37; int32_t L_38 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)((int32_t)9)))) { case 0: { goto IL_01d3; } case 1: { goto IL_01d5; } case 2: { goto IL_01d3; } case 3: { goto IL_01d5; } case 4: { goto IL_01d3; } case 5: { goto IL_01d3; } } } { goto IL_01d5; } IL_01d3: { return 2; } IL_01d5: { Type_t * L_39 = ___from0; NullCheck(L_39); bool L_40 = Type_get_IsEnum_m208091508(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_01f6; } } { Type_t * L_41 = ___to1; RuntimeTypeHandle_t3027515415 L_42 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_43 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_41) == ((RuntimeObject*)(Type_t *)L_43)))) { goto IL_01f6; } } { G_B47_0 = 1; goto IL_01f7; } IL_01f6: { G_B47_0 = (-1); } IL_01f7: { return G_B47_0; } IL_01f8: { int32_t L_44 = V_1; V_3 = L_44; int32_t L_45 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)((int32_t)11)))) { case 0: { goto IL_0218; } case 1: { goto IL_0218; } case 2: { goto IL_0218; } case 3: { goto IL_0218; } } } { goto IL_021a; } IL_0218: { return 2; } IL_021a: { Type_t * L_46 = ___from0; NullCheck(L_46); bool L_47 = Type_get_IsEnum_m208091508(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_023b; } } { Type_t * L_48 = ___to1; RuntimeTypeHandle_t3027515415 L_49 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_50 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_48) == ((RuntimeObject*)(Type_t *)L_50)))) { goto IL_023b; } } { G_B55_0 = 1; goto IL_023c; } IL_023b: { G_B55_0 = (-1); } IL_023c: { return G_B55_0; } IL_023d: { int32_t L_51 = V_1; V_3 = L_51; int32_t L_52 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)((int32_t)11)))) { case 0: { goto IL_025d; } case 1: { goto IL_025f; } case 2: { goto IL_025d; } case 3: { goto IL_025d; } } } { goto IL_025f; } IL_025d: { return 2; } IL_025f: { Type_t * L_53 = ___from0; NullCheck(L_53); bool L_54 = Type_get_IsEnum_m208091508(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0280; } } { Type_t * L_55 = ___to1; RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_55) == ((RuntimeObject*)(Type_t *)L_57)))) { goto IL_0280; } } { G_B63_0 = 1; goto IL_0281; } IL_0280: { G_B63_0 = (-1); } IL_0281: { return G_B63_0; } IL_0282: { int32_t L_58 = V_1; V_3 = L_58; int32_t L_59 = V_3; if ((((int32_t)L_59) == ((int32_t)((int32_t)13)))) { goto IL_0299; } } { int32_t L_60 = V_3; if ((((int32_t)L_60) == ((int32_t)((int32_t)14)))) { goto IL_0299; } } { goto IL_029b; } IL_0299: { return 2; } IL_029b: { Type_t * L_61 = ___from0; NullCheck(L_61); bool L_62 = Type_get_IsEnum_m208091508(L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_02bc; } } { Type_t * L_63 = ___to1; RuntimeTypeHandle_t3027515415 L_64 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_63) == ((RuntimeObject*)(Type_t *)L_65)))) { goto IL_02bc; } } { G_B72_0 = 1; goto IL_02bd; } IL_02bc: { G_B72_0 = (-1); } IL_02bd: { return G_B72_0; } IL_02be: { int32_t L_66 = V_1; if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)14))))) { goto IL_02cc; } } { G_B76_0 = 2; goto IL_02cd; } IL_02cc: { G_B76_0 = (-1); } IL_02cd: { return G_B76_0; } IL_02ce: { Type_t * L_67 = ___to1; Type_t * L_68 = ___from0; NullCheck(L_67); bool L_69 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_67, L_68); if (!L_69) { goto IL_02e0; } } { G_B80_0 = 3; goto IL_02e1; } IL_02e0: { G_B80_0 = (-1); } IL_02e1: { return G_B80_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 #ifdef __clang__ #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.Reflection.ConstructorInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConstructorInfo__ctor_m356047157 (ConstructorInfo_t5769829 * __this, const RuntimeMethod* method) { { MethodBase__ctor_m1907868998(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.ConstructorInfo::.cctor() extern "C" IL2CPP_METHOD_ATTR void ConstructorInfo__cctor_m1016079270 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorInfo__cctor_m1016079270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ConstructorInfo_t5769829_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t5769829_il2cpp_TypeInfo_var))->set_ConstructorName_0(_stringLiteral1221375020); ((ConstructorInfo_t5769829_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t5769829_il2cpp_TypeInfo_var))->set_TypeConstructorName_1(_stringLiteral3452012868); return; } } // System.Reflection.MemberTypes System.Reflection.ConstructorInfo::get_MemberType() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorInfo_get_MemberType_m2297974335 (ConstructorInfo_t5769829 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorInfo_Invoke_m4089836896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___parameters0; if (L_0) { goto IL_000e; } } { ___parameters0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_000e: { ObjectU5BU5D_t2843939325* L_1 = ___parameters0; RuntimeObject * L_2 = VirtFuncInvoker4< RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(31 /* System.Object System.Reflection.ConstructorInfo::Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, ((int32_t)512), (Binder_t2999457153 *)NULL, L_1, (CultureInfo_t4157843068 *)NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.CustomAttributeData::.ctor(System.Reflection.ConstructorInfo,System.Object[],System.Object[]) extern "C" IL2CPP_METHOD_ATTR void CustomAttributeData__ctor_m2966233049 (CustomAttributeData_t1084486650 * __this, ConstructorInfo_t5769829 * ___ctorInfo0, ObjectU5BU5D_t2843939325* ___ctorArgs1, ObjectU5BU5D_t2843939325* ___namedArgs2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData__ctor_m2966233049_MetadataUsageId); s_Il2CppMethodInitialized = true; } CustomAttributeData_t1084486650 * G_B2_0 = NULL; CustomAttributeData_t1084486650 * G_B1_0 = NULL; CustomAttributeTypedArgumentU5BU5D_t1465843424* G_B3_0 = NULL; CustomAttributeData_t1084486650 * G_B3_1 = NULL; CustomAttributeData_t1084486650 * G_B5_0 = NULL; CustomAttributeData_t1084486650 * G_B4_0 = NULL; CustomAttributeNamedArgumentU5BU5D_t3710464795* G_B6_0 = NULL; CustomAttributeData_t1084486650 * G_B6_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_0 = ___ctorInfo0; __this->set_ctorInfo_0(L_0); ObjectU5BU5D_t2843939325* L_1 = ___ctorArgs1; G_B1_0 = __this; if (!L_1) { G_B2_0 = __this; goto IL_001f; } } { ObjectU5BU5D_t2843939325* L_2 = ___ctorArgs1; CustomAttributeTypedArgumentU5BU5D_t1465843424* L_3 = CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813(NULL /*static, unused*/, L_2, /*hidden argument*/CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_t2723150157_m679789813_RuntimeMethod_var); G_B3_0 = L_3; G_B3_1 = G_B1_0; goto IL_0025; } IL_001f: { G_B3_0 = ((CustomAttributeTypedArgumentU5BU5D_t1465843424*)SZArrayNew(CustomAttributeTypedArgumentU5BU5D_t1465843424_il2cpp_TypeInfo_var, (uint32_t)0)); G_B3_1 = G_B2_0; } IL_0025: { ReadOnlyCollection_1_t3935726444 * L_4 = Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677(NULL /*static, unused*/, G_B3_0, /*hidden argument*/Array_AsReadOnly_TisCustomAttributeTypedArgument_t2723150157_m2714472677_RuntimeMethod_var); NullCheck(G_B3_1); G_B3_1->set_ctorArgs_1(L_4); ObjectU5BU5D_t2843939325* L_5 = ___namedArgs2; G_B4_0 = __this; if (!L_5) { G_B5_0 = __this; goto IL_0041; } } { ObjectU5BU5D_t2843939325* L_6 = ___namedArgs2; CustomAttributeNamedArgumentU5BU5D_t3710464795* L_7 = CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512(NULL /*static, unused*/, L_6, /*hidden argument*/CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t287865710_m2244692512_RuntimeMethod_var); G_B6_0 = L_7; G_B6_1 = G_B4_0; goto IL_0047; } IL_0041: { G_B6_0 = ((CustomAttributeNamedArgumentU5BU5D_t3710464795*)SZArrayNew(CustomAttributeNamedArgumentU5BU5D_t3710464795_il2cpp_TypeInfo_var, (uint32_t)0)); G_B6_1 = G_B5_0; } IL_0047: { ReadOnlyCollection_1_t1500441997 * L_8 = Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740(NULL /*static, unused*/, G_B6_0, /*hidden argument*/Array_AsReadOnly_TisCustomAttributeNamedArgument_t287865710_m2126958740_RuntimeMethod_var); NullCheck(G_B6_1); G_B6_1->set_namedArgs_2(L_8); return; } } // System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::get_Constructor() extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * CustomAttributeData_get_Constructor_m489601093 (CustomAttributeData_t1084486650 * __this, const RuntimeMethod* method) { { ConstructorInfo_t5769829 * L_0 = __this->get_ctorInfo_0(); return L_0; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::get_ConstructorArguments() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_get_ConstructorArguments_m1602558961 (CustomAttributeData_t1084486650 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_ctorArgs_1(); return L_0; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::get_NamedArguments() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_get_NamedArguments_m2950811181 (CustomAttributeData_t1084486650 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_namedArgs_2(); return L_0; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_m2970182643 (RuntimeObject * __this /* static, unused */, Assembly_t * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_m2970182643_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Assembly_t * L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_m3138951217(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_m2141595938 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_m2141595938_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_m3138951217(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.Module) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_m1033457578 (RuntimeObject * __this /* static, unused */, Module_t2987026101 * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_m1033457578_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Module_t2987026101 * L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_m3138951217(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.ParameterInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_m1863564558 (RuntimeObject * __this /* static, unused */, ParameterInfo_t1861056598 * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_GetCustomAttributes_m1863564558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParameterInfo_t1861056598 * L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); RuntimeObject* L_1 = MonoCustomAttrs_GetCustomAttributesData_m3138951217(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.CustomAttributeData::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CustomAttributeData_ToString_m1995965208 (CustomAttributeData_t1084486650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_ToString_m1995965208_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; CustomAttributeTypedArgument_t2723150157 V_3; memset(&V_3, 0, sizeof(V_3)); CustomAttributeNamedArgument_t287865710 V_4; memset(&V_4, 0, sizeof(V_4)); { 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; StringBuilder_t * L_1 = V_0; ConstructorInfo_t5769829 * L_2 = __this->get_ctorInfo_0(); NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_2); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614645, L_4, _stringLiteral3452614536, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, L_5, /*hidden argument*/NULL); V_1 = 0; goto IL_0071; } IL_0033: { StringBuilder_t * L_6 = V_0; RuntimeObject* L_7 = __this->get_ctorArgs_1(); int32_t L_8 = V_1; NullCheck(L_7); CustomAttributeTypedArgument_t2723150157 L_9 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t2723150157 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t243502644_il2cpp_TypeInfo_var, L_7, L_8); V_3 = L_9; String_t* L_10 = CustomAttributeTypedArgument_ToString_m864948362((&V_3), /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_Append_m1965104174(L_6, L_10, /*hidden argument*/NULL); int32_t L_11 = V_1; RuntimeObject* L_12 = __this->get_ctorArgs_1(); NullCheck(L_12); int32_t L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_12); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))) >= ((int32_t)L_13))) { goto IL_006d; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_006d: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0071: { int32_t L_16 = V_1; RuntimeObject* L_17 = __this->get_ctorArgs_1(); NullCheck(L_17); int32_t L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_17); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0033; } } { RuntimeObject* L_19 = __this->get_namedArgs_2(); NullCheck(L_19); int32_t L_20 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_19); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_009f; } } { StringBuilder_t * L_21 = V_0; NullCheck(L_21); StringBuilder_Append_m1965104174(L_21, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_009f: { V_2 = 0; goto IL_00e5; } IL_00a6: { StringBuilder_t * L_22 = V_0; RuntimeObject* L_23 = __this->get_namedArgs_2(); int32_t L_24 = V_2; NullCheck(L_23); CustomAttributeNamedArgument_t287865710 L_25 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t287865710 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2103185493_il2cpp_TypeInfo_var, L_23, L_24); V_4 = L_25; String_t* L_26 = CustomAttributeNamedArgument_ToString_m1488801416((&V_4), /*hidden argument*/NULL); NullCheck(L_22); StringBuilder_Append_m1965104174(L_22, L_26, /*hidden argument*/NULL); int32_t L_27 = V_2; RuntimeObject* L_28 = __this->get_namedArgs_2(); NullCheck(L_28); int32_t L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_28); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))) >= ((int32_t)L_29))) { goto IL_00e1; } } { StringBuilder_t * L_30 = V_0; NullCheck(L_30); StringBuilder_Append_m1965104174(L_30, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_00e1: { int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00e5: { int32_t L_32 = V_2; RuntimeObject* L_33 = __this->get_namedArgs_2(); NullCheck(L_33); int32_t L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_33); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_00a6; } } { StringBuilder_t * L_35 = V_0; NullCheck(L_35); StringBuilder_AppendFormat_m921870684(L_35, _stringLiteral3458054023, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); StringBuilder_t * L_36 = V_0; NullCheck(L_36); String_t* L_37 = StringBuilder_ToString_m3317489284(L_36, /*hidden argument*/NULL); return L_37; } } // System.Boolean System.Reflection.CustomAttributeData::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeData_Equals_m4034962021 (CustomAttributeData_t1084486650 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_Equals_m4034962021_MetadataUsageId); s_Il2CppMethodInitialized = true; } CustomAttributeData_t1084486650 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; CustomAttributeTypedArgument_t2723150157 V_5; memset(&V_5, 0, sizeof(V_5)); CustomAttributeNamedArgument_t287865710 V_6; memset(&V_6, 0, sizeof(V_6)); { RuntimeObject * L_0 = ___obj0; V_0 = ((CustomAttributeData_t1084486650 *)IsInstSealed((RuntimeObject*)L_0, CustomAttributeData_t1084486650_il2cpp_TypeInfo_var)); CustomAttributeData_t1084486650 * L_1 = V_0; if (!L_1) { goto IL_0054; } } { CustomAttributeData_t1084486650 * L_2 = V_0; NullCheck(L_2); ConstructorInfo_t5769829 * L_3 = L_2->get_ctorInfo_0(); ConstructorInfo_t5769829 * L_4 = __this->get_ctorInfo_0(); if ((!(((RuntimeObject*)(ConstructorInfo_t5769829 *)L_3) == ((RuntimeObject*)(ConstructorInfo_t5769829 *)L_4)))) { goto IL_0054; } } { CustomAttributeData_t1084486650 * L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6 = L_5->get_ctorArgs_1(); NullCheck(L_6); int32_t L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_6); RuntimeObject* L_8 = __this->get_ctorArgs_1(); NullCheck(L_8); int32_t L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_8); if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_0054; } } { CustomAttributeData_t1084486650 * L_10 = V_0; NullCheck(L_10); RuntimeObject* L_11 = L_10->get_namedArgs_2(); NullCheck(L_11); int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_11); RuntimeObject* L_13 = __this->get_namedArgs_2(); NullCheck(L_13); int32_t L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_13); if ((((int32_t)L_12) == ((int32_t)L_14))) { goto IL_0056; } } IL_0054: { return (bool)0; } IL_0056: { V_1 = 0; goto IL_008e; } IL_005d: { RuntimeObject* L_15 = __this->get_ctorArgs_1(); int32_t L_16 = V_1; NullCheck(L_15); CustomAttributeTypedArgument_t2723150157 L_17 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t2723150157 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t243502644_il2cpp_TypeInfo_var, L_15, L_16); V_5 = L_17; CustomAttributeData_t1084486650 * L_18 = V_0; NullCheck(L_18); RuntimeObject* L_19 = L_18->get_ctorArgs_1(); int32_t L_20 = V_1; NullCheck(L_19); CustomAttributeTypedArgument_t2723150157 L_21 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t2723150157 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t243502644_il2cpp_TypeInfo_var, L_19, L_20); CustomAttributeTypedArgument_t2723150157 L_22 = L_21; RuntimeObject * L_23 = Box(CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var, &L_22); bool L_24 = CustomAttributeTypedArgument_Equals_m2261980307((&V_5), L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_008a; } } { return (bool)0; } IL_008a: { int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_008e: { int32_t L_26 = V_1; RuntimeObject* L_27 = __this->get_ctorArgs_1(); NullCheck(L_27); int32_t L_28 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_27); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_005d; } } { V_2 = 0; goto IL_0107; } IL_00a6: { V_3 = (bool)0; V_4 = 0; goto IL_00e9; } IL_00b0: { RuntimeObject* L_29 = __this->get_namedArgs_2(); int32_t L_30 = V_2; NullCheck(L_29); CustomAttributeNamedArgument_t287865710 L_31 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t287865710 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2103185493_il2cpp_TypeInfo_var, L_29, L_30); V_6 = L_31; CustomAttributeData_t1084486650 * L_32 = V_0; NullCheck(L_32); RuntimeObject* L_33 = L_32->get_namedArgs_2(); int32_t L_34 = V_4; NullCheck(L_33); CustomAttributeNamedArgument_t287865710 L_35 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t287865710 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2103185493_il2cpp_TypeInfo_var, L_33, L_34); CustomAttributeNamedArgument_t287865710 L_36 = L_35; RuntimeObject * L_37 = Box(CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var, &L_36); bool L_38 = CustomAttributeNamedArgument_Equals_m1414002036((&V_6), L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00e3; } } { V_3 = (bool)1; goto IL_00fb; } IL_00e3: { int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00e9: { int32_t L_40 = V_4; CustomAttributeData_t1084486650 * L_41 = V_0; NullCheck(L_41); RuntimeObject* L_42 = L_41->get_namedArgs_2(); NullCheck(L_42); int32_t L_43 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_42); if ((((int32_t)L_40) < ((int32_t)L_43))) { goto IL_00b0; } } IL_00fb: { bool L_44 = V_3; if (L_44) { goto IL_0103; } } { return (bool)0; } IL_0103: { int32_t L_45 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0107: { int32_t L_46 = V_2; RuntimeObject* L_47 = __this->get_namedArgs_2(); NullCheck(L_47); int32_t L_48 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_47); if ((((int32_t)L_46) < ((int32_t)L_48))) { goto IL_00a6; } } { return (bool)1; } } // System.Int32 System.Reflection.CustomAttributeData::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CustomAttributeData_GetHashCode_m3727773664 (CustomAttributeData_t1084486650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeData_GetHashCode_m3727773664_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; CustomAttributeTypedArgument_t2723150157 V_3; memset(&V_3, 0, sizeof(V_3)); CustomAttributeNamedArgument_t287865710 V_4; memset(&V_4, 0, sizeof(V_4)); { ConstructorInfo_t5769829 * L_0 = __this->get_ctorInfo_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); V_0 = ((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))); V_1 = 0; goto IL_003f; } IL_0016: { int32_t L_2 = V_0; int32_t L_3 = V_0; RuntimeObject* L_4 = __this->get_ctorArgs_1(); int32_t L_5 = V_1; NullCheck(L_4); CustomAttributeTypedArgument_t2723150157 L_6 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t2723150157 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t243502644_il2cpp_TypeInfo_var, L_4, L_5); V_3 = L_6; int32_t L_7 = CustomAttributeTypedArgument_GetHashCode_m1121388927((&V_3), /*hidden argument*/NULL); int32_t L_8 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)((int32_t)L_3^(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_7))<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)4))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))))); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003f: { int32_t L_10 = V_1; RuntimeObject* L_11 = __this->get_ctorArgs_1(); NullCheck(L_11); int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t1256335095_il2cpp_TypeInfo_var, L_11); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0016; } } { V_2 = 0; goto IL_0075; } IL_0057: { int32_t L_13 = V_0; RuntimeObject* L_14 = __this->get_namedArgs_2(); int32_t L_15 = V_2; NullCheck(L_14); CustomAttributeNamedArgument_t287865710 L_16 = InterfaceFuncInvoker1< CustomAttributeNamedArgument_t287865710 , int32_t >::Invoke(3 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t2103185493_il2cpp_TypeInfo_var, L_14, L_15); V_4 = L_16; int32_t L_17 = CustomAttributeNamedArgument_GetHashCode_m2317130892((&V_4), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)((int32_t)L_17<<(int32_t)5)))); int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0075: { int32_t L_19 = V_2; RuntimeObject* L_20 = __this->get_namedArgs_2(); NullCheck(L_20); int32_t L_21 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t3116017944_il2cpp_TypeInfo_var, L_20); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0057; } } { int32_t L_22 = V_0; 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 // Conversion methods for marshalling of: System.Reflection.CustomAttributeNamedArgument extern "C" void CustomAttributeNamedArgument_t287865710_marshal_pinvoke(const CustomAttributeNamedArgument_t287865710& unmarshaled, CustomAttributeNamedArgument_t287865710_marshaled_pinvoke& marshaled) { Exception_t* ___typedArgument_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'typedArgument' of type 'CustomAttributeNamedArgument'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___typedArgument_0Exception,NULL); } extern "C" void CustomAttributeNamedArgument_t287865710_marshal_pinvoke_back(const CustomAttributeNamedArgument_t287865710_marshaled_pinvoke& marshaled, CustomAttributeNamedArgument_t287865710& unmarshaled) { Exception_t* ___typedArgument_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'typedArgument' of type 'CustomAttributeNamedArgument'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___typedArgument_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.CustomAttributeNamedArgument extern "C" void CustomAttributeNamedArgument_t287865710_marshal_pinvoke_cleanup(CustomAttributeNamedArgument_t287865710_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.CustomAttributeNamedArgument extern "C" void CustomAttributeNamedArgument_t287865710_marshal_com(const CustomAttributeNamedArgument_t287865710& unmarshaled, CustomAttributeNamedArgument_t287865710_marshaled_com& marshaled) { Exception_t* ___typedArgument_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'typedArgument' of type 'CustomAttributeNamedArgument'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___typedArgument_0Exception,NULL); } extern "C" void CustomAttributeNamedArgument_t287865710_marshal_com_back(const CustomAttributeNamedArgument_t287865710_marshaled_com& marshaled, CustomAttributeNamedArgument_t287865710& unmarshaled) { Exception_t* ___typedArgument_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'typedArgument' of type 'CustomAttributeNamedArgument'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___typedArgument_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.CustomAttributeNamedArgument extern "C" void CustomAttributeNamedArgument_t287865710_marshal_com_cleanup(CustomAttributeNamedArgument_t287865710_marshaled_com& marshaled) { } // System.String System.Reflection.CustomAttributeNamedArgument::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CustomAttributeNamedArgument_ToString_m1488801416 (CustomAttributeNamedArgument_t287865710 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeNamedArgument_ToString_m1488801416_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = __this->get_memberInfo_1(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); CustomAttributeTypedArgument_t2723150157 * L_2 = __this->get_address_of_typedArgument_0(); String_t* L_3 = CustomAttributeTypedArgument_ToString_m864948362(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3787301066, L_3, /*hidden argument*/NULL); return L_4; } } extern "C" String_t* CustomAttributeNamedArgument_ToString_m1488801416_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { CustomAttributeNamedArgument_t287865710 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeNamedArgument_ToString_m1488801416(_thisAdjusted, method); } // System.Boolean System.Reflection.CustomAttributeNamedArgument::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeNamedArgument_Equals_m1414002036 (CustomAttributeNamedArgument_t287865710 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeNamedArgument_Equals_m1414002036_MetadataUsageId); s_Il2CppMethodInitialized = true; } CustomAttributeNamedArgument_t287865710 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t G_B5_0 = 0; { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; V_0 = ((*(CustomAttributeNamedArgument_t287865710 *)((CustomAttributeNamedArgument_t287865710 *)UnBox(L_1, CustomAttributeNamedArgument_t287865710_il2cpp_TypeInfo_var)))); MemberInfo_t * L_2 = (&V_0)->get_memberInfo_1(); MemberInfo_t * L_3 = __this->get_memberInfo_1(); if ((!(((RuntimeObject*)(MemberInfo_t *)L_2) == ((RuntimeObject*)(MemberInfo_t *)L_3)))) { goto IL_003f; } } { CustomAttributeTypedArgument_t2723150157 * L_4 = __this->get_address_of_typedArgument_0(); CustomAttributeTypedArgument_t2723150157 L_5 = (&V_0)->get_typedArgument_0(); CustomAttributeTypedArgument_t2723150157 L_6 = L_5; RuntimeObject * L_7 = Box(CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var, &L_6); bool L_8 = CustomAttributeTypedArgument_Equals_m2261980307(L_4, L_7, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_8)); goto IL_0040; } IL_003f: { G_B5_0 = 0; } IL_0040: { return (bool)G_B5_0; } } extern "C" bool CustomAttributeNamedArgument_Equals_m1414002036_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { CustomAttributeNamedArgument_t287865710 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeNamedArgument_Equals_m1414002036(_thisAdjusted, ___obj0, method); } // System.Int32 System.Reflection.CustomAttributeNamedArgument::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CustomAttributeNamedArgument_GetHashCode_m2317130892 (CustomAttributeNamedArgument_t287865710 * __this, const RuntimeMethod* method) { { MemberInfo_t * L_0 = __this->get_memberInfo_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); CustomAttributeTypedArgument_t2723150157 * L_2 = __this->get_address_of_typedArgument_0(); int32_t L_3 = CustomAttributeTypedArgument_GetHashCode_m1121388927(L_2, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))), (int32_t)L_3)); } } extern "C" int32_t CustomAttributeNamedArgument_GetHashCode_m2317130892_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { CustomAttributeNamedArgument_t287865710 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeNamedArgument_GetHashCode_m2317130892(_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 // Conversion methods for marshalling of: System.Reflection.CustomAttributeTypedArgument extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke(const CustomAttributeTypedArgument_t2723150157& unmarshaled, CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled) { Exception_t* ___argumentType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'argumentType' of type 'CustomAttributeTypedArgument': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___argumentType_0Exception,NULL); } extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke_back(const CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled, CustomAttributeTypedArgument_t2723150157& unmarshaled) { Exception_t* ___argumentType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'argumentType' of type 'CustomAttributeTypedArgument': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___argumentType_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.CustomAttributeTypedArgument extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_pinvoke_cleanup(CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.CustomAttributeTypedArgument extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com(const CustomAttributeTypedArgument_t2723150157& unmarshaled, CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled) { Exception_t* ___argumentType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'argumentType' of type 'CustomAttributeTypedArgument': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___argumentType_0Exception,NULL); } extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com_back(const CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled, CustomAttributeTypedArgument_t2723150157& unmarshaled) { Exception_t* ___argumentType_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'argumentType' of type 'CustomAttributeTypedArgument': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___argumentType_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.CustomAttributeTypedArgument extern "C" void CustomAttributeTypedArgument_t2723150157_marshal_com_cleanup(CustomAttributeTypedArgument_t2723150157_marshaled_com& marshaled) { } // System.String System.Reflection.CustomAttributeTypedArgument::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CustomAttributeTypedArgument_ToString_m864948362 (CustomAttributeTypedArgument_t2723150157 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeTypedArgument_ToString_m864948362_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { RuntimeObject * L_0 = __this->get_value_1(); if (!L_0) { goto IL_001b; } } { RuntimeObject * L_1 = __this->get_value_1(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); G_B3_0 = L_2; goto IL_0020; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_3; } IL_0020: { V_0 = G_B3_0; Type_t * L_4 = __this->get_argumentType_0(); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_6)))) { goto IL_0047; } } { String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614526, L_7, _stringLiteral3452614526, /*hidden argument*/NULL); return L_8; } IL_0047: { Type_t * L_9 = __this->get_argumentType_0(); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Type_t_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); if ((!(((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11)))) { goto IL_006d; } } { String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2900977383, L_12, _stringLiteral3452614535, /*hidden argument*/NULL); return L_13; } IL_006d: { Type_t * L_14 = __this->get_argumentType_0(); NullCheck(L_14); bool L_15 = Type_get_IsEnum_m208091508(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0099; } } { Type_t * L_16 = __this->get_argumentType_0(); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_16); String_t* L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral3452614536, L_17, _stringLiteral3452614535, L_18, /*hidden argument*/NULL); return L_19; } IL_0099: { String_t* L_20 = V_0; return L_20; } } extern "C" String_t* CustomAttributeTypedArgument_ToString_m864948362_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { CustomAttributeTypedArgument_t2723150157 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeTypedArgument_ToString_m864948362(_thisAdjusted, method); } // System.Boolean System.Reflection.CustomAttributeTypedArgument::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeTypedArgument_Equals_m2261980307 (CustomAttributeTypedArgument_t2723150157 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomAttributeTypedArgument_Equals_m2261980307_MetadataUsageId); s_Il2CppMethodInitialized = true; } CustomAttributeTypedArgument_t2723150157 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; V_0 = ((*(CustomAttributeTypedArgument_t2723150157 *)((CustomAttributeTypedArgument_t2723150157 *)UnBox(L_1, CustomAttributeTypedArgument_t2723150157_il2cpp_TypeInfo_var)))); Type_t * L_2 = (&V_0)->get_argumentType_0(); Type_t * L_3 = __this->get_argumentType_0(); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_3)))) { goto IL_0048; } } { RuntimeObject * L_4 = __this->get_value_1(); if (!L_4) { goto IL_0048; } } { RuntimeObject * L_5 = __this->get_value_1(); RuntimeObject * L_6 = (&V_0)->get_value_1(); NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_6); G_B6_0 = ((int32_t)(L_7)); goto IL_0052; } IL_0048: { RuntimeObject * L_8 = (&V_0)->get_value_1(); G_B6_0 = ((((RuntimeObject*)(RuntimeObject *)L_8) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0052: { return (bool)G_B6_0; } } extern "C" bool CustomAttributeTypedArgument_Equals_m2261980307_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { CustomAttributeTypedArgument_t2723150157 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeTypedArgument_Equals_m2261980307(_thisAdjusted, ___obj0, method); } // System.Int32 System.Reflection.CustomAttributeTypedArgument::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CustomAttributeTypedArgument_GetHashCode_m1121388927 (CustomAttributeTypedArgument_t2723150157 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { Type_t * L_0 = __this->get_argumentType_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Type::GetHashCode() */, L_0); RuntimeObject * L_2 = __this->get_value_1(); G_B1_0 = ((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))); if (!L_2) { G_B2_0 = ((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16))); goto IL_0029; } } { RuntimeObject * L_3 = __this->get_value_1(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_002a; } IL_0029: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_002a: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)); } } extern "C" int32_t CustomAttributeTypedArgument_GetHashCode_m1121388927_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { CustomAttributeTypedArgument_t2723150157 * _thisAdjusted = reinterpret_cast(__this + 1); return CustomAttributeTypedArgument_GetHashCode_m1121388927(_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.Reflection.DefaultMemberAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DefaultMemberAttribute__ctor_m1410463653 (DefaultMemberAttribute_t3275092422 * __this, String_t* ___memberName0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___memberName0; __this->set_member_name_0(L_0); return; } } // System.String System.Reflection.DefaultMemberAttribute::get_MemberName() extern "C" IL2CPP_METHOD_ATTR String_t* DefaultMemberAttribute_get_MemberName_m3384235354 (DefaultMemberAttribute_t3275092422 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_member_name_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.Void System.Reflection.Emit.AssemblyBuilder::.ctor(System.Reflection.AssemblyName,System.String,System.Reflection.Emit.AssemblyBuilderAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AssemblyBuilder__ctor_m3936521321 (AssemblyBuilder_t359885250 * __this, AssemblyName_t270931938 * ___n0, String_t* ___directory1, int32_t ___access2, bool ___corlib_internal3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder__ctor_m3936521321_MetadataUsageId); s_Il2CppMethodInitialized = true; } Version_t3456873960 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; ByteU5BU5D_t4116647657* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; { __this->set_pekind_22(1); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); __this->set_corlib_object_type_35(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (ValueType_t3640485471_0_0_0_var) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_corlib_value_type_36(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); __this->set_corlib_enum_type_37(L_5); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); __this->set_corlib_void_type_38(L_7); Assembly__ctor_m823291553(__this, /*hidden argument*/NULL); int32_t L_8 = ___access2; __this->set_is_compiler_context_45((bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)2048)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)); int32_t L_9 = ___access2; ___access2 = ((int32_t)((int32_t)L_9&(int32_t)((int32_t)-2049))); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (AssemblyBuilderAccess_t2806254258_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); int32_t L_12 = ___access2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(AssemblyBuilderAccess_t2806254258_il2cpp_TypeInfo_var, &L_13); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_15 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_11, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_00ac; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_17 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_18 = ___access2; int32_t L_19 = ((int32_t)L_18); RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(0), (RuntimeObject *)L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m1881875187(NULL /*static, unused*/, L_16, _stringLiteral2133340391, L_17, /*hidden argument*/NULL); ArgumentException_t132251570 * L_22 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_22, L_21, _stringLiteral2349568099, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,AssemblyBuilder__ctor_m3936521321_RuntimeMethod_var); } IL_00ac: { AssemblyName_t270931938 * L_23 = ___n0; NullCheck(L_23); String_t* L_24 = AssemblyName_get_Name_m4072373679(L_23, /*hidden argument*/NULL); __this->set_name_13(L_24); int32_t L_25 = ___access2; __this->set_access_24(L_25); AssemblyName_t270931938 * L_26 = ___n0; NullCheck(L_26); int32_t L_27 = AssemblyName_get_Flags_m1616840602(L_26, /*hidden argument*/NULL); __this->set_flags_21(L_27); bool L_28 = AssemblyBuilder_get_IsSave_m879473088(__this, /*hidden argument*/NULL); if (!L_28) { goto IL_00f7; } } { String_t* L_29 = ___directory1; if (!L_29) { goto IL_00e7; } } { String_t* L_30 = ___directory1; NullCheck(L_30); int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00f7; } } IL_00e7: { String_t* L_32 = Directory_GetCurrentDirectory_m219218555(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_dir_14(L_32); goto IL_00fe; } IL_00f7: { String_t* L_33 = ___directory1; __this->set_dir_14(L_33); } IL_00fe: { AssemblyName_t270931938 * L_34 = ___n0; NullCheck(L_34); CultureInfo_t4157843068 * L_35 = AssemblyName_get_CultureInfo_m3135152423(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_012b; } } { AssemblyName_t270931938 * L_36 = ___n0; NullCheck(L_36); CultureInfo_t4157843068 * L_37 = AssemblyName_get_CultureInfo_m3135152423(L_36, /*hidden argument*/NULL); NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_37); __this->set_culture_19(L_38); AssemblyName_t270931938 * L_39 = ___n0; NullCheck(L_39); CultureInfo_t4157843068 * L_40 = AssemblyName_get_CultureInfo_m3135152423(L_39, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_40); __this->set_versioninfo_culture_46(L_41); } IL_012b: { AssemblyName_t270931938 * L_42 = ___n0; NullCheck(L_42); Version_t3456873960 * L_43 = AssemblyName_get_Version_m538083430(L_42, /*hidden argument*/NULL); V_0 = L_43; Version_t3456873960 * L_44 = V_0; bool L_45 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_44, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_45) { goto IL_014a; } } { Version_t3456873960 * L_46 = V_0; NullCheck(L_46); String_t* L_47 = Version_ToString_m2279867705(L_46, /*hidden argument*/NULL); __this->set_version_18(L_47); } IL_014a: { AssemblyName_t270931938 * L_48 = ___n0; NullCheck(L_48); StrongNameKeyPair_t3411219591 * L_49 = AssemblyName_get_KeyPair_m4000803163(L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_016b; } } { AssemblyName_t270931938 * L_50 = ___n0; NullCheck(L_50); StrongNameKeyPair_t3411219591 * L_51 = AssemblyName_get_KeyPair_m4000803163(L_50, /*hidden argument*/NULL); NullCheck(L_51); StrongName_t4093849377 * L_52 = StrongNameKeyPair_StrongName_m1031343114(L_51, /*hidden argument*/NULL); __this->set_sn_43(L_52); goto IL_018d; } IL_016b: { AssemblyName_t270931938 * L_53 = ___n0; NullCheck(L_53); ByteU5BU5D_t4116647657* L_54 = AssemblyName_GetPublicKey_m1356287156(L_53, /*hidden argument*/NULL); V_1 = L_54; ByteU5BU5D_t4116647657* L_55 = V_1; if (!L_55) { goto IL_018d; } } { ByteU5BU5D_t4116647657* L_56 = V_1; NullCheck(L_56); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_56)->max_length))))) <= ((int32_t)0))) { goto IL_018d; } } { ByteU5BU5D_t4116647657* L_57 = V_1; StrongName_t4093849377 * L_58 = (StrongName_t4093849377 *)il2cpp_codegen_object_new(StrongName_t4093849377_il2cpp_TypeInfo_var); StrongName__ctor_m467142887(L_58, L_57, /*hidden argument*/NULL); __this->set_sn_43(L_58); } IL_018d: { StrongName_t4093849377 * L_59 = __this->get_sn_43(); if (!L_59) { goto IL_01a6; } } { uint32_t L_60 = __this->get_flags_21(); __this->set_flags_21(((int32_t)((int32_t)L_60|(int32_t)1))); } IL_01a6: { bool L_61 = ___corlib_internal3; __this->set_corlib_internal_32(L_61); StrongName_t4093849377 * L_62 = __this->get_sn_43(); if (!L_62) { goto IL_0239; } } { StrongName_t4093849377 * L_63 = __this->get_sn_43(); NullCheck(L_63); ByteU5BU5D_t4116647657* L_64 = StrongName_get_PublicKeyToken_m2115276552(L_63, /*hidden argument*/NULL); NullCheck(L_64); __this->set_pktoken_34(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_64)->max_length)))), (int32_t)2))))); V_2 = 0; StrongName_t4093849377 * L_65 = __this->get_sn_43(); NullCheck(L_65); ByteU5BU5D_t4116647657* L_66 = StrongName_get_PublicKeyToken_m2115276552(L_65, /*hidden argument*/NULL); V_4 = L_66; V_5 = 0; goto IL_022e; } IL_01ea: { ByteU5BU5D_t4116647657* L_67 = V_4; int32_t L_68 = V_5; NullCheck(L_67); int32_t L_69 = L_68; uint8_t L_70 = (L_67)->GetAt(static_cast(L_69)); V_3 = L_70; String_t* L_71 = Byte_ToString_m3735479648((&V_3), _stringLiteral3451434968, /*hidden argument*/NULL); V_6 = L_71; ByteU5BU5D_t4116647657* L_72 = __this->get_pktoken_34(); int32_t L_73 = V_2; int32_t L_74 = L_73; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); String_t* L_75 = V_6; NullCheck(L_75); Il2CppChar L_76 = String_get_Chars_m2986988803(L_75, 0, /*hidden argument*/NULL); NullCheck(L_72); (L_72)->SetAt(static_cast(L_74), (uint8_t)(((int32_t)((uint8_t)L_76)))); ByteU5BU5D_t4116647657* L_77 = __this->get_pktoken_34(); int32_t L_78 = V_2; int32_t L_79 = L_78; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); String_t* L_80 = V_6; NullCheck(L_80); Il2CppChar L_81 = String_get_Chars_m2986988803(L_80, 1, /*hidden argument*/NULL); NullCheck(L_77); (L_77)->SetAt(static_cast(L_79), (uint8_t)(((int32_t)((uint8_t)L_81)))); int32_t L_82 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); } IL_022e: { int32_t L_83 = V_5; ByteU5BU5D_t4116647657* L_84 = V_4; NullCheck(L_84); if ((((int32_t)L_83) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_84)->max_length))))))) { goto IL_01ea; } } IL_0239: { AssemblyBuilder_basic_init_m1526438565(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Emit.AssemblyBuilder::basic_init(System.Reflection.Emit.AssemblyBuilder) extern "C" IL2CPP_METHOD_ATTR void AssemblyBuilder_basic_init_m1526438565 (RuntimeObject * __this /* static, unused */, AssemblyBuilder_t359885250 * ___ab0, const RuntimeMethod* method) { typedef void (*AssemblyBuilder_basic_init_m1526438565_ftn) (AssemblyBuilder_t359885250 *); using namespace il2cpp::icalls; ((AssemblyBuilder_basic_init_m1526438565_ftn)mscorlib::System::Reflection::Emit::AssemblyBuilder::basic_init) (___ab0); } // System.String System.Reflection.Emit.AssemblyBuilder::get_Location() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyBuilder_get_Location_m384539722 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_get_Location_m384539722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = AssemblyBuilder_not_supported_m1735277432(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,AssemblyBuilder_get_Location_m384539722_RuntimeMethod_var); } } // System.Void System.Reflection.Emit.AssemblyBuilder::AddPermissionRequests(System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR void AssemblyBuilder_AddPermissionRequests_m2000691738 (AssemblyBuilder_t359885250 * __this, PermissionSet_t223948603 * ___required0, PermissionSet_t223948603 * ___optional1, PermissionSet_t223948603 * ___refused2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_AddPermissionRequests_m2000691738_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_created_41(); if (!L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral2838816328, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AssemblyBuilder_AddPermissionRequests_m2000691738_RuntimeMethod_var); } IL_0016: { PermissionSet_t223948603 * L_2 = ___required0; ((Assembly_t *)__this)->set__minimum_3(L_2); PermissionSet_t223948603 * L_3 = ___optional1; ((Assembly_t *)__this)->set__optional_4(L_3); PermissionSet_t223948603 * L_4 = ___refused2; ((Assembly_t *)__this)->set__refuse_5(L_4); PermissionSet_t223948603 * L_5 = ___required0; if (!L_5) { goto IL_005f; } } { __this->set_permissions_minimum_27(((RefEmitPermissionSetU5BU5D_t567451178*)SZArrayNew(RefEmitPermissionSetU5BU5D_t567451178_il2cpp_TypeInfo_var, (uint32_t)1))); RefEmitPermissionSetU5BU5D_t567451178* L_6 = __this->get_permissions_minimum_27(); NullCheck(L_6); PermissionSet_t223948603 * L_7 = ___required0; NullCheck(L_7); SecurityElement_t1046076091 * L_8 = VirtFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(16 /* System.Security.SecurityElement System.Security.PermissionSet::ToXml() */, L_7); NullCheck(L_8); String_t* L_9 = SecurityElement_ToString_m1918878627(L_8, /*hidden argument*/NULL); RefEmitPermissionSet_t484390987 L_10; memset(&L_10, 0, sizeof(L_10)); RefEmitPermissionSet__ctor_m2786167345((&L_10), 8, L_9, /*hidden argument*/NULL); *(RefEmitPermissionSet_t484390987 *)((L_6)->GetAddressAt(static_cast(0))) = L_10; } IL_005f: { PermissionSet_t223948603 * L_11 = ___optional1; if (!L_11) { goto IL_0094; } } { __this->set_permissions_optional_28(((RefEmitPermissionSetU5BU5D_t567451178*)SZArrayNew(RefEmitPermissionSetU5BU5D_t567451178_il2cpp_TypeInfo_var, (uint32_t)1))); RefEmitPermissionSetU5BU5D_t567451178* L_12 = __this->get_permissions_optional_28(); NullCheck(L_12); PermissionSet_t223948603 * L_13 = ___optional1; NullCheck(L_13); SecurityElement_t1046076091 * L_14 = VirtFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(16 /* System.Security.SecurityElement System.Security.PermissionSet::ToXml() */, L_13); NullCheck(L_14); String_t* L_15 = SecurityElement_ToString_m1918878627(L_14, /*hidden argument*/NULL); RefEmitPermissionSet_t484390987 L_16; memset(&L_16, 0, sizeof(L_16)); RefEmitPermissionSet__ctor_m2786167345((&L_16), ((int32_t)9), L_15, /*hidden argument*/NULL); *(RefEmitPermissionSet_t484390987 *)((L_12)->GetAddressAt(static_cast(0))) = L_16; } IL_0094: { PermissionSet_t223948603 * L_17 = ___refused2; if (!L_17) { goto IL_00c9; } } { __this->set_permissions_refused_29(((RefEmitPermissionSetU5BU5D_t567451178*)SZArrayNew(RefEmitPermissionSetU5BU5D_t567451178_il2cpp_TypeInfo_var, (uint32_t)1))); RefEmitPermissionSetU5BU5D_t567451178* L_18 = __this->get_permissions_refused_29(); NullCheck(L_18); PermissionSet_t223948603 * L_19 = ___refused2; NullCheck(L_19); SecurityElement_t1046076091 * L_20 = VirtFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(16 /* System.Security.SecurityElement System.Security.PermissionSet::ToXml() */, L_19); NullCheck(L_20); String_t* L_21 = SecurityElement_ToString_m1918878627(L_20, /*hidden argument*/NULL); RefEmitPermissionSet_t484390987 L_22; memset(&L_22, 0, sizeof(L_22)); RefEmitPermissionSet__ctor_m2786167345((&L_22), ((int32_t)10), L_21, /*hidden argument*/NULL); *(RefEmitPermissionSet_t484390987 *)((L_18)->GetAddressAt(static_cast(0))) = L_22; } IL_00c9: { return; } } // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder::DefineDynamicModule(System.String) extern "C" IL2CPP_METHOD_ATTR ModuleBuilder_t731887691 * AssemblyBuilder_DefineDynamicModule_m3916482866 (AssemblyBuilder_t359885250 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___name0; ModuleBuilder_t731887691 * L_2 = AssemblyBuilder_DefineDynamicModule_m755027604(__this, L_0, L_1, (bool)0, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder::DefineDynamicModule(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ModuleBuilder_t731887691 * AssemblyBuilder_DefineDynamicModule_m1476011641 (AssemblyBuilder_t359885250 * __this, String_t* ___name0, bool ___emitSymbolInfo1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___name0; bool L_2 = ___emitSymbolInfo1; ModuleBuilder_t731887691 * L_3 = AssemblyBuilder_DefineDynamicModule_m755027604(__this, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); return L_3; } } // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.AssemblyBuilder::DefineDynamicModule(System.String,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ModuleBuilder_t731887691 * AssemblyBuilder_DefineDynamicModule_m755027604 (AssemblyBuilder_t359885250 * __this, String_t* ___name0, String_t* ___fileName1, bool ___emitSymbolInfo2, bool ___transient3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_DefineDynamicModule_m755027604_MetadataUsageId); s_Il2CppMethodInitialized = true; } ModuleBuilder_t731887691 * V_0 = NULL; ModuleBuilderU5BU5D_t2441092650* V_1 = NULL; { String_t* L_0 = ___name0; String_t* L_1 = ___fileName1; AssemblyBuilder_check_name_and_filename_m4027240280(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); bool L_2 = ___transient3; if (L_2) { goto IL_0067; } } { String_t* L_3 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_4 = Path_GetExtension_m1021339115(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003b; } } { String_t* L_7 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral14844516, L_7, _stringLiteral2918913326, /*hidden argument*/NULL); ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,AssemblyBuilder_DefineDynamicModule_m755027604_RuntimeMethod_var); } IL_003b: { bool L_10 = AssemblyBuilder_get_IsSave_m879473088(__this, /*hidden argument*/NULL); if (L_10) { goto IL_0051; } } { NotSupportedException_t1314879016 * L_11 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_11, _stringLiteral1674072537, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,AssemblyBuilder_DefineDynamicModule_m755027604_RuntimeMethod_var); } IL_0051: { bool L_12 = __this->get_created_41(); if (!L_12) { goto IL_0067; } } { InvalidOperationException_t56020091 * L_13 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_13, _stringLiteral2838816328, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,AssemblyBuilder_DefineDynamicModule_m755027604_RuntimeMethod_var); } IL_0067: { String_t* L_14 = ___name0; String_t* L_15 = ___fileName1; bool L_16 = ___emitSymbolInfo2; bool L_17 = ___transient3; ModuleBuilder_t731887691 * L_18 = (ModuleBuilder_t731887691 *)il2cpp_codegen_object_new(ModuleBuilder_t731887691_il2cpp_TypeInfo_var); ModuleBuilder__ctor_m164976504(L_18, __this, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; ModuleBuilderU5BU5D_t2441092650* L_19 = __this->get_modules_12(); if (!L_19) { goto IL_0094; } } { bool L_20 = __this->get_is_module_only_42(); if (!L_20) { goto IL_0094; } } { InvalidOperationException_t56020091 * L_21 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_21, _stringLiteral2563229060, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,AssemblyBuilder_DefineDynamicModule_m755027604_RuntimeMethod_var); } IL_0094: { ModuleBuilderU5BU5D_t2441092650* L_22 = __this->get_modules_12(); if (!L_22) { goto IL_00cf; } } { ModuleBuilderU5BU5D_t2441092650* L_23 = __this->get_modules_12(); NullCheck(L_23); V_1 = ((ModuleBuilderU5BU5D_t2441092650*)SZArrayNew(ModuleBuilderU5BU5D_t2441092650_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length)))), (int32_t)1)))); ModuleBuilderU5BU5D_t2441092650* L_24 = __this->get_modules_12(); ModuleBuilderU5BU5D_t2441092650* L_25 = V_1; ModuleBuilderU5BU5D_t2441092650* L_26 = __this->get_modules_12(); NullCheck(L_26); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_24, (RuntimeArray *)(RuntimeArray *)L_25, (((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length)))), /*hidden argument*/NULL); ModuleBuilderU5BU5D_t2441092650* L_27 = V_1; __this->set_modules_12(L_27); goto IL_00db; } IL_00cf: { __this->set_modules_12(((ModuleBuilderU5BU5D_t2441092650*)SZArrayNew(ModuleBuilderU5BU5D_t2441092650_il2cpp_TypeInfo_var, (uint32_t)1))); } IL_00db: { ModuleBuilderU5BU5D_t2441092650* L_28 = __this->get_modules_12(); ModuleBuilderU5BU5D_t2441092650* L_29 = __this->get_modules_12(); NullCheck(L_29); ModuleBuilder_t731887691 * L_30 = V_0; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_30); (L_28)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length)))), (int32_t)1))), (ModuleBuilder_t731887691 *)L_30); ModuleBuilder_t731887691 * L_31 = V_0; return L_31; } } // System.Reflection.Module[] System.Reflection.Emit.AssemblyBuilder::GetModulesInternal() extern "C" IL2CPP_METHOD_ATTR ModuleU5BU5D_t4238763736* AssemblyBuilder_GetModulesInternal_m1170927462 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_GetModulesInternal_m1170927462_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ModuleBuilderU5BU5D_t2441092650* L_0 = __this->get_modules_12(); if (L_0) { goto IL_0012; } } { return ((ModuleU5BU5D_t4238763736*)SZArrayNew(ModuleU5BU5D_t4238763736_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0012: { ModuleBuilderU5BU5D_t2441092650* L_1 = __this->get_modules_12(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ModuleU5BU5D_t4238763736*)Castclass((RuntimeObject*)L_2, ModuleU5BU5D_t4238763736_il2cpp_TypeInfo_var)); } } // System.Type[] System.Reflection.Emit.AssemblyBuilder::GetTypes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* AssemblyBuilder_GetTypes_m3415680380 (AssemblyBuilder_t359885250 * __this, bool ___exportedOnly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_GetTypes_m3415680380_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; int32_t V_1 = 0; TypeU5BU5D_t3940880105* V_2 = NULL; TypeU5BU5D_t3940880105* V_3 = NULL; int32_t V_4 = 0; TypeU5BU5D_t3940880105* V_5 = NULL; TypeU5BU5D_t3940880105* V_6 = NULL; TypeU5BU5D_t3940880105* G_B17_0 = NULL; { V_0 = (TypeU5BU5D_t3940880105*)NULL; ModuleBuilderU5BU5D_t2441092650* L_0 = __this->get_modules_12(); if (!L_0) { goto IL_0068; } } { V_1 = 0; goto IL_005a; } IL_0014: { ModuleBuilderU5BU5D_t2441092650* L_1 = __this->get_modules_12(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; ModuleBuilder_t731887691 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); TypeU5BU5D_t3940880105* L_5 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(11 /* System.Type[] System.Reflection.Emit.ModuleBuilder::GetTypes() */, L_4); V_2 = L_5; TypeU5BU5D_t3940880105* L_6 = V_0; if (L_6) { goto IL_002f; } } { TypeU5BU5D_t3940880105* L_7 = V_2; V_0 = L_7; goto IL_0056; } IL_002f: { TypeU5BU5D_t3940880105* L_8 = V_0; NullCheck(L_8); TypeU5BU5D_t3940880105* L_9 = V_2; NullCheck(L_9); V_3 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))); TypeU5BU5D_t3940880105* L_10 = V_0; TypeU5BU5D_t3940880105* L_11 = V_3; TypeU5BU5D_t3940880105* L_12 = V_0; NullCheck(L_12); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_10, 0, (RuntimeArray *)(RuntimeArray *)L_11, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_13 = V_2; TypeU5BU5D_t3940880105* L_14 = V_3; TypeU5BU5D_t3940880105* L_15 = V_0; NullCheck(L_15); TypeU5BU5D_t3940880105* L_16 = V_2; NullCheck(L_16); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))), /*hidden argument*/NULL); } IL_0056: { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_005a: { int32_t L_18 = V_1; ModuleBuilderU5BU5D_t2441092650* L_19 = __this->get_modules_12(); NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))) { goto IL_0014; } } IL_0068: { ModuleU5BU5D_t4238763736* L_20 = __this->get_loaded_modules_25(); if (!L_20) { goto IL_00db; } } { V_4 = 0; goto IL_00cc; } IL_007b: { ModuleU5BU5D_t4238763736* L_21 = __this->get_loaded_modules_25(); int32_t L_22 = V_4; NullCheck(L_21); int32_t L_23 = L_22; Module_t2987026101 * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); TypeU5BU5D_t3940880105* L_25 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(11 /* System.Type[] System.Reflection.Module::GetTypes() */, L_24); V_5 = L_25; TypeU5BU5D_t3940880105* L_26 = V_0; if (L_26) { goto IL_0099; } } { TypeU5BU5D_t3940880105* L_27 = V_5; V_0 = L_27; goto IL_00c6; } IL_0099: { TypeU5BU5D_t3940880105* L_28 = V_0; NullCheck(L_28); TypeU5BU5D_t3940880105* L_29 = V_5; NullCheck(L_29); V_6 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length)))))))); TypeU5BU5D_t3940880105* L_30 = V_0; TypeU5BU5D_t3940880105* L_31 = V_6; TypeU5BU5D_t3940880105* L_32 = V_0; NullCheck(L_32); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_30, 0, (RuntimeArray *)(RuntimeArray *)L_31, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_33 = V_5; TypeU5BU5D_t3940880105* L_34 = V_6; TypeU5BU5D_t3940880105* L_35 = V_0; NullCheck(L_35); TypeU5BU5D_t3940880105* L_36 = V_5; NullCheck(L_36); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_33, 0, (RuntimeArray *)(RuntimeArray *)L_34, (((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))), /*hidden argument*/NULL); } IL_00c6: { int32_t L_37 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00cc: { int32_t L_38 = V_4; ModuleU5BU5D_t4238763736* L_39 = __this->get_loaded_modules_25(); NullCheck(L_39); if ((((int32_t)L_38) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length))))))) { goto IL_007b; } } IL_00db: { TypeU5BU5D_t3940880105* L_40 = V_0; if (L_40) { goto IL_00eb; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_41 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); G_B17_0 = L_41; goto IL_00ec; } IL_00eb: { TypeU5BU5D_t3940880105* L_42 = V_0; G_B17_0 = L_42; } IL_00ec: { return G_B17_0; } } // System.Boolean System.Reflection.Emit.AssemblyBuilder::get_IsCompilerContext() extern "C" IL2CPP_METHOD_ATTR bool AssemblyBuilder_get_IsCompilerContext_m4201958597 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_compiler_context_45(); return L_0; } } // System.Boolean System.Reflection.Emit.AssemblyBuilder::get_IsSave() extern "C" IL2CPP_METHOD_ATTR bool AssemblyBuilder_get_IsSave_m879473088 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_access_24(); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.Emit.AssemblyBuilder::get_IsRun() extern "C" IL2CPP_METHOD_ATTR bool AssemblyBuilder_get_IsRun_m3300414718 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { uint32_t L_0 = __this->get_access_24(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0017; } } { uint32_t L_1 = __this->get_access_24(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)3))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { return (bool)G_B3_0; } } // System.String System.Reflection.Emit.AssemblyBuilder::get_AssemblyDir() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyBuilder_get_AssemblyDir_m1938411035 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_dir_14(); return L_0; } } // System.Reflection.Module System.Reflection.Emit.AssemblyBuilder::GetManifestModule() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * AssemblyBuilder_GetManifestModule_m1394591860 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_GetManifestModule_m1394591860_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ModuleBuilder_t731887691 * L_0 = __this->get_manifest_module_47(); if (L_0) { goto IL_001c; } } { ModuleBuilder_t731887691 * L_1 = AssemblyBuilder_DefineDynamicModule_m3916482866(__this, _stringLiteral2586578316, /*hidden argument*/NULL); __this->set_manifest_module_47(L_1); } IL_001c: { ModuleBuilder_t731887691 * L_2 = __this->get_manifest_module_47(); return L_2; } } // System.Exception System.Reflection.Emit.AssemblyBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * AssemblyBuilder_not_supported_m1735277432 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_not_supported_m1735277432_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*hidden argument*/NULL); return L_0; } } // System.Void System.Reflection.Emit.AssemblyBuilder::check_name_and_filename(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AssemblyBuilder_check_name_and_filename_m4027240280 (AssemblyBuilder_t359885250 * __this, String_t* ___name0, String_t* ___fileName1, bool ___fileNeedsToExists2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AssemblyBuilder_check_name_and_filename_m4027240280_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = ___name0; 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, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___fileName1; 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, _stringLiteral1969920661, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var); } IL_0022: { String_t* L_4 = ___name0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003d; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, _stringLiteral297920311, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var); } IL_003d: { String_t* L_7 = ___fileName1; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0058; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_9, _stringLiteral429785278, _stringLiteral1969920661, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var); } IL_0058: { String_t* L_10 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_11 = Path_GetFileName_m1354558116(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); String_t* L_12 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0084; } } { String_t* L_14 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1847283170, L_14, _stringLiteral1240838258, /*hidden argument*/NULL); ArgumentException_t132251570 * L_16 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_16, L_15, _stringLiteral1969920661, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var); } IL_0084: { String_t* L_17 = ___fileName1; V_0 = L_17; String_t* L_18 = __this->get_dir_14(); if (!L_18) { goto IL_009e; } } { String_t* L_19 = __this->get_dir_14(); String_t* L_20 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_21 = Path_Combine_m3389272516(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); V_0 = L_21; } IL_009e: { bool L_22 = ___fileNeedsToExists2; if (!L_22) { goto IL_00c5; } } { String_t* L_23 = V_0; bool L_24 = File_Exists_m3943585060(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00c5; } } { String_t* L_25 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral4087453290, L_25, _stringLiteral3452614521, /*hidden argument*/NULL); FileNotFoundException_t225391025 * L_27 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m3252664930(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var); } IL_00c5: { MonoResourceU5BU5D_t979189380* L_28 = __this->get_resources_16(); if (!L_28) { goto IL_014d; } } { V_1 = 0; goto IL_013f; } IL_00d7: { MonoResourceU5BU5D_t979189380* L_29 = __this->get_resources_16(); int32_t L_30 = V_1; NullCheck(L_29); String_t* L_31 = ((L_29)->GetAddressAt(static_cast(L_30)))->get_filename_2(); String_t* L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_33 = String_op_Equality_m920492651(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0109; } } { String_t* L_34 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3607032570, L_34, _stringLiteral3452614521, /*hidden argument*/NULL); ArgumentException_t132251570 * L_36 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var); } IL_0109: { MonoResourceU5BU5D_t979189380* L_37 = __this->get_resources_16(); int32_t L_38 = V_1; NullCheck(L_37); String_t* L_39 = ((L_37)->GetAddressAt(static_cast(L_38)))->get_name_1(); String_t* L_40 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_41 = String_op_Equality_m920492651(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_013b; } } { String_t* L_42 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3576710188, L_42, _stringLiteral3452614521, /*hidden argument*/NULL); ArgumentException_t132251570 * L_44 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var); } IL_013b: { int32_t L_45 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_013f: { int32_t L_46 = V_1; MonoResourceU5BU5D_t979189380* L_47 = __this->get_resources_16(); NullCheck(L_47); if ((((int32_t)L_46) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length))))))) { goto IL_00d7; } } IL_014d: { ModuleBuilderU5BU5D_t2441092650* L_48 = __this->get_modules_12(); if (!L_48) { goto IL_01df; } } { V_2 = 0; goto IL_01d1; } IL_015f: { ModuleBuilderU5BU5D_t2441092650* L_49 = __this->get_modules_12(); int32_t L_50 = V_2; NullCheck(L_49); int32_t L_51 = L_50; ModuleBuilder_t731887691 * L_52 = (L_49)->GetAt(static_cast(L_51)); NullCheck(L_52); bool L_53 = ModuleBuilder_IsTransient_m421403846(L_52, /*hidden argument*/NULL); if (L_53) { goto IL_019f; } } { ModuleBuilderU5BU5D_t2441092650* L_54 = __this->get_modules_12(); int32_t L_55 = V_2; NullCheck(L_54); int32_t L_56 = L_55; ModuleBuilder_t731887691 * L_57 = (L_54)->GetAt(static_cast(L_56)); NullCheck(L_57); String_t* L_58 = ModuleBuilder_get_FileName_m2155150858(L_57, /*hidden argument*/NULL); String_t* L_59 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_60 = String_op_Equality_m920492651(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_019f; } } { String_t* L_61 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_62 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3607032570, L_61, _stringLiteral3452614521, /*hidden argument*/NULL); ArgumentException_t132251570 * L_63 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_63, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63,AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var); } IL_019f: { ModuleBuilderU5BU5D_t2441092650* L_64 = __this->get_modules_12(); int32_t L_65 = V_2; NullCheck(L_64); int32_t L_66 = L_65; ModuleBuilder_t731887691 * L_67 = (L_64)->GetAt(static_cast(L_66)); NullCheck(L_67); String_t* L_68 = Module_get_Name_m1373448298(L_67, /*hidden argument*/NULL); String_t* L_69 = ___name0; 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_01cd; } } { String_t* L_71 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_72 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3576710188, L_71, _stringLiteral3452614521, /*hidden argument*/NULL); ArgumentException_t132251570 * L_73 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_73, L_72, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73,AssemblyBuilder_check_name_and_filename_m4027240280_RuntimeMethod_var); } IL_01cd: { int32_t L_74 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_01d1: { int32_t L_75 = V_2; ModuleBuilderU5BU5D_t2441092650* L_76 = __this->get_modules_12(); NullCheck(L_76); if ((((int32_t)L_75) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length))))))) { goto IL_015f; } } IL_01df: { return; } } // System.Reflection.AssemblyName System.Reflection.Emit.AssemblyBuilder::UnprotectedGetName() extern "C" IL2CPP_METHOD_ATTR AssemblyName_t270931938 * AssemblyBuilder_UnprotectedGetName_m4080174862 (AssemblyBuilder_t359885250 * __this, const RuntimeMethod* method) { AssemblyName_t270931938 * V_0 = NULL; { AssemblyName_t270931938 * L_0 = Assembly_UnprotectedGetName_m600830855(__this, /*hidden argument*/NULL); V_0 = L_0; StrongName_t4093849377 * L_1 = __this->get_sn_43(); if (!L_1) { goto IL_0034; } } { AssemblyName_t270931938 * L_2 = V_0; StrongName_t4093849377 * L_3 = __this->get_sn_43(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = StrongName_get_PublicKey_m1841537984(L_3, /*hidden argument*/NULL); NullCheck(L_2); AssemblyName_SetPublicKey_m1771377104(L_2, L_4, /*hidden argument*/NULL); AssemblyName_t270931938 * L_5 = V_0; StrongName_t4093849377 * L_6 = __this->get_sn_43(); NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = StrongName_get_PublicKeyToken_m2115276552(L_6, /*hidden argument*/NULL); NullCheck(L_5); AssemblyName_SetPublicKeyToken_m582470133(L_5, L_7, /*hidden argument*/NULL); } IL_0034: { AssemblyName_t270931938 * L_8 = V_0; return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.Reflection.Emit.ByRefType::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void ByRefType__ctor_m194708390 (ByRefType_t2066805327 * __this, Type_t * ___elementType0, const RuntimeMethod* method) { { Type_t * L_0 = ___elementType0; DerivedType__ctor_m1853298054(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Reflection.Emit.ByRefType::IsByRefImpl() extern "C" IL2CPP_METHOD_ATTR bool ByRefType_IsByRefImpl_m3962519791 (ByRefType_t2066805327 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Type System.Reflection.Emit.ByRefType::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * ByRefType_get_BaseType_m3006686054 (ByRefType_t2066805327 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByRefType_get_BaseType_m3006686054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (RuntimeArray_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.ByRefType::FormatName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ByRefType_FormatName_m4045363682 (ByRefType_t2066805327 * __this, String_t* ___elementName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByRefType_FormatName_m4045363682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___elementName0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { String_t* L_1 = ___elementName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_1, _stringLiteral3452614522, /*hidden argument*/NULL); return L_2; } } // System.Type System.Reflection.Emit.ByRefType::MakeByRefType() extern "C" IL2CPP_METHOD_ATTR Type_t * ByRefType_MakeByRefType_m272328919 (ByRefType_t2066805327 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByRefType_MakeByRefType_m272328919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArgumentException_t132251570 * L_0 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_0, _stringLiteral2989606046, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ByRefType_MakeByRefType_m272328919_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.Reflection.Emit.ConstructorBuilder::.ctor(System.Reflection.Emit.TypeBuilder,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type[],System.Type[][],System.Type[][]) extern "C" IL2CPP_METHOD_ATTR void ConstructorBuilder__ctor_m1580993362 (ConstructorBuilder_t2813524108 * __this, TypeBuilder_t1073948154 * ___tb0, int32_t ___attributes1, int32_t ___callingConvention2, TypeU5BU5D_t3940880105* ___parameterTypes3, TypeU5BU5DU5BU5D_t4042077012* ___paramModReq4, TypeU5BU5DU5BU5D_t4042077012* ___paramModOpt5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder__ctor_m1580993362_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MethodToken_t4055728386 V_1; memset(&V_1, 0, sizeof(V_1)); { __this->set_init_locals_10((bool)1); IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t5769829_il2cpp_TypeInfo_var); ConstructorInfo__ctor_m356047157(__this, /*hidden argument*/NULL); int32_t L_0 = ___attributes1; __this->set_attrs_4(((int32_t)((int32_t)((int32_t)((int32_t)L_0|(int32_t)((int32_t)2048)))|(int32_t)((int32_t)4096)))); int32_t L_1 = ___callingConvention2; __this->set_call_conv_7(L_1); TypeU5BU5D_t3940880105* L_2 = ___parameterTypes3; if (!L_2) { goto IL_007c; } } { V_0 = 0; goto IL_0052; } IL_0035: { TypeU5BU5D_t3940880105* L_3 = ___parameterTypes3; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Type_t * L_6 = (L_3)->GetAt(static_cast(L_5)); if (L_6) { goto IL_004e; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, _stringLiteral2983100596, _stringLiteral3892320758, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ConstructorBuilder__ctor_m1580993362_RuntimeMethod_var); } IL_004e: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0052: { int32_t L_9 = V_0; TypeU5BU5D_t3940880105* L_10 = ___parameterTypes3; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0035; } } { TypeU5BU5D_t3940880105* L_11 = ___parameterTypes3; NullCheck(L_11); __this->set_parameters_3(((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))); TypeU5BU5D_t3940880105* L_12 = ___parameterTypes3; TypeU5BU5D_t3940880105* L_13 = __this->get_parameters_3(); TypeU5BU5D_t3940880105* L_14 = ___parameterTypes3; NullCheck(L_14); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_12, (RuntimeArray *)(RuntimeArray *)L_13, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); } IL_007c: { TypeBuilder_t1073948154 * L_15 = ___tb0; __this->set_type_8(L_15); TypeU5BU5DU5BU5D_t4042077012* L_16 = ___paramModReq4; __this->set_paramModReq_11(L_16); TypeU5BU5DU5BU5D_t4042077012* L_17 = ___paramModOpt5; __this->set_paramModOpt_12(L_17); int32_t L_18 = ConstructorBuilder_get_next_table_index_m2681706538(__this, __this, 6, (bool)1, /*hidden argument*/NULL); __this->set_table_idx_6(L_18); TypeBuilder_t1073948154 * L_19 = ___tb0; NullCheck(L_19); Module_t2987026101 * L_20 = TypeBuilder_get_Module_m4154269895(L_19, /*hidden argument*/NULL); MethodToken_t4055728386 L_21 = ConstructorBuilder_GetToken_m109400720(__this, /*hidden argument*/NULL); V_1 = L_21; int32_t L_22 = MethodToken_get_Token_m966062910((&V_1), /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_20, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); ModuleBuilder_RegisterToken_m4166846047(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_20, ModuleBuilder_t731887691_il2cpp_TypeInfo_var)), __this, L_22, /*hidden argument*/NULL); return; } } // System.Reflection.CallingConventions System.Reflection.Emit.ConstructorBuilder::get_CallingConvention() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_get_CallingConvention_m3019479360 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_call_conv_7(); return L_0; } } // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ConstructorBuilder::get_TypeBuilder() extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ConstructorBuilder_get_TypeBuilder_m2755629087 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); return L_0; } } // System.Reflection.MethodImplAttributes System.Reflection.Emit.ConstructorBuilder::GetMethodImplementationFlags() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_GetMethodImplementationFlags_m3090402852 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_iattrs_5(); return L_0; } } // System.Reflection.ParameterInfo[] System.Reflection.Emit.ConstructorBuilder::GetParameters() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* ConstructorBuilder_GetParameters_m1348730871 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_GetParameters_m1348730871_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0022; } } { bool L_2 = ConstructorBuilder_get_IsCompilerContext_m3364441562(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { Exception_t * L_3 = ConstructorBuilder_not_created_m1456215494(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ConstructorBuilder_GetParameters_m1348730871_RuntimeMethod_var); } IL_0022: { ParameterInfoU5BU5D_t390618515* L_4 = ConstructorBuilder_GetParametersInternal_m2039842762(__this, /*hidden argument*/NULL); return L_4; } } // System.Reflection.ParameterInfo[] System.Reflection.Emit.ConstructorBuilder::GetParametersInternal() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* ConstructorBuilder_GetParametersInternal_m2039842762 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_GetParametersInternal_m2039842762_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; int32_t V_1 = 0; int32_t G_B5_0 = 0; ParameterInfoU5BU5D_t390618515* G_B5_1 = NULL; int32_t G_B4_0 = 0; ParameterInfoU5BU5D_t390618515* G_B4_1 = NULL; ParameterBuilder_t1137139675 * G_B6_0 = NULL; int32_t G_B6_1 = 0; ParameterInfoU5BU5D_t390618515* G_B6_2 = NULL; { TypeU5BU5D_t3940880105* L_0 = __this->get_parameters_3(); if (L_0) { goto IL_0012; } } { return ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0012: { TypeU5BU5D_t3940880105* L_1 = __this->get_parameters_3(); NullCheck(L_1); V_0 = ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))); V_1 = 0; goto IL_005a; } IL_0027: { ParameterInfoU5BU5D_t390618515* L_2 = V_0; int32_t L_3 = V_1; ParameterBuilderU5BU5D_t3054868058* L_4 = __this->get_pinfo_9(); G_B4_0 = L_3; G_B4_1 = L_2; if (L_4) { G_B5_0 = L_3; G_B5_1 = L_2; goto IL_003a; } } { G_B6_0 = ((ParameterBuilder_t1137139675 *)(NULL)); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0044; } IL_003a: { ParameterBuilderU5BU5D_t3054868058* L_5 = __this->get_pinfo_9(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); ParameterBuilder_t1137139675 * L_8 = (L_5)->GetAt(static_cast(L_7)); G_B6_0 = L_8; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0044: { TypeU5BU5D_t3940880105* L_9 = __this->get_parameters_3(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; Type_t * L_12 = (L_9)->GetAt(static_cast(L_11)); int32_t L_13 = V_1; ParameterInfo_t1861056598 * L_14 = (ParameterInfo_t1861056598 *)il2cpp_codegen_object_new(ParameterInfo_t1861056598_il2cpp_TypeInfo_var); ParameterInfo__ctor_m2779026345(L_14, G_B6_0, L_12, __this, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, L_14); (G_B6_2)->SetAt(static_cast(G_B6_1), (ParameterInfo_t1861056598 *)L_14); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005a: { int32_t L_16 = V_1; TypeU5BU5D_t3940880105* L_17 = __this->get_parameters_3(); NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0027; } } { ParameterInfoU5BU5D_t390618515* L_18 = V_0; return L_18; } } // System.Int32 System.Reflection.Emit.ConstructorBuilder::GetParameterCount() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_GetParameterCount_m1122995462 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = __this->get_parameters_3(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { TypeU5BU5D_t3940880105* L_1 = __this->get_parameters_3(); NullCheck(L_1); return (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); } } // System.Object System.Reflection.Emit.ConstructorBuilder::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConstructorBuilder_Invoke_m3979373259 (ConstructorBuilder_t2813524108 * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___parameters3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_Invoke_m3979373259_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ConstructorBuilder_Invoke_m3979373259_RuntimeMethod_var); } } // System.Object System.Reflection.Emit.ConstructorBuilder::Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConstructorBuilder_Invoke_m3010446651 (ConstructorBuilder_t2813524108 * __this, int32_t ___invokeAttr0, Binder_t2999457153 * ___binder1, ObjectU5BU5D_t2843939325* ___parameters2, CultureInfo_t4157843068 * ___culture3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_Invoke_m3010446651_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ConstructorBuilder_Invoke_m3010446651_RuntimeMethod_var); } } // System.RuntimeMethodHandle System.Reflection.Emit.ConstructorBuilder::get_MethodHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeMethodHandle_t1133924984 ConstructorBuilder_get_MethodHandle_m3934509563 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_get_MethodHandle_m3934509563_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ConstructorBuilder_get_MethodHandle_m3934509563_RuntimeMethod_var); } } // System.Reflection.MethodAttributes System.Reflection.Emit.ConstructorBuilder::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_get_Attributes_m1598011285 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_4(); return L_0; } } // System.Type System.Reflection.Emit.ConstructorBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * ConstructorBuilder_get_ReflectedType_m2642670880 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); return L_0; } } // System.Type System.Reflection.Emit.ConstructorBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * ConstructorBuilder_get_DeclaringType_m2098046507 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); return L_0; } } // System.String System.Reflection.Emit.ConstructorBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* ConstructorBuilder_get_Name_m2426555260 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_get_Name_m2426555260_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { int32_t L_0 = __this->get_attrs_4(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t5769829_il2cpp_TypeInfo_var); String_t* L_1 = ((ConstructorInfo_t5769829_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t5769829_il2cpp_TypeInfo_var))->get_TypeConstructorName_1(); G_B3_0 = L_1; goto IL_001d; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t5769829_il2cpp_TypeInfo_var); String_t* L_2 = ((ConstructorInfo_t5769829_StaticFields*)il2cpp_codegen_static_fields_for(ConstructorInfo_t5769829_il2cpp_TypeInfo_var))->get_ConstructorName_0(); G_B3_0 = L_2; } IL_001d: { return G_B3_0; } } // System.Boolean System.Reflection.Emit.ConstructorBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ConstructorBuilder_IsDefined_m3603803379 (ConstructorBuilder_t2813524108 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_IsDefined_m3603803379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ConstructorBuilder_IsDefined_m3603803379_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.ConstructorBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ConstructorBuilder_GetCustomAttributes_m2495332786 (ConstructorBuilder_t2813524108 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_GetCustomAttributes_m2495332786_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { bool L_2 = ConstructorBuilder_get_IsCompilerContext_m3364441562(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { bool L_3 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_4 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_3, /*hidden argument*/NULL); return L_4; } IL_0023: { Exception_t * L_5 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ConstructorBuilder_GetCustomAttributes_m2495332786_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.ConstructorBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ConstructorBuilder_GetCustomAttributes_m330373636 (ConstructorBuilder_t2813524108 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_GetCustomAttributes_m330373636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { bool L_2 = ConstructorBuilder_get_IsCompilerContext_m3364441562(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0024; } } { Type_t * L_3 = ___attributeType0; bool L_4 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_5 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0024: { Exception_t * L_6 = ConstructorBuilder_not_supported_m1054126936(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ConstructorBuilder_GetCustomAttributes_m330373636_RuntimeMethod_var); } } // System.Reflection.Emit.ILGenerator System.Reflection.Emit.ConstructorBuilder::GetILGenerator() extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * ConstructorBuilder_GetILGenerator_m1421260830 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { ILGenerator_t1388622344 * L_0 = ConstructorBuilder_GetILGenerator_m1750792206(__this, ((int32_t)64), /*hidden argument*/NULL); return L_0; } } // System.Reflection.Emit.ILGenerator System.Reflection.Emit.ConstructorBuilder::GetILGenerator(System.Int32) extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * ConstructorBuilder_GetILGenerator_m1750792206 (ConstructorBuilder_t2813524108 * __this, int32_t ___streamSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_GetILGenerator_m1750792206_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ILGenerator_t1388622344 * L_0 = __this->get_ilgen_2(); if (!L_0) { goto IL_0012; } } { ILGenerator_t1388622344 * L_1 = __this->get_ilgen_2(); return L_1; } IL_0012: { TypeBuilder_t1073948154 * L_2 = __this->get_type_8(); NullCheck(L_2); Module_t2987026101 * L_3 = TypeBuilder_get_Module_m4154269895(L_2, /*hidden argument*/NULL); TypeBuilder_t1073948154 * L_4 = __this->get_type_8(); NullCheck(L_4); Module_t2987026101 * L_5 = TypeBuilder_get_Module_m4154269895(L_4, /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_5, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); RuntimeObject* L_6 = ModuleBuilder_GetTokenGenerator_m4177350090(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_5, ModuleBuilder_t731887691_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t L_7 = ___streamSize0; ILGenerator_t1388622344 * L_8 = (ILGenerator_t1388622344 *)il2cpp_codegen_object_new(ILGenerator_t1388622344_il2cpp_TypeInfo_var); ILGenerator__ctor_m1540961053(L_8, L_3, L_6, L_7, /*hidden argument*/NULL); __this->set_ilgen_2(L_8); ILGenerator_t1388622344 * L_9 = __this->get_ilgen_2(); return L_9; } } // System.Reflection.Emit.MethodToken System.Reflection.Emit.ConstructorBuilder::GetToken() extern "C" IL2CPP_METHOD_ATTR MethodToken_t4055728386 ConstructorBuilder_GetToken_m109400720 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_table_idx_6(); MethodToken_t4055728386 L_1; memset(&L_1, 0, sizeof(L_1)); MethodToken__ctor_m2100013302((&L_1), ((int32_t)((int32_t)((int32_t)100663296)|(int32_t)L_0)), /*hidden argument*/NULL); return L_1; } } // System.Reflection.Module System.Reflection.Emit.ConstructorBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * ConstructorBuilder_get_Module_m1709295866 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { { Module_t2987026101 * L_0 = MemberInfo_get_Module_m4119009657(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Reflection.Emit.ConstructorBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ConstructorBuilder_ToString_m1596813917 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_ToString_m1596813917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); NullCheck(L_0); String_t* L_1 = TypeBuilder_get_Name_m1525921477(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral501570505, L_1, _stringLiteral3458054009, /*hidden argument*/NULL); return L_2; } } // System.Void System.Reflection.Emit.ConstructorBuilder::fixup() extern "C" IL2CPP_METHOD_ATTR void ConstructorBuilder_fixup_m3699998230 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_fixup_m3699998230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_attrs_4(); if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)9216)))) { goto IL_0058; } } { int32_t L_1 = __this->get_iattrs_5(); if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)4099)))) { goto IL_0058; } } { ILGenerator_t1388622344 * L_2 = __this->get_ilgen_2(); if (!L_2) { goto IL_003d; } } { ILGenerator_t1388622344 * L_3 = __this->get_ilgen_2(); IL2CPP_RUNTIME_CLASS_INIT(ILGenerator_t1388622344_il2cpp_TypeInfo_var); int32_t L_4 = ILGenerator_Mono_GetCurrentOffset_m993338688(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0058; } } IL_003d: { String_t* L_5 = ConstructorBuilder_get_Name_m2426555260(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3260778972, L_5, _stringLiteral861788849, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_7 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ConstructorBuilder_fixup_m3699998230_RuntimeMethod_var); } IL_0058: { ILGenerator_t1388622344 * L_8 = __this->get_ilgen_2(); if (!L_8) { goto IL_006e; } } { ILGenerator_t1388622344 * L_9 = __this->get_ilgen_2(); NullCheck(L_9); ILGenerator_label_fixup_m1749904972(L_9, /*hidden argument*/NULL); } IL_006e: { return; } } // System.Int32 System.Reflection.Emit.ConstructorBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ConstructorBuilder_get_next_table_index_m2681706538 (ConstructorBuilder_t2813524108 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_8(); RuntimeObject * L_1 = ___obj0; int32_t L_2 = ___table1; bool L_3 = ___inc2; NullCheck(L_0); int32_t L_4 = TypeBuilder_get_next_table_index_m789974556(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Reflection.Emit.ConstructorBuilder::get_IsCompilerContext() extern "C" IL2CPP_METHOD_ATTR bool ConstructorBuilder_get_IsCompilerContext_m3364441562 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_get_IsCompilerContext_m3364441562_MetadataUsageId); s_Il2CppMethodInitialized = true; } ModuleBuilder_t731887691 * V_0 = NULL; AssemblyBuilder_t359885250 * V_1 = NULL; { TypeBuilder_t1073948154 * L_0 = ConstructorBuilder_get_TypeBuilder_m2755629087(__this, /*hidden argument*/NULL); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); V_0 = ((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var)); ModuleBuilder_t731887691 * L_2 = V_0; NullCheck(L_2); Assembly_t * L_3 = Module_get_Assembly_m2485063752(L_2, /*hidden argument*/NULL); V_1 = ((AssemblyBuilder_t359885250 *)CastclassSealed((RuntimeObject*)L_3, AssemblyBuilder_t359885250_il2cpp_TypeInfo_var)); AssemblyBuilder_t359885250 * L_4 = V_1; NullCheck(L_4); bool L_5 = AssemblyBuilder_get_IsCompilerContext_m4201958597(L_4, /*hidden argument*/NULL); return L_5; } } // System.Exception System.Reflection.Emit.ConstructorBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * ConstructorBuilder_not_supported_m1054126936 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_not_supported_m1054126936_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*hidden argument*/NULL); return L_0; } } // System.Exception System.Reflection.Emit.ConstructorBuilder::not_created() extern "C" IL2CPP_METHOD_ATTR Exception_t * ConstructorBuilder_not_created_m1456215494 (ConstructorBuilder_t2813524108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConstructorBuilder_not_created_m1456215494_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral1269799139, /*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 #ifdef __clang__ #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.Reflection.Emit.DerivedType::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void DerivedType__ctor_m1853298054 (DerivedType_t4286302013 * __this, Type_t * ___elementType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType__ctor_m1853298054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type__ctor_m3795799013(__this, /*hidden argument*/NULL); Type_t * L_0 = ___elementType0; __this->set_elementType_8(L_0); return; } } // System.Void System.Reflection.Emit.DerivedType::create_unmanaged_type(System.Type) extern "C" IL2CPP_METHOD_ATTR void DerivedType_create_unmanaged_type_m747846525 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { typedef void (*DerivedType_create_unmanaged_type_m747846525_ftn) (Type_t *); using namespace il2cpp::icalls; ((DerivedType_create_unmanaged_type_m747846525_ftn)mscorlib::System::Reflection::Emit::DerivedType::create_unmanaged_type) (___type0); } // System.Type System.Reflection.Emit.DerivedType::GetInterface(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * DerivedType_GetInterface_m1167193043 (DerivedType_t4286302013 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetInterface_m1167193043_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,DerivedType_GetInterface_m1167193043_RuntimeMethod_var); } } // System.Type[] System.Reflection.Emit.DerivedType::GetInterfaces() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* DerivedType_GetInterfaces_m2159651138 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetInterfaces_m2159651138_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,DerivedType_GetInterfaces_m2159651138_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.DerivedType::GetElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * DerivedType_GetElementType_m2584464668 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); return L_0; } } // System.Reflection.EventInfo System.Reflection.Emit.DerivedType::GetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * DerivedType_GetEvent_m4157575360 (DerivedType_t4286302013 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetEvent_m4157575360_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,DerivedType_GetEvent_m4157575360_RuntimeMethod_var); } } // System.Reflection.FieldInfo System.Reflection.Emit.DerivedType::GetField(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * DerivedType_GetField_m2027861924 (DerivedType_t4286302013 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetField_m2027861924_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,DerivedType_GetField_m2027861924_RuntimeMethod_var); } } // System.Reflection.FieldInfo[] System.Reflection.Emit.DerivedType::GetFields(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* DerivedType_GetFields_m3190137327 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetFields_m3190137327_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,DerivedType_GetFields_m3190137327_RuntimeMethod_var); } } // System.Reflection.MethodInfo System.Reflection.Emit.DerivedType::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * DerivedType_GetMethodImpl_m1964451112 (DerivedType_t4286302013 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, int32_t ___callConvention3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetMethodImpl_m1964451112_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,DerivedType_GetMethodImpl_m1964451112_RuntimeMethod_var); } } // System.Reflection.MethodInfo[] System.Reflection.Emit.DerivedType::GetMethods(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* DerivedType_GetMethods_m3787404845 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetMethods_m3787404845_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,DerivedType_GetMethods_m3787404845_RuntimeMethod_var); } } // System.Reflection.PropertyInfo[] System.Reflection.Emit.DerivedType::GetProperties(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* DerivedType_GetProperties_m1122279043 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetProperties_m1122279043_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,DerivedType_GetProperties_m1122279043_RuntimeMethod_var); } } // System.Reflection.PropertyInfo System.Reflection.Emit.DerivedType::GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * DerivedType_GetPropertyImpl_m1772478290 (DerivedType_t4286302013 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetPropertyImpl_m1772478290_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,DerivedType_GetPropertyImpl_m1772478290_RuntimeMethod_var); } } // System.Reflection.ConstructorInfo System.Reflection.Emit.DerivedType::GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * DerivedType_GetConstructorImpl_m3293273905 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetConstructorImpl_m3293273905_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,DerivedType_GetConstructorImpl_m3293273905_RuntimeMethod_var); } } // System.Reflection.TypeAttributes System.Reflection.Emit.DerivedType::GetAttributeFlagsImpl() extern "C" IL2CPP_METHOD_ATTR int32_t DerivedType_GetAttributeFlagsImpl_m1180718237 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); int32_t L_1 = Type_get_Attributes_m58528356(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Reflection.Emit.DerivedType::HasElementTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_HasElementTypeImpl_m1097388608 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Reflection.Emit.DerivedType::IsArrayImpl() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsArrayImpl_m264758273 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.DerivedType::IsByRefImpl() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsByRefImpl_m2585680005 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.DerivedType::IsPointerImpl() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsPointerImpl_m1941000720 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.DerivedType::IsPrimitiveImpl() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsPrimitiveImpl_m2340048382 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Reflection.ConstructorInfo[] System.Reflection.Emit.DerivedType::GetConstructors(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* DerivedType_GetConstructors_m483065502 (DerivedType_t4286302013 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetConstructors_m483065502_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,DerivedType_GetConstructors_m483065502_RuntimeMethod_var); } } // System.Object System.Reflection.Emit.DerivedType::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DerivedType_InvokeMember_m2769515495 (DerivedType_t4286302013 * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t2843939325* ___args4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, CultureInfo_t4157843068 * ___culture6, StringU5BU5D_t1281789340* ___namedParameters7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_InvokeMember_m2769515495_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,DerivedType_InvokeMember_m2769515495_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.DerivedType::IsInstanceOfType(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsInstanceOfType_m1527022408 (DerivedType_t4286302013 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.DerivedType::IsAssignableFrom(System.Type) extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsAssignableFrom_m1623073368 (DerivedType_t4286302013 * __this, Type_t * ___c0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.DerivedType::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool DerivedType_get_ContainsGenericParameters_m2816335630 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(83 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_0); return L_1; } } // System.Type System.Reflection.Emit.DerivedType::MakeGenericType(System.Type[]) extern "C" IL2CPP_METHOD_ATTR Type_t * DerivedType_MakeGenericType_m100846339 (DerivedType_t4286302013 * __this, TypeU5BU5D_t3940880105* ___typeArguments0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_MakeGenericType_m100846339_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,DerivedType_MakeGenericType_m100846339_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.DerivedType::MakeByRefType() extern "C" IL2CPP_METHOD_ATTR Type_t * DerivedType_MakeByRefType_m252999187 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_MakeByRefType_m252999187_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByRefType_t2066805327 * L_0 = (ByRefType_t2066805327 *)il2cpp_codegen_object_new(ByRefType_t2066805327_il2cpp_TypeInfo_var); ByRefType__ctor_m194708390(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.String System.Reflection.Emit.DerivedType::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DerivedType_ToString_m2289563350 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(90 /* System.String System.Reflection.Emit.DerivedType::FormatName(System.String) */, __this, L_1); return L_2; } } // System.Reflection.Assembly System.Reflection.Emit.DerivedType::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * DerivedType_get_Assembly_m2979298667 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); Assembly_t * L_1 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_0); return L_1; } } // System.String System.Reflection.Emit.DerivedType::get_AssemblyQualifiedName() extern "C" IL2CPP_METHOD_ATTR String_t* DerivedType_get_AssemblyQualifiedName_m1959142976 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_get_AssemblyQualifiedName_m1959142976_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(90 /* System.String System.Reflection.Emit.DerivedType::FormatName(System.String) */, __this, L_1); V_0 = L_2; String_t* L_3 = V_0; if (L_3) { goto IL_001a; } } { return (String_t*)NULL; } IL_001a: { String_t* L_4 = V_0; Type_t * L_5 = __this->get_elementType_8(); NullCheck(L_5); Assembly_t * L_6 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_5); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3450517380, L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.Reflection.Emit.DerivedType::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* DerivedType_get_FullName_m1025358827 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(90 /* System.String System.Reflection.Emit.DerivedType::FormatName(System.String) */, __this, L_1); return L_2; } } // System.String System.Reflection.Emit.DerivedType::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DerivedType_get_Name_m1552295539 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(90 /* System.String System.Reflection.Emit.DerivedType::FormatName(System.String) */, __this, L_1); return L_2; } } // System.Reflection.Module System.Reflection.Emit.DerivedType::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * DerivedType_get_Module_m3032466746 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); Module_t2987026101 * L_1 = VirtFuncInvoker0< Module_t2987026101 * >::Invoke(10 /* System.Reflection.Module System.Type::get_Module() */, L_0); return L_1; } } // System.String System.Reflection.Emit.DerivedType::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* DerivedType_get_Namespace_m2649418450 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_elementType_8(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Type::get_Namespace() */, L_0); return L_1; } } // System.RuntimeTypeHandle System.Reflection.Emit.DerivedType::get_TypeHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeTypeHandle_t3027515415 DerivedType_get_TypeHandle_m2879235498 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_get_TypeHandle_m2879235498_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,DerivedType_get_TypeHandle_m2879235498_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.DerivedType::get_UnderlyingSystemType() extern "C" IL2CPP_METHOD_ATTR Type_t * DerivedType_get_UnderlyingSystemType_m392724457 (DerivedType_t4286302013 * __this, const RuntimeMethod* method) { { DerivedType_create_unmanaged_type_m747846525(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return __this; } } // System.Boolean System.Reflection.Emit.DerivedType::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DerivedType_IsDefined_m3906894566 (DerivedType_t4286302013 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_IsDefined_m3906894566_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,DerivedType_IsDefined_m3906894566_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.DerivedType::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* DerivedType_GetCustomAttributes_m851300494 (DerivedType_t4286302013 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetCustomAttributes_m851300494_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,DerivedType_GetCustomAttributes_m851300494_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.DerivedType::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* DerivedType_GetCustomAttributes_m3536779709 (DerivedType_t4286302013 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DerivedType_GetCustomAttributes_m3536779709_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,DerivedType_GetCustomAttributes_m3536779709_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.Reflection.Emit.DynamicMethod::.ctor(System.String,System.Type,System.Type[],System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DynamicMethod__ctor_m3076838442 (DynamicMethod_t2537779570 * __this, String_t* ___name0, Type_t * ___returnType1, TypeU5BU5D_t3940880105* ___parameterTypes2, Type_t * ___owner3, bool ___skipVisibility4, const RuntimeMethod* method) { { String_t* L_0 = ___name0; Type_t * L_1 = ___returnType1; TypeU5BU5D_t3940880105* L_2 = ___parameterTypes2; Type_t * L_3 = ___owner3; bool L_4 = ___skipVisibility4; DynamicMethod__ctor_m4022621926(__this, L_0, ((int32_t)22), 1, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Emit.DynamicMethod::.ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DynamicMethod__ctor_m4022621926 (DynamicMethod_t2537779570 * __this, String_t* ___name0, int32_t ___attributes1, int32_t ___callingConvention2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___parameterTypes4, Type_t * ___owner5, bool ___skipVisibility6, const RuntimeMethod* method) { { String_t* L_0 = ___name0; int32_t L_1 = ___attributes1; int32_t L_2 = ___callingConvention2; Type_t * L_3 = ___returnType3; TypeU5BU5D_t3940880105* L_4 = ___parameterTypes4; Type_t * L_5 = ___owner5; Type_t * L_6 = ___owner5; NullCheck(L_6); Module_t2987026101 * L_7 = VirtFuncInvoker0< Module_t2987026101 * >::Invoke(10 /* System.Reflection.Module System.Type::get_Module() */, L_6); bool L_8 = ___skipVisibility6; DynamicMethod__ctor_m3668890714(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_7, L_8, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Emit.DynamicMethod::.ctor(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type,System.Reflection.Module,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DynamicMethod__ctor_m3668890714 (DynamicMethod_t2537779570 * __this, String_t* ___name0, int32_t ___attributes1, int32_t ___callingConvention2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___parameterTypes4, Type_t * ___owner5, Module_t2987026101 * ___m6, bool ___skipVisibility7, bool ___anonHosted8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod__ctor_m3668890714_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { __this->set_init_locals_8((bool)1); MethodInfo__ctor_m2805780217(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; if (L_0) { goto IL_001e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DynamicMethod__ctor_m3668890714_RuntimeMethod_var); } IL_001e: { Type_t * L_2 = ___returnType3; if (L_2) { goto IL_0031; } } { RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (Void_t1185182177_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); ___returnType3 = L_4; } IL_0031: { Module_t2987026101 * L_5 = ___m6; if (L_5) { goto IL_004a; } } { bool L_6 = ___anonHosted8; if (L_6) { goto IL_004a; } } { ArgumentNullException_t1615371798 * L_7 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_7, _stringLiteral3452614595, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DynamicMethod__ctor_m3668890714_RuntimeMethod_var); } IL_004a: { Type_t * L_8 = ___returnType3; NullCheck(L_8); bool L_9 = Type_get_IsByRef_m1262524108(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0066; } } { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_10, _stringLiteral2810608070, _stringLiteral1304998791, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,DynamicMethod__ctor_m3668890714_RuntimeMethod_var); } IL_0066: { TypeU5BU5D_t3940880105* L_11 = ___parameterTypes4; if (!L_11) { goto IL_00ab; } } { V_0 = 0; goto IL_00a1; } IL_0074: { TypeU5BU5D_t3940880105* L_12 = ___parameterTypes4; int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; Type_t * L_15 = (L_12)->GetAt(static_cast(L_14)); if (L_15) { goto IL_009d; } } { int32_t L_16 = V_0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral3367246362, L_18, _stringLiteral319506225, /*hidden argument*/NULL); ArgumentException_t132251570 * L_20 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_20, L_19, _stringLiteral3892320758, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,DynamicMethod__ctor_m3668890714_RuntimeMethod_var); } IL_009d: { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_00a1: { int32_t L_22 = V_0; TypeU5BU5D_t3940880105* L_23 = ___parameterTypes4; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { goto IL_0074; } } IL_00ab: { Module_t2987026101 * L_24 = ___m6; if (L_24) { goto IL_00b9; } } { IL2CPP_RUNTIME_CLASS_INIT(AnonHostModuleHolder_t3274688547_il2cpp_TypeInfo_var); Module_t2987026101 * L_25 = ((AnonHostModuleHolder_t3274688547_StaticFields*)il2cpp_codegen_static_fields_for(AnonHostModuleHolder_t3274688547_il2cpp_TypeInfo_var))->get_anon_host_module_0(); ___m6 = L_25; } IL_00b9: { String_t* L_26 = ___name0; __this->set_name_1(L_26); int32_t L_27 = ___attributes1; __this->set_attributes_4(((int32_t)((int32_t)L_27|(int32_t)((int32_t)16)))); int32_t L_28 = ___callingConvention2; __this->set_callingConvention_5(L_28); Type_t * L_29 = ___returnType3; __this->set_returnType_2(L_29); TypeU5BU5D_t3940880105* L_30 = ___parameterTypes4; __this->set_parameters_3(L_30); Type_t * L_31 = ___owner5; __this->set_owner_13(L_31); Module_t2987026101 * L_32 = ___m6; __this->set_module_6(L_32); bool L_33 = ___skipVisibility7; __this->set_skipVisibility_7(L_33); return; } } // System.Void System.Reflection.Emit.DynamicMethod::create_dynamic_method(System.Reflection.Emit.DynamicMethod) extern "C" IL2CPP_METHOD_ATTR void DynamicMethod_create_dynamic_method_m1579875961 (DynamicMethod_t2537779570 * __this, DynamicMethod_t2537779570 * ___m0, const RuntimeMethod* method) { typedef void (*DynamicMethod_create_dynamic_method_m1579875961_ftn) (DynamicMethod_t2537779570 *, DynamicMethod_t2537779570 *); using namespace il2cpp::icalls; ((DynamicMethod_create_dynamic_method_m1579875961_ftn)mscorlib::System::Reflection::Emit::DynamicMethod::create_dynamic_method) (__this, ___m0); } // System.Void System.Reflection.Emit.DynamicMethod::destroy_dynamic_method(System.Reflection.Emit.DynamicMethod) extern "C" IL2CPP_METHOD_ATTR void DynamicMethod_destroy_dynamic_method_m2651031212 (DynamicMethod_t2537779570 * __this, DynamicMethod_t2537779570 * ___m0, const RuntimeMethod* method) { typedef void (*DynamicMethod_destroy_dynamic_method_m2651031212_ftn) (DynamicMethod_t2537779570 *, DynamicMethod_t2537779570 *); using namespace il2cpp::icalls; ((DynamicMethod_destroy_dynamic_method_m2651031212_ftn)mscorlib::System::Reflection::Emit::DynamicMethod::destroy_dynamic_method) (__this, ___m0); } // System.Void System.Reflection.Emit.DynamicMethod::CreateDynMethod() extern "C" IL2CPP_METHOD_ATTR void DynamicMethod_CreateDynMethod_m3853278069 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod_CreateDynMethod_m3853278069_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DynamicMethod_t2537779570 * V_1 = 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); { RuntimeMethodHandle_t1133924984 * L_0 = __this->get_address_of_mhandle_0(); intptr_t L_1 = RuntimeMethodHandle_get_Value_m723997769(L_0, /*hidden argument*/NULL); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_1, (intptr_t)(0), /*hidden argument*/NULL); if (!L_2) { goto IL_00cb; } } { ILGenerator_t1388622344 * L_3 = __this->get_ilgen_9(); if (!L_3) { goto IL_0035; } } { ILGenerator_t1388622344 * L_4 = __this->get_ilgen_9(); IL2CPP_RUNTIME_CLASS_INIT(ILGenerator_t1388622344_il2cpp_TypeInfo_var); int32_t L_5 = ILGenerator_Mono_GetCurrentOffset_m993338688(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0050; } } IL_0035: { String_t* L_6 = __this->get_name_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3260778972, L_6, _stringLiteral861788849, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_8 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DynamicMethod_CreateDynMethod_m3853278069_RuntimeMethod_var); } IL_0050: { ILGenerator_t1388622344 * L_9 = __this->get_ilgen_9(); NullCheck(L_9); ILGenerator_label_fixup_m1749904972(L_9, /*hidden argument*/NULL); } IL_005b: try { // begin try (depth: 1) { __this->set_creating_17((bool)1); ObjectU5BU5D_t2843939325* L_10 = __this->get_refs_11(); if (!L_10) { goto IL_00b7; } } IL_006d: { V_0 = 0; goto IL_00a9; } IL_0074: { ObjectU5BU5D_t2843939325* L_11 = __this->get_refs_11(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; RuntimeObject * L_14 = (L_11)->GetAt(static_cast(L_13)); if (!((DynamicMethod_t2537779570 *)IsInstSealed((RuntimeObject*)L_14, DynamicMethod_t2537779570_il2cpp_TypeInfo_var))) { goto IL_00a5; } } IL_0086: { ObjectU5BU5D_t2843939325* L_15 = __this->get_refs_11(); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = L_16; RuntimeObject * L_18 = (L_15)->GetAt(static_cast(L_17)); V_1 = ((DynamicMethod_t2537779570 *)CastclassSealed((RuntimeObject*)L_18, DynamicMethod_t2537779570_il2cpp_TypeInfo_var)); DynamicMethod_t2537779570 * L_19 = V_1; NullCheck(L_19); bool L_20 = L_19->get_creating_17(); if (L_20) { goto IL_00a5; } } IL_009f: { DynamicMethod_t2537779570 * L_21 = V_1; NullCheck(L_21); DynamicMethod_CreateDynMethod_m3853278069(L_21, /*hidden argument*/NULL); } IL_00a5: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_00a9: { int32_t L_23 = V_0; ObjectU5BU5D_t2843939325* L_24 = __this->get_refs_11(); NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_0074; } } IL_00b7: { IL2CPP_LEAVE(0xC4, FINALLY_00bc); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bc; } FINALLY_00bc: { // begin finally (depth: 1) __this->set_creating_17((bool)0); 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: { DynamicMethod_create_dynamic_method_m1579875961(__this, __this, /*hidden argument*/NULL); } IL_00cb: { return; } } // System.Void System.Reflection.Emit.DynamicMethod::Finalize() extern "C" IL2CPP_METHOD_ATTR void DynamicMethod_Finalize_m3410343626 (DynamicMethod_t2537779570 * __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) DynamicMethod_destroy_dynamic_method_m2651031212(__this, __this, /*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.Delegate System.Reflection.Emit.DynamicMethod::CreateDelegate(System.Type) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * DynamicMethod_CreateDelegate_m2104143210 (DynamicMethod_t2537779570 * __this, Type_t * ___delegateType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod_CreateDelegate_m2104143210_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___delegateType0; 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, _stringLiteral3610891033, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DynamicMethod_CreateDelegate_m2104143210_RuntimeMethod_var); } IL_0011: { Delegate_t1188392813 * L_2 = __this->get_deleg_14(); if (!L_2) { goto IL_0023; } } { Delegate_t1188392813 * L_3 = __this->get_deleg_14(); return L_3; } IL_0023: { DynamicMethod_CreateDynMethod_m3853278069(__this, /*hidden argument*/NULL); Type_t * L_4 = ___delegateType0; Delegate_t1188392813 * L_5 = Delegate_CreateDelegate_m2396489936(NULL /*static, unused*/, L_4, __this, /*hidden argument*/NULL); __this->set_deleg_14(L_5); Delegate_t1188392813 * L_6 = __this->get_deleg_14(); return L_6; } } // System.Reflection.MethodInfo System.Reflection.Emit.DynamicMethod::GetBaseDefinition() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * DynamicMethod_GetBaseDefinition_m2593491625 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { return __this; } } // System.Object[] System.Reflection.Emit.DynamicMethod::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* DynamicMethod_GetCustomAttributes_m826227141 (DynamicMethod_t2537779570 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod_GetCustomAttributes_m826227141_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t3489357830 * L_0 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DynamicMethod_GetCustomAttributes_m826227141_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.DynamicMethod::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* DynamicMethod_GetCustomAttributes_m179017115 (DynamicMethod_t2537779570 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod_GetCustomAttributes_m179017115_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t3489357830 * L_0 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DynamicMethod_GetCustomAttributes_m179017115_RuntimeMethod_var); } } // System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod::GetILGenerator() extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * DynamicMethod_GetILGenerator_m1223997724 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { ILGenerator_t1388622344 * L_0 = DynamicMethod_GetILGenerator_m29875873(__this, ((int32_t)64), /*hidden argument*/NULL); return L_0; } } // System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod::GetILGenerator(System.Int32) extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * DynamicMethod_GetILGenerator_m29875873 (DynamicMethod_t2537779570 * __this, int32_t ___streamSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod_GetILGenerator_m29875873_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = DynamicMethod_GetMethodImplementationFlags_m128320949(__this, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_0&(int32_t)3))) { goto IL_001a; } } { int32_t L_1 = DynamicMethod_GetMethodImplementationFlags_m128320949(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_1&(int32_t)4))) { goto IL_0025; } } IL_001a: { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, _stringLiteral1920911025, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,DynamicMethod_GetILGenerator_m29875873_RuntimeMethod_var); } IL_0025: { ILGenerator_t1388622344 * L_3 = __this->get_ilgen_9(); if (!L_3) { goto IL_0037; } } { ILGenerator_t1388622344 * L_4 = __this->get_ilgen_9(); return L_4; } IL_0037: { Module_t2987026101 * L_5 = DynamicMethod_get_Module_m12989615(__this, /*hidden argument*/NULL); DynamicMethodTokenGenerator_t1364612456 * L_6 = (DynamicMethodTokenGenerator_t1364612456 *)il2cpp_codegen_object_new(DynamicMethodTokenGenerator_t1364612456_il2cpp_TypeInfo_var); DynamicMethodTokenGenerator__ctor_m308209527(L_6, __this, /*hidden argument*/NULL); int32_t L_7 = ___streamSize0; ILGenerator_t1388622344 * L_8 = (ILGenerator_t1388622344 *)il2cpp_codegen_object_new(ILGenerator_t1388622344_il2cpp_TypeInfo_var); ILGenerator__ctor_m1540961053(L_8, L_5, L_6, L_7, /*hidden argument*/NULL); __this->set_ilgen_9(L_8); ILGenerator_t1388622344 * L_9 = __this->get_ilgen_9(); return L_9; } } // System.Reflection.MethodImplAttributes System.Reflection.Emit.DynamicMethod::GetMethodImplementationFlags() extern "C" IL2CPP_METHOD_ATTR int32_t DynamicMethod_GetMethodImplementationFlags_m128320949 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Reflection.ParameterInfo[] System.Reflection.Emit.DynamicMethod::GetParameters() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* DynamicMethod_GetParameters_m2873920314 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod_GetParameters_m2873920314_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; int32_t V_1 = 0; int32_t G_B5_0 = 0; ParameterInfoU5BU5D_t390618515* G_B5_1 = NULL; int32_t G_B4_0 = 0; ParameterInfoU5BU5D_t390618515* G_B4_1 = NULL; ParameterBuilder_t1137139675 * G_B6_0 = NULL; int32_t G_B6_1 = 0; ParameterInfoU5BU5D_t390618515* G_B6_2 = NULL; { TypeU5BU5D_t3940880105* L_0 = __this->get_parameters_3(); if (L_0) { goto IL_0012; } } { return ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0012: { TypeU5BU5D_t3940880105* L_1 = __this->get_parameters_3(); NullCheck(L_1); V_0 = ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))); V_1 = 0; goto IL_005a; } IL_0027: { ParameterInfoU5BU5D_t390618515* L_2 = V_0; int32_t L_3 = V_1; ParameterBuilderU5BU5D_t3054868058* L_4 = __this->get_pinfo_16(); G_B4_0 = L_3; G_B4_1 = L_2; if (L_4) { G_B5_0 = L_3; G_B5_1 = L_2; goto IL_003a; } } { G_B6_0 = ((ParameterBuilder_t1137139675 *)(NULL)); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0044; } IL_003a: { ParameterBuilderU5BU5D_t3054868058* L_5 = __this->get_pinfo_16(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); ParameterBuilder_t1137139675 * L_8 = (L_5)->GetAt(static_cast(L_7)); G_B6_0 = L_8; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0044: { TypeU5BU5D_t3940880105* L_9 = __this->get_parameters_3(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; Type_t * L_12 = (L_9)->GetAt(static_cast(L_11)); int32_t L_13 = V_1; ParameterInfo_t1861056598 * L_14 = (ParameterInfo_t1861056598 *)il2cpp_codegen_object_new(ParameterInfo_t1861056598_il2cpp_TypeInfo_var); ParameterInfo__ctor_m2779026345(L_14, G_B6_0, L_12, __this, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, L_14); (G_B6_2)->SetAt(static_cast(G_B6_1), (ParameterInfo_t1861056598 *)L_14); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005a: { int32_t L_16 = V_1; TypeU5BU5D_t3940880105* L_17 = __this->get_parameters_3(); NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0027; } } { ParameterInfoU5BU5D_t390618515* L_18 = V_0; return L_18; } } // System.Object System.Reflection.Emit.DynamicMethod::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DynamicMethod_Invoke_m1697917514 (DynamicMethod_t2537779570 * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___parameters3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod_Invoke_m1697917514_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodAccessException_t190175859 * V_0 = NULL; RuntimeObject * V_1 = 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); IL_0000: try { // begin try (depth: 1) { DynamicMethod_CreateDynMethod_m3853278069(__this, /*hidden argument*/NULL); MonoMethod_t * L_0 = __this->get_method_15(); if (L_0) { goto IL_0022; } } IL_0011: { RuntimeMethodHandle_t1133924984 L_1 = __this->get_mhandle_0(); MonoMethod_t * L_2 = (MonoMethod_t *)il2cpp_codegen_object_new(MonoMethod_t_il2cpp_TypeInfo_var); MonoMethod__ctor_m3792454563(L_2, L_1, /*hidden argument*/NULL); __this->set_method_15(L_2); } IL_0022: { MonoMethod_t * L_3 = __this->get_method_15(); RuntimeObject * L_4 = ___obj0; ObjectU5BU5D_t2843939325* L_5 = ___parameters3; NullCheck(L_3); RuntimeObject * L_6 = MethodBase_Invoke_m1776411915(L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; goto IL_004d; } IL_0036: { ; // IL_0036: leave IL_004d } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (MethodAccessException_t190175859_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003b; throw e; } CATCH_003b: { // begin catch(System.MethodAccessException) { V_0 = ((MethodAccessException_t190175859 *)__exception_local); MethodAccessException_t190175859 * L_7 = V_0; TargetInvocationException_t4266643902 * L_8 = (TargetInvocationException_t4266643902 *)il2cpp_codegen_object_new(TargetInvocationException_t4266643902_il2cpp_TypeInfo_var); TargetInvocationException__ctor_m1498620089(L_8, _stringLiteral3938888430, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DynamicMethod_Invoke_m1697917514_RuntimeMethod_var); } IL_0048: { goto IL_004d; } } // end catch (depth: 1) IL_004d: { RuntimeObject * L_9 = V_1; return L_9; } } // System.Boolean System.Reflection.Emit.DynamicMethod::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DynamicMethod_IsDefined_m2556354904 (DynamicMethod_t2537779570 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod_IsDefined_m2556354904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t3489357830 * L_0 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DynamicMethod_IsDefined_m2556354904_RuntimeMethod_var); } } // System.String System.Reflection.Emit.DynamicMethod::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DynamicMethod_ToString_m2710486086 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod_ToString_m2710486086_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; int32_t V_2 = 0; { 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(); V_0 = L_0; ParameterInfoU5BU5D_t390618515* L_1 = DynamicMethod_GetParameters_m2873920314(__this, /*hidden argument*/NULL); V_1 = L_1; V_2 = 0; goto IL_003f; } IL_0014: { int32_t L_2 = V_2; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0027; } } { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_3, _stringLiteral3450517380, /*hidden argument*/NULL); V_0 = L_4; } IL_0027: { String_t* L_5 = V_0; ParameterInfoU5BU5D_t390618515* L_6 = V_1; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; ParameterInfo_t1861056598 * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_9); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, L_11, /*hidden argument*/NULL); V_0 = L_12; int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003f: { int32_t L_14 = V_2; ParameterInfoU5BU5D_t390618515* L_15 = V_1; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0014; } } { StringU5BU5D_t1281789340* L_16 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)6)); Type_t * L_17 = DynamicMethod_get_ReturnType_m4219951145(__this, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_17); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(0), (String_t*)L_18); StringU5BU5D_t1281789340* L_19 = L_16; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral3452614528); (L_19)->SetAt(static_cast(1), (String_t*)_stringLiteral3452614528); StringU5BU5D_t1281789340* L_20 = L_19; String_t* L_21 = DynamicMethod_get_Name_m1287905(__this, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(2), (String_t*)L_21); StringU5BU5D_t1281789340* L_22 = L_20; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral3452614536); (L_22)->SetAt(static_cast(3), (String_t*)_stringLiteral3452614536); StringU5BU5D_t1281789340* L_23 = L_22; String_t* L_24 = V_0; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(4), (String_t*)L_24); StringU5BU5D_t1281789340* L_25 = L_23; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral3452614535); (L_25)->SetAt(static_cast(5), (String_t*)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m1809518182(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); return L_26; } } // System.Reflection.MethodAttributes System.Reflection.Emit.DynamicMethod::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t DynamicMethod_get_Attributes_m2260783207 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attributes_4(); return L_0; } } // System.Reflection.CallingConventions System.Reflection.Emit.DynamicMethod::get_CallingConvention() extern "C" IL2CPP_METHOD_ATTR int32_t DynamicMethod_get_CallingConvention_m2686016598 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_callingConvention_5(); return L_0; } } // System.Type System.Reflection.Emit.DynamicMethod::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * DynamicMethod_get_DeclaringType_m4003101913 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { return (Type_t *)NULL; } } // System.RuntimeMethodHandle System.Reflection.Emit.DynamicMethod::get_MethodHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeMethodHandle_t1133924984 DynamicMethod_get_MethodHandle_m2498039394 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { RuntimeMethodHandle_t1133924984 L_0 = __this->get_mhandle_0(); return L_0; } } // System.Reflection.Module System.Reflection.Emit.DynamicMethod::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * DynamicMethod_get_Module_m12989615 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { Module_t2987026101 * L_0 = __this->get_module_6(); return L_0; } } // System.String System.Reflection.Emit.DynamicMethod::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DynamicMethod_get_Name_m1287905 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } // System.Type System.Reflection.Emit.DynamicMethod::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * DynamicMethod_get_ReflectedType_m2748486053 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { return (Type_t *)NULL; } } // System.Type System.Reflection.Emit.DynamicMethod::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR Type_t * DynamicMethod_get_ReturnType_m4219951145 (DynamicMethod_t2537779570 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_returnType_2(); return L_0; } } // System.Int32 System.Reflection.Emit.DynamicMethod::AddRef(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DynamicMethod_AddRef_m3960524256 (DynamicMethod_t2537779570 * __this, RuntimeObject * ___reference0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethod_AddRef_m3960524256_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { ObjectU5BU5D_t2843939325* L_0 = __this->get_refs_11(); if (L_0) { goto IL_0017; } } { __this->set_refs_11(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4))); } IL_0017: { int32_t L_1 = __this->get_nrefs_10(); ObjectU5BU5D_t2843939325* L_2 = __this->get_refs_11(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)1))))) { goto IL_0057; } } { ObjectU5BU5D_t2843939325* L_3 = __this->get_refs_11(); NullCheck(L_3); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)))); ObjectU5BU5D_t2843939325* L_4 = __this->get_refs_11(); ObjectU5BU5D_t2843939325* L_5 = V_0; ObjectU5BU5D_t2843939325* L_6 = __this->get_refs_11(); NullCheck(L_6); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_7 = V_0; __this->set_refs_11(L_7); } IL_0057: { ObjectU5BU5D_t2843939325* L_8 = __this->get_refs_11(); int32_t L_9 = __this->get_nrefs_10(); RuntimeObject * L_10 = ___reference0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(L_9), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = __this->get_refs_11(); int32_t L_12 = __this->get_nrefs_10(); NullCheck(L_11); ArrayElementTypeCheck (L_11, NULL); (L_11)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))), (RuntimeObject *)NULL); int32_t L_13 = __this->get_nrefs_10(); __this->set_nrefs_10(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2))); int32_t L_14 = __this->get_nrefs_10(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Emit.DynamicMethod/AnonHostModuleHolder::.cctor() extern "C" IL2CPP_METHOD_ATTR void AnonHostModuleHolder__cctor_m3350947513 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AnonHostModuleHolder__cctor_m3350947513_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssemblyName_t270931938 * V_0 = NULL; AssemblyBuilder_t359885250 * V_1 = NULL; { AssemblyName_t270931938 * L_0 = (AssemblyName_t270931938 *)il2cpp_codegen_object_new(AssemblyName_t270931938_il2cpp_TypeInfo_var); AssemblyName__ctor_m2786326352(L_0, /*hidden argument*/NULL); V_0 = L_0; AssemblyName_t270931938 * L_1 = V_0; NullCheck(L_1); AssemblyName_set_Name_m1981626655(L_1, _stringLiteral592120827, /*hidden argument*/NULL); AppDomain_t1571427825 * L_2 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); AssemblyName_t270931938 * L_3 = V_0; NullCheck(L_2); AssemblyBuilder_t359885250 * L_4 = AppDomain_DefineDynamicAssembly_m2893604260(L_2, L_3, 1, /*hidden argument*/NULL); V_1 = L_4; AssemblyBuilder_t359885250 * L_5 = V_1; NullCheck(L_5); Module_t2987026101 * L_6 = AssemblyBuilder_GetManifestModule_m1394591860(L_5, /*hidden argument*/NULL); ((AnonHostModuleHolder_t3274688547_StaticFields*)il2cpp_codegen_static_fields_for(AnonHostModuleHolder_t3274688547_il2cpp_TypeInfo_var))->set_anon_host_module_0(L_6); 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.Reflection.Emit.DynamicMethodTokenGenerator::.ctor(System.Reflection.Emit.DynamicMethod) extern "C" IL2CPP_METHOD_ATTR void DynamicMethodTokenGenerator__ctor_m308209527 (DynamicMethodTokenGenerator_t1364612456 * __this, DynamicMethod_t2537779570 * ___m0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); DynamicMethod_t2537779570 * L_0 = ___m0; __this->set_m_0(L_0); return; } } // System.Int32 System.Reflection.Emit.DynamicMethodTokenGenerator::GetToken(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t DynamicMethodTokenGenerator_GetToken_m4049986329 (DynamicMethodTokenGenerator_t1364612456 * __this, String_t* ___str0, const RuntimeMethod* method) { { DynamicMethod_t2537779570 * L_0 = __this->get_m_0(); String_t* L_1 = ___str0; NullCheck(L_0); int32_t L_2 = DynamicMethod_AddRef_m3960524256(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Reflection.Emit.DynamicMethodTokenGenerator::GetToken(System.Reflection.MethodInfo,System.Type[]) extern "C" IL2CPP_METHOD_ATTR int32_t DynamicMethodTokenGenerator_GetToken_m2382141994 (DynamicMethodTokenGenerator_t1364612456 * __this, MethodInfo_t * ___method0, TypeU5BU5D_t3940880105* ___opt_param_types1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DynamicMethodTokenGenerator_GetToken_m2382141994_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DynamicMethodTokenGenerator_GetToken_m2382141994_RuntimeMethod_var); } } // System.Int32 System.Reflection.Emit.DynamicMethodTokenGenerator::GetToken(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR int32_t DynamicMethodTokenGenerator_GetToken_m2256061717 (DynamicMethodTokenGenerator_t1364612456 * __this, MemberInfo_t * ___member0, const RuntimeMethod* method) { { DynamicMethod_t2537779570 * L_0 = __this->get_m_0(); MemberInfo_t * L_1 = ___member0; NullCheck(L_0); int32_t L_2 = DynamicMethod_AddRef_m3960524256(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.Reflection.Assembly System.Reflection.Emit.EnumBuilder::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * EnumBuilder_get_Assembly_m1175292766 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Assembly_t * L_1 = TypeBuilder_get_Assembly_m4071790036(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.EnumBuilder::get_AssemblyQualifiedName() extern "C" IL2CPP_METHOD_ATTR String_t* EnumBuilder_get_AssemblyQualifiedName_m3542375588 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); String_t* L_1 = TypeBuilder_get_AssemblyQualifiedName_m4059714567(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Emit.EnumBuilder::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_get_BaseType_m1707640163 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Type_t * L_1 = TypeBuilder_get_BaseType_m3571781126(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Emit.EnumBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_get_DeclaringType_m4266754303 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Type_t * L_1 = TypeBuilder_get_DeclaringType_m4128305641(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.EnumBuilder::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* EnumBuilder_get_FullName_m86524873 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); String_t* L_1 = TypeBuilder_get_FullName_m420272554(L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.Module System.Reflection.Emit.EnumBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * EnumBuilder_get_Module_m3038920337 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.EnumBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* EnumBuilder_get_Name_m4016811629 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); String_t* L_1 = TypeBuilder_get_Name_m1525921477(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.EnumBuilder::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* EnumBuilder_get_Namespace_m931779410 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); String_t* L_1 = TypeBuilder_get_Namespace_m4175323609(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Emit.EnumBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_get_ReflectedType_m3155130643 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Type_t * L_1 = TypeBuilder_get_ReflectedType_m3266505878(L_0, /*hidden argument*/NULL); return L_1; } } // System.RuntimeTypeHandle System.Reflection.Emit.EnumBuilder::get_TypeHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeTypeHandle_t3027515415 EnumBuilder_get_TypeHandle_m825995360 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); RuntimeTypeHandle_t3027515415 L_1 = TypeBuilder_get_TypeHandle_m3498565307(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Emit.EnumBuilder::get_UnderlyingSystemType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_get_UnderlyingSystemType_m1095282781 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__underlyingType_9(); return L_0; } } // System.Reflection.TypeAttributes System.Reflection.Emit.EnumBuilder::GetAttributeFlagsImpl() extern "C" IL2CPP_METHOD_ATTR int32_t EnumBuilder_GetAttributeFlagsImpl_m2708654755 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); int32_t L_1 = L_0->get_attrs_22(); return L_1; } } // System.Reflection.ConstructorInfo System.Reflection.Emit.EnumBuilder::GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * EnumBuilder_GetConstructorImpl_m3068576149 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; Binder_t2999457153 * L_2 = ___binder1; int32_t L_3 = ___callConvention2; TypeU5BU5D_t3940880105* L_4 = ___types3; ParameterModifierU5BU5D_t2943407543* L_5 = ___modifiers4; NullCheck(L_0); ConstructorInfo_t5769829 * L_6 = Type_GetConstructor_m1195697116(L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Reflection.ConstructorInfo[] System.Reflection.Emit.EnumBuilder::GetConstructors(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* EnumBuilder_GetConstructors_m3294436155 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; NullCheck(L_0); ConstructorInfoU5BU5D_t881249896* L_2 = TypeBuilder_GetConstructors_m26844333(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.Emit.EnumBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* EnumBuilder_GetCustomAttributes_m3678770762 (EnumBuilder_t2400448213 * __this, bool ___inherit0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); bool L_1 = ___inherit0; NullCheck(L_0); ObjectU5BU5D_t2843939325* L_2 = TypeBuilder_GetCustomAttributes_m2898560796(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.Emit.EnumBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* EnumBuilder_GetCustomAttributes_m166600193 (EnumBuilder_t2400448213 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); Type_t * L_1 = ___attributeType0; bool L_2 = ___inherit1; NullCheck(L_0); ObjectU5BU5D_t2843939325* L_3 = TypeBuilder_GetCustomAttributes_m981725999(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Type System.Reflection.Emit.EnumBuilder::GetElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_GetElementType_m2534333387 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); Type_t * L_1 = TypeBuilder_GetElementType_m1881206953(L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.EventInfo System.Reflection.Emit.EnumBuilder::GetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * EnumBuilder_GetEvent_m4074915332 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); String_t* L_1 = ___name0; int32_t L_2 = ___bindingAttr1; NullCheck(L_0); EventInfo_t * L_3 = TypeBuilder_GetEvent_m2166527753(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Reflection.FieldInfo System.Reflection.Emit.EnumBuilder::GetField(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * EnumBuilder_GetField_m3489745843 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); String_t* L_1 = ___name0; int32_t L_2 = ___bindingAttr1; NullCheck(L_0); FieldInfo_t * L_3 = TypeBuilder_GetField_m2932767407(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Reflection.FieldInfo[] System.Reflection.Emit.EnumBuilder::GetFields(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* EnumBuilder_GetFields_m151883523 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; NullCheck(L_0); FieldInfoU5BU5D_t846150980* L_2 = TypeBuilder_GetFields_m2518194342(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Type System.Reflection.Emit.EnumBuilder::GetInterface(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_GetInterface_m2633694718 (EnumBuilder_t2400448213 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); String_t* L_1 = ___name0; bool L_2 = ___ignoreCase1; NullCheck(L_0); Type_t * L_3 = TypeBuilder_GetInterface_m459524699(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Type[] System.Reflection.Emit.EnumBuilder::GetInterfaces() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* EnumBuilder_GetInterfaces_m282127151 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); TypeU5BU5D_t3940880105* L_1 = TypeBuilder_GetInterfaces_m4067367903(L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodInfo System.Reflection.Emit.EnumBuilder::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * EnumBuilder_GetMethodImpl_m3968140917 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, int32_t ___callConvention3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = ___types4; if (L_0) { goto IL_0015; } } { TypeBuilder_t1073948154 * L_1 = __this->get__tb_8(); String_t* L_2 = ___name0; int32_t L_3 = ___bindingAttr1; NullCheck(L_1); MethodInfo_t * L_4 = Type_GetMethod_m1197120913(L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0015: { TypeBuilder_t1073948154 * L_5 = __this->get__tb_8(); String_t* L_6 = ___name0; int32_t L_7 = ___bindingAttr1; Binder_t2999457153 * L_8 = ___binder2; int32_t L_9 = ___callConvention3; TypeU5BU5D_t3940880105* L_10 = ___types4; ParameterModifierU5BU5D_t2943407543* L_11 = ___modifiers5; NullCheck(L_5); MethodInfo_t * L_12 = Type_GetMethod_m1512604930(L_5, L_6, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Reflection.MethodInfo[] System.Reflection.Emit.EnumBuilder::GetMethods(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* EnumBuilder_GetMethods_m415781370 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; NullCheck(L_0); MethodInfoU5BU5D_t2572182361* L_2 = TypeBuilder_GetMethods_m455544206(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.PropertyInfo[] System.Reflection.Emit.EnumBuilder::GetProperties(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* EnumBuilder_GetProperties_m931286213 (EnumBuilder_t2400448213 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); int32_t L_1 = ___bindingAttr0; NullCheck(L_0); PropertyInfoU5BU5D_t1461822886* L_2 = TypeBuilder_GetProperties_m1107583832(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.PropertyInfo System.Reflection.Emit.EnumBuilder::GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * EnumBuilder_GetPropertyImpl_m569583507 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumBuilder_GetPropertyImpl_m569583507_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = EnumBuilder_CreateNotSupportedException_m3236297331(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,EnumBuilder_GetPropertyImpl_m569583507_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.EnumBuilder::HasElementTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_HasElementTypeImpl_m3477408451 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); NullCheck(L_0); bool L_1 = Type_get_HasElementType_m710151977(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.Reflection.Emit.EnumBuilder::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EnumBuilder_InvokeMember_m2995510206 (EnumBuilder_t2400448213 * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t2843939325* ___args4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, CultureInfo_t4157843068 * ___culture6, StringU5BU5D_t1281789340* ___namedParameters7, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); String_t* L_1 = ___name0; int32_t L_2 = ___invokeAttr1; Binder_t2999457153 * L_3 = ___binder2; RuntimeObject * L_4 = ___target3; ObjectU5BU5D_t2843939325* L_5 = ___args4; ParameterModifierU5BU5D_t2943407543* L_6 = ___modifiers5; CultureInfo_t4157843068 * L_7 = ___culture6; StringU5BU5D_t1281789340* L_8 = ___namedParameters7; NullCheck(L_0); RuntimeObject * L_9 = TypeBuilder_InvokeMember_m713975721(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsArrayImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsArrayImpl_m572123653 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsByRefImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsByRefImpl_m210003629 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsPointerImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsPointerImpl_m2644353933 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsPrimitiveImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsPrimitiveImpl_m3796774069 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsValueTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsValueTypeImpl_m57969026 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Reflection.Emit.EnumBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool EnumBuilder_IsDefined_m4222535176 (EnumBuilder_t2400448213 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get__tb_8(); Type_t * L_1 = ___attributeType0; bool L_2 = ___inherit1; NullCheck(L_0); bool L_3 = TypeBuilder_IsDefined_m1289323273(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Type System.Reflection.Emit.EnumBuilder::MakeByRefType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumBuilder_MakeByRefType_m1814180319 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumBuilder_MakeByRefType_m1814180319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByRefType_t2066805327 * L_0 = (ByRefType_t2066805327 *)il2cpp_codegen_object_new(ByRefType_t2066805327_il2cpp_TypeInfo_var); ByRefType__ctor_m194708390(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Exception System.Reflection.Emit.EnumBuilder::CreateNotSupportedException() extern "C" IL2CPP_METHOD_ATTR Exception_t * EnumBuilder_CreateNotSupportedException_m3236297331 (EnumBuilder_t2400448213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumBuilder_CreateNotSupportedException_m3236297331_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*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 #ifdef __clang__ #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.Reflection.FieldAttributes System.Reflection.Emit.FieldBuilder::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t FieldBuilder_get_Attributes_m1473479383 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_0(); return L_0; } } // System.Type System.Reflection.Emit.FieldBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * FieldBuilder_get_DeclaringType_m41087402 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_typeb_3(); return L_0; } } // System.RuntimeFieldHandle System.Reflection.Emit.FieldBuilder::get_FieldHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeFieldHandle_t1871169219 FieldBuilder_get_FieldHandle_m535167546 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_get_FieldHandle_m535167546_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FieldBuilder_get_FieldHandle_m535167546_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.FieldBuilder::get_FieldType() extern "C" IL2CPP_METHOD_ATTR Type_t * FieldBuilder_get_FieldType_m1091288720 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_1(); return L_0; } } // System.String System.Reflection.Emit.FieldBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* FieldBuilder_get_Name_m510046506 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Type System.Reflection.Emit.FieldBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * FieldBuilder_get_ReflectedType_m4057589759 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_typeb_3(); return L_0; } } // System.Object[] System.Reflection.Emit.FieldBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* FieldBuilder_GetCustomAttributes_m664752430 (FieldBuilder_t2627049993 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_GetCustomAttributes_m664752430_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_typeb_3(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { bool L_2 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_3 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Exception_t * L_4 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,FieldBuilder_GetCustomAttributes_m664752430_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.FieldBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* FieldBuilder_GetCustomAttributes_m1915970159 (FieldBuilder_t2627049993 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_GetCustomAttributes_m1915970159_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_typeb_3(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { Type_t * L_2 = ___attributeType0; bool L_3 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_4 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0019: { Exception_t * L_5 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FieldBuilder_GetCustomAttributes_m1915970159_RuntimeMethod_var); } } // System.Object System.Reflection.Emit.FieldBuilder::GetValue(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FieldBuilder_GetValue_m1576493031 (FieldBuilder_t2627049993 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_GetValue_m1576493031_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FieldBuilder_GetValue_m1576493031_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.FieldBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool FieldBuilder_IsDefined_m838988679 (FieldBuilder_t2627049993 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_IsDefined_m838988679_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FieldBuilder_IsDefined_m838988679_RuntimeMethod_var); } } // System.Int32 System.Reflection.Emit.FieldBuilder::GetFieldOffset() extern "C" IL2CPP_METHOD_ATTR int32_t FieldBuilder_GetFieldOffset_m725157755 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { return 0; } } // System.Void System.Reflection.Emit.FieldBuilder::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void FieldBuilder_SetValue_m828035213 (FieldBuilder_t2627049993 * __this, RuntimeObject * ___obj0, RuntimeObject * ___val1, int32_t ___invokeAttr2, Binder_t2999457153 * ___binder3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_SetValue_m828035213_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = FieldBuilder_CreateNotSupportedException_m2447945803(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FieldBuilder_SetValue_m828035213_RuntimeMethod_var); } } // System.Reflection.Emit.UnmanagedMarshal System.Reflection.Emit.FieldBuilder::get_UMarshal() extern "C" IL2CPP_METHOD_ATTR UnmanagedMarshal_t984015687 * FieldBuilder_get_UMarshal_m1108254289 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { UnmanagedMarshal_t984015687 * L_0 = __this->get_marshal_info_4(); return L_0; } } // System.Exception System.Reflection.Emit.FieldBuilder::CreateNotSupportedException() extern "C" IL2CPP_METHOD_ATTR Exception_t * FieldBuilder_CreateNotSupportedException_m2447945803 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldBuilder_CreateNotSupportedException_m2447945803_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*hidden argument*/NULL); return L_0; } } // System.Reflection.Module System.Reflection.Emit.FieldBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * FieldBuilder_get_Module_m1102715255 (FieldBuilder_t2627049993 * __this, const RuntimeMethod* method) { { Module_t2987026101 * L_0 = MemberInfo_get_Module_m4119009657(__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 // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsSubclassOf(System.Type) extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsSubclassOf_m2266644074 (GenericTypeParameterBuilder_t1988827940 * __this, Type_t * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_IsSubclassOf_m2266644074_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B7_0 = 0; { TypeBuilder_t1073948154 * L_0 = __this->get_tbuilder_8(); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); AssemblyBuilder_t359885250 * L_2 = ((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))->get_assemblyb_16(); NullCheck(L_2); bool L_3 = AssemblyBuilder_get_IsCompilerContext_m4201958597(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0026; } } { Exception_t * L_4 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,GenericTypeParameterBuilder_IsSubclassOf_m2266644074_RuntimeMethod_var); } IL_0026: { Type_t * L_5 = GenericTypeParameterBuilder_get_BaseType_m3389926280(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } { return (bool)0; } IL_0033: { Type_t * L_6 = GenericTypeParameterBuilder_get_BaseType_m3389926280(__this, /*hidden argument*/NULL); Type_t * L_7 = ___c0; if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_004d; } } { Type_t * L_8 = GenericTypeParameterBuilder_get_BaseType_m3389926280(__this, /*hidden argument*/NULL); Type_t * L_9 = ___c0; NullCheck(L_8); bool L_10 = VirtFuncInvoker1< bool, Type_t * >::Invoke(39 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_8, L_9); G_B7_0 = ((int32_t)(L_10)); goto IL_004e; } IL_004d: { G_B7_0 = 1; } IL_004e: { return (bool)G_B7_0; } } // System.Reflection.TypeAttributes System.Reflection.Emit.GenericTypeParameterBuilder::GetAttributeFlagsImpl() extern "C" IL2CPP_METHOD_ATTR int32_t GenericTypeParameterBuilder_GetAttributeFlagsImpl_m2144850054 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetAttributeFlagsImpl_m2144850054_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_tbuilder_8(); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); AssemblyBuilder_t359885250 * L_2 = ((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_1, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))->get_assemblyb_16(); NullCheck(L_2); bool L_3 = AssemblyBuilder_get_IsCompilerContext_m4201958597(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0021; } } { return (int32_t)(1); } IL_0021: { Exception_t * L_4 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,GenericTypeParameterBuilder_GetAttributeFlagsImpl_m2144850054_RuntimeMethod_var); } } // System.Reflection.ConstructorInfo System.Reflection.Emit.GenericTypeParameterBuilder::GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * GenericTypeParameterBuilder_GetConstructorImpl_m863833310 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetConstructorImpl_m863833310_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetConstructorImpl_m863833310_RuntimeMethod_var); } } // System.Reflection.ConstructorInfo[] System.Reflection.Emit.GenericTypeParameterBuilder::GetConstructors(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* GenericTypeParameterBuilder_GetConstructors_m1741403645 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetConstructors_m1741403645_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetConstructors_m1741403645_RuntimeMethod_var); } } // System.Reflection.EventInfo System.Reflection.Emit.GenericTypeParameterBuilder::GetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * GenericTypeParameterBuilder_GetEvent_m1409082535 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetEvent_m1409082535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetEvent_m1409082535_RuntimeMethod_var); } } // System.Reflection.FieldInfo System.Reflection.Emit.GenericTypeParameterBuilder::GetField(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * GenericTypeParameterBuilder_GetField_m2300277606 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetField_m2300277606_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetField_m2300277606_RuntimeMethod_var); } } // System.Reflection.FieldInfo[] System.Reflection.Emit.GenericTypeParameterBuilder::GetFields(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* GenericTypeParameterBuilder_GetFields_m292751540 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetFields_m292751540_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetFields_m292751540_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::GetInterface(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_GetInterface_m3206406223 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetInterface_m3206406223_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetInterface_m3206406223_RuntimeMethod_var); } } // System.Type[] System.Reflection.Emit.GenericTypeParameterBuilder::GetInterfaces() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* GenericTypeParameterBuilder_GetInterfaces_m1692228685 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetInterfaces_m1692228685_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetInterfaces_m1692228685_RuntimeMethod_var); } } // System.Reflection.MethodInfo[] System.Reflection.Emit.GenericTypeParameterBuilder::GetMethods(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* GenericTypeParameterBuilder_GetMethods_m2360745671 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetMethods_m2360745671_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetMethods_m2360745671_RuntimeMethod_var); } } // System.Reflection.MethodInfo System.Reflection.Emit.GenericTypeParameterBuilder::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * GenericTypeParameterBuilder_GetMethodImpl_m1665936690 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, int32_t ___callConvention3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetMethodImpl_m1665936690_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetMethodImpl_m1665936690_RuntimeMethod_var); } } // System.Reflection.PropertyInfo[] System.Reflection.Emit.GenericTypeParameterBuilder::GetProperties(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* GenericTypeParameterBuilder_GetProperties_m2247759211 (GenericTypeParameterBuilder_t1988827940 * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetProperties_m2247759211_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetProperties_m2247759211_RuntimeMethod_var); } } // System.Reflection.PropertyInfo System.Reflection.Emit.GenericTypeParameterBuilder::GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * GenericTypeParameterBuilder_GetPropertyImpl_m2584778600 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetPropertyImpl_m2584778600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetPropertyImpl_m2584778600_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::HasElementTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_HasElementTypeImpl_m2509088011 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsAssignableFrom(System.Type) extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsAssignableFrom_m67565415 (GenericTypeParameterBuilder_t1988827940 * __this, Type_t * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_IsAssignableFrom_m67565415_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_IsAssignableFrom_m67565415_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsInstanceOfType(System.Object) extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsInstanceOfType_m1071939531 (GenericTypeParameterBuilder_t1988827940 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_IsInstanceOfType_m1071939531_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_IsInstanceOfType_m1071939531_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsArrayImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsArrayImpl_m67259334 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsByRefImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsByRefImpl_m4112722356 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsPointerImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsPointerImpl_m2257540205 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsPrimitiveImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsPrimitiveImpl_m1952010459 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsValueTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsValueTypeImpl_m480678299 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Type_t * L_0 = __this->get_base_type_11(); if (!L_0) { goto IL_001b; } } { Type_t * L_1 = __this->get_base_type_11(); NullCheck(L_1); bool L_2 = Type_get_IsValueType_m3108065642(L_1, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_2)); goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return (bool)G_B3_0; } } // System.Object System.Reflection.Emit.GenericTypeParameterBuilder::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GenericTypeParameterBuilder_InvokeMember_m1647304778 (GenericTypeParameterBuilder_t1988827940 * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t2843939325* ___args4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, CultureInfo_t4157843068 * ___culture6, StringU5BU5D_t1281789340* ___namedParameters7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_InvokeMember_m1647304778_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_InvokeMember_m1647304778_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::GetElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_GetElementType_m871345408 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetElementType_m871345408_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetElementType_m871345408_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_UnderlyingSystemType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_UnderlyingSystemType_m3450067685 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return __this; } } // System.Reflection.Assembly System.Reflection.Emit.GenericTypeParameterBuilder::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * GenericTypeParameterBuilder_get_Assembly_m2257222024 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_tbuilder_8(); NullCheck(L_0); Assembly_t * L_1 = TypeBuilder_get_Assembly_m4071790036(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.Emit.GenericTypeParameterBuilder::get_AssemblyQualifiedName() extern "C" IL2CPP_METHOD_ATTR String_t* GenericTypeParameterBuilder_get_AssemblyQualifiedName_m2323022482 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_BaseType_m3389926280 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_base_type_11(); return L_0; } } // System.String System.Reflection.Emit.GenericTypeParameterBuilder::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* GenericTypeParameterBuilder_get_FullName_m4098525591 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_IsDefined_m98179866 (GenericTypeParameterBuilder_t1988827940 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_IsDefined_m98179866_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_IsDefined_m98179866_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.GenericTypeParameterBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GenericTypeParameterBuilder_GetCustomAttributes_m386082976 (GenericTypeParameterBuilder_t1988827940 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetCustomAttributes_m386082976_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetCustomAttributes_m386082976_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.GenericTypeParameterBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GenericTypeParameterBuilder_GetCustomAttributes_m580748276 (GenericTypeParameterBuilder_t1988827940 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetCustomAttributes_m580748276_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetCustomAttributes_m580748276_RuntimeMethod_var); } } // System.String System.Reflection.Emit.GenericTypeParameterBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* GenericTypeParameterBuilder_get_Name_m1181273062 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_10(); return L_0; } } // System.String System.Reflection.Emit.GenericTypeParameterBuilder::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* GenericTypeParameterBuilder_get_Namespace_m2056767826 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Reflection.Module System.Reflection.Emit.GenericTypeParameterBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * GenericTypeParameterBuilder_get_Module_m1433762073 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_tbuilder_8(); NullCheck(L_0); Module_t2987026101 * L_1 = TypeBuilder_get_Module_m4154269895(L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_DeclaringType_m1741243224 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { Type_t * G_B3_0 = NULL; { MethodBuilder_t2807316753 * L_0 = __this->get_mbuilder_9(); if (!L_0) { goto IL_001b; } } { MethodBuilder_t2807316753 * L_1 = __this->get_mbuilder_9(); NullCheck(L_1); Type_t * L_2 = MethodBuilder_get_DeclaringType_m2226312865(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0021; } IL_001b: { TypeBuilder_t1073948154 * L_3 = __this->get_tbuilder_8(); G_B3_0 = ((Type_t *)(L_3)); } IL_0021: { return G_B3_0; } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_get_ReflectedType_m2178572472 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { Type_t * L_0 = GenericTypeParameterBuilder_get_DeclaringType_m1741243224(__this, /*hidden argument*/NULL); return L_0; } } // System.RuntimeTypeHandle System.Reflection.Emit.GenericTypeParameterBuilder::get_TypeHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeTypeHandle_t3027515415 GenericTypeParameterBuilder_get_TypeHandle_m366353680 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_get_TypeHandle_m366353680_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = GenericTypeParameterBuilder_not_supported_m3358960901(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_get_TypeHandle_m366353680_RuntimeMethod_var); } } // System.Type[] System.Reflection.Emit.GenericTypeParameterBuilder::GetGenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* GenericTypeParameterBuilder_GetGenericArguments_m2988765390 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetGenericArguments_m2988765390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetGenericArguments_m2988765390_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::GetGenericTypeDefinition() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_GetGenericTypeDefinition_m1032780002 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_GetGenericTypeDefinition_m1032780002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,GenericTypeParameterBuilder_GetGenericTypeDefinition_m1032780002_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_get_ContainsGenericParameters_m786165540 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::get_IsGenericParameter() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_get_IsGenericParameter_m792248181 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::get_IsGenericType() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_get_IsGenericType_m2493787252 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::get_IsGenericTypeDefinition() extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_get_IsGenericTypeDefinition_m3082475717 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Exception System.Reflection.Emit.GenericTypeParameterBuilder::not_supported() extern "C" IL2CPP_METHOD_ATTR Exception_t * GenericTypeParameterBuilder_not_supported_m3358960901 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_not_supported_m3358960901_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); return L_0; } } // System.String System.Reflection.Emit.GenericTypeParameterBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* GenericTypeParameterBuilder_ToString_m2460043372 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_10(); return L_0; } } // System.Boolean System.Reflection.Emit.GenericTypeParameterBuilder::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool GenericTypeParameterBuilder_Equals_m3260957994 (GenericTypeParameterBuilder_t1988827940 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; bool L_1 = Type_Equals_m1673304139(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.Emit.GenericTypeParameterBuilder::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t GenericTypeParameterBuilder_GetHashCode_m852224381 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { { int32_t L_0 = Type_GetHashCode_m1947148725(__this, /*hidden argument*/NULL); return L_0; } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::MakeByRefType() extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_MakeByRefType_m3833775061 (GenericTypeParameterBuilder_t1988827940 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GenericTypeParameterBuilder_MakeByRefType_m3833775061_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByRefType_t2066805327 * L_0 = (ByRefType_t2066805327 *)il2cpp_codegen_object_new(ByRefType_t2066805327_il2cpp_TypeInfo_var); ByRefType__ctor_m194708390(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::MakeGenericType(System.Type[]) extern "C" IL2CPP_METHOD_ATTR Type_t * GenericTypeParameterBuilder_MakeGenericType_m3048165991 (GenericTypeParameterBuilder_t1988827940 * __this, TypeU5BU5D_t3940880105* ___typeArguments0, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = ___typeArguments0; Type_t * L_1 = Type_MakeGenericType_m2479309691(__this, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Emit.ILGenerator::.ctor(System.Reflection.Module,System.Reflection.Emit.TokenGenerator,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator__ctor_m1540961053 (ILGenerator_t1388622344 * __this, Module_t2987026101 * ___m0, RuntimeObject* ___token_gen1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator__ctor_m1540961053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___size2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ___size2 = ((int32_t)128); } IL_0014: { int32_t L_1 = ___size2; __this->set_code_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_1))); __this->set_token_fixups_7(((ILTokenInfoU5BU5D_t973106575*)SZArrayNew(ILTokenInfoU5BU5D_t973106575_il2cpp_TypeInfo_var, (uint32_t)8))); Module_t2987026101 * L_2 = ___m0; __this->set_module_12(L_2); RuntimeObject* L_3 = ___token_gen1; __this->set_token_gen_13(L_3); return; } } // System.Void System.Reflection.Emit.ILGenerator::.cctor() extern "C" IL2CPP_METHOD_ATTR void ILGenerator__cctor_m2934917055 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator__cctor_m2934917055_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ((ILGenerator_t1388622344_StaticFields*)il2cpp_codegen_static_fields_for(ILGenerator_t1388622344_il2cpp_TypeInfo_var))->set_void_type_0(L_1); return; } } // System.Void System.Reflection.Emit.ILGenerator::add_token_fixup(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_add_token_fixup_m1816002840 (ILGenerator_t1388622344 * __this, MemberInfo_t * ___mi0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_add_token_fixup_m1816002840_MetadataUsageId); s_Il2CppMethodInitialized = true; } ILTokenInfoU5BU5D_t973106575* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_num_token_fixups_6(); ILTokenInfoU5BU5D_t973106575* L_1 = __this->get_token_fixups_7(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_0035; } } { int32_t L_2 = __this->get_num_token_fixups_6(); V_0 = ((ILTokenInfoU5BU5D_t973106575*)SZArrayNew(ILTokenInfoU5BU5D_t973106575_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)))); ILTokenInfoU5BU5D_t973106575* L_3 = __this->get_token_fixups_7(); ILTokenInfoU5BU5D_t973106575* L_4 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_3); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, /*hidden argument*/NULL); ILTokenInfoU5BU5D_t973106575* L_5 = V_0; __this->set_token_fixups_7(L_5); } IL_0035: { ILTokenInfoU5BU5D_t973106575* L_6 = __this->get_token_fixups_7(); int32_t L_7 = __this->get_num_token_fixups_6(); NullCheck(L_6); MemberInfo_t * L_8 = ___mi0; ((L_6)->GetAddressAt(static_cast(L_7)))->set_member_0(L_8); ILTokenInfoU5BU5D_t973106575* L_9 = __this->get_token_fixups_7(); int32_t L_10 = __this->get_num_token_fixups_6(); int32_t L_11 = L_10; V_1 = L_11; __this->set_num_token_fixups_6(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_1; NullCheck(L_9); int32_t L_13 = __this->get_code_len_2(); ((L_9)->GetAddressAt(static_cast(L_12)))->set_code_pos_1(L_13); return; } } // System.Void System.Reflection.Emit.ILGenerator::make_room(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_make_room_m2688251824 (ILGenerator_t1388622344 * __this, int32_t ___nbytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_make_room_m2688251824_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = __this->get_code_len_2(); int32_t L_1 = ___nbytes0; ByteU5BU5D_t4116647657* L_2 = __this->get_code_1(); NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0016; } } { return; } IL_0016: { int32_t L_3 = __this->get_code_len_2(); int32_t L_4 = ___nbytes0; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)2)), (int32_t)((int32_t)128))))); ByteU5BU5D_t4116647657* L_5 = __this->get_code_1(); ByteU5BU5D_t4116647657* L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = __this->get_code_1(); NullCheck(L_7); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = V_0; __this->set_code_1(L_8); return; } } // System.Void System.Reflection.Emit.ILGenerator::emit_int(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_emit_int_m2322014738 (ILGenerator_t1388622344 * __this, int32_t ___val0, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_code_1(); int32_t L_1 = __this->get_code_len_2(); int32_t L_2 = L_1; V_0 = L_2; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; int32_t L_4 = ___val0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_5 = __this->get_code_1(); int32_t L_6 = __this->get_code_len_2(); int32_t L_7 = L_6; V_0 = L_7; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; int32_t L_9 = ___val0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9>>(int32_t)8))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_10 = __this->get_code_1(); int32_t L_11 = __this->get_code_len_2(); int32_t L_12 = L_11; V_0 = L_12; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; int32_t L_14 = ___val0; NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_15 = __this->get_code_1(); int32_t L_16 = __this->get_code_len_2(); int32_t L_17 = L_16; V_0 = L_17; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); int32_t L_18 = V_0; int32_t L_19 = ___val0; NullCheck(L_15); (L_15)->SetAt(static_cast(L_18), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255))))))); return; } } // System.Void System.Reflection.Emit.ILGenerator::ll_emit(System.Reflection.Emit.OpCode) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_ll_emit_m2218983546 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = OpCode_get_Size_m3461506715((&___opcode0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_002c; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_code_1(); int32_t L_2 = __this->get_code_len_2(); int32_t L_3 = L_2; V_0 = L_3; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; uint8_t L_5 = (&___opcode0)->get_op1_0(); NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)L_5); } IL_002c: { ByteU5BU5D_t4116647657* L_6 = __this->get_code_1(); int32_t L_7 = __this->get_code_len_2(); int32_t L_8 = L_7; V_0 = L_8; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; uint8_t L_10 = (&___opcode0)->get_op2_1(); NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)L_10); int32_t L_11 = OpCode_get_StackBehaviourPush_m986094870((&___opcode0), /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)19)))) { case 0: { goto IL_0085; } case 1: { goto IL_0098; } case 2: { goto IL_0085; } case 3: { goto IL_0085; } case 4: { goto IL_0085; } case 5: { goto IL_0085; } case 6: { goto IL_0085; } case 7: { goto IL_00ab; } case 8: { goto IL_0085; } } } { goto IL_00ab; } IL_0085: { int32_t L_13 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); goto IL_00ab; } IL_0098: { int32_t L_14 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2))); goto IL_00ab; } IL_00ab: { int32_t L_15 = __this->get_max_stack_3(); int32_t L_16 = __this->get_cur_stack_4(); if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_00c8; } } { int32_t L_17 = __this->get_cur_stack_4(); __this->set_max_stack_3(L_17); } IL_00c8: { int32_t L_18 = OpCode_get_StackBehaviourPop_m4250794726((&___opcode0), /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))) { case 0: { goto IL_014a; } case 1: { goto IL_015d; } case 2: { goto IL_014a; } case 3: { goto IL_015d; } case 4: { goto IL_015d; } case 5: { goto IL_015d; } case 6: { goto IL_0170; } case 7: { goto IL_015d; } case 8: { goto IL_015d; } case 9: { goto IL_014a; } case 10: { goto IL_015d; } case 11: { goto IL_015d; } case 12: { goto IL_0170; } case 13: { goto IL_0170; } case 14: { goto IL_0170; } case 15: { goto IL_0170; } case 16: { goto IL_0170; } case 17: { goto IL_0183; } case 18: { goto IL_0183; } case 19: { goto IL_0183; } case 20: { goto IL_0183; } case 21: { goto IL_0183; } case 22: { goto IL_0183; } case 23: { goto IL_0183; } case 24: { goto IL_0183; } case 25: { goto IL_0145; } } } { goto IL_0183; } IL_0145: { goto IL_0183; } IL_014a: { int32_t L_20 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1))); goto IL_0183; } IL_015d: { int32_t L_21 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)2))); goto IL_0183; } IL_0170: { int32_t L_22 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)3))); goto IL_0183; } IL_0183: { return; } } // System.Int32 System.Reflection.Emit.ILGenerator::target_len(System.Reflection.Emit.OpCode) extern "C" IL2CPP_METHOD_ATTR int32_t ILGenerator_target_len_m542103396 (RuntimeObject * __this /* static, unused */, OpCode_t123070264 ___opcode0, const RuntimeMethod* method) { { int32_t L_0 = OpCode_get_OperandType_m1634816806((&___opcode0), /*hidden argument*/NULL); if (L_0) { goto IL_000e; } } { return 4; } IL_000e: { return 1; } } // System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator::DeclareLocal(System.Type) extern "C" IL2CPP_METHOD_ATTR LocalBuilder_t3562264111 * ILGenerator_DeclareLocal_m191048170 (ILGenerator_t1388622344 * __this, Type_t * ___localType0, const RuntimeMethod* method) { { Type_t * L_0 = ___localType0; LocalBuilder_t3562264111 * L_1 = VirtFuncInvoker2< LocalBuilder_t3562264111 *, Type_t *, bool >::Invoke(5 /* System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator::DeclareLocal(System.Type,System.Boolean) */, __this, L_0, (bool)0); return L_1; } } // System.Reflection.Emit.LocalBuilder System.Reflection.Emit.ILGenerator::DeclareLocal(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR LocalBuilder_t3562264111 * ILGenerator_DeclareLocal_m1660608214 (ILGenerator_t1388622344 * __this, Type_t * ___localType0, bool ___pinned1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_DeclareLocal_m1660608214_MetadataUsageId); s_Il2CppMethodInitialized = true; } LocalBuilder_t3562264111 * V_0 = NULL; LocalBuilderU5BU5D_t4280809526* V_1 = NULL; { Type_t * L_0 = ___localType0; 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, _stringLiteral747387406, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ILGenerator_DeclareLocal_m1660608214_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___localType0; NullCheck(L_2); bool L_3 = Type_get_IsUserType_m555861786(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0027; } } { NotSupportedException_t1314879016 * L_4 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_4, _stringLiteral355448818, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ILGenerator_DeclareLocal_m1660608214_RuntimeMethod_var); } IL_0027: { Type_t * L_5 = ___localType0; LocalBuilder_t3562264111 * L_6 = (LocalBuilder_t3562264111 *)il2cpp_codegen_object_new(LocalBuilder_t3562264111_il2cpp_TypeInfo_var); LocalBuilder__ctor_m1650329351(L_6, L_5, __this, /*hidden argument*/NULL); V_0 = L_6; LocalBuilder_t3562264111 * L_7 = V_0; bool L_8 = ___pinned1; NullCheck(L_7); ((LocalVariableInfo_t2426779395 *)L_7)->set_is_pinned_1(L_8); LocalBuilderU5BU5D_t4280809526* L_9 = __this->get_locals_5(); if (!L_9) { goto IL_007c; } } { LocalBuilderU5BU5D_t4280809526* L_10 = __this->get_locals_5(); NullCheck(L_10); V_1 = ((LocalBuilderU5BU5D_t4280809526*)SZArrayNew(LocalBuilderU5BU5D_t4280809526_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)1)))); LocalBuilderU5BU5D_t4280809526* L_11 = __this->get_locals_5(); LocalBuilderU5BU5D_t4280809526* L_12 = V_1; LocalBuilderU5BU5D_t4280809526* L_13 = __this->get_locals_5(); NullCheck(L_13); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, (RuntimeArray *)(RuntimeArray *)L_12, (((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), /*hidden argument*/NULL); LocalBuilderU5BU5D_t4280809526* L_14 = V_1; LocalBuilderU5BU5D_t4280809526* L_15 = __this->get_locals_5(); NullCheck(L_15); LocalBuilder_t3562264111 * L_16 = V_0; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast((((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))), (LocalBuilder_t3562264111 *)L_16); LocalBuilderU5BU5D_t4280809526* L_17 = V_1; __this->set_locals_5(L_17); goto IL_0091; } IL_007c: { __this->set_locals_5(((LocalBuilderU5BU5D_t4280809526*)SZArrayNew(LocalBuilderU5BU5D_t4280809526_il2cpp_TypeInfo_var, (uint32_t)1))); LocalBuilderU5BU5D_t4280809526* L_18 = __this->get_locals_5(); LocalBuilder_t3562264111 * L_19 = V_0; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (LocalBuilder_t3562264111 *)L_19); } IL_0091: { LocalBuilder_t3562264111 * L_20 = V_0; LocalBuilderU5BU5D_t4280809526* L_21 = __this->get_locals_5(); NullCheck(L_21); NullCheck(L_20); ((LocalVariableInfo_t2426779395 *)L_20)->set_position_2((uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), (int32_t)1)))))); LocalBuilder_t3562264111 * L_22 = V_0; return L_22; } } // System.Reflection.Emit.Label System.Reflection.Emit.ILGenerator::DefineLabel() extern "C" IL2CPP_METHOD_ATTR Label_t2281661643 ILGenerator_DefineLabel_m835079392 (ILGenerator_t1388622344 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_DefineLabel_m835079392_MetadataUsageId); s_Il2CppMethodInitialized = true; } LabelDataU5BU5D_t327903686* V_0 = NULL; int32_t V_1 = 0; { LabelDataU5BU5D_t327903686* L_0 = __this->get_labels_8(); if (L_0) { goto IL_001c; } } { __this->set_labels_8(((LabelDataU5BU5D_t327903686*)SZArrayNew(LabelDataU5BU5D_t327903686_il2cpp_TypeInfo_var, (uint32_t)4))); goto IL_005a; } IL_001c: { int32_t L_1 = __this->get_num_labels_9(); LabelDataU5BU5D_t327903686* L_2 = __this->get_labels_8(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005a; } } { LabelDataU5BU5D_t327903686* L_3 = __this->get_labels_8(); NullCheck(L_3); V_0 = ((LabelDataU5BU5D_t327903686*)SZArrayNew(LabelDataU5BU5D_t327903686_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)))); LabelDataU5BU5D_t327903686* L_4 = __this->get_labels_8(); LabelDataU5BU5D_t327903686* L_5 = V_0; LabelDataU5BU5D_t327903686* L_6 = __this->get_labels_8(); NullCheck(L_6); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); LabelDataU5BU5D_t327903686* L_7 = V_0; __this->set_labels_8(L_7); } IL_005a: { LabelDataU5BU5D_t327903686* L_8 = __this->get_labels_8(); int32_t L_9 = __this->get_num_labels_9(); NullCheck(L_8); LabelData_t360167391 L_10; memset(&L_10, 0, sizeof(L_10)); LabelData__ctor_m3949021681((&L_10), (-1), 0, /*hidden argument*/NULL); *(LabelData_t360167391 *)((L_8)->GetAddressAt(static_cast(L_9))) = L_10; int32_t L_11 = __this->get_num_labels_9(); int32_t L_12 = L_11; V_1 = L_12; __this->set_num_labels_9(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_1; Label_t2281661643 L_14; memset(&L_14, 0, sizeof(L_14)); Label__ctor_m4171632839((&L_14), L_13, /*hidden argument*/NULL); return L_14; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m3982339419 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, const RuntimeMethod* method) { { ILGenerator_make_room_m2688251824(__this, 2, /*hidden argument*/NULL); OpCode_t123070264 L_0 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Byte) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m165992488 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, uint8_t ___arg1, const RuntimeMethod* method) { int32_t V_0 = 0; { ILGenerator_make_room_m2688251824(__this, 3, /*hidden argument*/NULL); OpCode_t123070264 L_0 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = __this->get_code_1(); int32_t L_2 = __this->get_code_len_2(); int32_t L_3 = L_2; V_0 = L_3; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; uint8_t L_5 = ___arg1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)L_5); return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.ConstructorInfo) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m1785051522 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, ConstructorInfo_t5769829 * ___con1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_Emit_m1785051522_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject* L_0 = __this->get_token_gen_13(); ConstructorInfo_t5769829 * L_1 = ___con1; NullCheck(L_0); int32_t L_2 = InterfaceFuncInvoker1< int32_t, MemberInfo_t * >::Invoke(1 /* System.Int32 System.Reflection.Emit.TokenGenerator::GetToken(System.Reflection.MemberInfo) */, TokenGenerator_t1734832736_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; ILGenerator_make_room_m2688251824(__this, 6, /*hidden argument*/NULL); OpCode_t123070264 L_3 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_3, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_4 = ___con1; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_4); NullCheck(L_5); Module_t2987026101 * L_6 = VirtFuncInvoker0< Module_t2987026101 * >::Invoke(10 /* System.Reflection.Module System.Type::get_Module() */, L_5); Module_t2987026101 * L_7 = __this->get_module_12(); if ((!(((RuntimeObject*)(Module_t2987026101 *)L_6) == ((RuntimeObject*)(Module_t2987026101 *)L_7)))) { goto IL_0038; } } { ConstructorInfo_t5769829 * L_8 = ___con1; ILGenerator_add_token_fixup_m1816002840(__this, L_8, /*hidden argument*/NULL); } IL_0038: { int32_t L_9 = V_0; ILGenerator_emit_int_m2322014738(__this, L_9, /*hidden argument*/NULL); int32_t L_10 = OpCode_get_StackBehaviourPop_m4250794726((&___opcode0), /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)26))))) { goto IL_0060; } } { int32_t L_11 = __this->get_cur_stack_4(); ConstructorInfo_t5769829 * L_12 = ___con1; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Reflection.MethodBase::GetParameterCount() */, L_12); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_13))); } IL_0060: { return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.FieldInfo) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m2655709959 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, FieldInfo_t * ___field1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_Emit_m2655709959_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject* L_0 = __this->get_token_gen_13(); FieldInfo_t * L_1 = ___field1; NullCheck(L_0); int32_t L_2 = InterfaceFuncInvoker1< int32_t, MemberInfo_t * >::Invoke(1 /* System.Int32 System.Reflection.Emit.TokenGenerator::GetToken(System.Reflection.MemberInfo) */, TokenGenerator_t1734832736_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; ILGenerator_make_room_m2688251824(__this, 6, /*hidden argument*/NULL); OpCode_t123070264 L_3 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_3, /*hidden argument*/NULL); FieldInfo_t * L_4 = ___field1; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_4); NullCheck(L_5); Module_t2987026101 * L_6 = VirtFuncInvoker0< Module_t2987026101 * >::Invoke(10 /* System.Reflection.Module System.Type::get_Module() */, L_5); Module_t2987026101 * L_7 = __this->get_module_12(); if ((!(((RuntimeObject*)(Module_t2987026101 *)L_6) == ((RuntimeObject*)(Module_t2987026101 *)L_7)))) { goto IL_0038; } } { FieldInfo_t * L_8 = ___field1; ILGenerator_add_token_fixup_m1816002840(__this, L_8, /*hidden argument*/NULL); } IL_0038: { int32_t L_9 = V_0; ILGenerator_emit_int_m2322014738(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m990732443 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, int32_t ___arg1, const RuntimeMethod* method) { { ILGenerator_make_room_m2688251824(__this, 6, /*hidden argument*/NULL); OpCode_t123070264 L_0 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___arg1; ILGenerator_emit_int_m2322014738(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Int64) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m1367910306 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, int64_t ___arg1, const RuntimeMethod* method) { int32_t V_0 = 0; { ILGenerator_make_room_m2688251824(__this, ((int32_t)10), /*hidden argument*/NULL); OpCode_t123070264 L_0 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = __this->get_code_1(); int32_t L_2 = __this->get_code_len_2(); int32_t L_3 = L_2; V_0 = L_3; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; int64_t L_5 = ___arg1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_5&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_6 = __this->get_code_1(); int32_t L_7 = __this->get_code_len_2(); int32_t L_8 = L_7; V_0 = L_8; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; int64_t L_10 = ___arg1; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_10>>(int32_t)8))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_11 = __this->get_code_1(); int32_t L_12 = __this->get_code_len_2(); int32_t L_13 = L_12; V_0 = L_13; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_0; int64_t L_15 = ___arg1; NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_15>>(int32_t)((int32_t)16)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_16 = __this->get_code_1(); int32_t L_17 = __this->get_code_len_2(); int32_t L_18 = L_17; V_0 = L_18; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_0; int64_t L_20 = ___arg1; NullCheck(L_16); (L_16)->SetAt(static_cast(L_19), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_20>>(int32_t)((int32_t)24)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_21 = __this->get_code_1(); int32_t L_22 = __this->get_code_len_2(); int32_t L_23 = L_22; V_0 = L_23; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); int32_t L_24 = V_0; int64_t L_25 = ___arg1; NullCheck(L_21); (L_21)->SetAt(static_cast(L_24), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_25>>(int32_t)((int32_t)32)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_26 = __this->get_code_1(); int32_t L_27 = __this->get_code_len_2(); int32_t L_28 = L_27; V_0 = L_28; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))); int32_t L_29 = V_0; int64_t L_30 = ___arg1; NullCheck(L_26); (L_26)->SetAt(static_cast(L_29), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_30>>(int32_t)((int32_t)40)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_31 = __this->get_code_1(); int32_t L_32 = __this->get_code_len_2(); int32_t L_33 = L_32; V_0 = L_33; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); int32_t L_34 = V_0; int64_t L_35 = ___arg1; NullCheck(L_31); (L_31)->SetAt(static_cast(L_34), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_35>>(int32_t)((int32_t)48)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_36 = __this->get_code_1(); int32_t L_37 = __this->get_code_len_2(); int32_t L_38 = L_37; V_0 = L_38; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1))); int32_t L_39 = V_0; int64_t L_40 = ___arg1; NullCheck(L_36); (L_36)->SetAt(static_cast(L_39), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_40>>(int32_t)((int32_t)56)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.Label) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m1401094534 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, Label_t2281661643 ___label1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_Emit_m1401094534_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; LabelFixupU5BU5D_t103660291* V_1 = NULL; { OpCode_t123070264 L_0 = ___opcode0; IL2CPP_RUNTIME_CLASS_INIT(ILGenerator_t1388622344_il2cpp_TypeInfo_var); int32_t L_1 = ILGenerator_target_len_m542103396(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; ILGenerator_make_room_m2688251824(__this, 6, /*hidden argument*/NULL); OpCode_t123070264 L_2 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = __this->get_cur_stack_4(); LabelDataU5BU5D_t327903686* L_4 = __this->get_labels_8(); int32_t L_5 = (&___label1)->get_label_0(); NullCheck(L_4); int32_t L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->get_maxStack_1(); if ((((int32_t)L_3) <= ((int32_t)L_6))) { goto IL_0054; } } { LabelDataU5BU5D_t327903686* L_7 = __this->get_labels_8(); int32_t L_8 = (&___label1)->get_label_0(); NullCheck(L_7); int32_t L_9 = __this->get_cur_stack_4(); ((L_7)->GetAddressAt(static_cast(L_8)))->set_maxStack_1(L_9); } IL_0054: { LabelFixupU5BU5D_t103660291* L_10 = __this->get_fixups_10(); if (L_10) { goto IL_0070; } } { __this->set_fixups_10(((LabelFixupU5BU5D_t103660291*)SZArrayNew(LabelFixupU5BU5D_t103660291_il2cpp_TypeInfo_var, (uint32_t)4))); goto IL_00ae; } IL_0070: { int32_t L_11 = __this->get_num_fixups_11(); LabelFixupU5BU5D_t103660291* L_12 = __this->get_fixups_10(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_00ae; } } { LabelFixupU5BU5D_t103660291* L_13 = __this->get_fixups_10(); NullCheck(L_13); V_1 = ((LabelFixupU5BU5D_t103660291*)SZArrayNew(LabelFixupU5BU5D_t103660291_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), (int32_t)2)))); LabelFixupU5BU5D_t103660291* L_14 = __this->get_fixups_10(); LabelFixupU5BU5D_t103660291* L_15 = V_1; LabelFixupU5BU5D_t103660291* L_16 = __this->get_fixups_10(); NullCheck(L_16); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_14, (RuntimeArray *)(RuntimeArray *)L_15, (((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))), /*hidden argument*/NULL); LabelFixupU5BU5D_t103660291* L_17 = V_1; __this->set_fixups_10(L_17); } IL_00ae: { LabelFixupU5BU5D_t103660291* L_18 = __this->get_fixups_10(); int32_t L_19 = __this->get_num_fixups_11(); NullCheck(L_18); int32_t L_20 = V_0; ((L_18)->GetAddressAt(static_cast(L_19)))->set_offset_0(L_20); LabelFixupU5BU5D_t103660291* L_21 = __this->get_fixups_10(); int32_t L_22 = __this->get_num_fixups_11(); NullCheck(L_21); int32_t L_23 = __this->get_code_len_2(); ((L_21)->GetAddressAt(static_cast(L_22)))->set_pos_1(L_23); LabelFixupU5BU5D_t103660291* L_24 = __this->get_fixups_10(); int32_t L_25 = __this->get_num_fixups_11(); NullCheck(L_24); int32_t L_26 = (&___label1)->get_label_0(); ((L_24)->GetAddressAt(static_cast(L_25)))->set_label_idx_2(L_26); int32_t L_27 = __this->get_num_fixups_11(); __this->set_num_fixups_11(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))); int32_t L_28 = __this->get_code_len_2(); int32_t L_29 = V_0; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29))); return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.Emit.LocalBuilder) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m3083135129 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, LocalBuilder_t3562264111 * ___local1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_Emit_m3083135129_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; bool V_2 = false; int32_t V_3 = 0; { LocalBuilder_t3562264111 * L_0 = ___local1; 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, _stringLiteral3126235553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ILGenerator_Emit_m3083135129_RuntimeMethod_var); } IL_0011: { LocalBuilder_t3562264111 * L_2 = ___local1; NullCheck(L_2); uint16_t L_3 = ((LocalVariableInfo_t2426779395 *)L_2)->get_position_2(); V_0 = L_3; V_1 = (bool)0; V_2 = (bool)0; ILGenerator_make_room_m2688251824(__this, 6, /*hidden argument*/NULL); LocalBuilder_t3562264111 * L_4 = ___local1; NullCheck(L_4); ILGenerator_t1388622344 * L_5 = L_4->get_ilgen_3(); if ((((RuntimeObject*)(ILGenerator_t1388622344 *)L_5) == ((RuntimeObject*)(ILGenerator_t1388622344 *)__this))) { goto IL_003a; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, _stringLiteral2566637629, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ILGenerator_Emit_m3083135129_RuntimeMethod_var); } IL_003a: { int32_t L_7 = OpCode_get_StackBehaviourPop_m4250794726((&___opcode0), /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_005c; } } { int32_t L_8 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))); V_2 = (bool)1; goto IL_0093; } IL_005c: { int32_t L_9 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = __this->get_cur_stack_4(); int32_t L_11 = __this->get_max_stack_3(); if ((((int32_t)L_10) <= ((int32_t)L_11))) { goto IL_0087; } } { int32_t L_12 = __this->get_cur_stack_4(); __this->set_max_stack_3(L_12); } IL_0087: { int32_t L_13 = OpCode_get_StackBehaviourPush_m986094870((&___opcode0), /*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_13) == ((int32_t)((int32_t)21)))? 1 : 0); } IL_0093: { bool L_14 = V_1; if (!L_14) { goto IL_015b; } } { uint32_t L_15 = V_0; if ((!(((uint32_t)L_15) < ((uint32_t)((int32_t)256))))) { goto IL_00dd; } } { ByteU5BU5D_t4116647657* L_16 = __this->get_code_1(); int32_t L_17 = __this->get_code_len_2(); int32_t L_18 = L_17; V_3 = L_18; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_3; NullCheck(L_16); (L_16)->SetAt(static_cast(L_19), (uint8_t)((int32_t)18)); ByteU5BU5D_t4116647657* L_20 = __this->get_code_1(); int32_t L_21 = __this->get_code_len_2(); int32_t L_22 = L_21; V_3 = L_22; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1))); int32_t L_23 = V_3; uint32_t L_24 = V_0; NullCheck(L_20); (L_20)->SetAt(static_cast(L_23), (uint8_t)(((int32_t)((uint8_t)L_24)))); goto IL_0156; } IL_00dd: { ByteU5BU5D_t4116647657* L_25 = __this->get_code_1(); int32_t L_26 = __this->get_code_len_2(); int32_t L_27 = L_26; V_3 = L_27; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))); int32_t L_28 = V_3; NullCheck(L_25); (L_25)->SetAt(static_cast(L_28), (uint8_t)((int32_t)254)); ByteU5BU5D_t4116647657* L_29 = __this->get_code_1(); int32_t L_30 = __this->get_code_len_2(); int32_t L_31 = L_30; V_3 = L_31; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))); int32_t L_32 = V_3; NullCheck(L_29); (L_29)->SetAt(static_cast(L_32), (uint8_t)((int32_t)13)); ByteU5BU5D_t4116647657* L_33 = __this->get_code_1(); int32_t L_34 = __this->get_code_len_2(); int32_t L_35 = L_34; V_3 = L_35; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1))); int32_t L_36 = V_3; uint32_t L_37 = V_0; NullCheck(L_33); (L_33)->SetAt(static_cast(L_36), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_37&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_38 = __this->get_code_1(); int32_t L_39 = __this->get_code_len_2(); int32_t L_40 = L_39; V_3 = L_40; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); int32_t L_41 = V_3; uint32_t L_42 = V_0; NullCheck(L_38); (L_38)->SetAt(static_cast(L_41), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_42>>8))&(int32_t)((int32_t)255))))))); } IL_0156: { goto IL_0331; } IL_015b: { bool L_43 = V_2; if (!L_43) { goto IL_024c; } } { uint32_t L_44 = V_0; if ((!(((uint32_t)L_44) < ((uint32_t)4)))) { goto IL_018a; } } { ByteU5BU5D_t4116647657* L_45 = __this->get_code_1(); int32_t L_46 = __this->get_code_len_2(); int32_t L_47 = L_46; V_3 = L_47; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1))); int32_t L_48 = V_3; uint32_t L_49 = V_0; NullCheck(L_45); (L_45)->SetAt(static_cast(L_48), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)10), (int32_t)L_49)))))); goto IL_0247; } IL_018a: { uint32_t L_50 = V_0; if ((!(((uint32_t)L_50) < ((uint32_t)((int32_t)256))))) { goto IL_01ce; } } { ByteU5BU5D_t4116647657* L_51 = __this->get_code_1(); int32_t L_52 = __this->get_code_len_2(); int32_t L_53 = L_52; V_3 = L_53; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); int32_t L_54 = V_3; NullCheck(L_51); (L_51)->SetAt(static_cast(L_54), (uint8_t)((int32_t)19)); ByteU5BU5D_t4116647657* L_55 = __this->get_code_1(); int32_t L_56 = __this->get_code_len_2(); int32_t L_57 = L_56; V_3 = L_57; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1))); int32_t L_58 = V_3; uint32_t L_59 = V_0; NullCheck(L_55); (L_55)->SetAt(static_cast(L_58), (uint8_t)(((int32_t)((uint8_t)L_59)))); goto IL_0247; } IL_01ce: { ByteU5BU5D_t4116647657* L_60 = __this->get_code_1(); int32_t L_61 = __this->get_code_len_2(); int32_t L_62 = L_61; V_3 = L_62; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1))); int32_t L_63 = V_3; NullCheck(L_60); (L_60)->SetAt(static_cast(L_63), (uint8_t)((int32_t)254)); ByteU5BU5D_t4116647657* L_64 = __this->get_code_1(); int32_t L_65 = __this->get_code_len_2(); int32_t L_66 = L_65; V_3 = L_66; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1))); int32_t L_67 = V_3; NullCheck(L_64); (L_64)->SetAt(static_cast(L_67), (uint8_t)((int32_t)14)); ByteU5BU5D_t4116647657* L_68 = __this->get_code_1(); int32_t L_69 = __this->get_code_len_2(); int32_t L_70 = L_69; V_3 = L_70; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1))); int32_t L_71 = V_3; uint32_t L_72 = V_0; NullCheck(L_68); (L_68)->SetAt(static_cast(L_71), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_72&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_73 = __this->get_code_1(); int32_t L_74 = __this->get_code_len_2(); int32_t L_75 = L_74; V_3 = L_75; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1))); int32_t L_76 = V_3; uint32_t L_77 = V_0; NullCheck(L_73); (L_73)->SetAt(static_cast(L_76), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_77>>8))&(int32_t)((int32_t)255))))))); } IL_0247: { goto IL_0331; } IL_024c: { uint32_t L_78 = V_0; if ((!(((uint32_t)L_78) < ((uint32_t)4)))) { goto IL_0274; } } { ByteU5BU5D_t4116647657* L_79 = __this->get_code_1(); int32_t L_80 = __this->get_code_len_2(); int32_t L_81 = L_80; V_3 = L_81; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1))); int32_t L_82 = V_3; uint32_t L_83 = V_0; NullCheck(L_79); (L_79)->SetAt(static_cast(L_82), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_83)))))); goto IL_0331; } IL_0274: { uint32_t L_84 = V_0; if ((!(((uint32_t)L_84) < ((uint32_t)((int32_t)256))))) { goto IL_02b8; } } { ByteU5BU5D_t4116647657* L_85 = __this->get_code_1(); int32_t L_86 = __this->get_code_len_2(); int32_t L_87 = L_86; V_3 = L_87; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1))); int32_t L_88 = V_3; NullCheck(L_85); (L_85)->SetAt(static_cast(L_88), (uint8_t)((int32_t)17)); ByteU5BU5D_t4116647657* L_89 = __this->get_code_1(); int32_t L_90 = __this->get_code_len_2(); int32_t L_91 = L_90; V_3 = L_91; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1))); int32_t L_92 = V_3; uint32_t L_93 = V_0; NullCheck(L_89); (L_89)->SetAt(static_cast(L_92), (uint8_t)(((int32_t)((uint8_t)L_93)))); goto IL_0331; } IL_02b8: { ByteU5BU5D_t4116647657* L_94 = __this->get_code_1(); int32_t L_95 = __this->get_code_len_2(); int32_t L_96 = L_95; V_3 = L_96; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1))); int32_t L_97 = V_3; NullCheck(L_94); (L_94)->SetAt(static_cast(L_97), (uint8_t)((int32_t)254)); ByteU5BU5D_t4116647657* L_98 = __this->get_code_1(); int32_t L_99 = __this->get_code_len_2(); int32_t L_100 = L_99; V_3 = L_100; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1))); int32_t L_101 = V_3; NullCheck(L_98); (L_98)->SetAt(static_cast(L_101), (uint8_t)((int32_t)12)); ByteU5BU5D_t4116647657* L_102 = __this->get_code_1(); int32_t L_103 = __this->get_code_len_2(); int32_t L_104 = L_103; V_3 = L_104; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1))); int32_t L_105 = V_3; uint32_t L_106 = V_0; NullCheck(L_102); (L_102)->SetAt(static_cast(L_105), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_106&(int32_t)((int32_t)255))))))); ByteU5BU5D_t4116647657* L_107 = __this->get_code_1(); int32_t L_108 = __this->get_code_len_2(); int32_t L_109 = L_108; V_3 = L_109; __this->set_code_len_2(((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1))); int32_t L_110 = V_3; uint32_t L_111 = V_0; NullCheck(L_107); (L_107)->SetAt(static_cast(L_110), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_111>>8))&(int32_t)((int32_t)255))))))); } IL_0331: { return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m2239205197 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, MethodInfo_t * ___meth1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_Emit_m2239205197_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; { MethodInfo_t * L_0 = ___meth1; 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, _stringLiteral1610023689, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ILGenerator_Emit_m2239205197_RuntimeMethod_var); } IL_0011: { MethodInfo_t * L_2 = ___meth1; if (!((DynamicMethod_t2537779570 *)IsInstSealed((RuntimeObject*)L_2, DynamicMethod_t2537779570_il2cpp_TypeInfo_var))) { goto IL_0057; } } { OpCode_t123070264 L_3 = ___opcode0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_4 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldftn_205(); bool L_5 = OpCode_op_Equality_m3082103192(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_004c; } } { OpCode_t123070264 L_6 = ___opcode0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_7 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldvirtftn_206(); bool L_8 = OpCode_op_Equality_m3082103192(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_004c; } } { OpCode_t123070264 L_9 = ___opcode0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_10 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Ldtoken_174(); bool L_11 = OpCode_op_Equality_m3082103192(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0057; } } IL_004c: { ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, _stringLiteral1520449238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,ILGenerator_Emit_m2239205197_RuntimeMethod_var); } IL_0057: { RuntimeObject* L_13 = __this->get_token_gen_13(); MethodInfo_t * L_14 = ___meth1; NullCheck(L_13); int32_t L_15 = InterfaceFuncInvoker1< int32_t, MemberInfo_t * >::Invoke(1 /* System.Int32 System.Reflection.Emit.TokenGenerator::GetToken(System.Reflection.MemberInfo) */, TokenGenerator_t1734832736_il2cpp_TypeInfo_var, L_13, L_14); V_0 = L_15; ILGenerator_make_room_m2688251824(__this, 6, /*hidden argument*/NULL); OpCode_t123070264 L_16 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_16, /*hidden argument*/NULL); MethodInfo_t * L_17 = ___meth1; NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_17); V_1 = L_18; Type_t * L_19 = V_1; if (!L_19) { goto IL_0097; } } { Type_t * L_20 = V_1; NullCheck(L_20); Module_t2987026101 * L_21 = VirtFuncInvoker0< Module_t2987026101 * >::Invoke(10 /* System.Reflection.Module System.Type::get_Module() */, L_20); Module_t2987026101 * L_22 = __this->get_module_12(); if ((!(((RuntimeObject*)(Module_t2987026101 *)L_21) == ((RuntimeObject*)(Module_t2987026101 *)L_22)))) { goto IL_0097; } } { MethodInfo_t * L_23 = ___meth1; ILGenerator_add_token_fixup_m1816002840(__this, L_23, /*hidden argument*/NULL); } IL_0097: { int32_t L_24 = V_0; ILGenerator_emit_int_m2322014738(__this, L_24, /*hidden argument*/NULL); MethodInfo_t * L_25 = ___meth1; NullCheck(L_25); Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(32 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_25); IL2CPP_RUNTIME_CLASS_INIT(ILGenerator_t1388622344_il2cpp_TypeInfo_var); Type_t * L_27 = ((ILGenerator_t1388622344_StaticFields*)il2cpp_codegen_static_fields_for(ILGenerator_t1388622344_il2cpp_TypeInfo_var))->get_void_type_0(); if ((((RuntimeObject*)(Type_t *)L_26) == ((RuntimeObject*)(Type_t *)L_27))) { goto IL_00bc; } } { int32_t L_28 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))); } IL_00bc: { int32_t L_29 = OpCode_get_StackBehaviourPop_m4250794726((&___opcode0), /*hidden argument*/NULL); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)26))))) { goto IL_00dd; } } { int32_t L_30 = __this->get_cur_stack_4(); MethodInfo_t * L_31 = ___meth1; NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Reflection.MethodBase::GetParameterCount() */, L_31); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_32))); } IL_00dd: { return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m3803522508 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, MethodInfo_t * ___method1, int32_t ___token2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_Emit_m3803522508_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { ILGenerator_make_room_m2688251824(__this, 6, /*hidden argument*/NULL); OpCode_t123070264 L_0 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_0, /*hidden argument*/NULL); MethodInfo_t * L_1 = ___method1; NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_1); V_0 = L_2; Type_t * L_3 = V_0; if (!L_3) { goto IL_0033; } } { Type_t * L_4 = V_0; NullCheck(L_4); Module_t2987026101 * L_5 = VirtFuncInvoker0< Module_t2987026101 * >::Invoke(10 /* System.Reflection.Module System.Type::get_Module() */, L_4); Module_t2987026101 * L_6 = __this->get_module_12(); if ((!(((RuntimeObject*)(Module_t2987026101 *)L_5) == ((RuntimeObject*)(Module_t2987026101 *)L_6)))) { goto IL_0033; } } { MethodInfo_t * L_7 = ___method1; ILGenerator_add_token_fixup_m1816002840(__this, L_7, /*hidden argument*/NULL); } IL_0033: { int32_t L_8 = ___token2; ILGenerator_emit_int_m2322014738(__this, L_8, /*hidden argument*/NULL); MethodInfo_t * L_9 = ___method1; NullCheck(L_9); Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(32 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(ILGenerator_t1388622344_il2cpp_TypeInfo_var); Type_t * L_11 = ((ILGenerator_t1388622344_StaticFields*)il2cpp_codegen_static_fields_for(ILGenerator_t1388622344_il2cpp_TypeInfo_var))->get_void_type_0(); if ((((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_11))) { goto IL_0058; } } { int32_t L_12 = __this->get_cur_stack_4(); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_0058: { int32_t L_13 = OpCode_get_StackBehaviourPop_m4250794726((&___opcode0), /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)26))))) { goto IL_0079; } } { int32_t L_14 = __this->get_cur_stack_4(); MethodInfo_t * L_15 = ___method1; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Reflection.MethodBase::GetParameterCount() */, L_15); __this->set_cur_stack_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_16))); } IL_0079: { return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.String) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m22313773 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, String_t* ___str1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_Emit_m22313773_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject* L_0 = __this->get_token_gen_13(); String_t* L_1 = ___str1; NullCheck(L_0); int32_t L_2 = InterfaceFuncInvoker1< int32_t, String_t* >::Invoke(0 /* System.Int32 System.Reflection.Emit.TokenGenerator::GetToken(System.String) */, TokenGenerator_t1734832736_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; ILGenerator_make_room_m2688251824(__this, 6, /*hidden argument*/NULL); OpCode_t123070264 L_3 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; ILGenerator_emit_int_m2322014738(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Type) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_Emit_m3111835688 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, Type_t * ___cls1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_Emit_m3111835688_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ILGenerator_make_room_m2688251824(__this, 6, /*hidden argument*/NULL); OpCode_t123070264 L_0 = ___opcode0; ILGenerator_ll_emit_m2218983546(__this, L_0, /*hidden argument*/NULL); RuntimeObject* L_1 = __this->get_token_gen_13(); Type_t * L_2 = ___cls1; NullCheck(L_1); int32_t L_3 = InterfaceFuncInvoker1< int32_t, MemberInfo_t * >::Invoke(1 /* System.Int32 System.Reflection.Emit.TokenGenerator::GetToken(System.Reflection.MemberInfo) */, TokenGenerator_t1734832736_il2cpp_TypeInfo_var, L_1, L_2); ILGenerator_emit_int_m2322014738(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Emit.ILGenerator::EmitCall(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo,System.Type[]) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_EmitCall_m2478864924 (ILGenerator_t1388622344 * __this, OpCode_t123070264 ___opcode0, MethodInfo_t * ___methodInfo1, TypeU5BU5D_t3940880105* ___optionalParameterTypes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_EmitCall_m2478864924_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; int32_t V_1 = 0; OpCode_t123070264 V_2; memset(&V_2, 0, sizeof(V_2)); OpCode_t123070264 V_3; memset(&V_3, 0, sizeof(V_3)); { MethodInfo_t * L_0 = ___methodInfo1; 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, _stringLiteral1102893850, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ILGenerator_EmitCall_m2478864924_RuntimeMethod_var); } IL_0011: { int16_t L_2 = OpCode_get_Value_m917085326((&___opcode0), /*hidden argument*/NULL); V_0 = L_2; int16_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_4 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Call_39(); V_2 = L_4; int16_t L_5 = OpCode_get_Value_m917085326((&V_2), /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_004a; } } { int16_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(OpCodes_t126150456_il2cpp_TypeInfo_var); OpCode_t123070264 L_7 = ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->get_Callvirt_110(); V_3 = L_7; int16_t L_8 = OpCode_get_Value_m917085326((&V_3), /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_004a; } } { NotSupportedException_t1314879016 * L_9 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_9, _stringLiteral1449815009, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ILGenerator_EmitCall_m2478864924_RuntimeMethod_var); } IL_004a: { MethodInfo_t * L_10 = ___methodInfo1; NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_10); if (((int32_t)((int32_t)L_11&(int32_t)2))) { goto IL_005a; } } { ___optionalParameterTypes2 = (TypeU5BU5D_t3940880105*)NULL; } IL_005a: { TypeU5BU5D_t3940880105* L_12 = ___optionalParameterTypes2; if (!L_12) { goto IL_0090; } } { MethodInfo_t * L_13 = ___methodInfo1; NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_13); if (((int32_t)((int32_t)L_14&(int32_t)2))) { goto IL_0078; } } { InvalidOperationException_t56020091 * L_15 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_15, _stringLiteral4170741268, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ILGenerator_EmitCall_m2478864924_RuntimeMethod_var); } IL_0078: { RuntimeObject* L_16 = __this->get_token_gen_13(); MethodInfo_t * L_17 = ___methodInfo1; TypeU5BU5D_t3940880105* L_18 = ___optionalParameterTypes2; NullCheck(L_16); int32_t L_19 = InterfaceFuncInvoker2< int32_t, MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(2 /* System.Int32 System.Reflection.Emit.TokenGenerator::GetToken(System.Reflection.MethodInfo,System.Type[]) */, TokenGenerator_t1734832736_il2cpp_TypeInfo_var, L_16, L_17, L_18); V_1 = L_19; OpCode_t123070264 L_20 = ___opcode0; MethodInfo_t * L_21 = ___methodInfo1; int32_t L_22 = V_1; ILGenerator_Emit_m3803522508(__this, L_20, L_21, L_22, /*hidden argument*/NULL); return; } IL_0090: { OpCode_t123070264 L_23 = ___opcode0; MethodInfo_t * L_24 = ___methodInfo1; VirtActionInvoker2< OpCode_t123070264 , MethodInfo_t * >::Invoke(15 /* System.Void System.Reflection.Emit.ILGenerator::Emit(System.Reflection.Emit.OpCode,System.Reflection.MethodInfo) */, __this, L_23, L_24); return; } } // System.Void System.Reflection.Emit.ILGenerator::MarkLabel(System.Reflection.Emit.Label) extern "C" IL2CPP_METHOD_ATTR void ILGenerator_MarkLabel_m1160930839 (ILGenerator_t1388622344 * __this, Label_t2281661643 ___loc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_MarkLabel_m1160930839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (&___loc0)->get_label_0(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_001f; } } { int32_t L_1 = (&___loc0)->get_label_0(); int32_t L_2 = __this->get_num_labels_9(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_002a; } } IL_001f: { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, _stringLiteral1573119626, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ILGenerator_MarkLabel_m1160930839_RuntimeMethod_var); } IL_002a: { LabelDataU5BU5D_t327903686* L_4 = __this->get_labels_8(); int32_t L_5 = (&___loc0)->get_label_0(); NullCheck(L_4); int32_t L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->get_addr_0(); if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0052; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, _stringLiteral1096062909, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ILGenerator_MarkLabel_m1160930839_RuntimeMethod_var); } IL_0052: { LabelDataU5BU5D_t327903686* L_8 = __this->get_labels_8(); int32_t L_9 = (&___loc0)->get_label_0(); NullCheck(L_8); int32_t L_10 = __this->get_code_len_2(); ((L_8)->GetAddressAt(static_cast(L_9)))->set_addr_0(L_10); LabelDataU5BU5D_t327903686* L_11 = __this->get_labels_8(); int32_t L_12 = (&___loc0)->get_label_0(); NullCheck(L_11); int32_t L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->get_maxStack_1(); int32_t L_14 = __this->get_cur_stack_4(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_00ae; } } { LabelDataU5BU5D_t327903686* L_15 = __this->get_labels_8(); int32_t L_16 = (&___loc0)->get_label_0(); NullCheck(L_15); int32_t L_17 = ((L_15)->GetAddressAt(static_cast(L_16)))->get_maxStack_1(); __this->set_cur_stack_4(L_17); } IL_00ae: { return; } } // System.Void System.Reflection.Emit.ILGenerator::label_fixup() extern "C" IL2CPP_METHOD_ATTR void ILGenerator_label_fixup_m1749904972 (ILGenerator_t1388622344 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ILGenerator_label_fixup_m1749904972_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; goto IL_00e6; } IL_0007: { LabelDataU5BU5D_t327903686* L_0 = __this->get_labels_8(); LabelFixupU5BU5D_t103660291* L_1 = __this->get_fixups_10(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->get_label_idx_2(); NullCheck(L_0); int32_t L_4 = ((L_0)->GetAddressAt(static_cast(L_3)))->get_addr_0(); if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0039; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral2283496579, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ILGenerator_label_fixup_m1749904972_RuntimeMethod_var); } IL_0039: { LabelDataU5BU5D_t327903686* L_6 = __this->get_labels_8(); LabelFixupU5BU5D_t103660291* L_7 = __this->get_fixups_10(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->get_label_idx_2(); NullCheck(L_6); int32_t L_10 = ((L_6)->GetAddressAt(static_cast(L_9)))->get_addr_0(); LabelFixupU5BU5D_t103660291* L_11 = __this->get_fixups_10(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->get_pos_1(); LabelFixupU5BU5D_t103660291* L_14 = __this->get_fixups_10(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = ((L_14)->GetAddressAt(static_cast(L_15)))->get_offset_0(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_16)))); LabelFixupU5BU5D_t103660291* L_17 = __this->get_fixups_10(); int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = ((L_17)->GetAddressAt(static_cast(L_18)))->get_offset_0(); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_00b6; } } { ByteU5BU5D_t4116647657* L_20 = __this->get_code_1(); LabelFixupU5BU5D_t103660291* L_21 = __this->get_fixups_10(); int32_t L_22 = V_0; NullCheck(L_21); int32_t L_23 = ((L_21)->GetAddressAt(static_cast(L_22)))->get_pos_1(); int32_t L_24 = V_1; NullCheck(L_20); (L_20)->SetAt(static_cast(L_23), (uint8_t)(((int32_t)((uint8_t)(((int8_t)((int8_t)L_24))))))); goto IL_00e2; } IL_00b6: { int32_t L_25 = __this->get_code_len_2(); V_2 = L_25; LabelFixupU5BU5D_t103660291* L_26 = __this->get_fixups_10(); int32_t L_27 = V_0; NullCheck(L_26); int32_t L_28 = ((L_26)->GetAddressAt(static_cast(L_27)))->get_pos_1(); __this->set_code_len_2(L_28); int32_t L_29 = V_1; ILGenerator_emit_int_m2322014738(__this, L_29, /*hidden argument*/NULL); int32_t L_30 = V_2; __this->set_code_len_2(L_30); } IL_00e2: { int32_t L_31 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00e6: { int32_t L_32 = V_0; int32_t L_33 = __this->get_num_fixups_11(); if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0007; } } { return; } } // System.Int32 System.Reflection.Emit.ILGenerator::Mono_GetCurrentOffset(System.Reflection.Emit.ILGenerator) extern "C" IL2CPP_METHOD_ATTR int32_t ILGenerator_Mono_GetCurrentOffset_m993338688 (RuntimeObject * __this /* static, unused */, ILGenerator_t1388622344 * ___ig0, const RuntimeMethod* method) { { ILGenerator_t1388622344 * L_0 = ___ig0; NullCheck(L_0); int32_t L_1 = L_0->get_code_len_2(); 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 System.Reflection.Emit.ILGenerator/LabelData::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LabelData__ctor_m3949021681 (LabelData_t360167391 * __this, int32_t ___addr0, int32_t ___maxStack1, const RuntimeMethod* method) { { int32_t L_0 = ___addr0; __this->set_addr_0(L_0); int32_t L_1 = ___maxStack1; __this->set_maxStack_1(L_1); return; } } extern "C" void LabelData__ctor_m3949021681_AdjustorThunk (RuntimeObject * __this, int32_t ___addr0, int32_t ___maxStack1, const RuntimeMethod* method) { LabelData_t360167391 * _thisAdjusted = reinterpret_cast(__this + 1); LabelData__ctor_m3949021681(_thisAdjusted, ___addr0, ___maxStack1, 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 // Conversion methods for marshalling of: System.Reflection.Emit.ILTokenInfo extern "C" void ILTokenInfo_t2325775114_marshal_pinvoke(const ILTokenInfo_t2325775114& unmarshaled, ILTokenInfo_t2325775114_marshaled_pinvoke& marshaled) { Exception_t* ___member_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'member' of type 'ILTokenInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___member_0Exception,NULL); } extern "C" void ILTokenInfo_t2325775114_marshal_pinvoke_back(const ILTokenInfo_t2325775114_marshaled_pinvoke& marshaled, ILTokenInfo_t2325775114& unmarshaled) { Exception_t* ___member_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'member' of type 'ILTokenInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___member_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.ILTokenInfo extern "C" void ILTokenInfo_t2325775114_marshal_pinvoke_cleanup(ILTokenInfo_t2325775114_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.Emit.ILTokenInfo extern "C" void ILTokenInfo_t2325775114_marshal_com(const ILTokenInfo_t2325775114& unmarshaled, ILTokenInfo_t2325775114_marshaled_com& marshaled) { Exception_t* ___member_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'member' of type 'ILTokenInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___member_0Exception,NULL); } extern "C" void ILTokenInfo_t2325775114_marshal_com_back(const ILTokenInfo_t2325775114_marshaled_com& marshaled, ILTokenInfo_t2325775114& unmarshaled) { Exception_t* ___member_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'member' of type 'ILTokenInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___member_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.ILTokenInfo extern "C" void ILTokenInfo_t2325775114_marshal_com_cleanup(ILTokenInfo_t2325775114_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Emit.Label::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Label__ctor_m4171632839 (Label_t2281661643 * __this, int32_t ___val0, const RuntimeMethod* method) { { int32_t L_0 = ___val0; __this->set_label_0(L_0); return; } } extern "C" void Label__ctor_m4171632839_AdjustorThunk (RuntimeObject * __this, int32_t ___val0, const RuntimeMethod* method) { Label_t2281661643 * _thisAdjusted = reinterpret_cast(__this + 1); Label__ctor_m4171632839(_thisAdjusted, ___val0, method); } // System.Boolean System.Reflection.Emit.Label::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Label_Equals_m1321622490 (Label_t2281661643 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Label_Equals_m1321622490_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Label_t2281661643 V_1; memset(&V_1, 0, sizeof(V_1)); { RuntimeObject * L_0 = ___obj0; V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Label_t2281661643_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0027; } } { RuntimeObject * L_2 = ___obj0; V_1 = ((*(Label_t2281661643 *)((Label_t2281661643 *)UnBox(L_2, Label_t2281661643_il2cpp_TypeInfo_var)))); int32_t L_3 = __this->get_label_0(); int32_t L_4 = (&V_1)->get_label_0(); V_0 = (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } IL_0027: { bool L_5 = V_0; return L_5; } } extern "C" bool Label_Equals_m1321622490_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { Label_t2281661643 * _thisAdjusted = reinterpret_cast(__this + 1); return Label_Equals_m1321622490(_thisAdjusted, ___obj0, method); } // System.Int32 System.Reflection.Emit.Label::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Label_GetHashCode_m1231913871 (Label_t2281661643 * __this, const RuntimeMethod* method) { { int32_t* L_0 = __this->get_address_of_label_0(); int32_t L_1 = Int32_GetHashCode_m1876651407(L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int32_t Label_GetHashCode_m1231913871_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Label_t2281661643 * _thisAdjusted = reinterpret_cast(__this + 1); return Label_GetHashCode_m1231913871(_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.Reflection.Emit.LocalBuilder::.ctor(System.Type,System.Reflection.Emit.ILGenerator) extern "C" IL2CPP_METHOD_ATTR void LocalBuilder__ctor_m1650329351 (LocalBuilder_t3562264111 * __this, Type_t * ___t0, ILGenerator_t1388622344 * ___ilgen1, const RuntimeMethod* method) { { LocalVariableInfo__ctor_m818516327(__this, /*hidden argument*/NULL); Type_t * L_0 = ___t0; ((LocalVariableInfo_t2426779395 *)__this)->set_type_0(L_0); ILGenerator_t1388622344 * L_1 = ___ilgen1; __this->set_ilgen_3(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.Emit.MethodBuilder::.ctor(System.Reflection.Emit.TypeBuilder,System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][]) extern "C" IL2CPP_METHOD_ATTR void MethodBuilder__ctor_m3664913099 (MethodBuilder_t2807316753 * __this, TypeBuilder_t1073948154 * ___tb0, String_t* ___name1, int32_t ___attributes2, int32_t ___callingConvention3, Type_t * ___returnType4, TypeU5BU5D_t3940880105* ___returnModReq5, TypeU5BU5D_t3940880105* ___returnModOpt6, TypeU5BU5D_t3940880105* ___parameterTypes7, TypeU5BU5DU5BU5D_t4042077012* ___paramModReq8, TypeU5BU5DU5BU5D_t4042077012* ___paramModOpt9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder__ctor_m3664913099_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MethodToken_t4055728386 V_1; memset(&V_1, 0, sizeof(V_1)); { __this->set_init_locals_19((bool)1); MethodInfo__ctor_m2805780217(__this, /*hidden argument*/NULL); String_t* L_0 = ___name1; __this->set_name_5(L_0); int32_t L_1 = ___attributes2; __this->set_attrs_3(L_1); int32_t L_2 = ___callingConvention3; __this->set_call_conv_18(L_2); Type_t * L_3 = ___returnType4; __this->set_rtype_1(L_3); TypeU5BU5D_t3940880105* L_4 = ___returnModReq5; __this->set_returnModReq_22(L_4); TypeU5BU5D_t3940880105* L_5 = ___returnModOpt6; __this->set_returnModOpt_23(L_5); TypeU5BU5DU5BU5D_t4042077012* L_6 = ___paramModReq8; __this->set_paramModReq_24(L_6); TypeU5BU5DU5BU5D_t4042077012* L_7 = ___paramModOpt9; __this->set_paramModOpt_25(L_7); int32_t L_8 = ___attributes2; if (((int32_t)((int32_t)L_8&(int32_t)((int32_t)16)))) { goto IL_0063; } } { int32_t L_9 = __this->get_call_conv_18(); __this->set_call_conv_18(((int32_t)((int32_t)L_9|(int32_t)((int32_t)32)))); } IL_0063: { TypeU5BU5D_t3940880105* L_10 = ___parameterTypes7; if (!L_10) { goto IL_00b8; } } { V_0 = 0; goto IL_008e; } IL_0071: { TypeU5BU5D_t3940880105* L_11 = ___parameterTypes7; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; Type_t * L_14 = (L_11)->GetAt(static_cast(L_13)); if (L_14) { goto IL_008a; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_15, _stringLiteral2983100596, _stringLiteral3892320758, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,MethodBuilder__ctor_m3664913099_RuntimeMethod_var); } IL_008a: { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_008e: { int32_t L_17 = V_0; TypeU5BU5D_t3940880105* L_18 = ___parameterTypes7; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0071; } } { TypeU5BU5D_t3940880105* L_19 = ___parameterTypes7; NullCheck(L_19); __this->set_parameters_2(((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))); TypeU5BU5D_t3940880105* L_20 = ___parameterTypes7; TypeU5BU5D_t3940880105* L_21 = __this->get_parameters_2(); TypeU5BU5D_t3940880105* L_22 = ___parameterTypes7; NullCheck(L_22); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_20, (RuntimeArray *)(RuntimeArray *)L_21, (((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), /*hidden argument*/NULL); } IL_00b8: { TypeBuilder_t1073948154 * L_23 = ___tb0; __this->set_type_9(L_23); int32_t L_24 = MethodBuilder_get_next_table_index_m2755473113(__this, __this, 6, (bool)1, /*hidden argument*/NULL); __this->set_table_idx_6(L_24); TypeBuilder_t1073948154 * L_25 = ___tb0; NullCheck(L_25); Module_t2987026101 * L_26 = TypeBuilder_get_Module_m4154269895(L_25, /*hidden argument*/NULL); MethodToken_t4055728386 L_27 = MethodBuilder_GetToken_m2784098896(__this, /*hidden argument*/NULL); V_1 = L_27; int32_t L_28 = MethodToken_get_Token_m966062910((&V_1), /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_26, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); ModuleBuilder_RegisterToken_m4166846047(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_26, ModuleBuilder_t731887691_il2cpp_TypeInfo_var)), __this, L_28, /*hidden argument*/NULL); return; } } // System.Boolean System.Reflection.Emit.MethodBuilder::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool MethodBuilder_get_ContainsGenericParameters_m1358274636 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_get_ContainsGenericParameters_m1358274636_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,MethodBuilder_get_ContainsGenericParameters_m1358274636_RuntimeMethod_var); } } // System.RuntimeMethodHandle System.Reflection.Emit.MethodBuilder::get_MethodHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeMethodHandle_t1133924984 MethodBuilder_get_MethodHandle_m565241742 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_get_MethodHandle_m565241742_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,MethodBuilder_get_MethodHandle_m565241742_RuntimeMethod_var); } } // System.Type System.Reflection.Emit.MethodBuilder::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR Type_t * MethodBuilder_get_ReturnType_m3514670820 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_rtype_1(); return L_0; } } // System.Type System.Reflection.Emit.MethodBuilder::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MethodBuilder_get_ReflectedType_m3038768129 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); return L_0; } } // System.Type System.Reflection.Emit.MethodBuilder::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * MethodBuilder_get_DeclaringType_m2226312865 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); return L_0; } } // System.String System.Reflection.Emit.MethodBuilder::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MethodBuilder_get_Name_m610453823 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_5(); return L_0; } } // System.Reflection.MethodAttributes System.Reflection.Emit.MethodBuilder::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_get_Attributes_m2740229145 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_3(); return L_0; } } // System.Reflection.CallingConventions System.Reflection.Emit.MethodBuilder::get_CallingConvention() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_get_CallingConvention_m4267439137 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_call_conv_18(); return L_0; } } // System.Reflection.Emit.MethodToken System.Reflection.Emit.MethodBuilder::GetToken() extern "C" IL2CPP_METHOD_ATTR MethodToken_t4055728386 MethodBuilder_GetToken_m2784098896 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_table_idx_6(); MethodToken_t4055728386 L_1; memset(&L_1, 0, sizeof(L_1)); MethodToken__ctor_m2100013302((&L_1), ((int32_t)((int32_t)((int32_t)100663296)|(int32_t)L_0)), /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodInfo System.Reflection.Emit.MethodBuilder::GetBaseDefinition() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MethodBuilder_GetBaseDefinition_m3391685745 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { return __this; } } // System.Reflection.MethodImplAttributes System.Reflection.Emit.MethodBuilder::GetMethodImplementationFlags() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_GetMethodImplementationFlags_m4183867481 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_iattrs_4(); return L_0; } } // System.Reflection.ParameterInfo[] System.Reflection.Emit.MethodBuilder::GetParameters() extern "C" IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t390618515* MethodBuilder_GetParameters_m3527753207 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_GetParameters_m3527753207_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; int32_t V_1 = 0; int32_t G_B7_0 = 0; ParameterInfoU5BU5D_t390618515* G_B7_1 = NULL; int32_t G_B6_0 = 0; ParameterInfoU5BU5D_t390618515* G_B6_1 = NULL; ParameterBuilder_t1137139675 * G_B8_0 = NULL; int32_t G_B8_1 = 0; ParameterInfoU5BU5D_t390618515* G_B8_2 = NULL; { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { Exception_t * L_2 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MethodBuilder_GetParameters_m3527753207_RuntimeMethod_var); } IL_0017: { TypeU5BU5D_t3940880105* L_3 = __this->get_parameters_2(); if (L_3) { goto IL_0024; } } { return (ParameterInfoU5BU5D_t390618515*)NULL; } IL_0024: { TypeU5BU5D_t3940880105* L_4 = __this->get_parameters_2(); NullCheck(L_4); V_0 = ((ParameterInfoU5BU5D_t390618515*)SZArrayNew(ParameterInfoU5BU5D_t390618515_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))); V_1 = 0; goto IL_006c; } IL_0039: { ParameterInfoU5BU5D_t390618515* L_5 = V_0; int32_t L_6 = V_1; ParameterBuilderU5BU5D_t3054868058* L_7 = __this->get_pinfo_10(); G_B6_0 = L_6; G_B6_1 = L_5; if (L_7) { G_B7_0 = L_6; G_B7_1 = L_5; goto IL_004c; } } { G_B8_0 = ((ParameterBuilder_t1137139675 *)(NULL)); G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_0056; } IL_004c: { ParameterBuilderU5BU5D_t3054868058* L_8 = __this->get_pinfo_10(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); ParameterBuilder_t1137139675 * L_11 = (L_8)->GetAt(static_cast(L_10)); G_B8_0 = L_11; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_0056: { TypeU5BU5D_t3940880105* L_12 = __this->get_parameters_2(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; Type_t * L_15 = (L_12)->GetAt(static_cast(L_14)); int32_t L_16 = V_1; ParameterInfo_t1861056598 * L_17 = (ParameterInfo_t1861056598 *)il2cpp_codegen_object_new(ParameterInfo_t1861056598_il2cpp_TypeInfo_var); ParameterInfo__ctor_m2779026345(L_17, G_B8_0, L_15, __this, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); NullCheck(G_B8_2); ArrayElementTypeCheck (G_B8_2, L_17); (G_B8_2)->SetAt(static_cast(G_B8_1), (ParameterInfo_t1861056598 *)L_17); int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_006c: { int32_t L_19 = V_1; TypeU5BU5D_t3940880105* L_20 = __this->get_parameters_2(); NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_0039; } } { ParameterInfoU5BU5D_t390618515* L_21 = V_0; return L_21; } } // System.Int32 System.Reflection.Emit.MethodBuilder::GetParameterCount() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_GetParameterCount_m3108880742 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { TypeU5BU5D_t3940880105* L_0 = __this->get_parameters_2(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { TypeU5BU5D_t3940880105* L_1 = __this->get_parameters_2(); NullCheck(L_1); return (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); } } // System.Object System.Reflection.Emit.MethodBuilder::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBuilder_Invoke_m3837446660 (MethodBuilder_t2807316753 * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, ObjectU5BU5D_t2843939325* ___parameters3, CultureInfo_t4157843068 * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_Invoke_m3837446660_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,MethodBuilder_Invoke_m3837446660_RuntimeMethod_var); } } // System.Boolean System.Reflection.Emit.MethodBuilder::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MethodBuilder_IsDefined_m662196788 (MethodBuilder_t2807316753 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_IsDefined_m662196788_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,MethodBuilder_IsDefined_m662196788_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.MethodBuilder::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MethodBuilder_GetCustomAttributes_m587605549 (MethodBuilder_t2807316753 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_GetCustomAttributes_m587605549_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { bool L_2 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_3 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Exception_t * L_4 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,MethodBuilder_GetCustomAttributes_m587605549_RuntimeMethod_var); } } // System.Object[] System.Reflection.Emit.MethodBuilder::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MethodBuilder_GetCustomAttributes_m731278908 (MethodBuilder_t2807316753 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_GetCustomAttributes_m731278908_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); NullCheck(L_0); bool L_1 = TypeBuilder_get_is_created_m1192848807(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { Type_t * L_2 = ___attributeType0; bool L_3 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_4 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0019: { Exception_t * L_5 = MethodBuilder_NotSupported_m1497589941(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,MethodBuilder_GetCustomAttributes_m731278908_RuntimeMethod_var); } } // System.Reflection.Emit.ILGenerator System.Reflection.Emit.MethodBuilder::GetILGenerator() extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * MethodBuilder_GetILGenerator_m4152496715 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { ILGenerator_t1388622344 * L_0 = MethodBuilder_GetILGenerator_m2421555267(__this, ((int32_t)64), /*hidden argument*/NULL); return L_0; } } // System.Reflection.Emit.ILGenerator System.Reflection.Emit.MethodBuilder::GetILGenerator(System.Int32) extern "C" IL2CPP_METHOD_ATTR ILGenerator_t1388622344 * MethodBuilder_GetILGenerator_m2421555267 (MethodBuilder_t2807316753 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_GetILGenerator_m2421555267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_iattrs_4(); if (((int32_t)((int32_t)L_0&(int32_t)3))) { goto IL_001a; } } { int32_t L_1 = __this->get_iattrs_4(); if (!((int32_t)((int32_t)L_1&(int32_t)4))) { goto IL_0025; } } IL_001a: { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, _stringLiteral1920911025, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MethodBuilder_GetILGenerator_m2421555267_RuntimeMethod_var); } IL_0025: { ILGenerator_t1388622344 * L_3 = __this->get_ilgen_8(); if (!L_3) { goto IL_0037; } } { ILGenerator_t1388622344 * L_4 = __this->get_ilgen_8(); return L_4; } IL_0037: { TypeBuilder_t1073948154 * L_5 = __this->get_type_9(); NullCheck(L_5); Module_t2987026101 * L_6 = TypeBuilder_get_Module_m4154269895(L_5, /*hidden argument*/NULL); TypeBuilder_t1073948154 * L_7 = __this->get_type_9(); NullCheck(L_7); Module_t2987026101 * L_8 = TypeBuilder_get_Module_m4154269895(L_7, /*hidden argument*/NULL); NullCheck(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_8, ModuleBuilder_t731887691_il2cpp_TypeInfo_var))); RuntimeObject* L_9 = ModuleBuilder_GetTokenGenerator_m4177350090(((ModuleBuilder_t731887691 *)CastclassClass((RuntimeObject*)L_8, ModuleBuilder_t731887691_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t L_10 = ___size0; ILGenerator_t1388622344 * L_11 = (ILGenerator_t1388622344 *)il2cpp_codegen_object_new(ILGenerator_t1388622344_il2cpp_TypeInfo_var); ILGenerator__ctor_m1540961053(L_11, L_6, L_9, L_10, /*hidden argument*/NULL); __this->set_ilgen_8(L_11); ILGenerator_t1388622344 * L_12 = __this->get_ilgen_8(); return L_12; } } // System.Void System.Reflection.Emit.MethodBuilder::check_override() extern "C" IL2CPP_METHOD_ATTR void MethodBuilder_check_override_m4226508046 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_check_override_m4226508046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = __this->get_override_method_12(); if (!L_0) { goto IL_0042; } } { MethodInfo_t * L_1 = __this->get_override_method_12(); NullCheck(L_1); bool L_2 = MethodBase_get_IsVirtual_m2008546636(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0042; } } { bool L_3 = MethodBase_get_IsVirtual_m2008546636(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0042; } } { String_t* L_4 = __this->get_name_5(); MethodInfo_t * L_5 = __this->get_override_method_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2601561403, L_4, L_5, /*hidden argument*/NULL); TypeLoadException_t3707937253 * L_7 = (TypeLoadException_t3707937253 *)il2cpp_codegen_object_new(TypeLoadException_t3707937253_il2cpp_TypeInfo_var); TypeLoadException__ctor_m2362330792(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,MethodBuilder_check_override_m4226508046_RuntimeMethod_var); } IL_0042: { return; } } // System.Void System.Reflection.Emit.MethodBuilder::fixup() extern "C" IL2CPP_METHOD_ATTR void MethodBuilder_fixup_m1765890582 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_fixup_m1765890582_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_attrs_3(); if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)9216)))) { goto IL_0076; } } { int32_t L_1 = __this->get_iattrs_4(); if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)4099)))) { goto IL_0076; } } { ILGenerator_t1388622344 * L_2 = __this->get_ilgen_8(); if (!L_2) { goto IL_003d; } } { ILGenerator_t1388622344 * L_3 = __this->get_ilgen_8(); IL2CPP_RUNTIME_CLASS_INIT(ILGenerator_t1388622344_il2cpp_TypeInfo_var); int32_t L_4 = ILGenerator_Mono_GetCurrentOffset_m993338688(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0076; } } IL_003d: { ByteU5BU5D_t4116647657* L_5 = __this->get_code_7(); if (!L_5) { goto IL_0055; } } { ByteU5BU5D_t4116647657* L_6 = __this->get_code_7(); NullCheck(L_6); if ((((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) { goto IL_0076; } } IL_0055: { Type_t * L_7 = MethodBuilder_get_DeclaringType_m2226312865(__this, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_7); String_t* L_9 = MethodBuilder_get_Name_m610453823(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1369238372, L_8, L_9, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_11 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,MethodBuilder_fixup_m1765890582_RuntimeMethod_var); } IL_0076: { ILGenerator_t1388622344 * L_12 = __this->get_ilgen_8(); if (!L_12) { goto IL_008c; } } { ILGenerator_t1388622344 * L_13 = __this->get_ilgen_8(); NullCheck(L_13); ILGenerator_label_fixup_m1749904972(L_13, /*hidden argument*/NULL); } IL_008c: { return; } } // System.String System.Reflection.Emit.MethodBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* MethodBuilder_ToString_m561658744 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_ToString_m561658744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3749038349); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3749038349); StringU5BU5D_t1281789340* L_1 = L_0; TypeBuilder_t1073948154 * L_2 = __this->get_type_9(); NullCheck(L_2); String_t* L_3 = TypeBuilder_get_Name_m1525921477(L_2, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(1), (String_t*)L_3); StringU5BU5D_t1281789340* L_4 = L_1; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3451959190); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral3451959190); StringU5BU5D_t1281789340* L_5 = L_4; String_t* L_6 = __this->get_name_5(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(3), (String_t*)L_6); StringU5BU5D_t1281789340* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3452614643); (L_7)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614643); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m1809518182(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.Reflection.Emit.MethodBuilder::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MethodBuilder_Equals_m3329023947 (MethodBuilder_t2807316753 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; bool L_1 = Object_Equals_m2439880830(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.Emit.MethodBuilder::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_GetHashCode_m2905063929 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_5(); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.Emit.MethodBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t MethodBuilder_get_next_table_index_m2755473113 (MethodBuilder_t2807316753 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method) { { TypeBuilder_t1073948154 * L_0 = __this->get_type_9(); RuntimeObject * L_1 = ___obj0; int32_t L_2 = ___table1; bool L_3 = ___inc2; NullCheck(L_0); int32_t L_4 = TypeBuilder_get_next_table_index_m789974556(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Reflection.Emit.MethodBuilder::set_override(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR void MethodBuilder_set_override_m1765815453 (MethodBuilder_t2807316753 * __this, MethodInfo_t * ___mdecl0, const RuntimeMethod* method) { { MethodInfo_t * L_0 = ___mdecl0; __this->set_override_method_12(L_0); return; } } // System.Exception System.Reflection.Emit.MethodBuilder::NotSupported() extern "C" IL2CPP_METHOD_ATTR Exception_t * MethodBuilder_NotSupported_m1497589941 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_NotSupported_m1497589941_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral20346071, /*hidden argument*/NULL); return L_0; } } // System.Reflection.MethodInfo System.Reflection.Emit.MethodBuilder::MakeGenericMethod(System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MethodBuilder_MakeGenericMethod_m2175748754 (MethodBuilder_t2807316753 * __this, TypeU5BU5D_t3940880105* ___typeArguments0, const RuntimeMethod* method) { typedef MethodInfo_t * (*MethodBuilder_MakeGenericMethod_m2175748754_ftn) (MethodBuilder_t2807316753 *, TypeU5BU5D_t3940880105*); using namespace il2cpp::icalls; return ((MethodBuilder_MakeGenericMethod_m2175748754_ftn)mscorlib::System::Reflection::Emit::MethodBuilder::MakeGenericMethod) (__this, ___typeArguments0); } // System.Boolean System.Reflection.Emit.MethodBuilder::get_IsGenericMethodDefinition() extern "C" IL2CPP_METHOD_ATTR bool MethodBuilder_get_IsGenericMethodDefinition_m2943035191 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { GenericTypeParameterBuilderU5BU5D_t3780444109* L_0 = __this->get_generic_params_21(); return (bool)((((int32_t)((((RuntimeObject*)(GenericTypeParameterBuilderU5BU5D_t3780444109*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.Emit.MethodBuilder::get_IsGenericMethod() extern "C" IL2CPP_METHOD_ATTR bool MethodBuilder_get_IsGenericMethod_m3216441561 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { GenericTypeParameterBuilderU5BU5D_t3780444109* L_0 = __this->get_generic_params_21(); return (bool)((((int32_t)((((RuntimeObject*)(GenericTypeParameterBuilderU5BU5D_t3780444109*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Type[] System.Reflection.Emit.MethodBuilder::GetGenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MethodBuilder_GetGenericArguments_m1765425737 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBuilder_GetGenericArguments_m1765425737_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; int32_t V_1 = 0; { GenericTypeParameterBuilderU5BU5D_t3780444109* L_0 = __this->get_generic_params_21(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_1 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_1; } IL_0011: { GenericTypeParameterBuilderU5BU5D_t3780444109* L_2 = __this->get_generic_params_21(); NullCheck(L_2); V_0 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))); V_1 = 0; goto IL_0035; } IL_0026: { TypeU5BU5D_t3940880105* L_3 = V_0; int32_t L_4 = V_1; GenericTypeParameterBuilderU5BU5D_t3780444109* L_5 = __this->get_generic_params_21(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; GenericTypeParameterBuilder_t1988827940 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (Type_t *)L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0035: { int32_t L_10 = V_1; GenericTypeParameterBuilderU5BU5D_t3780444109* L_11 = __this->get_generic_params_21(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0026; } } { TypeU5BU5D_t3940880105* L_12 = V_0; return L_12; } } // System.Reflection.Module System.Reflection.Emit.MethodBuilder::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * MethodBuilder_get_Module_m2693263127 (MethodBuilder_t2807316753 * __this, const RuntimeMethod* method) { { Module_t2987026101 * L_0 = MemberInfo_get_Module_m4119009657(__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 // System.Void System.Reflection.Emit.MethodToken::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MethodToken__ctor_m2100013302 (MethodToken_t4055728386 * __this, int32_t ___val0, const RuntimeMethod* method) { { int32_t L_0 = ___val0; __this->set_tokValue_0(L_0); return; } } extern "C" void MethodToken__ctor_m2100013302_AdjustorThunk (RuntimeObject * __this, int32_t ___val0, const RuntimeMethod* method) { MethodToken_t4055728386 * _thisAdjusted = reinterpret_cast(__this + 1); MethodToken__ctor_m2100013302(_thisAdjusted, ___val0, method); } // System.Void System.Reflection.Emit.MethodToken::.cctor() extern "C" IL2CPP_METHOD_ATTR void MethodToken__cctor_m2263526478 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodToken__cctor_m2263526478_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodToken_t4055728386 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(MethodToken_t4055728386 )); MethodToken_t4055728386 L_0 = V_0; ((MethodToken_t4055728386_StaticFields*)il2cpp_codegen_static_fields_for(MethodToken_t4055728386_il2cpp_TypeInfo_var))->set_Empty_1(L_0); return; } } // System.Boolean System.Reflection.Emit.MethodToken::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MethodToken_Equals_m460628456 (MethodToken_t4055728386 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodToken_Equals_m460628456_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; MethodToken_t4055728386 V_1; memset(&V_1, 0, sizeof(V_1)); { RuntimeObject * L_0 = ___obj0; V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, MethodToken_t4055728386_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0027; } } { RuntimeObject * L_2 = ___obj0; V_1 = ((*(MethodToken_t4055728386 *)((MethodToken_t4055728386 *)UnBox(L_2, MethodToken_t4055728386_il2cpp_TypeInfo_var)))); int32_t L_3 = __this->get_tokValue_0(); int32_t L_4 = (&V_1)->get_tokValue_0(); V_0 = (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } IL_0027: { bool L_5 = V_0; return L_5; } } extern "C" bool MethodToken_Equals_m460628456_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { MethodToken_t4055728386 * _thisAdjusted = reinterpret_cast(__this + 1); return MethodToken_Equals_m460628456(_thisAdjusted, ___obj0, method); } // System.Int32 System.Reflection.Emit.MethodToken::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t MethodToken_GetHashCode_m673885300 (MethodToken_t4055728386 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_tokValue_0(); return L_0; } } extern "C" int32_t MethodToken_GetHashCode_m673885300_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { MethodToken_t4055728386 * _thisAdjusted = reinterpret_cast(__this + 1); return MethodToken_GetHashCode_m673885300(_thisAdjusted, method); } // System.Int32 System.Reflection.Emit.MethodToken::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t MethodToken_get_Token_m966062910 (MethodToken_t4055728386 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_tokValue_0(); return L_0; } } extern "C" int32_t MethodToken_get_Token_m966062910_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { MethodToken_t4055728386 * _thisAdjusted = reinterpret_cast(__this + 1); return MethodToken_get_Token_m966062910(_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.Reflection.Emit.ModuleBuilder::.ctor(System.Reflection.Emit.AssemblyBuilder,System.String,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder__ctor_m164976504 (ModuleBuilder_t731887691 * __this, AssemblyBuilder_t359885250 * ___assb0, String_t* ___name1, String_t* ___fullyqname2, bool ___emitSymbolInfo3, bool ___transient4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder__ctor_m164976504_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeBuilder_t1073948154 * V_0 = NULL; Type_t * V_1 = NULL; Assembly_t * V_2 = NULL; Type_t * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; AssemblyBuilder_t359885250 * V_6 = NULL; { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set_us_string_cache_24(L_0); IL2CPP_RUNTIME_CLASS_INIT(Module_t2987026101_il2cpp_TypeInfo_var); Module__ctor_m2380079016(__this, /*hidden argument*/NULL); String_t* L_1 = ___name1; String_t* L_2 = L_1; V_5 = L_2; ((Module_t2987026101 *)__this)->set_scopename_7(L_2); String_t* L_3 = V_5; ((Module_t2987026101 *)__this)->set_name_6(L_3); String_t* L_4 = ___fullyqname2; ((Module_t2987026101 *)__this)->set_fqname_5(L_4); AssemblyBuilder_t359885250 * L_5 = ___assb0; AssemblyBuilder_t359885250 * L_6 = L_5; V_6 = L_6; __this->set_assemblyb_16(L_6); AssemblyBuilder_t359885250 * L_7 = V_6; ((Module_t2987026101 *)__this)->set_assembly_4(L_7); bool L_8 = ___transient4; __this->set_transient_26(L_8); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_9 = Guid_FastNewGuidArray_m920913610(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_guid_14(L_9); int32_t L_10 = ModuleBuilder_get_next_table_index_m1158040331(__this, __this, 0, (bool)1, /*hidden argument*/NULL); __this->set_table_idx_15(L_10); Hashtable_t1853889766 * L_11 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_11, /*hidden argument*/NULL); __this->set_name_cache_23(L_11); IL2CPP_RUNTIME_CLASS_INIT(ModuleBuilder_t731887691_il2cpp_TypeInfo_var); ModuleBuilder_basic_init_m3240533393(NULL /*static, unused*/, __this, /*hidden argument*/NULL); ModuleBuilder_CreateGlobalType_m3933178429(__this, /*hidden argument*/NULL); AssemblyBuilder_t359885250 * L_12 = ___assb0; NullCheck(L_12); bool L_13 = AssemblyBuilder_get_IsRun_m3300414718(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_009f; } } { TypeBuilder_t1073948154 * L_14 = (TypeBuilder_t1073948154 *)il2cpp_codegen_object_new(TypeBuilder_t1073948154_il2cpp_TypeInfo_var); TypeBuilder__ctor_m3644689907(L_14, __this, ((int32_t)128), ((int32_t)16777215), /*hidden argument*/NULL); V_0 = L_14; TypeBuilder_t1073948154 * L_15 = V_0; NullCheck(L_15); Type_t * L_16 = TypeBuilder_CreateType_m3375483507(L_15, /*hidden argument*/NULL); V_1 = L_16; Type_t * L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ModuleBuilder_t731887691_il2cpp_TypeInfo_var); ModuleBuilder_set_wrappers_type_m2998401134(NULL /*static, unused*/, __this, L_17, /*hidden argument*/NULL); } IL_009f: { bool L_18 = ___emitSymbolInfo3; if (!L_18) { goto IL_0139; } } { Assembly_t * L_19 = Assembly_LoadWithPartialName_m3387477452(NULL /*static, unused*/, _stringLiteral271308388, /*hidden argument*/NULL); V_2 = L_19; Assembly_t * L_20 = V_2; if (L_20) { goto IL_00c2; } } { ExecutionEngineException_t1142598034 * L_21 = (ExecutionEngineException_t1142598034 *)il2cpp_codegen_object_new(ExecutionEngineException_t1142598034_il2cpp_TypeInfo_var); ExecutionEngineException__ctor_m913194968(L_21, _stringLiteral2798177618, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,ModuleBuilder__ctor_m164976504_RuntimeMethod_var); } IL_00c2: { Assembly_t * L_22 = V_2; NullCheck(L_22); Type_t * L_23 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(17 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_22, _stringLiteral1971687590); V_3 = L_23; Type_t * L_24 = V_3; if (L_24) { goto IL_00df; } } { ExecutionEngineException_t1142598034 * L_25 = (ExecutionEngineException_t1142598034 *)il2cpp_codegen_object_new(ExecutionEngineException_t1142598034_il2cpp_TypeInfo_var); ExecutionEngineException__ctor_m913194968(L_25, _stringLiteral2756948759, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ModuleBuilder__ctor_m164976504_RuntimeMethod_var); } IL_00df: { Type_t * L_26 = V_3; ObjectU5BU5D_t2843939325* L_27 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_27); ArrayElementTypeCheck (L_27, __this); (L_27)->SetAt(static_cast(0), (RuntimeObject *)__this); RuntimeObject * L_28 = Activator_CreateInstance_m94526014(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); __this->set_symbolWriter_29(((RuntimeObject*)Castclass((RuntimeObject*)L_28, ISymbolWriter_t780458634_il2cpp_TypeInfo_var))); String_t* L_29 = ((Module_t2987026101 *)__this)->get_fqname_5(); V_4 = L_29; AssemblyBuilder_t359885250 * L_30 = __this->get_assemblyb_16(); NullCheck(L_30); String_t* L_31 = AssemblyBuilder_get_AssemblyDir_m1938411035(L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0126; } } { AssemblyBuilder_t359885250 * L_32 = __this->get_assemblyb_16(); NullCheck(L_32); String_t* L_33 = AssemblyBuilder_get_AssemblyDir_m1938411035(L_32, /*hidden argument*/NULL); String_t* L_34 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_35 = Path_Combine_m3389272516(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL); V_4 = L_35; } IL_0126: { RuntimeObject* L_36 = __this->get_symbolWriter_29(); String_t* L_37 = V_4; NullCheck(L_36); InterfaceActionInvoker3< intptr_t, String_t*, bool >::Invoke(0 /* System.Void System.Diagnostics.SymbolStore.ISymbolWriter::Initialize(System.IntPtr,System.String,System.Boolean) */, ISymbolWriter_t780458634_il2cpp_TypeInfo_var, L_36, (intptr_t)(0), L_37, (bool)1); } IL_0139: { return; } } // System.Void System.Reflection.Emit.ModuleBuilder::.cctor() extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder__cctor_m2163728271 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder__cctor_m2163728271_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); CharU5BU5D_t3528271667* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (Il2CppChar)((int32_t)91)); CharU5BU5D_t3528271667* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(2), (Il2CppChar)((int32_t)42)); ((ModuleBuilder_t731887691_StaticFields*)il2cpp_codegen_static_fields_for(ModuleBuilder_t731887691_il2cpp_TypeInfo_var))->set_type_modifiers_30(L_2); return; } } // System.Void System.Reflection.Emit.ModuleBuilder::basic_init(System.Reflection.Emit.ModuleBuilder) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_basic_init_m3240533393 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___ab0, const RuntimeMethod* method) { typedef void (*ModuleBuilder_basic_init_m3240533393_ftn) (ModuleBuilder_t731887691 *); using namespace il2cpp::icalls; ((ModuleBuilder_basic_init_m3240533393_ftn)mscorlib::System::Reflection::Emit::ModuleBuilder::basic_init) (___ab0); } // System.Void System.Reflection.Emit.ModuleBuilder::set_wrappers_type(System.Reflection.Emit.ModuleBuilder,System.Type) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_set_wrappers_type_m2998401134 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___mb0, Type_t * ___ab1, const RuntimeMethod* method) { typedef void (*ModuleBuilder_set_wrappers_type_m2998401134_ftn) (ModuleBuilder_t731887691 *, Type_t *); using namespace il2cpp::icalls; ((ModuleBuilder_set_wrappers_type_m2998401134_ftn)mscorlib::System::Reflection::Emit::ModuleBuilder::set_wrappers_type) (___mb0, ___ab1); } // System.Boolean System.Reflection.Emit.ModuleBuilder::IsTransient() extern "C" IL2CPP_METHOD_ATTR bool ModuleBuilder_IsTransient_m421403846 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_transient_26(); return L_0; } } // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::DefineType(System.String,System.Reflection.TypeAttributes,System.Type) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_DefineType_m3763661967 (ModuleBuilder_t731887691 * __this, String_t* ___name0, int32_t ___attr1, Type_t * ___parent2, const RuntimeMethod* method) { { String_t* L_0 = ___name0; int32_t L_1 = ___attr1; Type_t * L_2 = ___parent2; TypeBuilder_t1073948154 * L_3 = ModuleBuilder_DefineType_m2262733165(__this, L_0, L_1, L_2, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL, /*hidden argument*/NULL); return L_3; } } // System.Void System.Reflection.Emit.ModuleBuilder::AddType(System.Reflection.Emit.TypeBuilder) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_AddType_m4198050894 (ModuleBuilder_t731887691 * __this, TypeBuilder_t1073948154 * ___tb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_AddType_m4198050894_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeBuilderU5BU5D_t786280671* V_0 = NULL; { TypeBuilderU5BU5D_t786280671* L_0 = __this->get_types_12(); if (!L_0) { goto IL_004c; } } { TypeBuilderU5BU5D_t786280671* L_1 = __this->get_types_12(); NullCheck(L_1); int32_t L_2 = __this->get_num_types_11(); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((uint32_t)L_2)))) { goto IL_0047; } } { TypeBuilderU5BU5D_t786280671* L_3 = __this->get_types_12(); NullCheck(L_3); V_0 = ((TypeBuilderU5BU5D_t786280671*)SZArrayNew(TypeBuilderU5BU5D_t786280671_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)))); TypeBuilderU5BU5D_t786280671* L_4 = __this->get_types_12(); TypeBuilderU5BU5D_t786280671* L_5 = V_0; int32_t L_6 = __this->get_num_types_11(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); TypeBuilderU5BU5D_t786280671* L_7 = V_0; __this->set_types_12(L_7); } IL_0047: { goto IL_0058; } IL_004c: { __this->set_types_12(((TypeBuilderU5BU5D_t786280671*)SZArrayNew(TypeBuilderU5BU5D_t786280671_il2cpp_TypeInfo_var, (uint32_t)1))); } IL_0058: { TypeBuilderU5BU5D_t786280671* L_8 = __this->get_types_12(); int32_t L_9 = __this->get_num_types_11(); TypeBuilder_t1073948154 * L_10 = ___tb0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(L_9), (TypeBuilder_t1073948154 *)L_10); int32_t L_11 = __this->get_num_types_11(); __this->set_num_types_11(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return; } } // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[],System.Reflection.Emit.PackingSize,System.Int32) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_DefineType_m3903640095 (ModuleBuilder_t731887691 * __this, String_t* ___name0, int32_t ___attr1, Type_t * ___parent2, TypeU5BU5D_t3940880105* ___interfaces3, int32_t ___packingSize4, int32_t ___typesize5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_DefineType_m3903640095_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeBuilder_t1073948154 * V_0 = NULL; { Hashtable_t1853889766 * L_0 = __this->get_name_cache_23(); String_t* L_1 = ___name0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_0, L_1); if (!L_2) { goto IL_001c; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, _stringLiteral712213229, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ModuleBuilder_DefineType_m3903640095_RuntimeMethod_var); } IL_001c: { String_t* L_4 = ___name0; int32_t L_5 = ___attr1; Type_t * L_6 = ___parent2; TypeU5BU5D_t3940880105* L_7 = ___interfaces3; int32_t L_8 = ___packingSize4; int32_t L_9 = ___typesize5; TypeBuilder_t1073948154 * L_10 = (TypeBuilder_t1073948154 *)il2cpp_codegen_object_new(TypeBuilder_t1073948154_il2cpp_TypeInfo_var); TypeBuilder__ctor_m3099050601(L_10, __this, L_4, L_5, L_6, L_7, L_8, L_9, (Type_t *)NULL, /*hidden argument*/NULL); V_0 = L_10; TypeBuilder_t1073948154 * L_11 = V_0; ModuleBuilder_AddType_m4198050894(__this, L_11, /*hidden argument*/NULL); Hashtable_t1853889766 * L_12 = __this->get_name_cache_23(); String_t* L_13 = ___name0; TypeBuilder_t1073948154 * L_14 = V_0; NullCheck(L_12); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_12, L_13, L_14); TypeBuilder_t1073948154 * L_15 = V_0; return L_15; } } // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[]) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_DefineType_m2262733165 (ModuleBuilder_t731887691 * __this, String_t* ___name0, int32_t ___attr1, Type_t * ___parent2, TypeU5BU5D_t3940880105* ___interfaces3, const RuntimeMethod* method) { { String_t* L_0 = ___name0; int32_t L_1 = ___attr1; Type_t * L_2 = ___parent2; TypeU5BU5D_t3940880105* L_3 = ___interfaces3; TypeBuilder_t1073948154 * L_4 = ModuleBuilder_DefineType_m3903640095(__this, L_0, L_1, L_2, L_3, 0, 0, /*hidden argument*/NULL); return L_4; } } // System.Type System.Reflection.Emit.ModuleBuilder::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * ModuleBuilder_GetType_m2225679021 (ModuleBuilder_t731887691 * __this, String_t* ___className0, const RuntimeMethod* method) { { String_t* L_0 = ___className0; Type_t * L_1 = VirtFuncInvoker3< Type_t *, String_t*, bool, bool >::Invoke(10 /* System.Type System.Reflection.Emit.ModuleBuilder::GetType(System.String,System.Boolean,System.Boolean) */, __this, L_0, (bool)0, (bool)0); return L_1; } } // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::search_in_array(System.Reflection.Emit.TypeBuilder[],System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_search_in_array_m1832733816 (ModuleBuilder_t731887691 * __this, TypeBuilderU5BU5D_t786280671* ___arr0, int32_t ___validElementsInArray1, String_t* ___className2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_search_in_array_m1832733816_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0028; } IL_0007: { String_t* L_0 = ___className2; TypeBuilderU5BU5D_t786280671* L_1 = ___arr0; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; TypeBuilder_t1073948154 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); String_t* L_5 = TypeBuilder_get_FullName_m420272554(L_4, /*hidden argument*/NULL); 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_0, L_5, (bool)1, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0024; } } { TypeBuilderU5BU5D_t786280671* L_8 = ___arr0; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; TypeBuilder_t1073948154 * L_11 = (L_8)->GetAt(static_cast(L_10)); return L_11; } IL_0024: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0028: { int32_t L_13 = V_0; int32_t L_14 = ___validElementsInArray1; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0007; } } { return (TypeBuilder_t1073948154 *)NULL; } } // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::search_nested_in_array(System.Reflection.Emit.TypeBuilder[],System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_search_nested_in_array_m942242794 (ModuleBuilder_t731887691 * __this, TypeBuilderU5BU5D_t786280671* ___arr0, int32_t ___validElementsInArray1, String_t* ___className2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_search_nested_in_array_m942242794_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0028; } IL_0007: { String_t* L_0 = ___className2; TypeBuilderU5BU5D_t786280671* L_1 = ___arr0; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; TypeBuilder_t1073948154 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); String_t* L_5 = TypeBuilder_get_Name_m1525921477(L_4, /*hidden argument*/NULL); 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_0, L_5, (bool)1, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0024; } } { TypeBuilderU5BU5D_t786280671* L_8 = ___arr0; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; TypeBuilder_t1073948154 * L_11 = (L_8)->GetAt(static_cast(L_10)); return L_11; } IL_0024: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0028: { int32_t L_13 = V_0; int32_t L_14 = ___validElementsInArray1; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0007; } } { return (TypeBuilder_t1073948154 *)NULL; } } // System.Type System.Reflection.Emit.ModuleBuilder::create_modified_type(System.Reflection.Emit.TypeBuilder,System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * ModuleBuilder_create_modified_type_m3780542108 (RuntimeObject * __this /* static, unused */, TypeBuilder_t1073948154 * ___tb0, String_t* ___modifiers1, const RuntimeMethod* method) { typedef Type_t * (*ModuleBuilder_create_modified_type_m3780542108_ftn) (TypeBuilder_t1073948154 *, String_t*); using namespace il2cpp::icalls; return ((ModuleBuilder_create_modified_type_m3780542108_ftn)mscorlib::System::Reflection::Emit::ModuleBuilder::create_modified_type) (___tb0, ___modifiers1); } // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::GetMaybeNested(System.Reflection.Emit.TypeBuilder,System.String) extern "C" IL2CPP_METHOD_ATTR TypeBuilder_t1073948154 * ModuleBuilder_GetMaybeNested_m3875745566 (ModuleBuilder_t731887691 * __this, TypeBuilder_t1073948154 * ___t0, String_t* ___className1, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; TypeBuilder_t1073948154 * V_3 = NULL; { String_t* L_0 = ___className1; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)43), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0033; } } { TypeBuilder_t1073948154 * L_3 = ___t0; NullCheck(L_3); TypeBuilderU5BU5D_t786280671* L_4 = L_3->get_subtypes_21(); if (!L_4) { goto IL_0031; } } { TypeBuilder_t1073948154 * L_5 = ___t0; NullCheck(L_5); TypeBuilderU5BU5D_t786280671* L_6 = L_5->get_subtypes_21(); TypeBuilder_t1073948154 * L_7 = ___t0; NullCheck(L_7); TypeBuilderU5BU5D_t786280671* L_8 = L_7->get_subtypes_21(); NullCheck(L_8); String_t* L_9 = ___className1; TypeBuilder_t1073948154 * L_10 = ModuleBuilder_search_nested_in_array_m942242794(__this, L_6, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), L_9, /*hidden argument*/NULL); return L_10; } IL_0031: { return (TypeBuilder_t1073948154 *)NULL; } IL_0033: { TypeBuilder_t1073948154 * L_11 = ___t0; NullCheck(L_11); TypeBuilderU5BU5D_t786280671* L_12 = L_11->get_subtypes_21(); if (!L_12) { goto IL_0076; } } { String_t* L_13 = ___className1; int32_t L_14 = V_0; NullCheck(L_13); String_t* L_15 = String_Substring_m1610150815(L_13, 0, L_14, /*hidden argument*/NULL); V_1 = L_15; String_t* L_16 = ___className1; int32_t L_17 = V_0; NullCheck(L_16); String_t* L_18 = String_Substring_m2848979100(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_18; TypeBuilder_t1073948154 * L_19 = ___t0; NullCheck(L_19); TypeBuilderU5BU5D_t786280671* L_20 = L_19->get_subtypes_21(); TypeBuilder_t1073948154 * L_21 = ___t0; NullCheck(L_21); TypeBuilderU5BU5D_t786280671* L_22 = L_21->get_subtypes_21(); NullCheck(L_22); String_t* L_23 = V_1; TypeBuilder_t1073948154 * L_24 = ModuleBuilder_search_nested_in_array_m942242794(__this, L_20, (((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), L_23, /*hidden argument*/NULL); V_3 = L_24; TypeBuilder_t1073948154 * L_25 = V_3; if (!L_25) { goto IL_0076; } } { TypeBuilder_t1073948154 * L_26 = V_3; String_t* L_27 = V_2; TypeBuilder_t1073948154 * L_28 = ModuleBuilder_GetMaybeNested_m3875745566(__this, L_26, L_27, /*hidden argument*/NULL); return L_28; } IL_0076: { return (TypeBuilder_t1073948154 *)NULL; } } // System.Type System.Reflection.Emit.ModuleBuilder::GetType(System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * ModuleBuilder_GetType_m813933439 (ModuleBuilder_t731887691 * __this, String_t* ___className0, bool ___throwOnError1, bool ___ignoreCase2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_GetType_m813933439_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; TypeBuilder_t1073948154 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; Type_t * V_6 = NULL; { String_t* L_0 = ___className0; 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, _stringLiteral1675978628, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ModuleBuilder_GetType_m813933439_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___className0; 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, _stringLiteral1675978628, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ModuleBuilder_GetType_m813933439_RuntimeMethod_var); } IL_0027: { String_t* L_5 = ___className0; V_1 = L_5; V_3 = (TypeBuilder_t1073948154 *)NULL; TypeBuilderU5BU5D_t786280671* L_6 = __this->get_types_12(); if (L_6) { goto IL_0043; } } { bool L_7 = ___throwOnError1; if (!L_7) { goto IL_0043; } } { String_t* L_8 = ___className0; TypeLoadException_t3707937253 * L_9 = (TypeLoadException_t3707937253 *)il2cpp_codegen_object_new(TypeLoadException_t3707937253_il2cpp_TypeInfo_var); TypeLoadException__ctor_m2362330792(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ModuleBuilder_GetType_m813933439_RuntimeMethod_var); } IL_0043: { String_t* L_10 = ___className0; IL2CPP_RUNTIME_CLASS_INIT(ModuleBuilder_t731887691_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_11 = ((ModuleBuilder_t731887691_StaticFields*)il2cpp_codegen_static_fields_for(ModuleBuilder_t731887691_il2cpp_TypeInfo_var))->get_type_modifiers_30(); NullCheck(L_10); int32_t L_12 = String_IndexOfAny_m4159774896(L_10, L_11, /*hidden argument*/NULL); V_0 = L_12; int32_t L_13 = V_0; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_006d; } } { String_t* L_14 = ___className0; int32_t L_15 = V_0; NullCheck(L_14); String_t* L_16 = String_Substring_m2848979100(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; String_t* L_17 = ___className0; int32_t L_18 = V_0; NullCheck(L_17); String_t* L_19 = String_Substring_m1610150815(L_17, 0, L_18, /*hidden argument*/NULL); ___className0 = L_19; goto IL_006f; } IL_006d: { V_2 = (String_t*)NULL; } IL_006f: { bool L_20 = ___ignoreCase2; if (L_20) { goto IL_008c; } } { Hashtable_t1853889766 * L_21 = __this->get_name_cache_23(); String_t* L_22 = ___className0; NullCheck(L_21); RuntimeObject * L_23 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_21, L_22); V_3 = ((TypeBuilder_t1073948154 *)IsInstSealed((RuntimeObject*)L_23, TypeBuilder_t1073948154_il2cpp_TypeInfo_var)); goto IL_00fa; } IL_008c: { String_t* L_24 = ___className0; NullCheck(L_24); int32_t L_25 = String_IndexOf_m363431711(L_24, ((int32_t)43), /*hidden argument*/NULL); V_0 = L_25; int32_t L_26 = V_0; if ((((int32_t)L_26) >= ((int32_t)0))) { goto IL_00c0; } } { TypeBuilderU5BU5D_t786280671* L_27 = __this->get_types_12(); if (!L_27) { goto IL_00bb; } } { TypeBuilderU5BU5D_t786280671* L_28 = __this->get_types_12(); int32_t L_29 = __this->get_num_types_11(); String_t* L_30 = ___className0; TypeBuilder_t1073948154 * L_31 = ModuleBuilder_search_in_array_m1832733816(__this, L_28, L_29, L_30, /*hidden argument*/NULL); V_3 = L_31; } IL_00bb: { goto IL_00fa; } IL_00c0: { String_t* L_32 = ___className0; int32_t L_33 = V_0; NullCheck(L_32); String_t* L_34 = String_Substring_m1610150815(L_32, 0, L_33, /*hidden argument*/NULL); V_4 = L_34; String_t* L_35 = ___className0; int32_t L_36 = V_0; NullCheck(L_35); String_t* L_37 = String_Substring_m2848979100(L_35, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)), /*hidden argument*/NULL); V_5 = L_37; TypeBuilderU5BU5D_t786280671* L_38 = __this->get_types_12(); int32_t L_39 = __this->get_num_types_11(); String_t* L_40 = V_4; TypeBuilder_t1073948154 * L_41 = ModuleBuilder_search_in_array_m1832733816(__this, L_38, L_39, L_40, /*hidden argument*/NULL); V_3 = L_41; TypeBuilder_t1073948154 * L_42 = V_3; if (!L_42) { goto IL_00fa; } } { TypeBuilder_t1073948154 * L_43 = V_3; String_t* L_44 = V_5; TypeBuilder_t1073948154 * L_45 = ModuleBuilder_GetMaybeNested_m3875745566(__this, L_43, L_44, /*hidden argument*/NULL); V_3 = L_45; } IL_00fa: { TypeBuilder_t1073948154 * L_46 = V_3; if (L_46) { goto IL_010d; } } { bool L_47 = ___throwOnError1; if (!L_47) { goto IL_010d; } } { String_t* L_48 = V_1; TypeLoadException_t3707937253 * L_49 = (TypeLoadException_t3707937253 *)il2cpp_codegen_object_new(TypeLoadException_t3707937253_il2cpp_TypeInfo_var); TypeLoadException__ctor_m2362330792(L_49, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49,ModuleBuilder_GetType_m813933439_RuntimeMethod_var); } IL_010d: { TypeBuilder_t1073948154 * L_50 = V_3; if (!L_50) { goto IL_0133; } } { String_t* L_51 = V_2; if (!L_51) { goto IL_0133; } } { TypeBuilder_t1073948154 * L_52 = V_3; String_t* L_53 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ModuleBuilder_t731887691_il2cpp_TypeInfo_var); Type_t * L_54 = ModuleBuilder_create_modified_type_m3780542108(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); V_6 = L_54; Type_t * L_55 = V_6; V_3 = ((TypeBuilder_t1073948154 *)IsInstSealed((RuntimeObject*)L_55, TypeBuilder_t1073948154_il2cpp_TypeInfo_var)); TypeBuilder_t1073948154 * L_56 = V_3; if (L_56) { goto IL_0133; } } { Type_t * L_57 = V_6; return L_57; } IL_0133: { TypeBuilder_t1073948154 * L_58 = V_3; if (!L_58) { goto IL_014b; } } { TypeBuilder_t1073948154 * L_59 = V_3; NullCheck(L_59); bool L_60 = TypeBuilder_get_is_created_m1192848807(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_014b; } } { TypeBuilder_t1073948154 * L_61 = V_3; NullCheck(L_61); Type_t * L_62 = TypeBuilder_CreateType_m3375483507(L_61, /*hidden argument*/NULL); return L_62; } IL_014b: { TypeBuilder_t1073948154 * L_63 = V_3; return L_63; } } // System.Int32 System.Reflection.Emit.ModuleBuilder::get_next_table_index(System.Object,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_get_next_table_index_m1158040331 (ModuleBuilder_t731887691 * __this, RuntimeObject * ___obj0, int32_t ___table1, bool ___inc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_get_next_table_index_m1158040331_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Int32U5BU5D_t385246372* L_0 = __this->get_table_indexes_25(); if (L_0) { goto IL_003d; } } { __this->set_table_indexes_25(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); V_0 = 0; goto IL_002c; } IL_001f: { Int32U5BU5D_t385246372* L_1 = __this->get_table_indexes_25(); int32_t L_2 = V_0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (int32_t)1); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_002c: { int32_t L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)((int32_t)64)))) { goto IL_001f; } } { Int32U5BU5D_t385246372* L_5 = __this->get_table_indexes_25(); NullCheck(L_5); (L_5)->SetAt(static_cast(2), (int32_t)2); } IL_003d: { bool L_6 = ___inc2; if (!L_6) { goto IL_0058; } } { Int32U5BU5D_t385246372* L_7 = __this->get_table_indexes_25(); int32_t L_8 = ___table1; NullCheck(L_7); int32_t* L_9 = ((L_7)->GetAddressAt(static_cast(L_8))); int32_t L_10 = (*((int32_t*)L_9)); V_1 = L_10; *((int32_t*)(L_9)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); int32_t L_11 = V_1; return L_11; } IL_0058: { Int32U5BU5D_t385246372* L_12 = __this->get_table_indexes_25(); int32_t L_13 = ___table1; NullCheck(L_12); int32_t L_14 = L_13; int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); return L_15; } } // System.Type[] System.Reflection.Emit.ModuleBuilder::GetTypes() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* ModuleBuilder_GetTypes_m158355402 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_GetTypes_m158355402_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; { TypeBuilderU5BU5D_t786280671* L_0 = __this->get_types_12(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_1 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); return L_1; } IL_0011: { int32_t L_2 = __this->get_num_types_11(); V_0 = L_2; int32_t L_3 = V_0; V_1 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)L_3)); TypeBuilderU5BU5D_t786280671* L_4 = __this->get_types_12(); TypeU5BU5D_t3940880105* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); V_2 = 0; goto IL_0059; } IL_0033: { TypeBuilderU5BU5D_t786280671* L_7 = __this->get_types_12(); int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; TypeBuilder_t1073948154 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); bool L_11 = TypeBuilder_get_is_created_m1192848807(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0055; } } { TypeU5BU5D_t3940880105* L_12 = V_1; int32_t L_13 = V_2; TypeBuilderU5BU5D_t786280671* L_14 = __this->get_types_12(); int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; TypeBuilder_t1073948154 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); Type_t * L_18 = TypeBuilder_CreateType_m3375483507(L_17, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_18); (L_12)->SetAt(static_cast(L_13), (Type_t *)L_18); } IL_0055: { int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0059: { int32_t L_20 = V_2; TypeU5BU5D_t3940880105* L_21 = V_1; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0033; } } { TypeU5BU5D_t3940880105* L_22 = V_1; return L_22; } } // System.Int32 System.Reflection.Emit.ModuleBuilder::getUSIndex(System.Reflection.Emit.ModuleBuilder,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_getUSIndex_m1446676113 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___mb0, String_t* ___str1, const RuntimeMethod* method) { typedef int32_t (*ModuleBuilder_getUSIndex_m1446676113_ftn) (ModuleBuilder_t731887691 *, String_t*); using namespace il2cpp::icalls; return ((ModuleBuilder_getUSIndex_m1446676113_ftn)mscorlib::System::Reflection::Emit::ModuleBuilder::getUSIndex) (___mb0, ___str1); } // System.Int32 System.Reflection.Emit.ModuleBuilder::getToken(System.Reflection.Emit.ModuleBuilder,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_getToken_m4290400349 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___mb0, RuntimeObject * ___obj1, const RuntimeMethod* method) { typedef int32_t (*ModuleBuilder_getToken_m4290400349_ftn) (ModuleBuilder_t731887691 *, RuntimeObject *); using namespace il2cpp::icalls; return ((ModuleBuilder_getToken_m4290400349_ftn)mscorlib::System::Reflection::Emit::ModuleBuilder::getToken) (___mb0, ___obj1); } // System.Int32 System.Reflection.Emit.ModuleBuilder::getMethodToken(System.Reflection.Emit.ModuleBuilder,System.Reflection.MethodInfo,System.Type[]) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_getMethodToken_m454517975 (RuntimeObject * __this /* static, unused */, ModuleBuilder_t731887691 * ___mb0, MethodInfo_t * ___method1, TypeU5BU5D_t3940880105* ___opt_param_types2, const RuntimeMethod* method) { typedef int32_t (*ModuleBuilder_getMethodToken_m454517975_ftn) (ModuleBuilder_t731887691 *, MethodInfo_t *, TypeU5BU5D_t3940880105*); using namespace il2cpp::icalls; return ((ModuleBuilder_getMethodToken_m454517975_ftn)mscorlib::System::Reflection::Emit::ModuleBuilder::getMethodToken) (___mb0, ___method1, ___opt_param_types2); } // System.Int32 System.Reflection.Emit.ModuleBuilder::GetToken(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_GetToken_m1823519114 (ModuleBuilder_t731887691 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_GetToken_m1823519114_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Hashtable_t1853889766 * L_0 = __this->get_us_string_cache_24(); String_t* L_1 = ___str0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_0, L_1); if (!L_2) { goto IL_0023; } } { Hashtable_t1853889766 * L_3 = __this->get_us_string_cache_24(); String_t* L_4 = ___str0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_4); return ((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t2950945753_il2cpp_TypeInfo_var)))); } IL_0023: { String_t* L_6 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(ModuleBuilder_t731887691_il2cpp_TypeInfo_var); int32_t L_7 = ModuleBuilder_getUSIndex_m1446676113(NULL /*static, unused*/, __this, L_6, /*hidden argument*/NULL); V_0 = L_7; Hashtable_t1853889766 * L_8 = __this->get_us_string_cache_24(); String_t* L_9 = ___str0; int32_t L_10 = V_0; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_8, L_9, L_12); int32_t L_13 = V_0; return L_13; } } // System.Int32 System.Reflection.Emit.ModuleBuilder::GetToken(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_GetToken_m4274310417 (ModuleBuilder_t731887691 * __this, MemberInfo_t * ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_GetToken_m4274310417_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___member0; IL2CPP_RUNTIME_CLASS_INIT(ModuleBuilder_t731887691_il2cpp_TypeInfo_var); int32_t L_1 = ModuleBuilder_getToken_m4290400349(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.Emit.ModuleBuilder::GetToken(System.Reflection.MethodInfo,System.Type[]) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilder_GetToken_m1735168917 (ModuleBuilder_t731887691 * __this, MethodInfo_t * ___method0, TypeU5BU5D_t3940880105* ___opt_param_types1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_GetToken_m1735168917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = ___method0; TypeU5BU5D_t3940880105* L_1 = ___opt_param_types1; IL2CPP_RUNTIME_CLASS_INIT(ModuleBuilder_t731887691_il2cpp_TypeInfo_var); int32_t L_2 = ModuleBuilder_getMethodToken_m454517975(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Reflection.Emit.ModuleBuilder::RegisterToken(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_RegisterToken_m4166846047 (ModuleBuilder_t731887691 * __this, RuntimeObject * ___obj0, int32_t ___token1, const RuntimeMethod* method) { typedef void (*ModuleBuilder_RegisterToken_m4166846047_ftn) (ModuleBuilder_t731887691 *, RuntimeObject *, int32_t); using namespace il2cpp::icalls; ((ModuleBuilder_RegisterToken_m4166846047_ftn)mscorlib::System::Reflection::Emit::ModuleBuilder::RegisterToken) (__this, ___obj0, ___token1); } // System.Reflection.Emit.TokenGenerator System.Reflection.Emit.ModuleBuilder::GetTokenGenerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ModuleBuilder_GetTokenGenerator_m4177350090 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_GetTokenGenerator_m4177350090_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ModuleBuilderTokenGenerator_t944435078 * L_0 = __this->get_token_gen_27(); if (L_0) { goto IL_0017; } } { ModuleBuilderTokenGenerator_t944435078 * L_1 = (ModuleBuilderTokenGenerator_t944435078 *)il2cpp_codegen_object_new(ModuleBuilderTokenGenerator_t944435078_il2cpp_TypeInfo_var); ModuleBuilderTokenGenerator__ctor_m2360787210(L_1, __this, /*hidden argument*/NULL); __this->set_token_gen_27(L_1); } IL_0017: { ModuleBuilderTokenGenerator_t944435078 * L_2 = __this->get_token_gen_27(); return L_2; } } // System.String System.Reflection.Emit.ModuleBuilder::get_FileName() extern "C" IL2CPP_METHOD_ATTR String_t* ModuleBuilder_get_FileName_m2155150858 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method) { { String_t* L_0 = ((Module_t2987026101 *)__this)->get_fqname_5(); return L_0; } } // System.Void System.Reflection.Emit.ModuleBuilder::CreateGlobalType() extern "C" IL2CPP_METHOD_ATTR void ModuleBuilder_CreateGlobalType_m3933178429 (ModuleBuilder_t731887691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleBuilder_CreateGlobalType_m3933178429_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeBuilder_t1073948154 * L_0 = __this->get_global_type_21(); if (L_0) { goto IL_0019; } } { TypeBuilder_t1073948154 * L_1 = (TypeBuilder_t1073948154 *)il2cpp_codegen_object_new(TypeBuilder_t1073948154_il2cpp_TypeInfo_var); TypeBuilder__ctor_m3644689907(L_1, __this, 0, 1, /*hidden argument*/NULL); __this->set_global_type_21(L_1); } IL_0019: { 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.Reflection.Emit.ModuleBuilderTokenGenerator::.ctor(System.Reflection.Emit.ModuleBuilder) extern "C" IL2CPP_METHOD_ATTR void ModuleBuilderTokenGenerator__ctor_m2360787210 (ModuleBuilderTokenGenerator_t944435078 * __this, ModuleBuilder_t731887691 * ___mb0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ModuleBuilder_t731887691 * L_0 = ___mb0; __this->set_mb_0(L_0); return; } } // System.Int32 System.Reflection.Emit.ModuleBuilderTokenGenerator::GetToken(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilderTokenGenerator_GetToken_m2356555833 (ModuleBuilderTokenGenerator_t944435078 * __this, String_t* ___str0, const RuntimeMethod* method) { { ModuleBuilder_t731887691 * L_0 = __this->get_mb_0(); String_t* L_1 = ___str0; NullCheck(L_0); int32_t L_2 = ModuleBuilder_GetToken_m1823519114(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Reflection.Emit.ModuleBuilderTokenGenerator::GetToken(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilderTokenGenerator_GetToken_m2588853565 (ModuleBuilderTokenGenerator_t944435078 * __this, MemberInfo_t * ___member0, const RuntimeMethod* method) { { ModuleBuilder_t731887691 * L_0 = __this->get_mb_0(); MemberInfo_t * L_1 = ___member0; NullCheck(L_0); int32_t L_2 = ModuleBuilder_GetToken_m4274310417(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Reflection.Emit.ModuleBuilderTokenGenerator::GetToken(System.Reflection.MethodInfo,System.Type[]) extern "C" IL2CPP_METHOD_ATTR int32_t ModuleBuilderTokenGenerator_GetToken_m1396347424 (ModuleBuilderTokenGenerator_t944435078 * __this, MethodInfo_t * ___method0, TypeU5BU5D_t3940880105* ___opt_param_types1, const RuntimeMethod* method) { { ModuleBuilder_t731887691 * L_0 = __this->get_mb_0(); MethodInfo_t * L_1 = ___method0; TypeU5BU5D_t3940880105* L_2 = ___opt_param_types1; NullCheck(L_0); int32_t L_3 = ModuleBuilder_GetToken_m1735168917(L_0, L_1, 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 // Conversion methods for marshalling of: System.Reflection.Emit.MonoResource extern "C" void MonoResource_t4103430009_marshal_pinvoke(const MonoResource_t4103430009& unmarshaled, MonoResource_t4103430009_marshaled_pinvoke& marshaled) { Exception_t* ___stream_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stream' of type 'MonoResource': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___stream_5Exception,NULL); } extern "C" void MonoResource_t4103430009_marshal_pinvoke_back(const MonoResource_t4103430009_marshaled_pinvoke& marshaled, MonoResource_t4103430009& unmarshaled) { Exception_t* ___stream_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stream' of type 'MonoResource': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___stream_5Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.MonoResource extern "C" void MonoResource_t4103430009_marshal_pinvoke_cleanup(MonoResource_t4103430009_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.Emit.MonoResource extern "C" void MonoResource_t4103430009_marshal_com(const MonoResource_t4103430009& unmarshaled, MonoResource_t4103430009_marshaled_com& marshaled) { Exception_t* ___stream_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stream' of type 'MonoResource': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___stream_5Exception,NULL); } extern "C" void MonoResource_t4103430009_marshal_com_back(const MonoResource_t4103430009_marshaled_com& marshaled, MonoResource_t4103430009& unmarshaled) { Exception_t* ___stream_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stream' of type 'MonoResource': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___stream_5Exception,NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Emit.MonoResource extern "C" void MonoResource_t4103430009_marshal_com_cleanup(MonoResource_t4103430009_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Reflection.Emit.MonoWin32Resource extern "C" void MonoWin32Resource_t1904229483_marshal_pinvoke(const MonoWin32Resource_t1904229483& unmarshaled, MonoWin32Resource_t1904229483_marshaled_pinvoke& marshaled) { marshaled.___res_type_0 = unmarshaled.get_res_type_0(); marshaled.___res_id_1 = unmarshaled.get_res_id_1(); marshaled.___lang_id_2 = unmarshaled.get_lang_id_2(); if (unmarshaled.get_data_3() != NULL) { il2cpp_array_size_t _unmarshaled_data_Length = (unmarshaled.get_data_3())->max_length; marshaled.___data_3 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_data_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_data_Length); i++) { (marshaled.___data_3)[i] = (unmarshaled.get_data_3())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___data_3 = NULL; } } extern "C" void MonoWin32Resource_t1904229483_marshal_pinvoke_back(const MonoWin32Resource_t1904229483_marshaled_pinvoke& marshaled, MonoWin32Resource_t1904229483& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoWin32Resource_t1904229483_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_res_type_temp_0 = 0; unmarshaled_res_type_temp_0 = marshaled.___res_type_0; unmarshaled.set_res_type_0(unmarshaled_res_type_temp_0); int32_t unmarshaled_res_id_temp_1 = 0; unmarshaled_res_id_temp_1 = marshaled.___res_id_1; unmarshaled.set_res_id_1(unmarshaled_res_id_temp_1); int32_t unmarshaled_lang_id_temp_2 = 0; unmarshaled_lang_id_temp_2 = marshaled.___lang_id_2; unmarshaled.set_lang_id_2(unmarshaled_lang_id_temp_2); if (marshaled.___data_3 != NULL) { if (unmarshaled.get_data_3() == NULL) { unmarshaled.set_data_3(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_data_3())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_data_3())->SetAtUnchecked(static_cast(i), (marshaled.___data_3)[i]); } } } // Conversion method for clean up from marshalling of: System.Reflection.Emit.MonoWin32Resource extern "C" void MonoWin32Resource_t1904229483_marshal_pinvoke_cleanup(MonoWin32Resource_t1904229483_marshaled_pinvoke& marshaled) { if (marshaled.___data_3 != NULL) { il2cpp_codegen_marshal_free(marshaled.___data_3); marshaled.___data_3 = NULL; } } // Conversion methods for marshalling of: System.Reflection.Emit.MonoWin32Resource extern "C" void MonoWin32Resource_t1904229483_marshal_com(const MonoWin32Resource_t1904229483& unmarshaled, MonoWin32Resource_t1904229483_marshaled_com& marshaled) { marshaled.___res_type_0 = unmarshaled.get_res_type_0(); marshaled.___res_id_1 = unmarshaled.get_res_id_1(); marshaled.___lang_id_2 = unmarshaled.get_lang_id_2(); if (unmarshaled.get_data_3() != NULL) { il2cpp_array_size_t _unmarshaled_data_Length = (unmarshaled.get_data_3())->max_length; marshaled.___data_3 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_data_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_data_Length); i++) { (marshaled.___data_3)[i] = (unmarshaled.get_data_3())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___data_3 = NULL; } } extern "C" void MonoWin32Resource_t1904229483_marshal_com_back(const MonoWin32Resource_t1904229483_marshaled_com& marshaled, MonoWin32Resource_t1904229483& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoWin32Resource_t1904229483_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_res_type_temp_0 = 0; unmarshaled_res_type_temp_0 = marshaled.___res_type_0; unmarshaled.set_res_type_0(unmarshaled_res_type_temp_0); int32_t unmarshaled_res_id_temp_1 = 0; unmarshaled_res_id_temp_1 = marshaled.___res_id_1; unmarshaled.set_res_id_1(unmarshaled_res_id_temp_1); int32_t unmarshaled_lang_id_temp_2 = 0; unmarshaled_lang_id_temp_2 = marshaled.___lang_id_2; unmarshaled.set_lang_id_2(unmarshaled_lang_id_temp_2); if (marshaled.___data_3 != NULL) { if (unmarshaled.get_data_3() == NULL) { unmarshaled.set_data_3(reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_data_3())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_data_3())->SetAtUnchecked(static_cast(i), (marshaled.___data_3)[i]); } } } // Conversion method for clean up from marshalling of: System.Reflection.Emit.MonoWin32Resource extern "C" void MonoWin32Resource_t1904229483_marshal_com_cleanup(MonoWin32Resource_t1904229483_marshaled_com& marshaled) { if (marshaled.___data_3 != NULL) { il2cpp_codegen_marshal_free(marshaled.___data_3); marshaled.___data_3 = 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 #ifdef __clang__ #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.Reflection.Emit.OpCode::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OpCode__ctor_m2823239373 (OpCode_t123070264 * __this, int32_t ___p0, int32_t ___q1, const RuntimeMethod* method) { { int32_t L_0 = ___p0; __this->set_op1_0((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)255))))))); int32_t L_1 = ___p0; __this->set_op2_1((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)8))&(int32_t)((int32_t)255))))))); int32_t L_2 = ___p0; __this->set_push_2((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))))); int32_t L_3 = ___p0; __this->set_pop_3((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255))))))); int32_t L_4 = ___q1; __this->set_size_4((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)255))))))); int32_t L_5 = ___q1; __this->set_type_5((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5>>(int32_t)8))&(int32_t)((int32_t)255))))))); int32_t L_6 = ___q1; __this->set_args_6((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255))))))); int32_t L_7 = ___q1; __this->set_flow_7((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255))))))); return; } } extern "C" void OpCode__ctor_m2823239373_AdjustorThunk (RuntimeObject * __this, int32_t ___p0, int32_t ___q1, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); OpCode__ctor_m2823239373(_thisAdjusted, ___p0, ___q1, method); } // System.Int32 System.Reflection.Emit.OpCode::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_GetHashCode_m1374201362 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { String_t* L_0 = OpCode_get_Name_m149707431(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int32_t OpCode_GetHashCode_m1374201362_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_GetHashCode_m1374201362(_thisAdjusted, method); } // System.Boolean System.Reflection.Emit.OpCode::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool OpCode_Equals_m1376200488 (OpCode_t123070264 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OpCode_Equals_m1376200488_MetadataUsageId); s_Il2CppMethodInitialized = true; } OpCode_t123070264 V_0; memset(&V_0, 0, sizeof(V_0)); 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, OpCode_t123070264_il2cpp_TypeInfo_var))) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { RuntimeObject * L_2 = ___obj0; V_0 = ((*(OpCode_t123070264 *)((OpCode_t123070264 *)UnBox(L_2, OpCode_t123070264_il2cpp_TypeInfo_var)))); uint8_t L_3 = (&V_0)->get_op1_0(); uint8_t L_4 = __this->get_op1_0(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_003d; } } { uint8_t L_5 = (&V_0)->get_op2_1(); uint8_t L_6 = __this->get_op2_1(); G_B6_0 = ((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0); goto IL_003e; } IL_003d: { G_B6_0 = 0; } IL_003e: { return (bool)G_B6_0; } } extern "C" bool OpCode_Equals_m1376200488_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_Equals_m1376200488(_thisAdjusted, ___obj0, method); } // System.String System.Reflection.Emit.OpCode::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* OpCode_ToString_m4248967054 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { String_t* L_0 = OpCode_get_Name_m149707431(__this, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* OpCode_ToString_m4248967054_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_ToString_m4248967054(_thisAdjusted, method); } // System.String System.Reflection.Emit.OpCode::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* OpCode_get_Name_m149707431 (OpCode_t123070264 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OpCode_get_Name_m149707431_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = __this->get_op1_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)255))))) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(OpCodeNames_t3363784580_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_1 = ((OpCodeNames_t3363784580_StaticFields*)il2cpp_codegen_static_fields_for(OpCodeNames_t3363784580_il2cpp_TypeInfo_var))->get_names_0(); uint8_t L_2 = __this->get_op2_1(); NullCheck(L_1); uint8_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(OpCodeNames_t3363784580_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_5 = ((OpCodeNames_t3363784580_StaticFields*)il2cpp_codegen_static_fields_for(OpCodeNames_t3363784580_il2cpp_TypeInfo_var))->get_names_0(); uint8_t L_6 = __this->get_op2_1(); NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)256), (int32_t)L_6)); String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); return L_8; } } extern "C" String_t* OpCode_get_Name_m149707431_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_get_Name_m149707431(_thisAdjusted, method); } // System.Int32 System.Reflection.Emit.OpCode::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_Size_m3461506715 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_size_4(); return L_0; } } extern "C" int32_t OpCode_get_Size_m3461506715_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_get_Size_m3461506715(_thisAdjusted, method); } // System.Reflection.Emit.OperandType System.Reflection.Emit.OpCode::get_OperandType() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_OperandType_m1634816806 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_args_6(); return (int32_t)(L_0); } } extern "C" int32_t OpCode_get_OperandType_m1634816806_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_get_OperandType_m1634816806(_thisAdjusted, method); } // System.Reflection.Emit.StackBehaviour System.Reflection.Emit.OpCode::get_StackBehaviourPop() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_StackBehaviourPop_m4250794726 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_pop_3(); return (int32_t)(L_0); } } extern "C" int32_t OpCode_get_StackBehaviourPop_m4250794726_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_get_StackBehaviourPop_m4250794726(_thisAdjusted, method); } // System.Reflection.Emit.StackBehaviour System.Reflection.Emit.OpCode::get_StackBehaviourPush() extern "C" IL2CPP_METHOD_ATTR int32_t OpCode_get_StackBehaviourPush_m986094870 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_push_2(); return (int32_t)(L_0); } } extern "C" int32_t OpCode_get_StackBehaviourPush_m986094870_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_get_StackBehaviourPush_m986094870(_thisAdjusted, method); } // System.Int16 System.Reflection.Emit.OpCode::get_Value() extern "C" IL2CPP_METHOD_ATTR int16_t OpCode_get_Value_m917085326 (OpCode_t123070264 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_size_4(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0013; } } { uint8_t L_1 = __this->get_op2_1(); return L_1; } IL_0013: { uint8_t L_2 = __this->get_op1_0(); uint8_t L_3 = __this->get_op2_1(); return (((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)8))|(int32_t)L_3))))); } } extern "C" int16_t OpCode_get_Value_m917085326_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { OpCode_t123070264 * _thisAdjusted = reinterpret_cast(__this + 1); return OpCode_get_Value_m917085326(_thisAdjusted, method); } // System.Boolean System.Reflection.Emit.OpCode::op_Equality(System.Reflection.Emit.OpCode,System.Reflection.Emit.OpCode) extern "C" IL2CPP_METHOD_ATTR bool OpCode_op_Equality_m3082103192 (RuntimeObject * __this /* static, unused */, OpCode_t123070264 ___a0, OpCode_t123070264 ___b1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { uint8_t L_0 = (&___a0)->get_op1_0(); uint8_t L_1 = (&___b1)->get_op1_0(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0025; } } { uint8_t L_2 = (&___a0)->get_op2_1(); uint8_t L_3 = (&___b1)->get_op2_1(); G_B3_0 = ((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); goto IL_0026; } IL_0025: { G_B3_0 = 0; } IL_0026: { return (bool)G_B3_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.Reflection.Emit.OpCodeNames::.cctor() extern "C" IL2CPP_METHOD_ATTR void OpCodeNames__cctor_m4023020620 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OpCodeNames__cctor_m4023020620_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)304))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral228012188); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral228012188); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral22182330); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral22182330); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral2608805698); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral2608805698); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral4174889639); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral4174889639); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral1446006284); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral1446006284); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3012090225); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral3012090225); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3630267383); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral3630267383); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2064183442); (L_7)->SetAt(static_cast(7), (String_t*)_stringLiteral2064183442); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral2467467969); (L_8)->SetAt(static_cast(8), (String_t*)_stringLiteral2467467969); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral901384028); (L_9)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral901384028); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral3669064926); (L_10)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral3669064926); StringU5BU5D_t1281789340* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral2102980985); (L_11)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral2102980985); StringU5BU5D_t1281789340* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral2506265512); (L_12)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral2506265512); StringU5BU5D_t1281789340* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral940181571); (L_13)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral940181571); StringU5BU5D_t1281789340* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral1566965809); (L_14)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral1566965809); StringU5BU5D_t1281789340* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral1782086560); (L_15)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteral1782086560); StringU5BU5D_t1281789340* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral1605763352); (L_16)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteral1605763352); StringU5BU5D_t1281789340* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral2346508444); (L_17)->SetAt(static_cast(((int32_t)17)), (String_t*)_stringLiteral2346508444); StringU5BU5D_t1281789340* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral1490576685); (L_18)->SetAt(static_cast(((int32_t)18)), (String_t*)_stringLiteral1490576685); StringU5BU5D_t1281789340* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral2385305987); (L_19)->SetAt(static_cast(((int32_t)19)), (String_t*)_stringLiteral2385305987); StringU5BU5D_t1281789340* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral356797082); (L_20)->SetAt(static_cast(((int32_t)20)), (String_t*)_stringLiteral356797082); StringU5BU5D_t1281789340* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral4159545928); (L_21)->SetAt(static_cast(((int32_t)21)), (String_t*)_stringLiteral4159545928); StringU5BU5D_t1281789340* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral2978920748); (L_22)->SetAt(static_cast(((int32_t)22)), (String_t*)_stringLiteral2978920748); StringU5BU5D_t1281789340* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1022605612); (L_23)->SetAt(static_cast(((int32_t)23)), (String_t*)_stringLiteral1022605612); StringU5BU5D_t1281789340* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3361257772); (L_24)->SetAt(static_cast(((int32_t)24)), (String_t*)_stringLiteral3361257772); StringU5BU5D_t1281789340* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral1404942636); (L_25)->SetAt(static_cast(((int32_t)25)), (String_t*)_stringLiteral1404942636); StringU5BU5D_t1281789340* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3743594796); (L_26)->SetAt(static_cast(((int32_t)26)), (String_t*)_stringLiteral3743594796); StringU5BU5D_t1281789340* L_27 = L_26; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral1787279660); (L_27)->SetAt(static_cast(((int32_t)27)), (String_t*)_stringLiteral1787279660); StringU5BU5D_t1281789340* L_28 = L_27; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral4125931820); (L_28)->SetAt(static_cast(((int32_t)28)), (String_t*)_stringLiteral4125931820); StringU5BU5D_t1281789340* L_29 = L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral2169616684); (L_29)->SetAt(static_cast(((int32_t)29)), (String_t*)_stringLiteral2169616684); StringU5BU5D_t1281789340* L_30 = L_29; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral213301548); (L_30)->SetAt(static_cast(((int32_t)30)), (String_t*)_stringLiteral213301548); StringU5BU5D_t1281789340* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral2055059756); (L_31)->SetAt(static_cast(((int32_t)31)), (String_t*)_stringLiteral2055059756); StringU5BU5D_t1281789340* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral2188677532); (L_32)->SetAt(static_cast(((int32_t)32)), (String_t*)_stringLiteral2188677532); StringU5BU5D_t1281789340* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral2187891100); (L_33)->SetAt(static_cast(((int32_t)33)), (String_t*)_stringLiteral2187891100); StringU5BU5D_t1281789340* L_34 = L_33; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral2188677543); (L_34)->SetAt(static_cast(((int32_t)34)), (String_t*)_stringLiteral2188677543); StringU5BU5D_t1281789340* L_35 = L_34; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral2187891111); (L_35)->SetAt(static_cast(((int32_t)35)), (String_t*)_stringLiteral2187891111); StringU5BU5D_t1281789340* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral228667542); (L_36)->SetAt(static_cast(((int32_t)37)), (String_t*)_stringLiteral228667542); StringU5BU5D_t1281789340* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral228012202); (L_37)->SetAt(static_cast(((int32_t)38)), (String_t*)_stringLiteral228012202); StringU5BU5D_t1281789340* L_38 = L_37; NullCheck(L_38); ArrayElementTypeCheck (L_38, _stringLiteral228143264); (L_38)->SetAt(static_cast(((int32_t)39)), (String_t*)_stringLiteral228143264); StringU5BU5D_t1281789340* L_39 = L_38; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral1201842139); (L_39)->SetAt(static_cast(((int32_t)40)), (String_t*)_stringLiteral1201842139); StringU5BU5D_t1281789340* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteral7954538); (L_40)->SetAt(static_cast(((int32_t)41)), (String_t*)_stringLiteral7954538); StringU5BU5D_t1281789340* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteral2553217812); (L_41)->SetAt(static_cast(((int32_t)42)), (String_t*)_stringLiteral2553217812); StringU5BU5D_t1281789340* L_42 = L_41; NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral493533138); (L_42)->SetAt(static_cast(((int32_t)43)), (String_t*)_stringLiteral493533138); StringU5BU5D_t1281789340* L_43 = L_42; NullCheck(L_43); ArrayElementTypeCheck (L_43, _stringLiteral158802576); (L_43)->SetAt(static_cast(((int32_t)44)), (String_t*)_stringLiteral158802576); StringU5BU5D_t1281789340* L_44 = L_43; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral3303828977); (L_44)->SetAt(static_cast(((int32_t)45)), (String_t*)_stringLiteral3303828977); StringU5BU5D_t1281789340* L_45 = L_44; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral314138006); (L_45)->SetAt(static_cast(((int32_t)46)), (String_t*)_stringLiteral314138006); StringU5BU5D_t1281789340* L_46 = L_45; NullCheck(L_46); ArrayElementTypeCheck (L_46, _stringLiteral3347872178); (L_46)->SetAt(static_cast(((int32_t)47)), (String_t*)_stringLiteral3347872178); StringU5BU5D_t1281789340* L_47 = L_46; NullCheck(L_47); ArrayElementTypeCheck (L_47, _stringLiteral4201495399); (L_47)->SetAt(static_cast(((int32_t)48)), (String_t*)_stringLiteral4201495399); StringU5BU5D_t1281789340* L_48 = L_47; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral3371661746); (L_48)->SetAt(static_cast(((int32_t)49)), (String_t*)_stringLiteral3371661746); StringU5BU5D_t1281789340* L_49 = L_48; NullCheck(L_49); ArrayElementTypeCheck (L_49, _stringLiteral4225284967); (L_49)->SetAt(static_cast(((int32_t)50)), (String_t*)_stringLiteral4225284967); StringU5BU5D_t1281789340* L_50 = L_49; NullCheck(L_50); ArrayElementTypeCheck (L_50, _stringLiteral3765171612); (L_50)->SetAt(static_cast(((int32_t)51)), (String_t*)_stringLiteral3765171612); StringU5BU5D_t1281789340* L_51 = L_50; NullCheck(L_51); ArrayElementTypeCheck (L_51, _stringLiteral3736532380); (L_51)->SetAt(static_cast(((int32_t)52)), (String_t*)_stringLiteral3736532380); StringU5BU5D_t1281789340* L_52 = L_51; NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral1841327601); (L_52)->SetAt(static_cast(((int32_t)53)), (String_t*)_stringLiteral1841327601); StringU5BU5D_t1281789340* L_53 = L_52; NullCheck(L_53); ArrayElementTypeCheck (L_53, _stringLiteral3760846236); (L_53)->SetAt(static_cast(((int32_t)54)), (String_t*)_stringLiteral3760846236); StringU5BU5D_t1281789340* L_54 = L_53; NullCheck(L_54); ArrayElementTypeCheck (L_54, _stringLiteral1865641457); (L_54)->SetAt(static_cast(((int32_t)55)), (String_t*)_stringLiteral1865641457); StringU5BU5D_t1281789340* L_55 = L_54; NullCheck(L_55); ArrayElementTypeCheck (L_55, _stringLiteral3455629246); (L_55)->SetAt(static_cast(((int32_t)56)), (String_t*)_stringLiteral3455629246); StringU5BU5D_t1281789340* L_56 = L_55; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral4007353201); (L_56)->SetAt(static_cast(((int32_t)57)), (String_t*)_stringLiteral4007353201); StringU5BU5D_t1281789340* L_57 = L_56; NullCheck(L_57); ArrayElementTypeCheck (L_57, _stringLiteral1601944429); (L_57)->SetAt(static_cast(((int32_t)58)), (String_t*)_stringLiteral1601944429); StringU5BU5D_t1281789340* L_58 = L_57; NullCheck(L_58); ArrayElementTypeCheck (L_58, _stringLiteral2956502323); (L_58)->SetAt(static_cast(((int32_t)59)), (String_t*)_stringLiteral2956502323); StringU5BU5D_t1281789340* L_59 = L_58; NullCheck(L_59); ArrayElementTypeCheck (L_59, _stringLiteral1699463503); (L_59)->SetAt(static_cast(((int32_t)60)), (String_t*)_stringLiteral1699463503); StringU5BU5D_t1281789340* L_60 = L_59; NullCheck(L_60); ArrayElementTypeCheck (L_60, _stringLiteral2553086724); (L_60)->SetAt(static_cast(((int32_t)61)), (String_t*)_stringLiteral2553086724); StringU5BU5D_t1281789340* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral1700184399); (L_61)->SetAt(static_cast(((int32_t)62)), (String_t*)_stringLiteral1700184399); StringU5BU5D_t1281789340* L_62 = L_61; NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral2553807620); (L_62)->SetAt(static_cast(((int32_t)63)), (String_t*)_stringLiteral2553807620); StringU5BU5D_t1281789340* L_63 = L_62; NullCheck(L_63); ArrayElementTypeCheck (L_63, _stringLiteral3374545336); (L_63)->SetAt(static_cast(((int32_t)64)), (String_t*)_stringLiteral3374545336); StringU5BU5D_t1281789340* L_64 = L_63; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral3345906104); (L_64)->SetAt(static_cast(((int32_t)65)), (String_t*)_stringLiteral3345906104); StringU5BU5D_t1281789340* L_65 = L_64; NullCheck(L_65); ArrayElementTypeCheck (L_65, _stringLiteral4199529325); (L_65)->SetAt(static_cast(((int32_t)66)), (String_t*)_stringLiteral4199529325); StringU5BU5D_t1281789340* L_66 = L_65; NullCheck(L_66); ArrayElementTypeCheck (L_66, _stringLiteral3370219960); (L_66)->SetAt(static_cast(((int32_t)67)), (String_t*)_stringLiteral3370219960); StringU5BU5D_t1281789340* L_67 = L_66; NullCheck(L_67); ArrayElementTypeCheck (L_67, _stringLiteral4223843181); (L_67)->SetAt(static_cast(((int32_t)68)), (String_t*)_stringLiteral4223843181); StringU5BU5D_t1281789340* L_68 = L_67; NullCheck(L_68); ArrayElementTypeCheck (L_68, _stringLiteral1956447343); (L_68)->SetAt(static_cast(((int32_t)69)), (String_t*)_stringLiteral1956447343); StringU5BU5D_t1281789340* L_69 = L_68; NullCheck(L_69); ArrayElementTypeCheck (L_69, _stringLiteral3067299526); (L_69)->SetAt(static_cast(((int32_t)70)), (String_t*)_stringLiteral3067299526); StringU5BU5D_t1281789340* L_70 = L_69; NullCheck(L_70); ArrayElementTypeCheck (L_70, _stringLiteral741700698); (L_70)->SetAt(static_cast(((int32_t)71)), (String_t*)_stringLiteral741700698); StringU5BU5D_t1281789340* L_71 = L_70; NullCheck(L_71); ArrayElementTypeCheck (L_71, _stringLiteral1110984390); (L_71)->SetAt(static_cast(((int32_t)72)), (String_t*)_stringLiteral1110984390); StringU5BU5D_t1281789340* L_72 = L_71; NullCheck(L_72); ArrayElementTypeCheck (L_72, _stringLiteral3080352858); (L_72)->SetAt(static_cast(((int32_t)73)), (String_t*)_stringLiteral3080352858); StringU5BU5D_t1281789340* L_73 = L_72; NullCheck(L_73); ArrayElementTypeCheck (L_73, _stringLiteral1493321414); (L_73)->SetAt(static_cast(((int32_t)74)), (String_t*)_stringLiteral1493321414); StringU5BU5D_t1281789340* L_74 = L_73; NullCheck(L_74); ArrayElementTypeCheck (L_74, _stringLiteral3462689882); (L_74)->SetAt(static_cast(((int32_t)75)), (String_t*)_stringLiteral3462689882); StringU5BU5D_t1281789340* L_75 = L_74; NullCheck(L_75); ArrayElementTypeCheck (L_75, _stringLiteral2257995462); (L_75)->SetAt(static_cast(((int32_t)76)), (String_t*)_stringLiteral2257995462); StringU5BU5D_t1281789340* L_76 = L_75; NullCheck(L_76); ArrayElementTypeCheck (L_76, _stringLiteral142493382); (L_76)->SetAt(static_cast(((int32_t)77)), (String_t*)_stringLiteral142493382); StringU5BU5D_t1281789340* L_77 = L_76; NullCheck(L_77); ArrayElementTypeCheck (L_77, _stringLiteral2703174995); (L_77)->SetAt(static_cast(((int32_t)78)), (String_t*)_stringLiteral2703174995); StringU5BU5D_t1281789340* L_78 = L_77; NullCheck(L_78); ArrayElementTypeCheck (L_78, _stringLiteral3467849043); (L_78)->SetAt(static_cast(((int32_t)79)), (String_t*)_stringLiteral3467849043); StringU5BU5D_t1281789340* L_79 = L_78; NullCheck(L_79); ArrayElementTypeCheck (L_79, _stringLiteral302126498); (L_79)->SetAt(static_cast(((int32_t)80)), (String_t*)_stringLiteral302126498); StringU5BU5D_t1281789340* L_80 = L_79; NullCheck(L_80); ArrayElementTypeCheck (L_80, _stringLiteral1582445480); (L_80)->SetAt(static_cast(((int32_t)81)), (String_t*)_stringLiteral1582445480); StringU5BU5D_t1281789340* L_81 = L_80; NullCheck(L_81); ArrayElementTypeCheck (L_81, _stringLiteral3106097071); (L_81)->SetAt(static_cast(((int32_t)82)), (String_t*)_stringLiteral3106097071); StringU5BU5D_t1281789340* L_82 = L_81; NullCheck(L_82); ArrayElementTypeCheck (L_82, _stringLiteral1149781935); (L_82)->SetAt(static_cast(((int32_t)83)), (String_t*)_stringLiteral1149781935); StringU5BU5D_t1281789340* L_83 = L_82; NullCheck(L_83); ArrayElementTypeCheck (L_83, _stringLiteral1532118959); (L_83)->SetAt(static_cast(((int32_t)84)), (String_t*)_stringLiteral1532118959); StringU5BU5D_t1281789340* L_84 = L_83; NullCheck(L_84); ArrayElementTypeCheck (L_84, _stringLiteral2296793007); (L_84)->SetAt(static_cast(((int32_t)85)), (String_t*)_stringLiteral2296793007); StringU5BU5D_t1281789340* L_85 = L_84; NullCheck(L_85); ArrayElementTypeCheck (L_85, _stringLiteral2741972540); (L_85)->SetAt(static_cast(((int32_t)86)), (String_t*)_stringLiteral2741972540); StringU5BU5D_t1281789340* L_86 = L_85; NullCheck(L_86); ArrayElementTypeCheck (L_86, _stringLiteral3506646588); (L_86)->SetAt(static_cast(((int32_t)87)), (String_t*)_stringLiteral3506646588); StringU5BU5D_t1281789340* L_87 = L_86; NullCheck(L_87); ArrayElementTypeCheck (L_87, _stringLiteral3265744053); (L_87)->SetAt(static_cast(((int32_t)88)), (String_t*)_stringLiteral3265744053); StringU5BU5D_t1281789340* L_88 = L_87; NullCheck(L_88); ArrayElementTypeCheck (L_88, _stringLiteral2103927693); (L_88)->SetAt(static_cast(((int32_t)89)), (String_t*)_stringLiteral2103927693); StringU5BU5D_t1281789340* L_89 = L_88; NullCheck(L_89); ArrayElementTypeCheck (L_89, _stringLiteral2910496737); (L_89)->SetAt(static_cast(((int32_t)90)), (String_t*)_stringLiteral2910496737); StringU5BU5D_t1281789340* L_90 = L_89; NullCheck(L_90); ArrayElementTypeCheck (L_90, _stringLiteral3716803640); (L_90)->SetAt(static_cast(((int32_t)91)), (String_t*)_stringLiteral3716803640); StringU5BU5D_t1281789340* L_91 = L_90; NullCheck(L_91); ArrayElementTypeCheck (L_91, _stringLiteral1102095585); (L_91)->SetAt(static_cast(((int32_t)92)), (String_t*)_stringLiteral1102095585); StringU5BU5D_t1281789340* L_92 = L_91; NullCheck(L_92); ArrayElementTypeCheck (L_92, _stringLiteral1343364231); (L_92)->SetAt(static_cast(((int32_t)93)), (String_t*)_stringLiteral1343364231); StringU5BU5D_t1281789340* L_93 = L_92; NullCheck(L_93); ArrayElementTypeCheck (L_93, _stringLiteral3002128080); (L_93)->SetAt(static_cast(((int32_t)94)), (String_t*)_stringLiteral3002128080); StringU5BU5D_t1281789340* L_94 = L_93; NullCheck(L_94); ArrayElementTypeCheck (L_94, _stringLiteral3266137269); (L_94)->SetAt(static_cast(((int32_t)95)), (String_t*)_stringLiteral3266137269); StringU5BU5D_t1281789340* L_95 = L_94; NullCheck(L_95); ArrayElementTypeCheck (L_95, _stringLiteral3455629249); (L_95)->SetAt(static_cast(((int32_t)96)), (String_t*)_stringLiteral3455629249); StringU5BU5D_t1281789340* L_96 = L_95; NullCheck(L_96); ArrayElementTypeCheck (L_96, _stringLiteral1390811624); (L_96)->SetAt(static_cast(((int32_t)97)), (String_t*)_stringLiteral1390811624); StringU5BU5D_t1281789340* L_97 = L_96; NullCheck(L_97); ArrayElementTypeCheck (L_97, _stringLiteral2910300139); (L_97)->SetAt(static_cast(((int32_t)98)), (String_t*)_stringLiteral2910300139); StringU5BU5D_t1281789340* L_98 = L_97; NullCheck(L_98); ArrayElementTypeCheck (L_98, _stringLiteral1391270365); (L_98)->SetAt(static_cast(((int32_t)99)), (String_t*)_stringLiteral1391270365); StringU5BU5D_t1281789340* L_99 = L_98; NullCheck(L_99); ArrayElementTypeCheck (L_99, _stringLiteral3069170760); (L_99)->SetAt(static_cast(((int32_t)100)), (String_t*)_stringLiteral3069170760); StringU5BU5D_t1281789340* L_100 = L_99; NullCheck(L_100); ArrayElementTypeCheck (L_100, _stringLiteral2862393993); (L_100)->SetAt(static_cast(((int32_t)101)), (String_t*)_stringLiteral2862393993); StringU5BU5D_t1281789340* L_101 = L_100; NullCheck(L_101); ArrayElementTypeCheck (L_101, _stringLiteral2553611016); (L_101)->SetAt(static_cast(((int32_t)102)), (String_t*)_stringLiteral2553611016); StringU5BU5D_t1281789340* L_102 = L_101; NullCheck(L_102); ArrayElementTypeCheck (L_102, _stringLiteral3457510394); (L_102)->SetAt(static_cast(((int32_t)103)), (String_t*)_stringLiteral3457510394); StringU5BU5D_t1281789340* L_103 = L_102; NullCheck(L_103); ArrayElementTypeCheck (L_103, _stringLiteral1891426453); (L_103)->SetAt(static_cast(((int32_t)104)), (String_t*)_stringLiteral1891426453); StringU5BU5D_t1281789340* L_104 = L_103; NullCheck(L_104); ArrayElementTypeCheck (L_104, _stringLiteral3054225867); (L_104)->SetAt(static_cast(((int32_t)105)), (String_t*)_stringLiteral3054225867); StringU5BU5D_t1281789340* L_105 = L_104; NullCheck(L_105); ArrayElementTypeCheck (L_105, _stringLiteral1084857399); (L_105)->SetAt(static_cast(((int32_t)106)), (String_t*)_stringLiteral1084857399); StringU5BU5D_t1281789340* L_106 = L_105; NullCheck(L_106); ArrayElementTypeCheck (L_106, _stringLiteral3053636043); (L_106)->SetAt(static_cast(((int32_t)107)), (String_t*)_stringLiteral3053636043); StringU5BU5D_t1281789340* L_107 = L_106; NullCheck(L_107); ArrayElementTypeCheck (L_107, _stringLiteral1084267575); (L_107)->SetAt(static_cast(((int32_t)108)), (String_t*)_stringLiteral1084267575); StringU5BU5D_t1281789340* L_108 = L_107; NullCheck(L_108); ArrayElementTypeCheck (L_108, _stringLiteral3053439435); (L_108)->SetAt(static_cast(((int32_t)109)), (String_t*)_stringLiteral3053439435); StringU5BU5D_t1281789340* L_109 = L_108; NullCheck(L_109); ArrayElementTypeCheck (L_109, _stringLiteral1084070967); (L_109)->SetAt(static_cast(((int32_t)110)), (String_t*)_stringLiteral1084070967); StringU5BU5D_t1281789340* L_110 = L_109; NullCheck(L_110); ArrayElementTypeCheck (L_110, _stringLiteral1231579915); (L_110)->SetAt(static_cast(((int32_t)111)), (String_t*)_stringLiteral1231579915); StringU5BU5D_t1281789340* L_111 = L_110; NullCheck(L_111); ArrayElementTypeCheck (L_111, _stringLiteral2789391928); (L_111)->SetAt(static_cast(((int32_t)112)), (String_t*)_stringLiteral2789391928); StringU5BU5D_t1281789340* L_112 = L_111; NullCheck(L_112); ArrayElementTypeCheck (L_112, _stringLiteral2746138419); (L_112)->SetAt(static_cast(((int32_t)113)), (String_t*)_stringLiteral2746138419); StringU5BU5D_t1281789340* L_113 = L_112; NullCheck(L_113); ArrayElementTypeCheck (L_113, _stringLiteral2740668407); (L_113)->SetAt(static_cast(((int32_t)114)), (String_t*)_stringLiteral2740668407); StringU5BU5D_t1281789340* L_114 = L_113; NullCheck(L_114); ArrayElementTypeCheck (L_114, _stringLiteral819665357); (L_114)->SetAt(static_cast(((int32_t)115)), (String_t*)_stringLiteral819665357); StringU5BU5D_t1281789340* L_115 = L_114; NullCheck(L_115); ArrayElementTypeCheck (L_115, _stringLiteral4051162092); (L_115)->SetAt(static_cast(((int32_t)116)), (String_t*)_stringLiteral4051162092); StringU5BU5D_t1281789340* L_116 = L_115; NullCheck(L_116); ArrayElementTypeCheck (L_116, _stringLiteral54199357); (L_116)->SetAt(static_cast(((int32_t)117)), (String_t*)_stringLiteral54199357); StringU5BU5D_t1281789340* L_117 = L_116; NullCheck(L_117); ArrayElementTypeCheck (L_117, _stringLiteral1894568164); (L_117)->SetAt(static_cast(((int32_t)118)), (String_t*)_stringLiteral1894568164); StringU5BU5D_t1281789340* L_118 = L_117; NullCheck(L_118); ArrayElementTypeCheck (L_118, _stringLiteral781852201); (L_118)->SetAt(static_cast(((int32_t)121)), (String_t*)_stringLiteral781852201); StringU5BU5D_t1281789340* L_119 = L_118; NullCheck(L_119); ArrayElementTypeCheck (L_119, _stringLiteral82367591); (L_119)->SetAt(static_cast(((int32_t)122)), (String_t*)_stringLiteral82367591); StringU5BU5D_t1281789340* L_120 = L_119; NullCheck(L_120); ArrayElementTypeCheck (L_120, _stringLiteral1520496490); (L_120)->SetAt(static_cast(((int32_t)123)), (String_t*)_stringLiteral1520496490); StringU5BU5D_t1281789340* L_121 = L_120; NullCheck(L_121); ArrayElementTypeCheck (L_121, _stringLiteral1522659178); (L_121)->SetAt(static_cast(((int32_t)124)), (String_t*)_stringLiteral1522659178); StringU5BU5D_t1281789340* L_122 = L_121; NullCheck(L_122); ArrayElementTypeCheck (L_122, _stringLiteral1555099731); (L_122)->SetAt(static_cast(((int32_t)125)), (String_t*)_stringLiteral1555099731); StringU5BU5D_t1281789340* L_123 = L_122; NullCheck(L_123); ArrayElementTypeCheck (L_123, _stringLiteral3596961777); (L_123)->SetAt(static_cast(((int32_t)126)), (String_t*)_stringLiteral3596961777); StringU5BU5D_t1281789340* L_124 = L_123; NullCheck(L_124); ArrayElementTypeCheck (L_124, _stringLiteral3826387268); (L_124)->SetAt(static_cast(((int32_t)127)), (String_t*)_stringLiteral3826387268); StringU5BU5D_t1281789340* L_125 = L_124; NullCheck(L_125); ArrayElementTypeCheck (L_125, _stringLiteral3627370698); (L_125)->SetAt(static_cast(((int32_t)128)), (String_t*)_stringLiteral3627370698); StringU5BU5D_t1281789340* L_126 = L_125; NullCheck(L_126); ArrayElementTypeCheck (L_126, _stringLiteral2780741640); (L_126)->SetAt(static_cast(((int32_t)129)), (String_t*)_stringLiteral2780741640); StringU5BU5D_t1281789340* L_127 = L_126; NullCheck(L_127); ArrayElementTypeCheck (L_127, _stringLiteral1828056512); (L_127)->SetAt(static_cast(((int32_t)130)), (String_t*)_stringLiteral1828056512); StringU5BU5D_t1281789340* L_128 = L_127; NullCheck(L_128); ArrayElementTypeCheck (L_128, _stringLiteral261972571); (L_128)->SetAt(static_cast(((int32_t)131)), (String_t*)_stringLiteral261972571); StringU5BU5D_t1281789340* L_129 = L_128; NullCheck(L_129); ArrayElementTypeCheck (L_129, _stringLiteral1424771985); (L_129)->SetAt(static_cast(((int32_t)132)), (String_t*)_stringLiteral1424771985); StringU5BU5D_t1281789340* L_130 = L_129; NullCheck(L_130); ArrayElementTypeCheck (L_130, _stringLiteral3037910093); (L_130)->SetAt(static_cast(((int32_t)133)), (String_t*)_stringLiteral3037910093); StringU5BU5D_t1281789340* L_131 = L_130; NullCheck(L_131); ArrayElementTypeCheck (L_131, _stringLiteral1803677120); (L_131)->SetAt(static_cast(((int32_t)134)), (String_t*)_stringLiteral1803677120); StringU5BU5D_t1281789340* L_132 = L_131; NullCheck(L_132); ArrayElementTypeCheck (L_132, _stringLiteral237593179); (L_132)->SetAt(static_cast(((int32_t)135)), (String_t*)_stringLiteral237593179); StringU5BU5D_t1281789340* L_133 = L_132; NullCheck(L_133); ArrayElementTypeCheck (L_133, _stringLiteral1400392593); (L_133)->SetAt(static_cast(((int32_t)136)), (String_t*)_stringLiteral1400392593); StringU5BU5D_t1281789340* L_134 = L_133; NullCheck(L_134); ArrayElementTypeCheck (L_134, _stringLiteral3013530701); (L_134)->SetAt(static_cast(((int32_t)137)), (String_t*)_stringLiteral3013530701); StringU5BU5D_t1281789340* L_135 = L_134; NullCheck(L_135); ArrayElementTypeCheck (L_135, _stringLiteral1294288470); (L_135)->SetAt(static_cast(((int32_t)138)), (String_t*)_stringLiteral1294288470); StringU5BU5D_t1281789340* L_136 = L_135; NullCheck(L_136); ArrayElementTypeCheck (L_136, _stringLiteral1268336214); (L_136)->SetAt(static_cast(((int32_t)139)), (String_t*)_stringLiteral1268336214); StringU5BU5D_t1281789340* L_137 = L_136; NullCheck(L_137); ArrayElementTypeCheck (L_137, _stringLiteral4166749120); (L_137)->SetAt(static_cast(((int32_t)140)), (String_t*)_stringLiteral4166749120); StringU5BU5D_t1281789340* L_138 = L_137; NullCheck(L_138); ArrayElementTypeCheck (L_138, _stringLiteral436804029); (L_138)->SetAt(static_cast(((int32_t)141)), (String_t*)_stringLiteral436804029); StringU5BU5D_t1281789340* L_139 = L_138; NullCheck(L_139); ArrayElementTypeCheck (L_139, _stringLiteral428433766); (L_139)->SetAt(static_cast(((int32_t)142)), (String_t*)_stringLiteral428433766); StringU5BU5D_t1281789340* L_140 = L_139; NullCheck(L_140); ArrayElementTypeCheck (L_140, _stringLiteral2795945889); (L_140)->SetAt(static_cast(((int32_t)143)), (String_t*)_stringLiteral2795945889); StringU5BU5D_t1281789340* L_141 = L_140; NullCheck(L_141); ArrayElementTypeCheck (L_141, _stringLiteral698015566); (L_141)->SetAt(static_cast(((int32_t)144)), (String_t*)_stringLiteral698015566); StringU5BU5D_t1281789340* L_142 = L_141; NullCheck(L_142); ArrayElementTypeCheck (L_142, _stringLiteral2992037710); (L_142)->SetAt(static_cast(((int32_t)145)), (String_t*)_stringLiteral2992037710); StringU5BU5D_t1281789340* L_143 = L_142; NullCheck(L_143); ArrayElementTypeCheck (L_143, _stringLiteral698015569); (L_143)->SetAt(static_cast(((int32_t)146)), (String_t*)_stringLiteral698015569); StringU5BU5D_t1281789340* L_144 = L_143; NullCheck(L_144); ArrayElementTypeCheck (L_144, _stringLiteral2992037713); (L_144)->SetAt(static_cast(((int32_t)147)), (String_t*)_stringLiteral2992037713); StringU5BU5D_t1281789340* L_145 = L_144; NullCheck(L_145); ArrayElementTypeCheck (L_145, _stringLiteral698015571); (L_145)->SetAt(static_cast(((int32_t)148)), (String_t*)_stringLiteral698015571); StringU5BU5D_t1281789340* L_146 = L_145; NullCheck(L_146); ArrayElementTypeCheck (L_146, _stringLiteral2992037715); (L_146)->SetAt(static_cast(((int32_t)149)), (String_t*)_stringLiteral2992037715); StringU5BU5D_t1281789340* L_147 = L_146; NullCheck(L_147); ArrayElementTypeCheck (L_147, _stringLiteral698015575); (L_147)->SetAt(static_cast(((int32_t)150)), (String_t*)_stringLiteral698015575); StringU5BU5D_t1281789340* L_148 = L_147; NullCheck(L_148); ArrayElementTypeCheck (L_148, _stringLiteral1588393650); (L_148)->SetAt(static_cast(((int32_t)151)), (String_t*)_stringLiteral1588393650); StringU5BU5D_t1281789340* L_149 = L_148; NullCheck(L_149); ArrayElementTypeCheck (L_149, _stringLiteral3801341779); (L_149)->SetAt(static_cast(((int32_t)152)), (String_t*)_stringLiteral3801341779); StringU5BU5D_t1281789340* L_150 = L_149; NullCheck(L_150); ArrayElementTypeCheck (L_150, _stringLiteral3801341783); (L_150)->SetAt(static_cast(((int32_t)153)), (String_t*)_stringLiteral3801341783); StringU5BU5D_t1281789340* L_151 = L_150; NullCheck(L_151); ArrayElementTypeCheck (L_151, _stringLiteral3799113506); (L_151)->SetAt(static_cast(((int32_t)154)), (String_t*)_stringLiteral3799113506); StringU5BU5D_t1281789340* L_152 = L_151; NullCheck(L_152); ArrayElementTypeCheck (L_152, _stringLiteral1618802589); (L_152)->SetAt(static_cast(((int32_t)155)), (String_t*)_stringLiteral1618802589); StringU5BU5D_t1281789340* L_153 = L_152; NullCheck(L_153); ArrayElementTypeCheck (L_153, _stringLiteral1701510554); (L_153)->SetAt(static_cast(((int32_t)156)), (String_t*)_stringLiteral1701510554); StringU5BU5D_t1281789340* L_154 = L_153; NullCheck(L_154); ArrayElementTypeCheck (L_154, _stringLiteral1701510557); (L_154)->SetAt(static_cast(((int32_t)157)), (String_t*)_stringLiteral1701510557); StringU5BU5D_t1281789340* L_155 = L_154; NullCheck(L_155); ArrayElementTypeCheck (L_155, _stringLiteral1701510551); (L_155)->SetAt(static_cast(((int32_t)158)), (String_t*)_stringLiteral1701510551); StringU5BU5D_t1281789340* L_156 = L_155; NullCheck(L_156); ArrayElementTypeCheck (L_156, _stringLiteral1701510547); (L_156)->SetAt(static_cast(((int32_t)159)), (String_t*)_stringLiteral1701510547); StringU5BU5D_t1281789340* L_157 = L_156; NullCheck(L_157); ArrayElementTypeCheck (L_157, _stringLiteral509869463); (L_157)->SetAt(static_cast(((int32_t)160)), (String_t*)_stringLiteral509869463); StringU5BU5D_t1281789340* L_158 = L_157; NullCheck(L_158); ArrayElementTypeCheck (L_158, _stringLiteral509869459); (L_158)->SetAt(static_cast(((int32_t)161)), (String_t*)_stringLiteral509869459); StringU5BU5D_t1281789340* L_159 = L_158; NullCheck(L_159); ArrayElementTypeCheck (L_159, _stringLiteral516029926); (L_159)->SetAt(static_cast(((int32_t)162)), (String_t*)_stringLiteral516029926); StringU5BU5D_t1281789340* L_160 = L_159; NullCheck(L_160); ArrayElementTypeCheck (L_160, _stringLiteral3088480974); (L_160)->SetAt(static_cast(((int32_t)163)), (String_t*)_stringLiteral3088480974); StringU5BU5D_t1281789340* L_161 = L_160; NullCheck(L_161); ArrayElementTypeCheck (L_161, _stringLiteral3118889913); (L_161)->SetAt(static_cast(((int32_t)164)), (String_t*)_stringLiteral3118889913); StringU5BU5D_t1281789340* L_162 = L_161; NullCheck(L_162); ArrayElementTypeCheck (L_162, _stringLiteral1304852710); (L_162)->SetAt(static_cast(((int32_t)165)), (String_t*)_stringLiteral1304852710); StringU5BU5D_t1281789340* L_163 = L_162; NullCheck(L_163); ArrayElementTypeCheck (L_163, _stringLiteral2961955917); (L_163)->SetAt(static_cast(((int32_t)179)), (String_t*)_stringLiteral2961955917); StringU5BU5D_t1281789340* L_164 = L_163; NullCheck(L_164); ArrayElementTypeCheck (L_164, _stringLiteral2961169485); (L_164)->SetAt(static_cast(((int32_t)180)), (String_t*)_stringLiteral2961169485); StringU5BU5D_t1281789340* L_165 = L_164; NullCheck(L_165); ArrayElementTypeCheck (L_165, _stringLiteral1395871976); (L_165)->SetAt(static_cast(((int32_t)181)), (String_t*)_stringLiteral1395871976); StringU5BU5D_t1281789340* L_166 = L_165; NullCheck(L_166); ArrayElementTypeCheck (L_166, _stringLiteral1395085544); (L_166)->SetAt(static_cast(((int32_t)182)), (String_t*)_stringLiteral1395085544); StringU5BU5D_t1281789340* L_167 = L_166; NullCheck(L_167); ArrayElementTypeCheck (L_167, _stringLiteral2558671390); (L_167)->SetAt(static_cast(((int32_t)183)), (String_t*)_stringLiteral2558671390); StringU5BU5D_t1281789340* L_168 = L_167; NullCheck(L_168); ArrayElementTypeCheck (L_168, _stringLiteral2557884958); (L_168)->SetAt(static_cast(((int32_t)184)), (String_t*)_stringLiteral2557884958); StringU5BU5D_t1281789340* L_169 = L_168; NullCheck(L_169); ArrayElementTypeCheck (L_169, _stringLiteral4171809498); (L_169)->SetAt(static_cast(((int32_t)185)), (String_t*)_stringLiteral4171809498); StringU5BU5D_t1281789340* L_170 = L_169; NullCheck(L_170); ArrayElementTypeCheck (L_170, _stringLiteral4171023066); (L_170)->SetAt(static_cast(((int32_t)186)), (String_t*)_stringLiteral4171023066); StringU5BU5D_t1281789340* L_171 = L_170; NullCheck(L_171); ArrayElementTypeCheck (L_171, _stringLiteral1071914083); (L_171)->SetAt(static_cast(((int32_t)194)), (String_t*)_stringLiteral1071914083); StringU5BU5D_t1281789340* L_172 = L_171; NullCheck(L_172); ArrayElementTypeCheck (L_172, _stringLiteral3901042851); (L_172)->SetAt(static_cast(((int32_t)195)), (String_t*)_stringLiteral3901042851); StringU5BU5D_t1281789340* L_173 = L_172; NullCheck(L_173); ArrayElementTypeCheck (L_173, _stringLiteral2862176351); (L_173)->SetAt(static_cast(((int32_t)198)), (String_t*)_stringLiteral2862176351); StringU5BU5D_t1281789340* L_174 = L_173; NullCheck(L_174); ArrayElementTypeCheck (L_174, _stringLiteral3789899853); (L_174)->SetAt(static_cast(((int32_t)208)), (String_t*)_stringLiteral3789899853); StringU5BU5D_t1281789340* L_175 = L_174; NullCheck(L_175); ArrayElementTypeCheck (L_175, _stringLiteral1890640021); (L_175)->SetAt(static_cast(((int32_t)209)), (String_t*)_stringLiteral1890640021); StringU5BU5D_t1281789340* L_176 = L_175; NullCheck(L_176); ArrayElementTypeCheck (L_176, _stringLiteral3456723962); (L_176)->SetAt(static_cast(((int32_t)210)), (String_t*)_stringLiteral3456723962); StringU5BU5D_t1281789340* L_177 = L_176; NullCheck(L_177); ArrayElementTypeCheck (L_177, _stringLiteral2319403361); (L_177)->SetAt(static_cast(((int32_t)211)), (String_t*)_stringLiteral2319403361); StringU5BU5D_t1281789340* L_178 = L_177; NullCheck(L_178); ArrayElementTypeCheck (L_178, _stringLiteral93756476); (L_178)->SetAt(static_cast(((int32_t)212)), (String_t*)_stringLiteral93756476); StringU5BU5D_t1281789340* L_179 = L_178; NullCheck(L_179); ArrayElementTypeCheck (L_179, _stringLiteral92970044); (L_179)->SetAt(static_cast(((int32_t)213)), (String_t*)_stringLiteral92970044); StringU5BU5D_t1281789340* L_180 = L_179; NullCheck(L_180); ArrayElementTypeCheck (L_180, _stringLiteral2464086830); (L_180)->SetAt(static_cast(((int32_t)214)), (String_t*)_stringLiteral2464086830); StringU5BU5D_t1281789340* L_181 = L_180; NullCheck(L_181); ArrayElementTypeCheck (L_181, _stringLiteral1751957008); (L_181)->SetAt(static_cast(((int32_t)215)), (String_t*)_stringLiteral1751957008); StringU5BU5D_t1281789340* L_182 = L_181; NullCheck(L_182); ArrayElementTypeCheck (L_182, _stringLiteral2183062386); (L_182)->SetAt(static_cast(((int32_t)216)), (String_t*)_stringLiteral2183062386); StringU5BU5D_t1281789340* L_183 = L_182; NullCheck(L_183); ArrayElementTypeCheck (L_183, _stringLiteral2584269099); (L_183)->SetAt(static_cast(((int32_t)217)), (String_t*)_stringLiteral2584269099); StringU5BU5D_t1281789340* L_184 = L_183; NullCheck(L_184); ArrayElementTypeCheck (L_184, _stringLiteral2216561974); (L_184)->SetAt(static_cast(((int32_t)218)), (String_t*)_stringLiteral2216561974); StringU5BU5D_t1281789340* L_185 = L_184; NullCheck(L_185); ArrayElementTypeCheck (L_185, _stringLiteral2617774519); (L_185)->SetAt(static_cast(((int32_t)219)), (String_t*)_stringLiteral2617774519); StringU5BU5D_t1281789340* L_186 = L_185; NullCheck(L_186); ArrayElementTypeCheck (L_186, _stringLiteral3255819562); (L_186)->SetAt(static_cast(((int32_t)220)), (String_t*)_stringLiteral3255819562); StringU5BU5D_t1281789340* L_187 = L_186; NullCheck(L_187); ArrayElementTypeCheck (L_187, _stringLiteral1905829986); (L_187)->SetAt(static_cast(((int32_t)221)), (String_t*)_stringLiteral1905829986); StringU5BU5D_t1281789340* L_188 = L_187; NullCheck(L_188); ArrayElementTypeCheck (L_188, _stringLiteral2104819759); (L_188)->SetAt(static_cast(((int32_t)222)), (String_t*)_stringLiteral2104819759); StringU5BU5D_t1281789340* L_189 = L_188; NullCheck(L_189); ArrayElementTypeCheck (L_189, _stringLiteral181290927); (L_189)->SetAt(static_cast(((int32_t)223)), (String_t*)_stringLiteral181290927); StringU5BU5D_t1281789340* L_190 = L_189; NullCheck(L_190); ArrayElementTypeCheck (L_190, _stringLiteral2318616929); (L_190)->SetAt(static_cast(((int32_t)224)), (String_t*)_stringLiteral2318616929); StringU5BU5D_t1281789340* L_191 = L_190; NullCheck(L_191); ArrayElementTypeCheck (L_191, _stringLiteral2847877231); (L_191)->SetAt(static_cast(((int32_t)248)), (String_t*)_stringLiteral2847877231); StringU5BU5D_t1281789340* L_192 = L_191; NullCheck(L_192); ArrayElementTypeCheck (L_192, _stringLiteral1281793290); (L_192)->SetAt(static_cast(((int32_t)249)), (String_t*)_stringLiteral1281793290); StringU5BU5D_t1281789340* L_193 = L_192; NullCheck(L_193); ArrayElementTypeCheck (L_193, _stringLiteral4010676645); (L_193)->SetAt(static_cast(((int32_t)250)), (String_t*)_stringLiteral4010676645); StringU5BU5D_t1281789340* L_194 = L_193; NullCheck(L_194); ArrayElementTypeCheck (L_194, _stringLiteral2444592704); (L_194)->SetAt(static_cast(((int32_t)251)), (String_t*)_stringLiteral2444592704); StringU5BU5D_t1281789340* L_195 = L_194; NullCheck(L_195); ArrayElementTypeCheck (L_195, _stringLiteral878508763); (L_195)->SetAt(static_cast(((int32_t)252)), (String_t*)_stringLiteral878508763); StringU5BU5D_t1281789340* L_196 = L_195; NullCheck(L_196); ArrayElementTypeCheck (L_196, _stringLiteral3607392118); (L_196)->SetAt(static_cast(((int32_t)253)), (String_t*)_stringLiteral3607392118); StringU5BU5D_t1281789340* L_197 = L_196; NullCheck(L_197); ArrayElementTypeCheck (L_197, _stringLiteral2041308177); (L_197)->SetAt(static_cast(((int32_t)254)), (String_t*)_stringLiteral2041308177); StringU5BU5D_t1281789340* L_198 = L_197; NullCheck(L_198); ArrayElementTypeCheck (L_198, _stringLiteral310947494); (L_198)->SetAt(static_cast(((int32_t)255)), (String_t*)_stringLiteral310947494); StringU5BU5D_t1281789340* L_199 = L_198; NullCheck(L_199); ArrayElementTypeCheck (L_199, _stringLiteral2625442207); (L_199)->SetAt(static_cast(((int32_t)256)), (String_t*)_stringLiteral2625442207); StringU5BU5D_t1281789340* L_200 = L_199; NullCheck(L_200); ArrayElementTypeCheck (L_200, _stringLiteral2956502322); (L_200)->SetAt(static_cast(((int32_t)257)), (String_t*)_stringLiteral2956502322); StringU5BU5D_t1281789340* L_201 = L_200; NullCheck(L_201); ArrayElementTypeCheck (L_201, _stringLiteral2553086723); (L_201)->SetAt(static_cast(((int32_t)258)), (String_t*)_stringLiteral2553086723); StringU5BU5D_t1281789340* L_202 = L_201; NullCheck(L_202); ArrayElementTypeCheck (L_202, _stringLiteral4199529358); (L_202)->SetAt(static_cast(((int32_t)259)), (String_t*)_stringLiteral4199529358); StringU5BU5D_t1281789340* L_203 = L_202; NullCheck(L_203); ArrayElementTypeCheck (L_203, _stringLiteral2553807619); (L_203)->SetAt(static_cast(((int32_t)260)), (String_t*)_stringLiteral2553807619); StringU5BU5D_t1281789340* L_204 = L_203; NullCheck(L_204); ArrayElementTypeCheck (L_204, _stringLiteral4223843214); (L_204)->SetAt(static_cast(((int32_t)261)), (String_t*)_stringLiteral4223843214); StringU5BU5D_t1281789340* L_205 = L_204; NullCheck(L_205); ArrayElementTypeCheck (L_205, _stringLiteral3049844596); (L_205)->SetAt(static_cast(((int32_t)262)), (String_t*)_stringLiteral3049844596); StringU5BU5D_t1281789340* L_206 = L_205; NullCheck(L_206); ArrayElementTypeCheck (L_206, _stringLiteral1050698387); (L_206)->SetAt(static_cast(((int32_t)263)), (String_t*)_stringLiteral1050698387); StringU5BU5D_t1281789340* L_207 = L_206; NullCheck(L_207); ArrayElementTypeCheck (L_207, _stringLiteral2672666724); (L_207)->SetAt(static_cast(((int32_t)265)), (String_t*)_stringLiteral2672666724); StringU5BU5D_t1281789340* L_208 = L_207; NullCheck(L_208); ArrayElementTypeCheck (L_208, _stringLiteral2674829412); (L_208)->SetAt(static_cast(((int32_t)266)), (String_t*)_stringLiteral2674829412); StringU5BU5D_t1281789340* L_209 = L_208; NullCheck(L_209); ArrayElementTypeCheck (L_209, _stringLiteral2707269963); (L_209)->SetAt(static_cast(((int32_t)267)), (String_t*)_stringLiteral2707269963); StringU5BU5D_t1281789340* L_210 = L_209; NullCheck(L_210); ArrayElementTypeCheck (L_210, _stringLiteral1575444825); (L_210)->SetAt(static_cast(((int32_t)268)), (String_t*)_stringLiteral1575444825); StringU5BU5D_t1281789340* L_211 = L_210; NullCheck(L_211); ArrayElementTypeCheck (L_211, _stringLiteral1577607513); (L_211)->SetAt(static_cast(((int32_t)269)), (String_t*)_stringLiteral1577607513); StringU5BU5D_t1281789340* L_212 = L_211; NullCheck(L_212); ArrayElementTypeCheck (L_212, _stringLiteral1610048064); (L_212)->SetAt(static_cast(((int32_t)270)), (String_t*)_stringLiteral1610048064); StringU5BU5D_t1281789340* L_213 = L_212; NullCheck(L_213); ArrayElementTypeCheck (L_213, _stringLiteral758455766); (L_213)->SetAt(static_cast(((int32_t)271)), (String_t*)_stringLiteral758455766); StringU5BU5D_t1281789340* L_214 = L_213; NullCheck(L_214); ArrayElementTypeCheck (L_214, _stringLiteral2776883149); (L_214)->SetAt(static_cast(((int32_t)273)), (String_t*)_stringLiteral2776883149); StringU5BU5D_t1281789340* L_215 = L_214; NullCheck(L_215); ArrayElementTypeCheck (L_215, _stringLiteral4294815748); (L_215)->SetAt(static_cast(((int32_t)274)), (String_t*)_stringLiteral4294815748); StringU5BU5D_t1281789340* L_216 = L_215; NullCheck(L_216); ArrayElementTypeCheck (L_216, _stringLiteral762256015); (L_216)->SetAt(static_cast(((int32_t)275)), (String_t*)_stringLiteral762256015); StringU5BU5D_t1281789340* L_217 = L_216; NullCheck(L_217); ArrayElementTypeCheck (L_217, _stringLiteral411239501); (L_217)->SetAt(static_cast(((int32_t)276)), (String_t*)_stringLiteral411239501); StringU5BU5D_t1281789340* L_218 = L_217; NullCheck(L_218); ArrayElementTypeCheck (L_218, _stringLiteral391566033); (L_218)->SetAt(static_cast(((int32_t)277)), (String_t*)_stringLiteral391566033); StringU5BU5D_t1281789340* L_219 = L_218; NullCheck(L_219); ArrayElementTypeCheck (L_219, _stringLiteral3729795581); (L_219)->SetAt(static_cast(((int32_t)278)), (String_t*)_stringLiteral3729795581); StringU5BU5D_t1281789340* L_220 = L_219; NullCheck(L_220); ArrayElementTypeCheck (L_220, _stringLiteral3533118474); (L_220)->SetAt(static_cast(((int32_t)279)), (String_t*)_stringLiteral3533118474); StringU5BU5D_t1281789340* L_221 = L_220; NullCheck(L_221); ArrayElementTypeCheck (L_221, _stringLiteral1958305329); (L_221)->SetAt(static_cast(((int32_t)280)), (String_t*)_stringLiteral1958305329); StringU5BU5D_t1281789340* L_222 = L_221; NullCheck(L_222); ArrayElementTypeCheck (L_222, _stringLiteral219402031); (L_222)->SetAt(static_cast(((int32_t)282)), (String_t*)_stringLiteral219402031); StringU5BU5D_t1281789340* L_223 = L_222; NullCheck(L_223); ArrayElementTypeCheck (L_223, _stringLiteral2873896790); (L_223)->SetAt(static_cast(((int32_t)284)), (String_t*)_stringLiteral2873896790); StringU5BU5D_t1281789340* L_224 = L_223; NullCheck(L_224); ArrayElementTypeCheck (L_224, _stringLiteral3904516881); (L_224)->SetAt(static_cast(((int32_t)285)), (String_t*)_stringLiteral3904516881); StringU5BU5D_t1281789340* L_225 = L_224; NullCheck(L_225); ArrayElementTypeCheck (L_225, _stringLiteral4361487); (L_225)->SetAt(static_cast(((int32_t)286)), (String_t*)_stringLiteral4361487); ((OpCodeNames_t3363784580_StaticFields*)il2cpp_codegen_static_fields_for(OpCodeNames_t3363784580_il2cpp_TypeInfo_var))->set_names_0(L_225); 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.Reflection.Emit.OpCodes::.cctor() extern "C" IL2CPP_METHOD_ATTR void OpCodes__cctor_m3821715395 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OpCodes__cctor_m3821715395_MetadataUsageId); s_Il2CppMethodInitialized = true; } { OpCode_t123070264 L_0; memset(&L_0, 0, sizeof(L_0)); OpCode__ctor_m2823239373((&L_0), ((int32_t)1179903), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Nop_0(L_0); OpCode_t123070264 L_1; memset(&L_1, 0, sizeof(L_1)); OpCode__ctor_m2823239373((&L_1), ((int32_t)1180159), ((int32_t)17106177), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Break_1(L_1); OpCode_t123070264 L_2; memset(&L_2, 0, sizeof(L_2)); OpCode__ctor_m2823239373((&L_2), ((int32_t)1245951), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_0_2(L_2); OpCode_t123070264 L_3; memset(&L_3, 0, sizeof(L_3)); OpCode__ctor_m2823239373((&L_3), ((int32_t)1246207), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_1_3(L_3); OpCode_t123070264 L_4; memset(&L_4, 0, sizeof(L_4)); OpCode__ctor_m2823239373((&L_4), ((int32_t)1246463), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_2_4(L_4); OpCode_t123070264 L_5; memset(&L_5, 0, sizeof(L_5)); OpCode__ctor_m2823239373((&L_5), ((int32_t)1246719), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_3_5(L_5); OpCode_t123070264 L_6; memset(&L_6, 0, sizeof(L_6)); OpCode__ctor_m2823239373((&L_6), ((int32_t)1246975), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_0_6(L_6); OpCode_t123070264 L_7; memset(&L_7, 0, sizeof(L_7)); OpCode__ctor_m2823239373((&L_7), ((int32_t)1247231), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_1_7(L_7); OpCode_t123070264 L_8; memset(&L_8, 0, sizeof(L_8)); OpCode__ctor_m2823239373((&L_8), ((int32_t)1247487), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_2_8(L_8); OpCode_t123070264 L_9; memset(&L_9, 0, sizeof(L_9)); OpCode__ctor_m2823239373((&L_9), ((int32_t)1247743), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_3_9(L_9); OpCode_t123070264 L_10; memset(&L_10, 0, sizeof(L_10)); OpCode__ctor_m2823239373((&L_10), ((int32_t)17959679), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_0_10(L_10); OpCode_t123070264 L_11; memset(&L_11, 0, sizeof(L_11)); OpCode__ctor_m2823239373((&L_11), ((int32_t)17959935), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_1_11(L_11); OpCode_t123070264 L_12; memset(&L_12, 0, sizeof(L_12)); OpCode__ctor_m2823239373((&L_12), ((int32_t)17960191), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_2_12(L_12); OpCode_t123070264 L_13; memset(&L_13, 0, sizeof(L_13)); OpCode__ctor_m2823239373((&L_13), ((int32_t)17960447), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_3_13(L_13); OpCode_t123070264 L_14; memset(&L_14, 0, sizeof(L_14)); OpCode__ctor_m2823239373((&L_14), ((int32_t)1249023), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_S_14(L_14); OpCode_t123070264 L_15; memset(&L_15, 0, sizeof(L_15)); OpCode__ctor_m2823239373((&L_15), ((int32_t)1380351), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarga_S_15(L_15); OpCode_t123070264 L_16; memset(&L_16, 0, sizeof(L_16)); OpCode__ctor_m2823239373((&L_16), ((int32_t)17961215), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Starg_S_16(L_16); OpCode_t123070264 L_17; memset(&L_17, 0, sizeof(L_17)); OpCode__ctor_m2823239373((&L_17), ((int32_t)1249791), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_S_17(L_17); OpCode_t123070264 L_18; memset(&L_18, 0, sizeof(L_18)); OpCode__ctor_m2823239373((&L_18), ((int32_t)1381119), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloca_S_18(L_18); OpCode_t123070264 L_19; memset(&L_19, 0, sizeof(L_19)); OpCode__ctor_m2823239373((&L_19), ((int32_t)17961983), ((int32_t)85065985), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_S_19(L_19); OpCode_t123070264 L_20; memset(&L_20, 0, sizeof(L_20)); OpCode__ctor_m2823239373((&L_20), ((int32_t)1643775), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldnull_20(L_20); OpCode_t123070264 L_21; memset(&L_21, 0, sizeof(L_21)); OpCode__ctor_m2823239373((&L_21), ((int32_t)1381887), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_M1_21(L_21); OpCode_t123070264 L_22; memset(&L_22, 0, sizeof(L_22)); OpCode__ctor_m2823239373((&L_22), ((int32_t)1382143), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_0_22(L_22); OpCode_t123070264 L_23; memset(&L_23, 0, sizeof(L_23)); OpCode__ctor_m2823239373((&L_23), ((int32_t)1382399), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_1_23(L_23); OpCode_t123070264 L_24; memset(&L_24, 0, sizeof(L_24)); OpCode__ctor_m2823239373((&L_24), ((int32_t)1382655), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_2_24(L_24); OpCode_t123070264 L_25; memset(&L_25, 0, sizeof(L_25)); OpCode__ctor_m2823239373((&L_25), ((int32_t)1382911), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_3_25(L_25); OpCode_t123070264 L_26; memset(&L_26, 0, sizeof(L_26)); OpCode__ctor_m2823239373((&L_26), ((int32_t)1383167), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_4_26(L_26); OpCode_t123070264 L_27; memset(&L_27, 0, sizeof(L_27)); OpCode__ctor_m2823239373((&L_27), ((int32_t)1383423), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_5_27(L_27); OpCode_t123070264 L_28; memset(&L_28, 0, sizeof(L_28)); OpCode__ctor_m2823239373((&L_28), ((int32_t)1383679), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_6_28(L_28); OpCode_t123070264 L_29; memset(&L_29, 0, sizeof(L_29)); OpCode__ctor_m2823239373((&L_29), ((int32_t)1383935), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_7_29(L_29); OpCode_t123070264 L_30; memset(&L_30, 0, sizeof(L_30)); OpCode__ctor_m2823239373((&L_30), ((int32_t)1384191), ((int32_t)84214017), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_8_30(L_30); OpCode_t123070264 L_31; memset(&L_31, 0, sizeof(L_31)); OpCode__ctor_m2823239373((&L_31), ((int32_t)1384447), ((int32_t)84934913), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_S_31(L_31); OpCode_t123070264 L_32; memset(&L_32, 0, sizeof(L_32)); OpCode__ctor_m2823239373((&L_32), ((int32_t)1384703), ((int32_t)84018433), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I4_32(L_32); OpCode_t123070264 L_33; memset(&L_33, 0, sizeof(L_33)); OpCode__ctor_m2823239373((&L_33), ((int32_t)1450495), ((int32_t)84083969), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_I8_33(L_33); OpCode_t123070264 L_34; memset(&L_34, 0, sizeof(L_34)); OpCode__ctor_m2823239373((&L_34), ((int32_t)1516287), ((int32_t)85001473), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_R4_34(L_34); OpCode_t123070264 L_35; memset(&L_35, 0, sizeof(L_35)); OpCode__ctor_m2823239373((&L_35), ((int32_t)1582079), ((int32_t)84346113), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldc_R8_35(L_35); OpCode_t123070264 L_36; memset(&L_36, 0, sizeof(L_36)); OpCode__ctor_m2823239373((&L_36), ((int32_t)18097663), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Dup_36(L_36); OpCode_t123070264 L_37; memset(&L_37, 0, sizeof(L_37)); OpCode__ctor_m2823239373((&L_37), ((int32_t)17966847), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Pop_37(L_37); OpCode_t123070264 L_38; memset(&L_38, 0, sizeof(L_38)); OpCode__ctor_m2823239373((&L_38), ((int32_t)1189887), ((int32_t)33817857), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Jmp_38(L_38); OpCode_t123070264 L_39; memset(&L_39, 0, sizeof(L_39)); OpCode__ctor_m2823239373((&L_39), ((int32_t)437987583), ((int32_t)33817857), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Call_39(L_39); OpCode_t123070264 L_40; memset(&L_40, 0, sizeof(L_40)); OpCode__ctor_m2823239373((&L_40), ((int32_t)437987839), ((int32_t)34145537), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Calli_40(L_40); OpCode_t123070264 L_41; memset(&L_41, 0, sizeof(L_41)); OpCode__ctor_m2823239373((&L_41), ((int32_t)437398271), ((int32_t)117769473), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ret_41(L_41); OpCode_t123070264 L_42; memset(&L_42, 0, sizeof(L_42)); OpCode__ctor_m2823239373((&L_42), ((int32_t)1190911), ((int32_t)983297), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Br_S_42(L_42); OpCode_t123070264 L_43; memset(&L_43, 0, sizeof(L_43)); OpCode__ctor_m2823239373((&L_43), ((int32_t)51522815), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Brfalse_S_43(L_43); OpCode_t123070264 L_44; memset(&L_44, 0, sizeof(L_44)); OpCode__ctor_m2823239373((&L_44), ((int32_t)51523071), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Brtrue_S_44(L_44); OpCode_t123070264 L_45; memset(&L_45, 0, sizeof(L_45)); OpCode__ctor_m2823239373((&L_45), ((int32_t)34746111), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Beq_S_45(L_45); OpCode_t123070264 L_46; memset(&L_46, 0, sizeof(L_46)); OpCode__ctor_m2823239373((&L_46), ((int32_t)34746367), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bge_S_46(L_46); OpCode_t123070264 L_47; memset(&L_47, 0, sizeof(L_47)); OpCode__ctor_m2823239373((&L_47), ((int32_t)34746623), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bgt_S_47(L_47); OpCode_t123070264 L_48; memset(&L_48, 0, sizeof(L_48)); OpCode__ctor_m2823239373((&L_48), ((int32_t)34746879), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ble_S_48(L_48); OpCode_t123070264 L_49; memset(&L_49, 0, sizeof(L_49)); OpCode__ctor_m2823239373((&L_49), ((int32_t)34747135), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Blt_S_49(L_49); OpCode_t123070264 L_50; memset(&L_50, 0, sizeof(L_50)); OpCode__ctor_m2823239373((&L_50), ((int32_t)34747391), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bne_Un_S_50(L_50); OpCode_t123070264 L_51; memset(&L_51, 0, sizeof(L_51)); OpCode__ctor_m2823239373((&L_51), ((int32_t)34747647), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bge_Un_S_51(L_51); OpCode_t123070264 L_52; memset(&L_52, 0, sizeof(L_52)); OpCode__ctor_m2823239373((&L_52), ((int32_t)34747903), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bgt_Un_S_52(L_52); OpCode_t123070264 L_53; memset(&L_53, 0, sizeof(L_53)); OpCode__ctor_m2823239373((&L_53), ((int32_t)34748159), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ble_Un_S_53(L_53); OpCode_t123070264 L_54; memset(&L_54, 0, sizeof(L_54)); OpCode__ctor_m2823239373((&L_54), ((int32_t)34748415), ((int32_t)51314945), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Blt_Un_S_54(L_54); OpCode_t123070264 L_55; memset(&L_55, 0, sizeof(L_55)); OpCode__ctor_m2823239373((&L_55), ((int32_t)1194239), ((int32_t)1281), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Br_55(L_55); OpCode_t123070264 L_56; memset(&L_56, 0, sizeof(L_56)); OpCode__ctor_m2823239373((&L_56), ((int32_t)51526143), ((int32_t)50332929), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Brfalse_56(L_56); OpCode_t123070264 L_57; memset(&L_57, 0, sizeof(L_57)); OpCode__ctor_m2823239373((&L_57), ((int32_t)51526399), ((int32_t)50332929), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Brtrue_57(L_57); OpCode_t123070264 L_58; memset(&L_58, 0, sizeof(L_58)); OpCode__ctor_m2823239373((&L_58), ((int32_t)34749439), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Beq_58(L_58); OpCode_t123070264 L_59; memset(&L_59, 0, sizeof(L_59)); OpCode__ctor_m2823239373((&L_59), ((int32_t)34749695), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bge_59(L_59); OpCode_t123070264 L_60; memset(&L_60, 0, sizeof(L_60)); OpCode__ctor_m2823239373((&L_60), ((int32_t)34749951), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bgt_60(L_60); OpCode_t123070264 L_61; memset(&L_61, 0, sizeof(L_61)); OpCode__ctor_m2823239373((&L_61), ((int32_t)34750207), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ble_61(L_61); OpCode_t123070264 L_62; memset(&L_62, 0, sizeof(L_62)); OpCode__ctor_m2823239373((&L_62), ((int32_t)34750463), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Blt_62(L_62); OpCode_t123070264 L_63; memset(&L_63, 0, sizeof(L_63)); OpCode__ctor_m2823239373((&L_63), ((int32_t)34750719), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bne_Un_63(L_63); OpCode_t123070264 L_64; memset(&L_64, 0, sizeof(L_64)); OpCode__ctor_m2823239373((&L_64), ((int32_t)34750975), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bge_Un_64(L_64); OpCode_t123070264 L_65; memset(&L_65, 0, sizeof(L_65)); OpCode__ctor_m2823239373((&L_65), ((int32_t)34751231), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Bgt_Un_65(L_65); OpCode_t123070264 L_66; memset(&L_66, 0, sizeof(L_66)); OpCode__ctor_m2823239373((&L_66), ((int32_t)34751487), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ble_Un_66(L_66); OpCode_t123070264 L_67; memset(&L_67, 0, sizeof(L_67)); OpCode__ctor_m2823239373((&L_67), ((int32_t)34751743), ((int32_t)50331905), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Blt_Un_67(L_67); OpCode_t123070264 L_68; memset(&L_68, 0, sizeof(L_68)); OpCode__ctor_m2823239373((&L_68), ((int32_t)51529215), ((int32_t)51053825), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Switch_68(L_68); OpCode_t123070264 L_69; memset(&L_69, 0, sizeof(L_69)); OpCode__ctor_m2823239373((&L_69), ((int32_t)51726079), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_I1_69(L_69); OpCode_t123070264 L_70; memset(&L_70, 0, sizeof(L_70)); OpCode__ctor_m2823239373((&L_70), ((int32_t)51726335), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_U1_70(L_70); OpCode_t123070264 L_71; memset(&L_71, 0, sizeof(L_71)); OpCode__ctor_m2823239373((&L_71), ((int32_t)51726591), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_I2_71(L_71); OpCode_t123070264 L_72; memset(&L_72, 0, sizeof(L_72)); OpCode__ctor_m2823239373((&L_72), ((int32_t)51726847), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_U2_72(L_72); OpCode_t123070264 L_73; memset(&L_73, 0, sizeof(L_73)); OpCode__ctor_m2823239373((&L_73), ((int32_t)51727103), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_I4_73(L_73); OpCode_t123070264 L_74; memset(&L_74, 0, sizeof(L_74)); OpCode__ctor_m2823239373((&L_74), ((int32_t)51727359), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_U4_74(L_74); OpCode_t123070264 L_75; memset(&L_75, 0, sizeof(L_75)); OpCode__ctor_m2823239373((&L_75), ((int32_t)51793151), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_I8_75(L_75); OpCode_t123070264 L_76; memset(&L_76, 0, sizeof(L_76)); OpCode__ctor_m2823239373((&L_76), ((int32_t)51727871), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_I_76(L_76); OpCode_t123070264 L_77; memset(&L_77, 0, sizeof(L_77)); OpCode__ctor_m2823239373((&L_77), ((int32_t)51859199), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_R4_77(L_77); OpCode_t123070264 L_78; memset(&L_78, 0, sizeof(L_78)); OpCode__ctor_m2823239373((&L_78), ((int32_t)51924991), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_R8_78(L_78); OpCode_t123070264 L_79; memset(&L_79, 0, sizeof(L_79)); OpCode__ctor_m2823239373((&L_79), ((int32_t)51990783), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldind_Ref_79(L_79); OpCode_t123070264 L_80; memset(&L_80, 0, sizeof(L_80)); OpCode__ctor_m2823239373((&L_80), ((int32_t)85086719), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_Ref_80(L_80); OpCode_t123070264 L_81; memset(&L_81, 0, sizeof(L_81)); OpCode__ctor_m2823239373((&L_81), ((int32_t)85086975), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_I1_81(L_81); OpCode_t123070264 L_82; memset(&L_82, 0, sizeof(L_82)); OpCode__ctor_m2823239373((&L_82), ((int32_t)85087231), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_I2_82(L_82); OpCode_t123070264 L_83; memset(&L_83, 0, sizeof(L_83)); OpCode__ctor_m2823239373((&L_83), ((int32_t)85087487), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_I4_83(L_83); OpCode_t123070264 L_84; memset(&L_84, 0, sizeof(L_84)); OpCode__ctor_m2823239373((&L_84), ((int32_t)101864959), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_I8_84(L_84); OpCode_t123070264 L_85; memset(&L_85, 0, sizeof(L_85)); OpCode__ctor_m2823239373((&L_85), ((int32_t)135419647), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_R4_85(L_85); OpCode_t123070264 L_86; memset(&L_86, 0, sizeof(L_86)); OpCode__ctor_m2823239373((&L_86), ((int32_t)152197119), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_R8_86(L_86); OpCode_t123070264 L_87; memset(&L_87, 0, sizeof(L_87)); OpCode__ctor_m2823239373((&L_87), ((int32_t)34822399), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Add_87(L_87); OpCode_t123070264 L_88; memset(&L_88, 0, sizeof(L_88)); OpCode__ctor_m2823239373((&L_88), ((int32_t)34822655), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Sub_88(L_88); OpCode_t123070264 L_89; memset(&L_89, 0, sizeof(L_89)); OpCode__ctor_m2823239373((&L_89), ((int32_t)34822911), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Mul_89(L_89); OpCode_t123070264 L_90; memset(&L_90, 0, sizeof(L_90)); OpCode__ctor_m2823239373((&L_90), ((int32_t)34823167), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Div_90(L_90); OpCode_t123070264 L_91; memset(&L_91, 0, sizeof(L_91)); OpCode__ctor_m2823239373((&L_91), ((int32_t)34823423), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Div_Un_91(L_91); OpCode_t123070264 L_92; memset(&L_92, 0, sizeof(L_92)); OpCode__ctor_m2823239373((&L_92), ((int32_t)34823679), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Rem_92(L_92); OpCode_t123070264 L_93; memset(&L_93, 0, sizeof(L_93)); OpCode__ctor_m2823239373((&L_93), ((int32_t)34823935), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Rem_Un_93(L_93); OpCode_t123070264 L_94; memset(&L_94, 0, sizeof(L_94)); OpCode__ctor_m2823239373((&L_94), ((int32_t)34824191), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_And_94(L_94); OpCode_t123070264 L_95; memset(&L_95, 0, sizeof(L_95)); OpCode__ctor_m2823239373((&L_95), ((int32_t)34824447), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Or_95(L_95); OpCode_t123070264 L_96; memset(&L_96, 0, sizeof(L_96)); OpCode__ctor_m2823239373((&L_96), ((int32_t)34824703), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Xor_96(L_96); OpCode_t123070264 L_97; memset(&L_97, 0, sizeof(L_97)); OpCode__ctor_m2823239373((&L_97), ((int32_t)34824959), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Shl_97(L_97); OpCode_t123070264 L_98; memset(&L_98, 0, sizeof(L_98)); OpCode__ctor_m2823239373((&L_98), ((int32_t)34825215), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Shr_98(L_98); OpCode_t123070264 L_99; memset(&L_99, 0, sizeof(L_99)); OpCode__ctor_m2823239373((&L_99), ((int32_t)34825471), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Shr_Un_99(L_99); OpCode_t123070264 L_100; memset(&L_100, 0, sizeof(L_100)); OpCode__ctor_m2823239373((&L_100), ((int32_t)18048511), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Neg_100(L_100); OpCode_t123070264 L_101; memset(&L_101, 0, sizeof(L_101)); OpCode__ctor_m2823239373((&L_101), ((int32_t)18048767), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Not_101(L_101); OpCode_t123070264 L_102; memset(&L_102, 0, sizeof(L_102)); OpCode__ctor_m2823239373((&L_102), ((int32_t)18180095), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_I1_102(L_102); OpCode_t123070264 L_103; memset(&L_103, 0, sizeof(L_103)); OpCode__ctor_m2823239373((&L_103), ((int32_t)18180351), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_I2_103(L_103); OpCode_t123070264 L_104; memset(&L_104, 0, sizeof(L_104)); OpCode__ctor_m2823239373((&L_104), ((int32_t)18180607), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_I4_104(L_104); OpCode_t123070264 L_105; memset(&L_105, 0, sizeof(L_105)); OpCode__ctor_m2823239373((&L_105), ((int32_t)18246399), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_I8_105(L_105); OpCode_t123070264 L_106; memset(&L_106, 0, sizeof(L_106)); OpCode__ctor_m2823239373((&L_106), ((int32_t)18312191), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_R4_106(L_106); OpCode_t123070264 L_107; memset(&L_107, 0, sizeof(L_107)); OpCode__ctor_m2823239373((&L_107), ((int32_t)18377983), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_R8_107(L_107); OpCode_t123070264 L_108; memset(&L_108, 0, sizeof(L_108)); OpCode__ctor_m2823239373((&L_108), ((int32_t)18181631), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_U4_108(L_108); OpCode_t123070264 L_109; memset(&L_109, 0, sizeof(L_109)); OpCode__ctor_m2823239373((&L_109), ((int32_t)18247423), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_U8_109(L_109); OpCode_t123070264 L_110; memset(&L_110, 0, sizeof(L_110)); OpCode__ctor_m2823239373((&L_110), ((int32_t)438005759), ((int32_t)33817345), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Callvirt_110(L_110); OpCode_t123070264 L_111; memset(&L_111, 0, sizeof(L_111)); OpCode__ctor_m2823239373((&L_111), ((int32_t)85094655), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Cpobj_111(L_111); OpCode_t123070264 L_112; memset(&L_112, 0, sizeof(L_112)); OpCode__ctor_m2823239373((&L_112), ((int32_t)51606015), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldobj_112(L_112); OpCode_t123070264 L_113; memset(&L_113, 0, sizeof(L_113)); OpCode__ctor_m2823239373((&L_113), ((int32_t)1667839), ((int32_t)84542209), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldstr_113(L_113); OpCode_t123070264 L_114; memset(&L_114, 0, sizeof(L_114)); OpCode__ctor_m2823239373((&L_114), ((int32_t)437875711), ((int32_t)33817345), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Newobj_114(L_114); OpCode_t123070264 L_115; memset(&L_115, 0, sizeof(L_115)); OpCode__ctor_m2823239373((&L_115), ((int32_t)169440511), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Castclass_115(L_115); OpCode_t123070264 L_116; memset(&L_116, 0, sizeof(L_116)); OpCode__ctor_m2823239373((&L_116), ((int32_t)169178623), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Isinst_116(L_116); OpCode_t123070264 L_117; memset(&L_117, 0, sizeof(L_117)); OpCode__ctor_m2823239373((&L_117), ((int32_t)18380543), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_R_Un_117(L_117); OpCode_t123070264 L_118; memset(&L_118, 0, sizeof(L_118)); OpCode__ctor_m2823239373((&L_118), ((int32_t)169179647), ((int32_t)84739329), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Unbox_118(L_118); OpCode_t123070264 L_119; memset(&L_119, 0, sizeof(L_119)); OpCode__ctor_m2823239373((&L_119), ((int32_t)168983295), ((int32_t)134546177), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Throw_119(L_119); OpCode_t123070264 L_120; memset(&L_120, 0, sizeof(L_120)); OpCode__ctor_m2823239373((&L_120), ((int32_t)169049087), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldfld_120(L_120); OpCode_t123070264 L_121; memset(&L_121, 0, sizeof(L_121)); OpCode__ctor_m2823239373((&L_121), ((int32_t)169180415), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldflda_121(L_121); OpCode_t123070264 L_122; memset(&L_122, 0, sizeof(L_122)); OpCode__ctor_m2823239373((&L_122), ((int32_t)185761279), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stfld_122(L_122); OpCode_t123070264 L_123; memset(&L_123, 0, sizeof(L_123)); OpCode__ctor_m2823239373((&L_123), ((int32_t)1277695), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldsfld_123(L_123); OpCode_t123070264 L_124; memset(&L_124, 0, sizeof(L_124)); OpCode__ctor_m2823239373((&L_124), ((int32_t)1409023), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldsflda_124(L_124); OpCode_t123070264 L_125; memset(&L_125, 0, sizeof(L_125)); OpCode__ctor_m2823239373((&L_125), ((int32_t)17989887), ((int32_t)83952385), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stsfld_125(L_125); OpCode_t123070264 L_126; memset(&L_126, 0, sizeof(L_126)); OpCode__ctor_m2823239373((&L_126), ((int32_t)68321791), ((int32_t)84739329), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stobj_126(L_126); OpCode_t123070264 L_127; memset(&L_127, 0, sizeof(L_127)); OpCode__ctor_m2823239373((&L_127), ((int32_t)18187007), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I1_Un_127(L_127); OpCode_t123070264 L_128; memset(&L_128, 0, sizeof(L_128)); OpCode__ctor_m2823239373((&L_128), ((int32_t)18187263), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I2_Un_128(L_128); OpCode_t123070264 L_129; memset(&L_129, 0, sizeof(L_129)); OpCode__ctor_m2823239373((&L_129), ((int32_t)18187519), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I4_Un_129(L_129); OpCode_t123070264 L_130; memset(&L_130, 0, sizeof(L_130)); OpCode__ctor_m2823239373((&L_130), ((int32_t)18253311), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I8_Un_130(L_130); OpCode_t123070264 L_131; memset(&L_131, 0, sizeof(L_131)); OpCode__ctor_m2823239373((&L_131), ((int32_t)18188031), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U1_Un_131(L_131); OpCode_t123070264 L_132; memset(&L_132, 0, sizeof(L_132)); OpCode__ctor_m2823239373((&L_132), ((int32_t)18188287), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U2_Un_132(L_132); OpCode_t123070264 L_133; memset(&L_133, 0, sizeof(L_133)); OpCode__ctor_m2823239373((&L_133), ((int32_t)18188543), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U4_Un_133(L_133); OpCode_t123070264 L_134; memset(&L_134, 0, sizeof(L_134)); OpCode__ctor_m2823239373((&L_134), ((int32_t)18254335), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U8_Un_134(L_134); OpCode_t123070264 L_135; memset(&L_135, 0, sizeof(L_135)); OpCode__ctor_m2823239373((&L_135), ((int32_t)18189055), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I_Un_135(L_135); OpCode_t123070264 L_136; memset(&L_136, 0, sizeof(L_136)); OpCode__ctor_m2823239373((&L_136), ((int32_t)18189311), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U_Un_136(L_136); OpCode_t123070264 L_137; memset(&L_137, 0, sizeof(L_137)); OpCode__ctor_m2823239373((&L_137), ((int32_t)18451711), ((int32_t)84739329), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Box_137(L_137); OpCode_t123070264 L_138; memset(&L_138, 0, sizeof(L_138)); OpCode__ctor_m2823239373((&L_138), ((int32_t)52006399), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Newarr_138(L_138); OpCode_t123070264 L_139; memset(&L_139, 0, sizeof(L_139)); OpCode__ctor_m2823239373((&L_139), ((int32_t)169185023), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldlen_139(L_139); OpCode_t123070264 L_140; memset(&L_140, 0, sizeof(L_140)); OpCode__ctor_m2823239373((&L_140), ((int32_t)202739711), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelema_140(L_140); OpCode_t123070264 L_141; memset(&L_141, 0, sizeof(L_141)); OpCode__ctor_m2823239373((&L_141), ((int32_t)202739967), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_I1_141(L_141); OpCode_t123070264 L_142; memset(&L_142, 0, sizeof(L_142)); OpCode__ctor_m2823239373((&L_142), ((int32_t)202740223), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_U1_142(L_142); OpCode_t123070264 L_143; memset(&L_143, 0, sizeof(L_143)); OpCode__ctor_m2823239373((&L_143), ((int32_t)202740479), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_I2_143(L_143); OpCode_t123070264 L_144; memset(&L_144, 0, sizeof(L_144)); OpCode__ctor_m2823239373((&L_144), ((int32_t)202740735), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_U2_144(L_144); OpCode_t123070264 L_145; memset(&L_145, 0, sizeof(L_145)); OpCode__ctor_m2823239373((&L_145), ((int32_t)202740991), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_I4_145(L_145); OpCode_t123070264 L_146; memset(&L_146, 0, sizeof(L_146)); OpCode__ctor_m2823239373((&L_146), ((int32_t)202741247), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_U4_146(L_146); OpCode_t123070264 L_147; memset(&L_147, 0, sizeof(L_147)); OpCode__ctor_m2823239373((&L_147), ((int32_t)202807039), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_I8_147(L_147); OpCode_t123070264 L_148; memset(&L_148, 0, sizeof(L_148)); OpCode__ctor_m2823239373((&L_148), ((int32_t)202741759), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_I_148(L_148); OpCode_t123070264 L_149; memset(&L_149, 0, sizeof(L_149)); OpCode__ctor_m2823239373((&L_149), ((int32_t)202873087), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_R4_149(L_149); OpCode_t123070264 L_150; memset(&L_150, 0, sizeof(L_150)); OpCode__ctor_m2823239373((&L_150), ((int32_t)202938879), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_R8_150(L_150); OpCode_t123070264 L_151; memset(&L_151, 0, sizeof(L_151)); OpCode__ctor_m2823239373((&L_151), ((int32_t)203004671), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_Ref_151(L_151); OpCode_t123070264 L_152; memset(&L_152, 0, sizeof(L_152)); OpCode__ctor_m2823239373((&L_152), ((int32_t)219323391), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_I_152(L_152); OpCode_t123070264 L_153; memset(&L_153, 0, sizeof(L_153)); OpCode__ctor_m2823239373((&L_153), ((int32_t)219323647), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_I1_153(L_153); OpCode_t123070264 L_154; memset(&L_154, 0, sizeof(L_154)); OpCode__ctor_m2823239373((&L_154), ((int32_t)219323903), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_I2_154(L_154); OpCode_t123070264 L_155; memset(&L_155, 0, sizeof(L_155)); OpCode__ctor_m2823239373((&L_155), ((int32_t)219324159), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_I4_155(L_155); OpCode_t123070264 L_156; memset(&L_156, 0, sizeof(L_156)); OpCode__ctor_m2823239373((&L_156), ((int32_t)236101631), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_I8_156(L_156); OpCode_t123070264 L_157; memset(&L_157, 0, sizeof(L_157)); OpCode__ctor_m2823239373((&L_157), ((int32_t)252879103), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_R4_157(L_157); OpCode_t123070264 L_158; memset(&L_158, 0, sizeof(L_158)); OpCode__ctor_m2823239373((&L_158), ((int32_t)269656575), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_R8_158(L_158); OpCode_t123070264 L_159; memset(&L_159, 0, sizeof(L_159)); OpCode__ctor_m2823239373((&L_159), ((int32_t)286434047), ((int32_t)84214529), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_Ref_159(L_159); OpCode_t123070264 L_160; memset(&L_160, 0, sizeof(L_160)); OpCode__ctor_m2823239373((&L_160), ((int32_t)202613759), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldelem_160(L_160); OpCode_t123070264 L_161; memset(&L_161, 0, sizeof(L_161)); OpCode__ctor_m2823239373((&L_161), ((int32_t)470983935), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stelem_161(L_161); OpCode_t123070264 L_162; memset(&L_162, 0, sizeof(L_162)); OpCode__ctor_m2823239373((&L_162), ((int32_t)169059839), ((int32_t)84738817), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Unbox_Any_162(L_162); OpCode_t123070264 L_163; memset(&L_163, 0, sizeof(L_163)); OpCode__ctor_m2823239373((&L_163), ((int32_t)18199551), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I1_163(L_163); OpCode_t123070264 L_164; memset(&L_164, 0, sizeof(L_164)); OpCode__ctor_m2823239373((&L_164), ((int32_t)18199807), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U1_164(L_164); OpCode_t123070264 L_165; memset(&L_165, 0, sizeof(L_165)); OpCode__ctor_m2823239373((&L_165), ((int32_t)18200063), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I2_165(L_165); OpCode_t123070264 L_166; memset(&L_166, 0, sizeof(L_166)); OpCode__ctor_m2823239373((&L_166), ((int32_t)18200319), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U2_166(L_166); OpCode_t123070264 L_167; memset(&L_167, 0, sizeof(L_167)); OpCode__ctor_m2823239373((&L_167), ((int32_t)18200575), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I4_167(L_167); OpCode_t123070264 L_168; memset(&L_168, 0, sizeof(L_168)); OpCode__ctor_m2823239373((&L_168), ((int32_t)18200831), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U4_168(L_168); OpCode_t123070264 L_169; memset(&L_169, 0, sizeof(L_169)); OpCode__ctor_m2823239373((&L_169), ((int32_t)18266623), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I8_169(L_169); OpCode_t123070264 L_170; memset(&L_170, 0, sizeof(L_170)); OpCode__ctor_m2823239373((&L_170), ((int32_t)18266879), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U8_170(L_170); OpCode_t123070264 L_171; memset(&L_171, 0, sizeof(L_171)); OpCode__ctor_m2823239373((&L_171), ((int32_t)18203391), ((int32_t)84739329), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Refanyval_171(L_171); OpCode_t123070264 L_172; memset(&L_172, 0, sizeof(L_172)); OpCode__ctor_m2823239373((&L_172), ((int32_t)18400255), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ckfinite_172(L_172); OpCode_t123070264 L_173; memset(&L_173, 0, sizeof(L_173)); OpCode__ctor_m2823239373((&L_173), ((int32_t)51627775), ((int32_t)84739329), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Mkrefany_173(L_173); OpCode_t123070264 L_174; memset(&L_174, 0, sizeof(L_174)); OpCode__ctor_m2823239373((&L_174), ((int32_t)1429759), ((int32_t)84673793), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldtoken_174(L_174); OpCode_t123070264 L_175; memset(&L_175, 0, sizeof(L_175)); OpCode__ctor_m2823239373((&L_175), ((int32_t)18207231), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_U2_175(L_175); OpCode_t123070264 L_176; memset(&L_176, 0, sizeof(L_176)); OpCode__ctor_m2823239373((&L_176), ((int32_t)18207487), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_U1_176(L_176); OpCode_t123070264 L_177; memset(&L_177, 0, sizeof(L_177)); OpCode__ctor_m2823239373((&L_177), ((int32_t)18207743), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_I_177(L_177); OpCode_t123070264 L_178; memset(&L_178, 0, sizeof(L_178)); OpCode__ctor_m2823239373((&L_178), ((int32_t)18207999), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_I_178(L_178); OpCode_t123070264 L_179; memset(&L_179, 0, sizeof(L_179)); OpCode__ctor_m2823239373((&L_179), ((int32_t)18208255), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_Ovf_U_179(L_179); OpCode_t123070264 L_180; memset(&L_180, 0, sizeof(L_180)); OpCode__ctor_m2823239373((&L_180), ((int32_t)34854655), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Add_Ovf_180(L_180); OpCode_t123070264 L_181; memset(&L_181, 0, sizeof(L_181)); OpCode__ctor_m2823239373((&L_181), ((int32_t)34854911), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Add_Ovf_Un_181(L_181); OpCode_t123070264 L_182; memset(&L_182, 0, sizeof(L_182)); OpCode__ctor_m2823239373((&L_182), ((int32_t)34855167), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Mul_Ovf_182(L_182); OpCode_t123070264 L_183; memset(&L_183, 0, sizeof(L_183)); OpCode__ctor_m2823239373((&L_183), ((int32_t)34855423), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Mul_Ovf_Un_183(L_183); OpCode_t123070264 L_184; memset(&L_184, 0, sizeof(L_184)); OpCode__ctor_m2823239373((&L_184), ((int32_t)34855679), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Sub_Ovf_184(L_184); OpCode_t123070264 L_185; memset(&L_185, 0, sizeof(L_185)); OpCode__ctor_m2823239373((&L_185), ((int32_t)34855935), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Sub_Ovf_Un_185(L_185); OpCode_t123070264 L_186; memset(&L_186, 0, sizeof(L_186)); OpCode__ctor_m2823239373((&L_186), ((int32_t)1236223), ((int32_t)117769473), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Endfinally_186(L_186); OpCode_t123070264 L_187; memset(&L_187, 0, sizeof(L_187)); OpCode__ctor_m2823239373((&L_187), ((int32_t)1236479), ((int32_t)1281), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Leave_187(L_187); OpCode_t123070264 L_188; memset(&L_188, 0, sizeof(L_188)); OpCode__ctor_m2823239373((&L_188), ((int32_t)1236735), ((int32_t)984321), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Leave_S_188(L_188); OpCode_t123070264 L_189; memset(&L_189, 0, sizeof(L_189)); OpCode__ctor_m2823239373((&L_189), ((int32_t)85123071), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stind_I_189(L_189); OpCode_t123070264 L_190; memset(&L_190, 0, sizeof(L_190)); OpCode__ctor_m2823239373((&L_190), ((int32_t)18211071), ((int32_t)84215041), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Conv_U_190(L_190); OpCode_t123070264 L_191; memset(&L_191, 0, sizeof(L_191)); OpCode__ctor_m2823239373((&L_191), ((int32_t)1243391), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix7_191(L_191); OpCode_t123070264 L_192; memset(&L_192, 0, sizeof(L_192)); OpCode__ctor_m2823239373((&L_192), ((int32_t)1243647), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix6_192(L_192); OpCode_t123070264 L_193; memset(&L_193, 0, sizeof(L_193)); OpCode__ctor_m2823239373((&L_193), ((int32_t)1243903), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix5_193(L_193); OpCode_t123070264 L_194; memset(&L_194, 0, sizeof(L_194)); OpCode__ctor_m2823239373((&L_194), ((int32_t)1244159), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix4_194(L_194); OpCode_t123070264 L_195; memset(&L_195, 0, sizeof(L_195)); OpCode__ctor_m2823239373((&L_195), ((int32_t)1244415), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix3_195(L_195); OpCode_t123070264 L_196; memset(&L_196, 0, sizeof(L_196)); OpCode__ctor_m2823239373((&L_196), ((int32_t)1244671), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix2_196(L_196); OpCode_t123070264 L_197; memset(&L_197, 0, sizeof(L_197)); OpCode__ctor_m2823239373((&L_197), ((int32_t)1244927), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefix1_197(L_197); OpCode_t123070264 L_198; memset(&L_198, 0, sizeof(L_198)); OpCode__ctor_m2823239373((&L_198), ((int32_t)1245183), ((int32_t)67437057), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Prefixref_198(L_198); OpCode_t123070264 L_199; memset(&L_199, 0, sizeof(L_199)); OpCode__ctor_m2823239373((&L_199), ((int32_t)1376510), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Arglist_199(L_199); OpCode_t123070264 L_200; memset(&L_200, 0, sizeof(L_200)); OpCode__ctor_m2823239373((&L_200), ((int32_t)34931198), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ceq_200(L_200); OpCode_t123070264 L_201; memset(&L_201, 0, sizeof(L_201)); OpCode__ctor_m2823239373((&L_201), ((int32_t)34931454), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Cgt_201(L_201); OpCode_t123070264 L_202; memset(&L_202, 0, sizeof(L_202)); OpCode__ctor_m2823239373((&L_202), ((int32_t)34931710), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Cgt_Un_202(L_202); OpCode_t123070264 L_203; memset(&L_203, 0, sizeof(L_203)); OpCode__ctor_m2823239373((&L_203), ((int32_t)34931966), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Clt_203(L_203); OpCode_t123070264 L_204; memset(&L_204, 0, sizeof(L_204)); OpCode__ctor_m2823239373((&L_204), ((int32_t)34932222), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Clt_Un_204(L_204); OpCode_t123070264 L_205; memset(&L_205, 0, sizeof(L_205)); OpCode__ctor_m2823239373((&L_205), ((int32_t)1378046), ((int32_t)84149506), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldftn_205(L_205); OpCode_t123070264 L_206; memset(&L_206, 0, sizeof(L_206)); OpCode__ctor_m2823239373((&L_206), ((int32_t)169150462), ((int32_t)84149506), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldvirtftn_206(L_206); OpCode_t123070264 L_207; memset(&L_207, 0, sizeof(L_207)); OpCode__ctor_m2823239373((&L_207), ((int32_t)1247742), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarg_207(L_207); OpCode_t123070264 L_208; memset(&L_208, 0, sizeof(L_208)); OpCode__ctor_m2823239373((&L_208), ((int32_t)1379070), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldarga_208(L_208); OpCode_t123070264 L_209; memset(&L_209, 0, sizeof(L_209)); OpCode__ctor_m2823239373((&L_209), ((int32_t)17959934), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Starg_209(L_209); OpCode_t123070264 L_210; memset(&L_210, 0, sizeof(L_210)); OpCode__ctor_m2823239373((&L_210), ((int32_t)1248510), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloc_210(L_210); OpCode_t123070264 L_211; memset(&L_211, 0, sizeof(L_211)); OpCode__ctor_m2823239373((&L_211), ((int32_t)1379838), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Ldloca_211(L_211); OpCode_t123070264 L_212; memset(&L_212, 0, sizeof(L_212)); OpCode__ctor_m2823239373((&L_212), ((int32_t)17960702), ((int32_t)84804866), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Stloc_212(L_212); OpCode_t123070264 L_213; memset(&L_213, 0, sizeof(L_213)); OpCode__ctor_m2823239373((&L_213), ((int32_t)51711998), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Localloc_213(L_213); OpCode_t123070264 L_214; memset(&L_214, 0, sizeof(L_214)); OpCode__ctor_m2823239373((&L_214), ((int32_t)51515902), ((int32_t)117769474), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Endfilter_214(L_214); OpCode_t123070264 L_215; memset(&L_215, 0, sizeof(L_215)); OpCode__ctor_m2823239373((&L_215), ((int32_t)1184510), ((int32_t)68158466), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Unaligned_215(L_215); OpCode_t123070264 L_216; memset(&L_216, 0, sizeof(L_216)); OpCode__ctor_m2823239373((&L_216), ((int32_t)1184766), ((int32_t)67437570), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Volatile_216(L_216); OpCode_t123070264 L_217; memset(&L_217, 0, sizeof(L_217)); OpCode__ctor_m2823239373((&L_217), ((int32_t)1185022), ((int32_t)67437570), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Tailcall_217(L_217); OpCode_t123070264 L_218; memset(&L_218, 0, sizeof(L_218)); OpCode__ctor_m2823239373((&L_218), ((int32_t)51516926), ((int32_t)84738818), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Initobj_218(L_218); OpCode_t123070264 L_219; memset(&L_219, 0, sizeof(L_219)); OpCode__ctor_m2823239373((&L_219), ((int32_t)1185534), ((int32_t)67961858), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Constrained_219(L_219); OpCode_t123070264 L_220; memset(&L_220, 0, sizeof(L_220)); OpCode__ctor_m2823239373((&L_220), ((int32_t)118626302), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Cpblk_220(L_220); OpCode_t123070264 L_221; memset(&L_221, 0, sizeof(L_221)); OpCode__ctor_m2823239373((&L_221), ((int32_t)118626558), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Initblk_221(L_221); OpCode_t123070264 L_222; memset(&L_222, 0, sizeof(L_222)); OpCode__ctor_m2823239373((&L_222), ((int32_t)1186558), ((int32_t)134546178), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Rethrow_222(L_222); OpCode_t123070264 L_223; memset(&L_223, 0, sizeof(L_223)); OpCode__ctor_m2823239373((&L_223), ((int32_t)1383678), ((int32_t)84739330), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Sizeof_223(L_223); OpCode_t123070264 L_224; memset(&L_224, 0, sizeof(L_224)); OpCode__ctor_m2823239373((&L_224), ((int32_t)18161150), ((int32_t)84215042), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Refanytype_224(L_224); OpCode_t123070264 L_225; memset(&L_225, 0, sizeof(L_225)); OpCode__ctor_m2823239373((&L_225), ((int32_t)1187582), ((int32_t)67437570), /*hidden argument*/NULL); ((OpCodes_t126150456_StaticFields*)il2cpp_codegen_static_fields_for(OpCodes_t126150456_il2cpp_TypeInfo_var))->set_Readonly_225(L_225); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif