#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 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 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 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 VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.TimeZone struct TimeZone_t2038656743; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.String struct String_t; // System.ArgumentException struct ArgumentException_t132251570; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Type struct Type_t; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.FormatException struct FormatException_t154580423; // System.Text.StringBuilder struct StringBuilder_t; // System.Globalization.Calendar struct Calendar_t1661121569; // System.DBNull struct DBNull_t3725197148; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.InvalidCastException struct InvalidCastException_t3927145244; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.OverflowException struct OverflowException_t2020128637; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Int32[] struct Int32U5BU5D_t385246372; // System.DivideByZeroException struct DivideByZeroException_t1856388118; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Exception struct Exception_t; // System.Char[] struct CharU5BU5D_t3528271667; // System.Delegate struct Delegate_t1188392813; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Reflection.Binder struct Binder_t2999457153; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543; // System.Delegate[] struct DelegateU5BU5D_t1703627840; // System.MulticastNotSupportedException struct MulticastNotSupportedException_t3095221246; // System.DelegateSerializationHolder struct DelegateSerializationHolder_t3408600559; // System.DelegateSerializationHolder/DelegateEntry struct DelegateEntry_t1019584161; // System.Reflection.Assembly struct Assembly_t; // System.Runtime.Remoting.RemotingException struct RemotingException_t2290474311; // System.Diagnostics.DebuggableAttribute struct DebuggableAttribute_t886312066; // System.Attribute struct Attribute_t861562559; // System.Diagnostics.DebuggerBrowsableAttribute struct DebuggerBrowsableAttribute_t1026244177; // System.Diagnostics.DebuggerDisplayAttribute struct DebuggerDisplayAttribute_t2957424906; // System.Diagnostics.DebuggerHiddenAttribute struct DebuggerHiddenAttribute_t587553342; // System.Diagnostics.DebuggerStepThroughAttribute struct DebuggerStepThroughAttribute_t875708394; // System.Diagnostics.DebuggerTypeProxyAttribute struct DebuggerTypeProxyAttribute_t1385406673; // System.Diagnostics.StackFrame struct StackFrame_t3217253059; // System.Security.Permissions.FileIOPermission struct FileIOPermission_t3596906749; // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399; // System.Diagnostics.StackTrace struct StackTrace_t1598645457; // System.Diagnostics.StackFrame[] struct StackFrameU5BU5D_t1997726418; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.ArithmeticException struct ArithmeticException_t4283546778; // System.DllNotFoundException struct DllNotFoundException_t2721418633; // System.TypeLoadException struct TypeLoadException_t3707937253; // System.EntryPointNotFoundException struct EntryPointNotFoundException_t1356862416; // System.Enum struct Enum_t4135868527; // System.ValueType struct ValueType_t3640485471; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.String[] struct StringU5BU5D_t1281789340; // System.OperatingSystem struct OperatingSystem_t3730783609; // System.Version struct Version_t3456873960; // System.Security.Permissions.EnvironmentPermission struct EnvironmentPermission_t1242010617; // System.IO.StreamReader struct StreamReader_t4009935899; // System.EventArgs struct EventArgs_t3591816995; // System.EventHandler struct EventHandler_t1348719766; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Reflection.AssemblyName struct AssemblyName_t270931938; // System.ExecutionEngineException struct ExecutionEngineException_t1142598034; // System.SystemException struct SystemException_t176217640; // System.FieldAccessException struct FieldAccessException_t238379456; // System.MemberAccessException struct MemberAccessException_t1734467078; // System.FlagsAttribute struct FlagsAttribute_t2262502849; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t2877834729; // System.Globalization.SortKey struct SortKey_t3955336732; // System.Threading.Thread struct Thread_t2300836069; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t377611285; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Globalization.GregorianCalendar struct GregorianCalendar_t2054525052; // System.Globalization.DaylightTime struct DaylightTime_t2582425773; // System.Globalization.RegionInfo struct RegionInfo_t1090270226; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Guid/GuidParser struct GuidParser_t2761237274; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t3397414743; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // Mono.Globalization.Unicode.CodePointIndexer struct CodePointIndexer_t4134431086; // Mono.Globalization.Unicode.Contraction[] struct ContractionU5BU5D_t838556799; // Mono.Globalization.Unicode.Level2Map[] struct Level2MapU5BU5D_t3973367379; // System.Byte struct Byte_t1134296376; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.MonoEnumInfo/SByteComparer struct SByteComparer_t2329725001; // System.MonoEnumInfo/ShortComparer struct ShortComparer_t2253094562; // System.MonoEnumInfo/IntComparer struct IntComparer_t3812095803; // System.MonoEnumInfo/LongComparer struct LongComparer_t1798269597; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Text.Encoding struct Encoding_t1523322056; // System.Text.Decoder struct Decoder_t2204182725; // System.IO.Stream struct Stream_t1273022909; // System.DelegateData struct DelegateData_t1677132599; // System.Security.IPermission struct IPermission_t4015543450; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_t3411219591; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern RuntimeClass* TimeZone_t2038656743_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* DateTimeOffset__ctor_m2084804982_RuntimeMethod_var; extern String_t* _stringLiteral2502663054; extern const uint32_t DateTimeOffset__ctor_m2084804982_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* DateTimeOffset__ctor_m74032857_RuntimeMethod_var; extern String_t* _stringLiteral3527284541; extern String_t* _stringLiteral507398678; extern String_t* _stringLiteral588097232; extern String_t* _stringLiteral1879080583; extern String_t* _stringLiteral3218387700; extern const uint32_t DateTimeOffset__ctor_m74032857_MetadataUsageId; extern const RuntimeType* DateTime_t3738529785_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3798051137; extern String_t* _stringLiteral213099782; extern const uint32_t DateTimeOffset__ctor_m2611141592_MetadataUsageId; extern RuntimeClass* DateTimeOffset_t3229287507_il2cpp_TypeInfo_var; extern const uint32_t DateTimeOffset__cctor_m3610253033_MetadataUsageId; extern const uint32_t DateTimeOffset_System_IComparable_CompareTo_m176229495_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m738492442_RuntimeMethod_var; extern String_t* _stringLiteral79347; extern const uint32_t DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m738492442_MetadataUsageId; extern const uint32_t DateTimeOffset_Equals_m605268013_MetadataUsageId; extern const uint32_t DateTimeOffset_Equals_m3030958070_MetadataUsageId; extern RuntimeClass* DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* DateTimeOffset_ToString_m3985341516_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_m3314784284_RuntimeMethod_var; extern String_t* _stringLiteral3452614528; extern String_t* _stringLiteral2769122488; extern String_t* _stringLiteral3466932863; extern const uint32_t DateTimeOffset_ToString_m3985341516_MetadataUsageId; extern const uint32_t DateTimeOffset_get_DateTime_m620985777_MetadataUsageId; extern const uint32_t DateTimeOffset_get_UtcDateTime_m1021718282_MetadataUsageId; extern const RuntimeMethod* DateTimeUtils_ZeroPad_m1132893640_RuntimeMethod_var; extern const uint32_t DateTimeUtils_ZeroPad_m1132893640_MetadataUsageId; extern const RuntimeMethod* DateTimeUtils_ParseQuotedString_m2573610321_RuntimeMethod_var; extern String_t* _stringLiteral1966942029; extern const uint32_t DateTimeUtils_ParseQuotedString_m2573610321_MetadataUsageId; extern const uint32_t DateTimeUtils_GetStandardPattern_m813010822_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* DateTimeUtils_ToString_m1782212840_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m1210311128_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_Value_m1801617894_RuntimeMethod_var; extern String_t* _stringLiteral1671262155; extern String_t* _stringLiteral3451565968; extern String_t* _stringLiteral609273936; extern String_t* _stringLiteral2344785378; extern String_t* _stringLiteral2909310891; extern const uint32_t DateTimeUtils_ToString_m1782212840_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* DBNull__ctor_m3431698857_RuntimeMethod_var; extern const uint32_t DBNull__ctor_m3431698857_MetadataUsageId; extern RuntimeClass* DBNull_t3725197148_il2cpp_TypeInfo_var; extern const uint32_t DBNull__cctor_m1221711106_MetadataUsageId; extern RuntimeClass* InvalidCastException_t3927145244_il2cpp_TypeInfo_var; extern const RuntimeMethod* DBNull_System_IConvertible_ToBoolean_m702787761_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToBoolean_m702787761_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToByte_m3625770190_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToByte_m3625770190_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToChar_m4140628367_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToChar_m4140628367_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToDateTime_m3633350356_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToDateTime_m3633350356_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToDecimal_m1883582283_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToDecimal_m1883582283_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToDouble_m150664744_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToDouble_m150664744_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToInt16_m4228856009_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToInt16_m4228856009_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToInt32_m4178834757_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToInt32_m4178834757_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToInt64_m3889862579_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToInt64_m3889862579_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToSByte_m3533624679_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToSByte_m3533624679_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToSingle_m13713620_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToSingle_m13713620_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern const RuntimeType* DBNull_t3725197148_0_0_0_var; extern const RuntimeMethod* DBNull_System_IConvertible_ToType_m145027518_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToType_m145027518_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToUInt16_m643477279_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToUInt16_m643477279_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToUInt32_m3784627971_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToUInt32_m3784627971_MetadataUsageId; extern const RuntimeMethod* DBNull_System_IConvertible_ToUInt64_m4072736670_RuntimeMethod_var; extern const uint32_t DBNull_System_IConvertible_ToUInt64_m4072736670_MetadataUsageId; extern const uint32_t DBNull_ToString_m3638608738_MetadataUsageId; extern const uint32_t DBNull_ToString_m1318017576_MetadataUsageId; extern const RuntimeMethod* Decimal__ctor_m3650533794_RuntimeMethod_var; extern String_t* _stringLiteral4123212383; extern const uint32_t Decimal__ctor_m3650533794_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* OverflowException_t2020128637_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const RuntimeMethod* Decimal__ctor_m1925875020_RuntimeMethod_var; extern String_t* _stringLiteral2733559655; extern const uint32_t Decimal__ctor_m1925875020_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const RuntimeMethod* Decimal__ctor_m1842485920_RuntimeMethod_var; extern const uint32_t Decimal__ctor_m1842485920_MetadataUsageId; extern const uint32_t Decimal__cctor_m834667025_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const RuntimeMethod* Decimal_System_IConvertible_ToType_m2919262279_RuntimeMethod_var; extern String_t* _stringLiteral3252615044; extern const uint32_t Decimal_System_IConvertible_ToType_m2919262279_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToBoolean_m1123794670_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToByte_m1059182322_MetadataUsageId; extern const RuntimeMethod* Decimal_System_IConvertible_ToChar_m2248324273_RuntimeMethod_var; extern const uint32_t Decimal_System_IConvertible_ToChar_m2248324273_MetadataUsageId; extern const RuntimeMethod* Decimal_System_IConvertible_ToDateTime_m106179626_RuntimeMethod_var; extern const uint32_t Decimal_System_IConvertible_ToDateTime_m106179626_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToDouble_m3125524987_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToInt16_m1574696763_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToInt32_m1488426794_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToInt64_m1446427516_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToSByte_m1299038473_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToSingle_m1019108991_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToUInt16_m1185974300_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToUInt32_m4224836830_MetadataUsageId; extern const uint32_t Decimal_System_IConvertible_ToUInt64_m1323635232_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const uint32_t Decimal_GetBits_m453754410_MetadataUsageId; extern const RuntimeMethod* Decimal_Add_m114360190_RuntimeMethod_var; extern String_t* _stringLiteral2773175015; extern const uint32_t Decimal_Add_m114360190_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const RuntimeMethod* Decimal_Subtract_m835601464_RuntimeMethod_var; extern String_t* _stringLiteral866162628; extern String_t* _stringLiteral3452614535; extern const uint32_t Decimal_Subtract_m835601464_MetadataUsageId; extern const RuntimeMethod* Decimal_u64_m3374804932_RuntimeMethod_var; extern const uint32_t Decimal_u64_m3374804932_MetadataUsageId; extern const RuntimeMethod* Decimal_s64_m309158181_RuntimeMethod_var; extern const uint32_t Decimal_s64_m309158181_MetadataUsageId; extern const uint32_t Decimal_Equals_m3759456653_MetadataUsageId; extern const uint32_t Decimal_Equals_m2592017260_MetadataUsageId; extern const uint32_t Decimal_Floor_m1786329488_MetadataUsageId; extern const uint32_t Decimal_Truncate_m3035934636_MetadataUsageId; extern const RuntimeMethod* Decimal_Multiply_m462893147_RuntimeMethod_var; extern const uint32_t Decimal_Multiply_m462893147_MetadataUsageId; extern RuntimeClass* DivideByZeroException_t1856388118_il2cpp_TypeInfo_var; extern const RuntimeMethod* Decimal_Divide_m3489391442_RuntimeMethod_var; extern const uint32_t Decimal_Divide_m3489391442_MetadataUsageId; extern const uint32_t Decimal_Compare_m3062820418_MetadataUsageId; extern const RuntimeMethod* Decimal_CompareTo_m3345610437_RuntimeMethod_var; extern String_t* _stringLiteral3844071714; extern const uint32_t Decimal_CompareTo_m3345610437_MetadataUsageId; extern const uint32_t Decimal_CompareTo_m3502307243_MetadataUsageId; extern const uint32_t Decimal_Equals_m2486655999_MetadataUsageId; extern const uint32_t Decimal_Parse_m4154418249_MetadataUsageId; extern const RuntimeMethod* Decimal_ThrowAtPos_m1170269346_RuntimeMethod_var; extern String_t* _stringLiteral521907047; extern const uint32_t Decimal_ThrowAtPos_m1170269346_MetadataUsageId; extern const RuntimeMethod* Decimal_ThrowInvalidExp_m818482357_RuntimeMethod_var; extern String_t* _stringLiteral2936924819; extern const uint32_t Decimal_ThrowInvalidExp_m818482357_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const RuntimeMethod* Decimal_stripStyles_m1823381019_RuntimeMethod_var; extern String_t* _stringLiteral1242887871; extern String_t* _stringLiteral2567909888; extern const uint32_t Decimal_stripStyles_m1823381019_MetadataUsageId; extern const RuntimeMethod* Decimal_Parse_m942471224_RuntimeMethod_var; extern String_t* _stringLiteral3452614605; extern String_t* _stringLiteral1709038266; extern String_t* _stringLiteral4021861061; extern const uint32_t Decimal_Parse_m942471224_MetadataUsageId; extern RuntimeClass* NumberFormatInfo_t435877138_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Decimal_PerformParse_m1679987175_RuntimeMethod_var; extern String_t* _stringLiteral524131177; extern String_t* _stringLiteral3137115555; extern String_t* _stringLiteral3452614543; extern const uint32_t Decimal_PerformParse_m1679987175_MetadataUsageId; extern RuntimeClass* NumberFormatter_t1182924621_il2cpp_TypeInfo_var; extern const uint32_t Decimal_ToString_m14270257_MetadataUsageId; extern String_t* _stringLiteral3452614617; extern const uint32_t Decimal_ToString_m4018746482_MetadataUsageId; extern const uint32_t Decimal_ToString_m3653216873_MetadataUsageId; extern const uint32_t Decimal_op_Addition_m573847667_MetadataUsageId; extern const uint32_t Decimal_op_Increment_m2045993911_MetadataUsageId; extern const uint32_t Decimal_op_Subtraction_m2530510375_MetadataUsageId; extern const uint32_t Decimal_op_Multiply_m2389849621_MetadataUsageId; extern const uint32_t Decimal_op_Division_m2407964042_MetadataUsageId; extern const RuntimeMethod* Decimal_op_Explicit_m2848387298_RuntimeMethod_var; extern const uint32_t Decimal_op_Explicit_m2848387298_MetadataUsageId; extern const RuntimeMethod* Decimal_op_Explicit_m1824467517_RuntimeMethod_var; extern const uint32_t Decimal_op_Explicit_m1824467517_MetadataUsageId; extern const RuntimeMethod* Decimal_op_Explicit_m4231101593_RuntimeMethod_var; extern const uint32_t Decimal_op_Explicit_m4231101593_MetadataUsageId; extern const RuntimeMethod* Decimal_op_Explicit_m3716368008_RuntimeMethod_var; extern const uint32_t Decimal_op_Explicit_m3716368008_MetadataUsageId; extern const RuntimeMethod* Decimal_op_Explicit_m1842265407_RuntimeMethod_var; extern const uint32_t Decimal_op_Explicit_m1842265407_MetadataUsageId; extern const RuntimeMethod* Decimal_op_Explicit_m1639916169_RuntimeMethod_var; extern const uint32_t Decimal_op_Explicit_m1639916169_MetadataUsageId; extern const uint32_t Decimal_op_Explicit_m438967917_MetadataUsageId; extern const uint32_t Decimal_op_Explicit_m1503081942_MetadataUsageId; extern const uint32_t Decimal_op_Explicit_m3488287464_MetadataUsageId; extern const uint32_t Decimal_op_Explicit_m2816896069_MetadataUsageId; extern const uint32_t Decimal_op_Inequality_m3543190500_MetadataUsageId; extern const uint32_t Decimal_op_Equality_m77262825_MetadataUsageId; extern const uint32_t Decimal_op_GreaterThan_m627311519_MetadataUsageId; extern const uint32_t Decimal_op_GreaterThanOrEqual_m1217153501_MetadataUsageId; extern const uint32_t Decimal_op_LessThan_m1273833514_MetadataUsageId; extern const uint32_t Decimal_op_LessThanOrEqual_m3936545906_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var; extern const uint32_t Delegate_get_Method_m3071622864_MetadataUsageId; extern const RuntimeType* MulticastDelegate_t_0_0_0_var; extern const RuntimeMethod* Delegate_CreateDelegate_m2386636647_RuntimeMethod_var; extern String_t* _stringLiteral3243520166; extern String_t* _stringLiteral414301358; extern String_t* _stringLiteral2726632495; extern String_t* _stringLiteral2401610308; extern String_t* _stringLiteral1453330949; extern String_t* _stringLiteral3797557965; extern String_t* _stringLiteral3939304054; extern const uint32_t Delegate_CreateDelegate_m2386636647_MetadataUsageId; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern RuntimeClass* ParameterModifierU5BU5D_t2943407543_il2cpp_TypeInfo_var; extern const RuntimeMethod* Delegate_GetCandidateMethod_m640765260_RuntimeMethod_var; extern String_t* _stringLiteral995745901; extern String_t* _stringLiteral2359641911; extern String_t* _stringLiteral3450648441; extern const uint32_t Delegate_GetCandidateMethod_m640765260_MetadataUsageId; extern const RuntimeMethod* Delegate_CreateDelegate_m466794306_RuntimeMethod_var; extern String_t* _stringLiteral2833503317; extern const uint32_t Delegate_CreateDelegate_m466794306_MetadataUsageId; extern const RuntimeMethod* Delegate_CreateDelegate_m819160572_RuntimeMethod_var; extern const uint32_t Delegate_CreateDelegate_m819160572_MetadataUsageId; extern RuntimeClass* Delegate_t1188392813_il2cpp_TypeInfo_var; extern const uint32_t Delegate_Equals_m821895546_MetadataUsageId; extern RuntimeClass* DelegateU5BU5D_t1703627840_il2cpp_TypeInfo_var; extern const uint32_t Delegate_GetInvocationList_m592727217_MetadataUsageId; extern const RuntimeMethod* Delegate_Combine_m1859655160_RuntimeMethod_var; extern String_t* _stringLiteral3874685629; extern const uint32_t Delegate_Combine_m1859655160_MetadataUsageId; extern RuntimeClass* MulticastNotSupportedException_t3095221246_il2cpp_TypeInfo_var; extern const RuntimeMethod* Delegate_CombineImpl_m3572135514_RuntimeMethod_var; extern const uint32_t Delegate_CombineImpl_m3572135514_MetadataUsageId; extern const RuntimeType* DelegateEntry_t1019584161_0_0_0_var; extern RuntimeClass* DelegateEntry_t1019584161_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3158017511; extern const uint32_t DelegateSerializationHolder__ctor_m23226427_MetadataUsageId; extern const RuntimeType* DelegateSerializationHolder_t3408600559_0_0_0_var; extern const uint32_t DelegateSerializationHolder_GetDelegateData_m2109044103_MetadataUsageId; extern const RuntimeMethod* DelegateSerializationHolder_GetObjectData_m2622911689_RuntimeMethod_var; extern const uint32_t DelegateSerializationHolder_GetObjectData_m2622911689_MetadataUsageId; extern const RuntimeType* RuntimeObject_0_0_0_var; extern RuntimeClass* RemotingServices_t1401195504_il2cpp_TypeInfo_var; extern RuntimeClass* RemotingException_t2290474311_il2cpp_TypeInfo_var; extern const RuntimeMethod* DelegateEntry_DeserializeDelegate_m691980016_RuntimeMethod_var; extern String_t* _stringLiteral1868814408; extern const uint32_t DelegateEntry_DeserializeDelegate_m691980016_MetadataUsageId; extern const uint32_t DebuggerDisplayAttribute__ctor_m2387841105_MetadataUsageId; extern RuntimeClass* SecurityManager_t3383402582_il2cpp_TypeInfo_var; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern RuntimeClass* FileIOPermission_t3596906749_il2cpp_TypeInfo_var; extern const uint32_t StackFrame_GetFileName_m3683503392_MetadataUsageId; extern RuntimeClass* SecurityException_t975544473_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2232638044; extern const uint32_t StackFrame_GetSecureFileName_m1124504902_MetadataUsageId; extern String_t* _stringLiteral3134134314; extern String_t* _stringLiteral731054790; extern String_t* _stringLiteral1843709948; extern String_t* _stringLiteral2760633934; extern String_t* _stringLiteral3783108869; extern String_t* _stringLiteral3967256917; extern const uint32_t StackFrame_ToString_m431970945_MetadataUsageId; extern const RuntimeType* StackFrame_t3217253059_0_0_0_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* StackFrameU5BU5D_t1997726418_il2cpp_TypeInfo_var; extern const RuntimeMethod* StackTrace__ctor_m2642163899_RuntimeMethod_var; extern String_t* _stringLiteral3452614587; extern String_t* _stringLiteral3073595182; extern String_t* _stringLiteral658566741; extern const uint32_t StackTrace__ctor_m2642163899_MetadataUsageId; extern RuntimeClass* StackFrame_t3217253059_il2cpp_TypeInfo_var; extern const RuntimeMethod* StackTrace_init_frames_m641783388_RuntimeMethod_var; extern const uint32_t StackTrace_init_frames_m641783388_MetadataUsageId; extern String_t* _stringLiteral3658577913; extern String_t* _stringLiteral3455498175; extern String_t* _stringLiteral3520535471; extern String_t* _stringLiteral1965601982; extern String_t* _stringLiteral112877610; extern String_t* _stringLiteral3452614536; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral3506090190; extern String_t* _stringLiteral2091341594; extern const uint32_t StackTrace_ToString_m1758556626_MetadataUsageId; extern String_t* _stringLiteral1110500917; extern const uint32_t DivideByZeroException__ctor_m3496959969_MetadataUsageId; extern String_t* _stringLiteral514167933; extern const uint32_t DllNotFoundException__ctor_m3079838043_MetadataUsageId; extern const RuntimeMethod* Double_System_IConvertible_ToType_m1438630475_RuntimeMethod_var; extern const uint32_t Double_System_IConvertible_ToType_m1438630475_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToBoolean_m652944629_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToByte_m410894149_MetadataUsageId; extern const RuntimeMethod* Double_System_IConvertible_ToChar_m285688079_RuntimeMethod_var; extern const uint32_t Double_System_IConvertible_ToChar_m285688079_MetadataUsageId; extern const RuntimeMethod* Double_System_IConvertible_ToDateTime_m2414543049_RuntimeMethod_var; extern const uint32_t Double_System_IConvertible_ToDateTime_m2414543049_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToDecimal_m2316246766_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToDouble_m3692611612_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToInt16_m3591921965_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToInt32_m2896275711_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToInt64_m3968660899_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToSByte_m341638588_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToSingle_m4088557181_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToUInt16_m4132603953_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToUInt32_m271206838_MetadataUsageId; extern const uint32_t Double_System_IConvertible_ToUInt64_m3220586809_MetadataUsageId; extern const RuntimeMethod* Double_CompareTo_m2275617179_RuntimeMethod_var; extern String_t* _stringLiteral748999469; extern const uint32_t Double_CompareTo_m2275617179_MetadataUsageId; extern const uint32_t Double_Equals_m1674752021_MetadataUsageId; extern const RuntimeMethod* Double_Parse_m1135962389_RuntimeMethod_var; extern const uint32_t Double_Parse_m1135962389_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const RuntimeMethod* Double_Parse_m2152196909_RuntimeMethod_var; extern String_t* _stringLiteral2430508829; extern String_t* _stringLiteral3377595229; extern String_t* _stringLiteral244036539; extern String_t* _stringLiteral3349965232; extern String_t* _stringLiteral97304207; extern const uint32_t Double_Parse_m2152196909_MetadataUsageId; extern const uint32_t Double_TryParseStringConstant_m3290212599_MetadataUsageId; extern const uint32_t Double_ToString_m1229922074_MetadataUsageId; extern const uint32_t Double_ToString_m3828879243_MetadataUsageId; extern const uint32_t Double_ToString_m1051753975_MetadataUsageId; extern String_t* _stringLiteral3021081496; extern const uint32_t EntryPointNotFoundException__ctor_m4137625441_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern const uint32_t Enum__cctor_m2925047542_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToBoolean_m1977632688_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToByte_m1219166845_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToChar_m3901971946_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToDateTime_m3823814707_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToDecimal_m3435237785_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToDouble_m440464077_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToInt16_m2887101011_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToInt32_m2383479183_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToInt64_m3491891092_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToSByte_m779472798_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToSingle_m1234919892_MetadataUsageId; extern const RuntimeMethod* Enum_System_IConvertible_ToType_m2699994218_RuntimeMethod_var; extern const uint32_t Enum_System_IConvertible_ToType_m2699994218_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToUInt16_m4216751959_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToUInt32_m2421368233_MetadataUsageId; extern const uint32_t Enum_System_IConvertible_ToUInt64_m2641010424_MetadataUsageId; extern const uint32_t Enum_GetTypeCode_m3381045179_MetadataUsageId; extern RuntimeClass* MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; extern const RuntimeMethod* Enum_GetValues_m4192343468_RuntimeMethod_var; extern String_t* _stringLiteral3217749252; extern String_t* _stringLiteral4223561873; extern const uint32_t Enum_GetValues_m4192343468_MetadataUsageId; extern RuntimeClass* UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var; extern RuntimeClass* Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var; extern RuntimeClass* SByteU5BU5D_t2651576203_il2cpp_TypeInfo_var; extern RuntimeClass* Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var; extern const uint32_t Enum_FindPosition_m1093426213_MetadataUsageId; extern const RuntimeMethod* Enum_GetName_m2151614395_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern const uint32_t Enum_GetName_m2151614395_MetadataUsageId; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern const RuntimeMethod* Enum_IsDefined_m1442314461_RuntimeMethod_var; extern String_t* _stringLiteral2559151904; extern const uint32_t Enum_IsDefined_m1442314461_MetadataUsageId; extern const RuntimeMethod* Enum_GetUnderlyingType_m2480312097_RuntimeMethod_var; extern const uint32_t Enum_GetUnderlyingType_m2480312097_MetadataUsageId; extern const uint32_t Enum_Parse_m1871331077_MetadataUsageId; extern const uint32_t Enum_FindName_m293338090_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern const RuntimeMethod* Enum_GetValue_m3535945367_RuntimeMethod_var; extern String_t* _stringLiteral2818009559; extern const uint32_t Enum_GetValue_m3535945367_MetadataUsageId; extern const RuntimeMethod* Enum_Parse_m1579637477_RuntimeMethod_var; extern String_t* _stringLiteral1658153848; extern String_t* _stringLiteral17206807; extern String_t* _stringLiteral1100868965; extern const uint32_t Enum_Parse_m1579637477_MetadataUsageId; extern const RuntimeMethod* Enum_CompareTo_m4158304618_RuntimeMethod_var; extern String_t* _stringLiteral2360306675; extern const uint32_t Enum_CompareTo_m4158304618_MetadataUsageId; extern const uint32_t Enum_ToString_m2240012010_MetadataUsageId; extern const uint32_t Enum_ToString_m3124963174_MetadataUsageId; extern const uint32_t Enum_ToString_m2477889358_MetadataUsageId; extern const uint32_t Enum_ToString_m3248653065_MetadataUsageId; extern const uint32_t Enum_ToObject_m1949662789_MetadataUsageId; extern const uint32_t Enum_ToObject_m3092348831_MetadataUsageId; extern const uint32_t Enum_ToObject_m2710011811_MetadataUsageId; extern const uint32_t Enum_ToObject_m1136033697_MetadataUsageId; extern const uint32_t Enum_ToObject_m26687919_MetadataUsageId; extern const uint32_t Enum_ToObject_m121962870_MetadataUsageId; extern const uint32_t Enum_ToObject_m122225012_MetadataUsageId; extern const uint32_t Enum_ToObject_m121831801_MetadataUsageId; extern const RuntimeMethod* Enum_FormatSpecifier_X_m2932245600_RuntimeMethod_var; extern String_t* _stringLiteral3451435000; extern String_t* _stringLiteral3451434968; extern String_t* _stringLiteral3451303928; extern String_t* _stringLiteral3451303896; extern String_t* _stringLiteral3452090360; extern String_t* _stringLiteral3452090328; extern String_t* _stringLiteral2268009268; extern String_t* _stringLiteral2268009236; extern String_t* _stringLiteral2036586825; extern const uint32_t Enum_FormatSpecifier_X_m2932245600_MetadataUsageId; extern String_t* _stringLiteral3452614544; extern const uint32_t Enum_FormatFlags_m102703041_MetadataUsageId; extern const RuntimeType* FlagsAttribute_t2262502849_0_0_0_var; extern const RuntimeType* UInt64_t4134040092_0_0_0_var; extern const RuntimeMethod* Enum_Format_m2588135982_RuntimeMethod_var; extern String_t* _stringLiteral446157247; extern String_t* _stringLiteral191286128; extern String_t* _stringLiteral3741302250; extern const uint32_t Enum_Format_m2588135982_MetadataUsageId; extern RuntimeClass* Environment_t2712485525_il2cpp_TypeInfo_var; extern RuntimeClass* OperatingSystem_t3730783609_il2cpp_TypeInfo_var; extern const uint32_t Environment_get_OSVersion_m961136977_MetadataUsageId; extern RuntimeClass* EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var; extern const uint32_t Environment_GetEnvironmentVariable_m394552009_MetadataUsageId; extern const uint32_t Environment_GetFolderPath_m327623990_MetadataUsageId; extern RuntimeClass* StreamReader_t4009935899_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern RuntimeClass* FileNotFoundException_t225391025_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3890905923; extern String_t* _stringLiteral2045256228; extern String_t* _stringLiteral3452614529; extern const uint32_t Environment_ReadXdgUserDir_m2654856189_MetadataUsageId; extern const RuntimeMethod* Environment_InternalGetFolderPath_m468390978_RuntimeMethod_var; extern String_t* _stringLiteral1839545422; extern String_t* _stringLiteral423474918; extern String_t* _stringLiteral2698619213; extern String_t* _stringLiteral1274574761; extern String_t* _stringLiteral1696986518; extern String_t* _stringLiteral3600589161; extern String_t* _stringLiteral76625711; extern String_t* _stringLiteral232127260; extern String_t* _stringLiteral3964750823; extern String_t* _stringLiteral2399894514; extern String_t* _stringLiteral1494586675; extern String_t* _stringLiteral3674334071; extern String_t* _stringLiteral3236866680; extern const uint32_t Environment_InternalGetFolderPath_m468390978_MetadataUsageId; extern RuntimeClass* EventArgs_t3591816995_il2cpp_TypeInfo_var; extern const uint32_t EventArgs__cctor_m1889823314_MetadataUsageId; extern const RuntimeType* Exception_t_0_0_0_var; extern const RuntimeType* IDictionary_t1363984059_0_0_0_var; extern RuntimeClass* IDictionary_t1363984059_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationException_t3941511869_il2cpp_TypeInfo_var; extern const RuntimeMethod* Exception__ctor_m2499432361_RuntimeMethod_var; extern String_t* _stringLiteral1676011428; extern String_t* _stringLiteral3253942988; extern String_t* _stringLiteral3971324049; extern String_t* _stringLiteral4259386888; extern String_t* _stringLiteral3058327094; extern String_t* _stringLiteral3700117992; extern String_t* _stringLiteral2814226412; extern String_t* _stringLiteral4294194659; extern String_t* _stringLiteral3723112287; extern String_t* _stringLiteral2037252898; extern const uint32_t Exception__ctor_m2499432361_MetadataUsageId; extern String_t* _stringLiteral2069251112; extern const uint32_t Exception_get_Message_m3320461627_MetadataUsageId; extern RuntimeClass* StackTrace_t1598645457_il2cpp_TypeInfo_var; extern const uint32_t Exception_get_Source_m2777609286_MetadataUsageId; extern String_t* _stringLiteral2244226212; extern String_t* _stringLiteral3667368428; extern String_t* _stringLiteral4117993242; extern String_t* _stringLiteral2636284749; extern String_t* _stringLiteral557816633; extern String_t* _stringLiteral3051109017; extern const uint32_t Exception_get_StackTrace_m1954706653_MetadataUsageId; extern const RuntimeMethod* Exception_GetObjectData_m1103241326_RuntimeMethod_var; extern String_t* _stringLiteral378587948; extern const uint32_t Exception_GetObjectData_m1103241326_MetadataUsageId; extern String_t* _stringLiteral3450517398; extern String_t* _stringLiteral3766285269; extern String_t* _stringLiteral2479635963; extern const uint32_t Exception_ToString_m1413572637_MetadataUsageId; extern String_t* _stringLiteral3452614645; extern String_t* _stringLiteral3452614532; extern String_t* _stringLiteral3452614643; extern String_t* _stringLiteral3451041664; extern const uint32_t Exception_GetFullNameForStackTrace_m2634641773_MetadataUsageId; extern String_t* _stringLiteral780081874; extern const uint32_t ExecutionEngineException__ctor_m4205817610_MetadataUsageId; extern String_t* _stringLiteral3273543186; extern const uint32_t FieldAccessException__ctor_m3583219052_MetadataUsageId; extern String_t* _stringLiteral689755251; extern const uint32_t FormatException__ctor_m1479314061_MetadataUsageId; extern RuntimeClass* Calendar_t1661121569_il2cpp_TypeInfo_var; extern const uint32_t Calendar_Clone_m1356182658_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* Calendar_CheckReadOnly_m519800900_RuntimeMethod_var; extern String_t* _stringLiteral3881130820; extern const uint32_t Calendar_CheckReadOnly_m519800900_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const RuntimeMethod* Calendar_get_EraNames_m2754466818_RuntimeMethod_var; extern String_t* _stringLiteral2105264014; extern const uint32_t Calendar_get_EraNames_m2754466818_MetadataUsageId; extern RuntimeClass* CompareInfo_t1092934962_il2cpp_TypeInfo_var; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* SimpleCollator_t2877834729_il2cpp_TypeInfo_var; extern const uint32_t CompareInfo__ctor_m1655607648_MetadataUsageId; extern RuntimeClass* MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3221664753; extern String_t* _stringLiteral4119301762; extern const uint32_t CompareInfo__cctor_m1837489679_MetadataUsageId; extern const uint32_t CompareInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m734465833_MetadataUsageId; extern const uint32_t CompareInfo_get_UseManagedCollation_m3599558938_MetadataUsageId; extern const uint32_t CompareInfo_internal_compare_switch_m1882891666_MetadataUsageId; extern const RuntimeMethod* CompareInfo_Compare_m1980361250_RuntimeMethod_var; extern String_t* _stringLiteral2715197523; extern const uint32_t CompareInfo_Compare_m1980361250_MetadataUsageId; extern const RuntimeMethod* CompareInfo_Compare_m1030179556_RuntimeMethod_var; extern String_t* _stringLiteral3997192902; extern String_t* _stringLiteral2716856417; extern String_t* _stringLiteral1037594608; extern String_t* _stringLiteral3274314199; extern String_t* _stringLiteral3115827549; extern const uint32_t CompareInfo_Compare_m1030179556_MetadataUsageId; extern const uint32_t CompareInfo_Equals_m1257808801_MetadataUsageId; extern RuntimeClass* SortKey_t3955336732_il2cpp_TypeInfo_var; extern const RuntimeMethod* CompareInfo_GetSortKey_m1915852346_RuntimeMethod_var; extern String_t* _stringLiteral4212654033; extern const uint32_t CompareInfo_GetSortKey_m1915852346_MetadataUsageId; extern const uint32_t CompareInfo_internal_index_switch_m2232588269_MetadataUsageId; extern const RuntimeMethod* CompareInfo_IndexOf_m667936183_RuntimeMethod_var; extern String_t* _stringLiteral4294193667; extern String_t* _stringLiteral2410720131; extern String_t* _stringLiteral2002595880; extern const uint32_t CompareInfo_IndexOf_m667936183_MetadataUsageId; extern const RuntimeMethod* CompareInfo_IsPrefix_m796715920_RuntimeMethod_var; extern String_t* _stringLiteral1220639822; extern const uint32_t CompareInfo_IsPrefix_m796715920_MetadataUsageId; extern const RuntimeMethod* CompareInfo_IsSuffix_m1571711387_RuntimeMethod_var; extern String_t* _stringLiteral3938840648; extern const uint32_t CompareInfo_IsSuffix_m1571711387_MetadataUsageId; extern const RuntimeMethod* CompareInfo_LastIndexOf_m3774208875_RuntimeMethod_var; extern const uint32_t CompareInfo_LastIndexOf_m3774208875_MetadataUsageId; extern String_t* _stringLiteral39437199; extern const uint32_t CompareInfo_ToString_m2684143229_MetadataUsageId; extern const RuntimeMethod* CultureInfo__ctor_m385185322_RuntimeMethod_var; extern String_t* _stringLiteral461586467; extern String_t* _stringLiteral3589369415; extern String_t* _stringLiteral1601041609; extern const uint32_t CultureInfo__ctor_m385185322_MetadataUsageId; extern const RuntimeMethod* CultureInfo__ctor_m1132565265_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral1415584285; extern String_t* _stringLiteral1198191465; extern const uint32_t CultureInfo__ctor_m1132565265_MetadataUsageId; extern String_t* _stringLiteral3759034283; extern const uint32_t CultureInfo__cctor_m1258429074_MetadataUsageId; extern const uint32_t CultureInfo_get_InvariantCulture_m3532445182_MetadataUsageId; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern const uint32_t CultureInfo_get_CurrentCulture_m1632690660_MetadataUsageId; extern const uint32_t CultureInfo_get_CurrentUICulture_m959203371_MetadataUsageId; extern const uint32_t CultureInfo_ConstructCurrentCulture_m2704365233_MetadataUsageId; extern const uint32_t CultureInfo_ConstructCurrentUICulture_m3439838233_MetadataUsageId; extern const uint32_t CultureInfo_get_Parent_m672689885_MetadataUsageId; extern const uint32_t CultureInfo_Clone_m2597938387_MetadataUsageId; extern const uint32_t CultureInfo_Equals_m1360976324_MetadataUsageId; extern const uint32_t CultureInfo_GetCultures_m1089166172_MetadataUsageId; extern const uint32_t CultureInfo_get_CompareInfo_m2930343429_MetadataUsageId; extern const RuntimeMethod* CultureInfo_CheckNeutral_m3648960231_RuntimeMethod_var; extern String_t* _stringLiteral2475788819; extern String_t* _stringLiteral965545644; extern const uint32_t CultureInfo_CheckNeutral_m3648960231_MetadataUsageId; extern const uint32_t CultureInfo_get_NumberFormat_m1244033732_MetadataUsageId; extern const RuntimeMethod* CultureInfo_set_NumberFormat_m3501553660_RuntimeMethod_var; extern String_t* _stringLiteral3567685780; extern const uint32_t CultureInfo_set_NumberFormat_m3501553660_MetadataUsageId; extern const uint32_t CultureInfo_get_DateTimeFormat_m1982351742_MetadataUsageId; extern const RuntimeMethod* CultureInfo_set_DateTimeFormat_m1843682751_RuntimeMethod_var; extern String_t* _stringLiteral2284643539; extern const uint32_t CultureInfo_set_DateTimeFormat_m1843682751_MetadataUsageId; extern const RuntimeType* NumberFormatInfo_t435877138_0_0_0_var; extern const RuntimeType* DateTimeFormatInfo_t2405853701_0_0_0_var; extern const uint32_t CultureInfo_GetFormat_m732021304_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern String_t* _stringLiteral2537170609; extern String_t* _stringLiteral4103254550; extern String_t* _stringLiteral2119368333; extern String_t* _stringLiteral2119171725; extern const uint32_t CultureInfo_ConstructInternalLocaleFromName_m4012802696_MetadataUsageId; extern const uint32_t CultureInfo_ConstructInternalLocaleFromCurrentLocale_m3684789125_MetadataUsageId; extern String_t* _stringLiteral1056576614; extern String_t* _stringLiteral1487606949; extern String_t* _stringLiteral3455367111; extern String_t* _stringLiteral233393903; extern const uint32_t CultureInfo_ConstructInvariant_m3774343375_MetadataUsageId; extern RuntimeClass* TextInfo_t3810425522_il2cpp_TypeInfo_var; extern const uint32_t CultureInfo_CreateTextInfo_m1222487997_MetadataUsageId; extern const uint32_t CultureInfo_insert_into_shared_tables_m4239017467_MetadataUsageId; extern const uint32_t CultureInfo_GetCultureInfo_m630276874_MetadataUsageId; extern const RuntimeMethod* CultureInfo_GetCultureInfo_m56098747_RuntimeMethod_var; extern const uint32_t CultureInfo_GetCultureInfo_m56098747_MetadataUsageId; extern const uint32_t CultureInfo_CreateCulture_m1493441763_MetadataUsageId; extern RuntimeClass* GregorianCalendar_t2054525052_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3457005535; extern String_t* _stringLiteral3457005552; extern String_t* _stringLiteral3452614550; extern String_t* _stringLiteral2544560494; extern String_t* _stringLiteral2077212489; extern String_t* _stringLiteral3027523993; extern String_t* _stringLiteral2357574120; extern String_t* _stringLiteral3371030740; extern String_t* _stringLiteral2238997932; extern String_t* _stringLiteral2624816618; extern String_t* _stringLiteral2636455750; extern String_t* _stringLiteral2337686944; extern String_t* _stringLiteral3056521036; extern const uint32_t DateTimeFormatInfo__ctor_m3106345035_MetadataUsageId; extern String_t* _stringLiteral1919287915; extern String_t* _stringLiteral2566704686; extern String_t* _stringLiteral4073296193; extern String_t* _stringLiteral4072640823; extern String_t* _stringLiteral1700643197; extern String_t* _stringLiteral3265678559; extern String_t* _stringLiteral987985869; extern String_t* _stringLiteral3313977895; extern String_t* _stringLiteral2553479987; extern String_t* _stringLiteral3964882776; extern String_t* _stringLiteral3936964238; extern String_t* _stringLiteral2692199186; extern String_t* _stringLiteral2015320538; extern String_t* _stringLiteral228118695; extern String_t* _stringLiteral3216180700; extern String_t* _stringLiteral745330816; extern String_t* _stringLiteral4072509754; extern String_t* _stringLiteral2102879130; extern String_t* _stringLiteral1390680563; extern String_t* _stringLiteral1391794671; extern String_t* _stringLiteral2600534144; extern String_t* _stringLiteral4073296186; extern String_t* _stringLiteral2910496772; extern String_t* _stringLiteral2863442598; extern String_t* _stringLiteral227619015; extern String_t* _stringLiteral2553348903; extern String_t* _stringLiteral3716410462; extern String_t* _stringLiteral536795191; extern String_t* _stringLiteral2238463328; extern String_t* _stringLiteral87370415; extern String_t* _stringLiteral3593197393; extern String_t* _stringLiteral1246680825; extern String_t* _stringLiteral2792395066; extern String_t* _stringLiteral2687346692; extern String_t* _stringLiteral3475924911; extern String_t* _stringLiteral1008917561; extern String_t* _stringLiteral749678499; extern String_t* _stringLiteral3814459100; extern String_t* _stringLiteral3346240207; extern String_t* _stringLiteral3455432685; extern String_t* _stringLiteral3454777315; extern String_t* _stringLiteral3455432684; extern String_t* _stringLiteral3454384105; extern String_t* _stringLiteral3455236076; extern String_t* _stringLiteral3455629274; extern String_t* _stringLiteral3454646253; extern const uint32_t DateTimeFormatInfo__cctor_m4189929746_MetadataUsageId; extern RuntimeClass* IFormatProvider_t2518567562_il2cpp_TypeInfo_var; extern const uint32_t DateTimeFormatInfo_GetInstance_m684998497_MetadataUsageId; extern const uint32_t DateTimeFormatInfo_ReadOnly_m890935083_MetadataUsageId; extern const uint32_t DateTimeFormatInfo_Clone_m335051388_MetadataUsageId; extern const RuntimeMethod* DateTimeFormatInfo_GetAbbreviatedMonthName_m364480624_RuntimeMethod_var; extern const uint32_t DateTimeFormatInfo_GetAbbreviatedMonthName_m364480624_MetadataUsageId; extern const RuntimeMethod* DateTimeFormatInfo_GetEraName_m3151483707_RuntimeMethod_var; extern String_t* _stringLiteral3670208224; extern const uint32_t DateTimeFormatInfo_GetEraName_m3151483707_MetadataUsageId; extern const RuntimeMethod* DateTimeFormatInfo_GetMonthName_m2034512315_RuntimeMethod_var; extern const uint32_t DateTimeFormatInfo_GetMonthName_m2034512315_MetadataUsageId; extern const uint32_t DateTimeFormatInfo_get_FullDateTimePattern_m2611794812_MetadataUsageId; extern const uint32_t DateTimeFormatInfo_get_CurrentInfo_m2315174029_MetadataUsageId; extern const uint32_t DateTimeFormatInfo_get_InvariantInfo_m2329875772_MetadataUsageId; extern const RuntimeMethod* DateTimeFormatInfo_set_Calendar_m4130265499_RuntimeMethod_var; extern const uint32_t DateTimeFormatInfo_set_Calendar_m4130265499_MetadataUsageId; extern String_t* _stringLiteral1867834306; extern const uint32_t DateTimeFormatInfo_get_RoundtripPattern_m796050488_MetadataUsageId; extern const uint32_t DateTimeFormatInfo_FillAllDateTimePatterns_m2683124783_MetadataUsageId; extern const RuntimeMethod* DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242_RuntimeMethod_var; extern String_t* _stringLiteral3935794509; extern const uint32_t DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242_MetadataUsageId; extern const RuntimeMethod* DateTimeFormatInfo_GetDayName_m2279787668_RuntimeMethod_var; extern const uint32_t DateTimeFormatInfo_GetDayName_m2279787668_MetadataUsageId; extern const RuntimeMethod* DateTimeFormatInfo_GetAbbreviatedDayName_m1307320526_RuntimeMethod_var; extern const uint32_t DateTimeFormatInfo_GetAbbreviatedDayName_m1307320526_MetadataUsageId; extern String_t* _stringLiteral3089794507; extern String_t* _stringLiteral1589386401; extern String_t* _stringLiteral3702875209; extern const uint32_t DateTimeFormatInfo_FillInvariantPatterns_m3827540258_MetadataUsageId; extern const uint32_t DateTimeFormatInfo_PopulateCombinedList_m3446790622_MetadataUsageId; extern String_t* _stringLiteral3456546783; extern String_t* _stringLiteral396933493; extern const uint32_t GregorianCalendar__ctor_m979779718_MetadataUsageId; extern const uint32_t GregorianCalendar_get_Eras_m3930946427_MetadataUsageId; extern String_t* _stringLiteral3452614525; extern String_t* _stringLiteral3452614524; extern String_t* _stringLiteral2647588310; extern String_t* _stringLiteral2385296252; extern String_t* _stringLiteral3452614531; extern String_t* _stringLiteral3452614523; extern String_t* _stringLiteral3452606352; extern String_t* _stringLiteral670053913; extern String_t* _stringLiteral3452614533; extern const uint32_t NumberFormatInfo__ctor_m2249665202_MetadataUsageId; extern String_t* _stringLiteral3452614542; extern String_t* _stringLiteral3452614541; extern String_t* _stringLiteral3452614540; extern String_t* _stringLiteral3452614539; extern String_t* _stringLiteral3452614538; extern String_t* _stringLiteral3452614537; extern String_t* _stringLiteral3452614552; extern String_t* _stringLiteral3452614551; extern const uint32_t NumberFormatInfo__cctor_m2457328820_MetadataUsageId; extern const uint32_t NumberFormatInfo_get_CurrentInfo_m2605582008_MetadataUsageId; extern const uint32_t NumberFormatInfo_get_InvariantInfo_m349577018_MetadataUsageId; extern const RuntimeMethod* NumberFormatInfo_set_NumberNegativePattern_m1999304795_RuntimeMethod_var; extern String_t* _stringLiteral3478281254; extern String_t* _stringLiteral268496071; extern const uint32_t NumberFormatInfo_set_NumberNegativePattern_m1999304795_MetadataUsageId; extern const uint32_t NumberFormatInfo_GetFormat_m1699707893_MetadataUsageId; extern const uint32_t NumberFormatInfo_Clone_m3276284539_MetadataUsageId; extern const uint32_t NumberFormatInfo_GetInstance_m2833078205_MetadataUsageId; extern const RuntimeMethod* RegionInfo__ctor_m1212234622_RuntimeMethod_var; extern String_t* _stringLiteral1113403996; extern const uint32_t RegionInfo__ctor_m1212234622_MetadataUsageId; extern const RuntimeMethod* RegionInfo__ctor_m1348635004_RuntimeMethod_var; extern String_t* _stringLiteral456703901; extern const uint32_t RegionInfo__ctor_m1348635004_MetadataUsageId; extern RuntimeClass* RegionInfo_t1090270226_il2cpp_TypeInfo_var; extern const uint32_t RegionInfo_get_CurrentRegion_m3443163374_MetadataUsageId; extern const RuntimeMethod* RegionInfo_GetByTerritory_m2536737365_RuntimeMethod_var; extern String_t* _stringLiteral233245906; extern const uint32_t RegionInfo_GetByTerritory_m2536737365_MetadataUsageId; extern String_t* _stringLiteral3457660907; extern String_t* _stringLiteral3457136619; extern const uint32_t RegionInfo_get_IsMetric_m254276301_MetadataUsageId; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* RegionInfo_get_CurrencyNativeName_m2071178612_RuntimeMethod_var; extern const uint32_t RegionInfo_get_CurrencyNativeName_m2071178612_MetadataUsageId; extern const uint32_t RegionInfo_Equals_m2499055654_MetadataUsageId; extern const RuntimeMethod* SortKey_Compare_m1705990888_RuntimeMethod_var; extern String_t* _stringLiteral3849809211; extern String_t* _stringLiteral1128820027; extern const uint32_t SortKey_Compare_m1705990888_MetadataUsageId; extern const uint32_t SortKey_Equals_m3124075298_MetadataUsageId; extern RuntimeClass* CompareOptions_t4130014775_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2066806141; extern const uint32_t SortKey_ToString_m3992814724_MetadataUsageId; extern const uint32_t TextInfo_Equals_m3029092201_MetadataUsageId; extern String_t* _stringLiteral3250364786; extern const uint32_t TextInfo_ToString_m3431897261_MetadataUsageId; extern const uint32_t TextInfo_ToLower_m2744057472_MetadataUsageId; extern const uint32_t TextInfo_ToUpper_m4031511609_MetadataUsageId; extern const RuntimeMethod* TextInfo_ToLower_m2989196362_RuntimeMethod_var; extern String_t* _stringLiteral1391532509; extern const uint32_t TextInfo_ToLower_m2989196362_MetadataUsageId; extern const RuntimeMethod* TextInfo_ToUpper_m325888772_RuntimeMethod_var; extern const uint32_t TextInfo_ToUpper_m325888772_MetadataUsageId; extern const uint32_t TextInfo_Clone_m3838580862_MetadataUsageId; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern const uint32_t Guid__ctor_m3421080095_MetadataUsageId; extern RuntimeClass* GuidParser_t2761237274_il2cpp_TypeInfo_var; extern const uint32_t Guid__ctor_m2423264394_MetadataUsageId; extern const uint32_t Guid__ctor_m2373660607_MetadataUsageId; extern const uint32_t Guid__cctor_m1202095334_MetadataUsageId; extern const RuntimeMethod* Guid_CheckNull_m1870379983_RuntimeMethod_var; extern String_t* _stringLiteral407221896; extern const uint32_t Guid_CheckNull_m1870379983_MetadataUsageId; extern const RuntimeMethod* Guid_CheckLength_m1615712498_RuntimeMethod_var; extern String_t* _stringLiteral4274898124; extern const uint32_t Guid_CheckLength_m1615712498_MetadataUsageId; extern const uint32_t Guid_CheckArray_m921056615_MetadataUsageId; extern const RuntimeMethod* Guid_CompareTo_m243656946_RuntimeMethod_var; extern String_t* _stringLiteral67573282; extern const uint32_t Guid_CompareTo_m243656946_MetadataUsageId; extern const uint32_t Guid_Equals_m1866984197_MetadataUsageId; extern const uint32_t Guid_CompareTo_m2129361928_MetadataUsageId; extern const uint32_t Guid_NewGuid_m923091018_MetadataUsageId; extern RuntimeClass* RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var; extern const uint32_t Guid_FastNewGuidArray_m920913610_MetadataUsageId; extern const uint32_t Guid_AppendInt_m1995455822_MetadataUsageId; extern const uint32_t Guid_AppendShort_m791023083_MetadataUsageId; extern const uint32_t Guid_AppendByte_m4212783015_MetadataUsageId; extern const uint32_t Guid_BaseToString_m3600006650_MetadataUsageId; extern const RuntimeMethod* Guid_ToString_m4056316049_RuntimeMethod_var; extern String_t* _stringLiteral3452614590; extern String_t* _stringLiteral3452614608; extern String_t* _stringLiteral3452614594; extern String_t* _stringLiteral3452614588; extern String_t* _stringLiteral1044357311; extern const uint32_t Guid_ToString_m4056316049_MetadataUsageId; extern const RuntimeMethod* GuidParser_ThrowFormatException_m3223388534_RuntimeMethod_var; extern String_t* _stringLiteral1400121685; extern const uint32_t GuidParser_ThrowFormatException_m3223388534_MetadataUsageId; extern const uint32_t GuidParser_ParseHex_m1764305333_MetadataUsageId; extern const uint32_t GuidParser_ParseGuid1_m348754878_MetadataUsageId; extern const uint32_t GuidParser_ParseGuid2_m1914838819_MetadataUsageId; extern const uint32_t GuidParser_Parse_m3524913675_MetadataUsageId; extern String_t* _stringLiteral3834991760; extern const uint32_t IndexOutOfRangeException__ctor_m2441337274_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToBoolean_m1656400658_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToByte_m3161982419_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToChar_m1265932681_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToDateTime_m3080274979_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToDecimal_m660016172_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToDouble_m1661805412_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToInt16_m2224134411_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToInt32_m172369210_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToInt64_m4101803559_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToSByte_m4128424691_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToSingle_m3569332870_MetadataUsageId; extern const RuntimeMethod* Int16_System_IConvertible_ToType_m3672347013_RuntimeMethod_var; extern const uint32_t Int16_System_IConvertible_ToType_m3672347013_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToUInt16_m3040688695_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToUInt32_m3410279543_MetadataUsageId; extern const uint32_t Int16_System_IConvertible_ToUInt64_m134975563_MetadataUsageId; extern const RuntimeMethod* Int16_CompareTo_m2285977076_RuntimeMethod_var; extern String_t* _stringLiteral1158950395; extern const uint32_t Int16_CompareTo_m2285977076_MetadataUsageId; extern const uint32_t Int16_Equals_m82811458_MetadataUsageId; extern String_t* _stringLiteral724221676; extern const uint32_t Int16_Parse_m2276856944_MetadataUsageId; extern const RuntimeMethod* Int16_Parse_m3641256939_RuntimeMethod_var; extern String_t* _stringLiteral1489265497; extern const uint32_t Int16_Parse_m3641256939_MetadataUsageId; extern const uint32_t Int16_ToString_m1270547562_MetadataUsageId; extern const uint32_t Int16_ToString_m2013897809_MetadataUsageId; extern const uint32_t Int16_ToString_m1931491687_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToBoolean_m2787524506_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToByte_m3832391412_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToChar_m2005926864_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToDateTime_m1824716955_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToDecimal_m2190376994_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToDouble_m1464782260_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToInt16_m453278239_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToInt64_m3520470966_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToSByte_m3133688512_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToSingle_m896140682_MetadataUsageId; extern const RuntimeMethod* Int32_System_IConvertible_ToType_m3009233912_RuntimeMethod_var; extern const uint32_t Int32_System_IConvertible_ToType_m3009233912_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToUInt16_m943736619_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToUInt32_m3557270157_MetadataUsageId; extern const uint32_t Int32_System_IConvertible_ToUInt64_m2502338186_MetadataUsageId; extern const RuntimeMethod* Int32_CompareTo_m2864982090_RuntimeMethod_var; extern String_t* _stringLiteral3128449935; extern const uint32_t Int32_CompareTo_m2864982090_MetadataUsageId; extern const uint32_t Int32_Equals_m3996243976_MetadataUsageId; extern const uint32_t Int32_ProcessTrailingWhitespace_m220059206_MetadataUsageId; extern const uint32_t Int32_Parse_m2309670223_MetadataUsageId; extern String_t* _stringLiteral436542959; extern String_t* _stringLiteral1355392871; extern const uint32_t Int32_CheckStyle_m3421319992_MetadataUsageId; extern const uint32_t Int32_JumpOverWhite_m208298144_MetadataUsageId; extern const uint32_t Int32_FindCurrency_m3541026887_MetadataUsageId; extern const RuntimeMethod* Int32_FindExponent_m2938219441_RuntimeMethod_var; extern const uint32_t Int32_FindExponent_m2938219441_MetadataUsageId; extern const uint32_t Int32_FindOther_m3593812441_MetadataUsageId; extern const uint32_t Int32_ValidDigit_m1059003769_MetadataUsageId; extern String_t* _stringLiteral2893302780; extern const uint32_t Int32_GetFormatException_m519586683_MetadataUsageId; extern const RuntimeMethod* Int32_Parse_m3020773399_RuntimeMethod_var; extern const uint32_t Int32_Parse_m3020773399_MetadataUsageId; extern const RuntimeMethod* Int32_Parse_m1033611559_RuntimeMethod_var; extern const uint32_t Int32_Parse_m1033611559_MetadataUsageId; extern const RuntimeMethod* Int32_Parse_m3682462547_RuntimeMethod_var; extern const uint32_t Int32_Parse_m3682462547_MetadataUsageId; extern const uint32_t Int32_ToString_m141394615_MetadataUsageId; extern const uint32_t Int32_ToString_m1760361794_MetadataUsageId; extern const uint32_t Int32_ToString_m2507389746_MetadataUsageId; struct ObjectU5BU5D_t2843939325; struct Int32U5BU5D_t385246372; struct CharU5BU5D_t3528271667; struct ParameterInfoU5BU5D_t390618515; struct TypeU5BU5D_t3940880105; struct ParameterModifierU5BU5D_t2943407543; struct DelegateU5BU5D_t1703627840; struct StackFrameU5BU5D_t1997726418; struct ByteU5BU5D_t4116647657; struct UInt16U5BU5D_t3326319531; struct UInt32U5BU5D_t2770800703; struct UInt64U5BU5D_t1659327989; struct Int16U5BU5D_t3686840178; struct SByteU5BU5D_t2651576203; struct Int64U5BU5D_t2559172825; struct StringU5BU5D_t1281789340; struct IntPtrU5BU5D_t4013366056; struct CultureInfoU5BU5D_t377611285; struct CalendarU5BU5D_t3985046076; #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 STACKFRAME_T3217253059_H #define STACKFRAME_T3217253059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.StackFrame struct StackFrame_t3217253059 : public RuntimeObject { public: // System.Int32 System.Diagnostics.StackFrame::ilOffset int32_t ___ilOffset_1; // System.Int32 System.Diagnostics.StackFrame::nativeOffset int32_t ___nativeOffset_2; // System.Reflection.MethodBase System.Diagnostics.StackFrame::methodBase MethodBase_t * ___methodBase_3; // System.String System.Diagnostics.StackFrame::fileName String_t* ___fileName_4; // System.Int32 System.Diagnostics.StackFrame::lineNumber int32_t ___lineNumber_5; // System.Int32 System.Diagnostics.StackFrame::columnNumber int32_t ___columnNumber_6; // System.String System.Diagnostics.StackFrame::internalMethodName String_t* ___internalMethodName_7; public: inline static int32_t get_offset_of_ilOffset_1() { return static_cast(offsetof(StackFrame_t3217253059, ___ilOffset_1)); } inline int32_t get_ilOffset_1() const { return ___ilOffset_1; } inline int32_t* get_address_of_ilOffset_1() { return &___ilOffset_1; } inline void set_ilOffset_1(int32_t value) { ___ilOffset_1 = value; } inline static int32_t get_offset_of_nativeOffset_2() { return static_cast(offsetof(StackFrame_t3217253059, ___nativeOffset_2)); } inline int32_t get_nativeOffset_2() const { return ___nativeOffset_2; } inline int32_t* get_address_of_nativeOffset_2() { return &___nativeOffset_2; } inline void set_nativeOffset_2(int32_t value) { ___nativeOffset_2 = value; } inline static int32_t get_offset_of_methodBase_3() { return static_cast(offsetof(StackFrame_t3217253059, ___methodBase_3)); } inline MethodBase_t * get_methodBase_3() const { return ___methodBase_3; } inline MethodBase_t ** get_address_of_methodBase_3() { return &___methodBase_3; } inline void set_methodBase_3(MethodBase_t * value) { ___methodBase_3 = value; Il2CppCodeGenWriteBarrier((&___methodBase_3), value); } inline static int32_t get_offset_of_fileName_4() { return static_cast(offsetof(StackFrame_t3217253059, ___fileName_4)); } inline String_t* get_fileName_4() const { return ___fileName_4; } inline String_t** get_address_of_fileName_4() { return &___fileName_4; } inline void set_fileName_4(String_t* value) { ___fileName_4 = value; Il2CppCodeGenWriteBarrier((&___fileName_4), value); } inline static int32_t get_offset_of_lineNumber_5() { return static_cast(offsetof(StackFrame_t3217253059, ___lineNumber_5)); } inline int32_t get_lineNumber_5() const { return ___lineNumber_5; } inline int32_t* get_address_of_lineNumber_5() { return &___lineNumber_5; } inline void set_lineNumber_5(int32_t value) { ___lineNumber_5 = value; } inline static int32_t get_offset_of_columnNumber_6() { return static_cast(offsetof(StackFrame_t3217253059, ___columnNumber_6)); } inline int32_t get_columnNumber_6() const { return ___columnNumber_6; } inline int32_t* get_address_of_columnNumber_6() { return &___columnNumber_6; } inline void set_columnNumber_6(int32_t value) { ___columnNumber_6 = value; } inline static int32_t get_offset_of_internalMethodName_7() { return static_cast(offsetof(StackFrame_t3217253059, ___internalMethodName_7)); } inline String_t* get_internalMethodName_7() const { return ___internalMethodName_7; } inline String_t** get_address_of_internalMethodName_7() { return &___internalMethodName_7; } inline void set_internalMethodName_7(String_t* value) { ___internalMethodName_7 = value; Il2CppCodeGenWriteBarrier((&___internalMethodName_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACKFRAME_T3217253059_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 STACKTRACE_T1598645457_H #define STACKTRACE_T1598645457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.StackTrace struct StackTrace_t1598645457 : public RuntimeObject { public: // System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::frames StackFrameU5BU5D_t1997726418* ___frames_1; // System.Boolean System.Diagnostics.StackTrace::debug_info bool ___debug_info_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(StackTrace_t1598645457, ___frames_1)); } inline StackFrameU5BU5D_t1997726418* get_frames_1() const { return ___frames_1; } inline StackFrameU5BU5D_t1997726418** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(StackFrameU5BU5D_t1997726418* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((&___frames_1), value); } inline static int32_t get_offset_of_debug_info_2() { return static_cast(offsetof(StackTrace_t1598645457, ___debug_info_2)); } inline bool get_debug_info_2() const { return ___debug_info_2; } inline bool* get_address_of_debug_info_2() { return &___debug_info_2; } inline void set_debug_info_2(bool value) { ___debug_info_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACKTRACE_T1598645457_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 INTCOMPARER_T3812095803_H #define INTCOMPARER_T3812095803_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoEnumInfo/IntComparer struct IntComparer_t3812095803 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTCOMPARER_T3812095803_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 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 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 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 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 DELEGATEDATA_T1677132599_H #define DELEGATEDATA_T1677132599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DelegateData struct DelegateData_t1677132599 : public RuntimeObject { public: // System.Type System.DelegateData::target_type Type_t * ___target_type_0; // System.String System.DelegateData::method_name String_t* ___method_name_1; public: inline static int32_t get_offset_of_target_type_0() { return static_cast(offsetof(DelegateData_t1677132599, ___target_type_0)); } inline Type_t * get_target_type_0() const { return ___target_type_0; } inline Type_t ** get_address_of_target_type_0() { return &___target_type_0; } inline void set_target_type_0(Type_t * value) { ___target_type_0 = value; Il2CppCodeGenWriteBarrier((&___target_type_0), value); } inline static int32_t get_offset_of_method_name_1() { return static_cast(offsetof(DelegateData_t1677132599, ___method_name_1)); } inline String_t* get_method_name_1() const { return ___method_name_1; } inline String_t** get_address_of_method_name_1() { return &___method_name_1; } inline void set_method_name_1(String_t* value) { ___method_name_1 = value; Il2CppCodeGenWriteBarrier((&___method_name_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATEDATA_T1677132599_H #ifndef DELEGATESERIALIZATIONHOLDER_T3408600559_H #define DELEGATESERIALIZATIONHOLDER_T3408600559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DelegateSerializationHolder struct DelegateSerializationHolder_t3408600559 : public RuntimeObject { public: // System.Delegate System.DelegateSerializationHolder::_delegate Delegate_t1188392813 * ____delegate_0; public: inline static int32_t get_offset_of__delegate_0() { return static_cast(offsetof(DelegateSerializationHolder_t3408600559, ____delegate_0)); } inline Delegate_t1188392813 * get__delegate_0() const { return ____delegate_0; } inline Delegate_t1188392813 ** get_address_of__delegate_0() { return &____delegate_0; } inline void set__delegate_0(Delegate_t1188392813 * value) { ____delegate_0 = value; Il2CppCodeGenWriteBarrier((&____delegate_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATESERIALIZATIONHOLDER_T3408600559_H #ifndef DELEGATEENTRY_T1019584161_H #define DELEGATEENTRY_T1019584161_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DelegateSerializationHolder/DelegateEntry struct DelegateEntry_t1019584161 : public RuntimeObject { public: // System.String System.DelegateSerializationHolder/DelegateEntry::type String_t* ___type_0; // System.String System.DelegateSerializationHolder/DelegateEntry::assembly String_t* ___assembly_1; // System.Object System.DelegateSerializationHolder/DelegateEntry::target RuntimeObject * ___target_2; // System.String System.DelegateSerializationHolder/DelegateEntry::targetTypeAssembly String_t* ___targetTypeAssembly_3; // System.String System.DelegateSerializationHolder/DelegateEntry::targetTypeName String_t* ___targetTypeName_4; // System.String System.DelegateSerializationHolder/DelegateEntry::methodName String_t* ___methodName_5; // System.DelegateSerializationHolder/DelegateEntry System.DelegateSerializationHolder/DelegateEntry::delegateEntry DelegateEntry_t1019584161 * ___delegateEntry_6; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(DelegateEntry_t1019584161, ___type_0)); } inline String_t* get_type_0() const { return ___type_0; } inline String_t** get_address_of_type_0() { return &___type_0; } inline void set_type_0(String_t* value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_assembly_1() { return static_cast(offsetof(DelegateEntry_t1019584161, ___assembly_1)); } inline String_t* get_assembly_1() const { return ___assembly_1; } inline String_t** get_address_of_assembly_1() { return &___assembly_1; } inline void set_assembly_1(String_t* value) { ___assembly_1 = value; Il2CppCodeGenWriteBarrier((&___assembly_1), value); } inline static int32_t get_offset_of_target_2() { return static_cast(offsetof(DelegateEntry_t1019584161, ___target_2)); } inline RuntimeObject * get_target_2() const { return ___target_2; } inline RuntimeObject ** get_address_of_target_2() { return &___target_2; } inline void set_target_2(RuntimeObject * value) { ___target_2 = value; Il2CppCodeGenWriteBarrier((&___target_2), value); } inline static int32_t get_offset_of_targetTypeAssembly_3() { return static_cast(offsetof(DelegateEntry_t1019584161, ___targetTypeAssembly_3)); } inline String_t* get_targetTypeAssembly_3() const { return ___targetTypeAssembly_3; } inline String_t** get_address_of_targetTypeAssembly_3() { return &___targetTypeAssembly_3; } inline void set_targetTypeAssembly_3(String_t* value) { ___targetTypeAssembly_3 = value; Il2CppCodeGenWriteBarrier((&___targetTypeAssembly_3), value); } inline static int32_t get_offset_of_targetTypeName_4() { return static_cast(offsetof(DelegateEntry_t1019584161, ___targetTypeName_4)); } inline String_t* get_targetTypeName_4() const { return ___targetTypeName_4; } inline String_t** get_address_of_targetTypeName_4() { return &___targetTypeName_4; } inline void set_targetTypeName_4(String_t* value) { ___targetTypeName_4 = value; Il2CppCodeGenWriteBarrier((&___targetTypeName_4), value); } inline static int32_t get_offset_of_methodName_5() { return static_cast(offsetof(DelegateEntry_t1019584161, ___methodName_5)); } inline String_t* get_methodName_5() const { return ___methodName_5; } inline String_t** get_address_of_methodName_5() { return &___methodName_5; } inline void set_methodName_5(String_t* value) { ___methodName_5 = value; Il2CppCodeGenWriteBarrier((&___methodName_5), value); } inline static int32_t get_offset_of_delegateEntry_6() { return static_cast(offsetof(DelegateEntry_t1019584161, ___delegateEntry_6)); } inline DelegateEntry_t1019584161 * get_delegateEntry_6() const { return ___delegateEntry_6; } inline DelegateEntry_t1019584161 ** get_address_of_delegateEntry_6() { return &___delegateEntry_6; } inline void set_delegateEntry_6(DelegateEntry_t1019584161 * value) { ___delegateEntry_6 = value; Il2CppCodeGenWriteBarrier((&___delegateEntry_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATEENTRY_T1019584161_H #ifndef SHORTCOMPARER_T2253094562_H #define SHORTCOMPARER_T2253094562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoEnumInfo/ShortComparer struct ShortComparer_t2253094562 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHORTCOMPARER_T2253094562_H #ifndef CCMATH_T1752835476_H #define CCMATH_T1752835476_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CCMath struct CCMath_t1752835476 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCMATH_T1752835476_H #ifndef COMPAREINFO_T1092934962_H #define COMPAREINFO_T1092934962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareInfo struct CompareInfo_t1092934962 : public RuntimeObject { public: // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_1; // System.String System.Globalization.CompareInfo::icu_name String_t* ___icu_name_2; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_3; // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_4; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_t2877834729 * ___collator_5; public: inline static int32_t get_offset_of_culture_1() { return static_cast(offsetof(CompareInfo_t1092934962, ___culture_1)); } inline int32_t get_culture_1() const { return ___culture_1; } inline int32_t* get_address_of_culture_1() { return &___culture_1; } inline void set_culture_1(int32_t value) { ___culture_1 = value; } inline static int32_t get_offset_of_icu_name_2() { return static_cast(offsetof(CompareInfo_t1092934962, ___icu_name_2)); } inline String_t* get_icu_name_2() const { return ___icu_name_2; } inline String_t** get_address_of_icu_name_2() { return &___icu_name_2; } inline void set_icu_name_2(String_t* value) { ___icu_name_2 = value; Il2CppCodeGenWriteBarrier((&___icu_name_2), value); } inline static int32_t get_offset_of_win32LCID_3() { return static_cast(offsetof(CompareInfo_t1092934962, ___win32LCID_3)); } inline int32_t get_win32LCID_3() const { return ___win32LCID_3; } inline int32_t* get_address_of_win32LCID_3() { return &___win32LCID_3; } inline void set_win32LCID_3(int32_t value) { ___win32LCID_3 = value; } inline static int32_t get_offset_of_m_name_4() { return static_cast(offsetof(CompareInfo_t1092934962, ___m_name_4)); } inline String_t* get_m_name_4() const { return ___m_name_4; } inline String_t** get_address_of_m_name_4() { return &___m_name_4; } inline void set_m_name_4(String_t* value) { ___m_name_4 = value; Il2CppCodeGenWriteBarrier((&___m_name_4), value); } inline static int32_t get_offset_of_collator_5() { return static_cast(offsetof(CompareInfo_t1092934962, ___collator_5)); } inline SimpleCollator_t2877834729 * get_collator_5() const { return ___collator_5; } inline SimpleCollator_t2877834729 ** get_address_of_collator_5() { return &___collator_5; } inline void set_collator_5(SimpleCollator_t2877834729 * value) { ___collator_5 = value; Il2CppCodeGenWriteBarrier((&___collator_5), value); } }; struct CompareInfo_t1092934962_StaticFields { public: // System.Boolean System.Globalization.CompareInfo::useManagedCollation bool ___useManagedCollation_0; // System.Collections.Hashtable System.Globalization.CompareInfo::collators Hashtable_t1853889766 * ___collators_6; // System.Object System.Globalization.CompareInfo::monitor RuntimeObject * ___monitor_7; public: inline static int32_t get_offset_of_useManagedCollation_0() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___useManagedCollation_0)); } inline bool get_useManagedCollation_0() const { return ___useManagedCollation_0; } inline bool* get_address_of_useManagedCollation_0() { return &___useManagedCollation_0; } inline void set_useManagedCollation_0(bool value) { ___useManagedCollation_0 = value; } inline static int32_t get_offset_of_collators_6() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___collators_6)); } inline Hashtable_t1853889766 * get_collators_6() const { return ___collators_6; } inline Hashtable_t1853889766 ** get_address_of_collators_6() { return &___collators_6; } inline void set_collators_6(Hashtable_t1853889766 * value) { ___collators_6 = value; Il2CppCodeGenWriteBarrier((&___collators_6), value); } inline static int32_t get_offset_of_monitor_7() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___monitor_7)); } inline RuntimeObject * get_monitor_7() const { return ___monitor_7; } inline RuntimeObject ** get_address_of_monitor_7() { return &___monitor_7; } inline void set_monitor_7(RuntimeObject * value) { ___monitor_7 = value; Il2CppCodeGenWriteBarrier((&___monitor_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPAREINFO_T1092934962_H #ifndef SIMPLECOLLATOR_T2877834729_H #define SIMPLECOLLATOR_T2877834729_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t2877834729 : public RuntimeObject { public: // System.Globalization.TextInfo Mono.Globalization.Unicode.SimpleCollator::textInfo TextInfo_t3810425522 * ___textInfo_2; // System.Boolean Mono.Globalization.Unicode.SimpleCollator::frenchSort bool ___frenchSort_3; // System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkCatTable uint8_t* ___cjkCatTable_4; // System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv1Table uint8_t* ___cjkLv1Table_5; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkIndexer CodePointIndexer_t4134431086 * ___cjkIndexer_6; // System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv2Table uint8_t* ___cjkLv2Table_7; // Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkLv2Indexer CodePointIndexer_t4134431086 * ___cjkLv2Indexer_8; // System.Int32 Mono.Globalization.Unicode.SimpleCollator::lcid int32_t ___lcid_9; // Mono.Globalization.Unicode.Contraction[] Mono.Globalization.Unicode.SimpleCollator::contractions ContractionU5BU5D_t838556799* ___contractions_10; // Mono.Globalization.Unicode.Level2Map[] Mono.Globalization.Unicode.SimpleCollator::level2Maps Level2MapU5BU5D_t3973367379* ___level2Maps_11; // System.Byte[] Mono.Globalization.Unicode.SimpleCollator::unsafeFlags ByteU5BU5D_t4116647657* ___unsafeFlags_12; public: inline static int32_t get_offset_of_textInfo_2() { return static_cast(offsetof(SimpleCollator_t2877834729, ___textInfo_2)); } inline TextInfo_t3810425522 * get_textInfo_2() const { return ___textInfo_2; } inline TextInfo_t3810425522 ** get_address_of_textInfo_2() { return &___textInfo_2; } inline void set_textInfo_2(TextInfo_t3810425522 * value) { ___textInfo_2 = value; Il2CppCodeGenWriteBarrier((&___textInfo_2), value); } inline static int32_t get_offset_of_frenchSort_3() { return static_cast(offsetof(SimpleCollator_t2877834729, ___frenchSort_3)); } inline bool get_frenchSort_3() const { return ___frenchSort_3; } inline bool* get_address_of_frenchSort_3() { return &___frenchSort_3; } inline void set_frenchSort_3(bool value) { ___frenchSort_3 = value; } inline static int32_t get_offset_of_cjkCatTable_4() { return static_cast(offsetof(SimpleCollator_t2877834729, ___cjkCatTable_4)); } inline uint8_t* get_cjkCatTable_4() const { return ___cjkCatTable_4; } inline uint8_t** get_address_of_cjkCatTable_4() { return &___cjkCatTable_4; } inline void set_cjkCatTable_4(uint8_t* value) { ___cjkCatTable_4 = value; } inline static int32_t get_offset_of_cjkLv1Table_5() { return static_cast(offsetof(SimpleCollator_t2877834729, ___cjkLv1Table_5)); } inline uint8_t* get_cjkLv1Table_5() const { return ___cjkLv1Table_5; } inline uint8_t** get_address_of_cjkLv1Table_5() { return &___cjkLv1Table_5; } inline void set_cjkLv1Table_5(uint8_t* value) { ___cjkLv1Table_5 = value; } inline static int32_t get_offset_of_cjkIndexer_6() { return static_cast(offsetof(SimpleCollator_t2877834729, ___cjkIndexer_6)); } inline CodePointIndexer_t4134431086 * get_cjkIndexer_6() const { return ___cjkIndexer_6; } inline CodePointIndexer_t4134431086 ** get_address_of_cjkIndexer_6() { return &___cjkIndexer_6; } inline void set_cjkIndexer_6(CodePointIndexer_t4134431086 * value) { ___cjkIndexer_6 = value; Il2CppCodeGenWriteBarrier((&___cjkIndexer_6), value); } inline static int32_t get_offset_of_cjkLv2Table_7() { return static_cast(offsetof(SimpleCollator_t2877834729, ___cjkLv2Table_7)); } inline uint8_t* get_cjkLv2Table_7() const { return ___cjkLv2Table_7; } inline uint8_t** get_address_of_cjkLv2Table_7() { return &___cjkLv2Table_7; } inline void set_cjkLv2Table_7(uint8_t* value) { ___cjkLv2Table_7 = value; } inline static int32_t get_offset_of_cjkLv2Indexer_8() { return static_cast(offsetof(SimpleCollator_t2877834729, ___cjkLv2Indexer_8)); } inline CodePointIndexer_t4134431086 * get_cjkLv2Indexer_8() const { return ___cjkLv2Indexer_8; } inline CodePointIndexer_t4134431086 ** get_address_of_cjkLv2Indexer_8() { return &___cjkLv2Indexer_8; } inline void set_cjkLv2Indexer_8(CodePointIndexer_t4134431086 * value) { ___cjkLv2Indexer_8 = value; Il2CppCodeGenWriteBarrier((&___cjkLv2Indexer_8), value); } inline static int32_t get_offset_of_lcid_9() { return static_cast(offsetof(SimpleCollator_t2877834729, ___lcid_9)); } inline int32_t get_lcid_9() const { return ___lcid_9; } inline int32_t* get_address_of_lcid_9() { return &___lcid_9; } inline void set_lcid_9(int32_t value) { ___lcid_9 = value; } inline static int32_t get_offset_of_contractions_10() { return static_cast(offsetof(SimpleCollator_t2877834729, ___contractions_10)); } inline ContractionU5BU5D_t838556799* get_contractions_10() const { return ___contractions_10; } inline ContractionU5BU5D_t838556799** get_address_of_contractions_10() { return &___contractions_10; } inline void set_contractions_10(ContractionU5BU5D_t838556799* value) { ___contractions_10 = value; Il2CppCodeGenWriteBarrier((&___contractions_10), value); } inline static int32_t get_offset_of_level2Maps_11() { return static_cast(offsetof(SimpleCollator_t2877834729, ___level2Maps_11)); } inline Level2MapU5BU5D_t3973367379* get_level2Maps_11() const { return ___level2Maps_11; } inline Level2MapU5BU5D_t3973367379** get_address_of_level2Maps_11() { return &___level2Maps_11; } inline void set_level2Maps_11(Level2MapU5BU5D_t3973367379* value) { ___level2Maps_11 = value; Il2CppCodeGenWriteBarrier((&___level2Maps_11), value); } inline static int32_t get_offset_of_unsafeFlags_12() { return static_cast(offsetof(SimpleCollator_t2877834729, ___unsafeFlags_12)); } inline ByteU5BU5D_t4116647657* get_unsafeFlags_12() const { return ___unsafeFlags_12; } inline ByteU5BU5D_t4116647657** get_address_of_unsafeFlags_12() { return &___unsafeFlags_12; } inline void set_unsafeFlags_12(ByteU5BU5D_t4116647657* value) { ___unsafeFlags_12 = value; Il2CppCodeGenWriteBarrier((&___unsafeFlags_12), value); } }; struct SimpleCollator_t2877834729_StaticFields { public: // System.Boolean Mono.Globalization.Unicode.SimpleCollator::QuickCheckDisabled bool ___QuickCheckDisabled_0; // Mono.Globalization.Unicode.SimpleCollator Mono.Globalization.Unicode.SimpleCollator::invariant SimpleCollator_t2877834729 * ___invariant_1; public: inline static int32_t get_offset_of_QuickCheckDisabled_0() { return static_cast(offsetof(SimpleCollator_t2877834729_StaticFields, ___QuickCheckDisabled_0)); } inline bool get_QuickCheckDisabled_0() const { return ___QuickCheckDisabled_0; } inline bool* get_address_of_QuickCheckDisabled_0() { return &___QuickCheckDisabled_0; } inline void set_QuickCheckDisabled_0(bool value) { ___QuickCheckDisabled_0 = value; } inline static int32_t get_offset_of_invariant_1() { return static_cast(offsetof(SimpleCollator_t2877834729_StaticFields, ___invariant_1)); } inline SimpleCollator_t2877834729 * get_invariant_1() const { return ___invariant_1; } inline SimpleCollator_t2877834729 ** get_address_of_invariant_1() { return &___invariant_1; } inline void set_invariant_1(SimpleCollator_t2877834729 * value) { ___invariant_1 = value; Il2CppCodeGenWriteBarrier((&___invariant_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLECOLLATOR_T2877834729_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef REGIONINFO_T1090270226_H #define REGIONINFO_T1090270226_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.RegionInfo struct RegionInfo_t1090270226 : public RuntimeObject { public: // System.Int32 System.Globalization.RegionInfo::lcid int32_t ___lcid_1; // System.Int32 System.Globalization.RegionInfo::regionId int32_t ___regionId_2; // System.String System.Globalization.RegionInfo::iso2Name String_t* ___iso2Name_3; // System.String System.Globalization.RegionInfo::iso3Name String_t* ___iso3Name_4; // System.String System.Globalization.RegionInfo::win3Name String_t* ___win3Name_5; // System.String System.Globalization.RegionInfo::englishName String_t* ___englishName_6; // System.String System.Globalization.RegionInfo::currencySymbol String_t* ___currencySymbol_7; // System.String System.Globalization.RegionInfo::isoCurrencySymbol String_t* ___isoCurrencySymbol_8; // System.String System.Globalization.RegionInfo::currencyEnglishName String_t* ___currencyEnglishName_9; public: inline static int32_t get_offset_of_lcid_1() { return static_cast(offsetof(RegionInfo_t1090270226, ___lcid_1)); } inline int32_t get_lcid_1() const { return ___lcid_1; } inline int32_t* get_address_of_lcid_1() { return &___lcid_1; } inline void set_lcid_1(int32_t value) { ___lcid_1 = value; } inline static int32_t get_offset_of_regionId_2() { return static_cast(offsetof(RegionInfo_t1090270226, ___regionId_2)); } inline int32_t get_regionId_2() const { return ___regionId_2; } inline int32_t* get_address_of_regionId_2() { return &___regionId_2; } inline void set_regionId_2(int32_t value) { ___regionId_2 = value; } inline static int32_t get_offset_of_iso2Name_3() { return static_cast(offsetof(RegionInfo_t1090270226, ___iso2Name_3)); } inline String_t* get_iso2Name_3() const { return ___iso2Name_3; } inline String_t** get_address_of_iso2Name_3() { return &___iso2Name_3; } inline void set_iso2Name_3(String_t* value) { ___iso2Name_3 = value; Il2CppCodeGenWriteBarrier((&___iso2Name_3), value); } inline static int32_t get_offset_of_iso3Name_4() { return static_cast(offsetof(RegionInfo_t1090270226, ___iso3Name_4)); } inline String_t* get_iso3Name_4() const { return ___iso3Name_4; } inline String_t** get_address_of_iso3Name_4() { return &___iso3Name_4; } inline void set_iso3Name_4(String_t* value) { ___iso3Name_4 = value; Il2CppCodeGenWriteBarrier((&___iso3Name_4), value); } inline static int32_t get_offset_of_win3Name_5() { return static_cast(offsetof(RegionInfo_t1090270226, ___win3Name_5)); } inline String_t* get_win3Name_5() const { return ___win3Name_5; } inline String_t** get_address_of_win3Name_5() { return &___win3Name_5; } inline void set_win3Name_5(String_t* value) { ___win3Name_5 = value; Il2CppCodeGenWriteBarrier((&___win3Name_5), value); } inline static int32_t get_offset_of_englishName_6() { return static_cast(offsetof(RegionInfo_t1090270226, ___englishName_6)); } inline String_t* get_englishName_6() const { return ___englishName_6; } inline String_t** get_address_of_englishName_6() { return &___englishName_6; } inline void set_englishName_6(String_t* value) { ___englishName_6 = value; Il2CppCodeGenWriteBarrier((&___englishName_6), value); } inline static int32_t get_offset_of_currencySymbol_7() { return static_cast(offsetof(RegionInfo_t1090270226, ___currencySymbol_7)); } inline String_t* get_currencySymbol_7() const { return ___currencySymbol_7; } inline String_t** get_address_of_currencySymbol_7() { return &___currencySymbol_7; } inline void set_currencySymbol_7(String_t* value) { ___currencySymbol_7 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_7), value); } inline static int32_t get_offset_of_isoCurrencySymbol_8() { return static_cast(offsetof(RegionInfo_t1090270226, ___isoCurrencySymbol_8)); } inline String_t* get_isoCurrencySymbol_8() const { return ___isoCurrencySymbol_8; } inline String_t** get_address_of_isoCurrencySymbol_8() { return &___isoCurrencySymbol_8; } inline void set_isoCurrencySymbol_8(String_t* value) { ___isoCurrencySymbol_8 = value; Il2CppCodeGenWriteBarrier((&___isoCurrencySymbol_8), value); } inline static int32_t get_offset_of_currencyEnglishName_9() { return static_cast(offsetof(RegionInfo_t1090270226, ___currencyEnglishName_9)); } inline String_t* get_currencyEnglishName_9() const { return ___currencyEnglishName_9; } inline String_t** get_address_of_currencyEnglishName_9() { return &___currencyEnglishName_9; } inline void set_currencyEnglishName_9(String_t* value) { ___currencyEnglishName_9 = value; Il2CppCodeGenWriteBarrier((&___currencyEnglishName_9), value); } }; struct RegionInfo_t1090270226_StaticFields { public: // System.Globalization.RegionInfo System.Globalization.RegionInfo::currentRegion RegionInfo_t1090270226 * ___currentRegion_0; // System.Collections.Generic.Dictionary`2 System.Globalization.RegionInfo::<>f__switch$map1D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1D_10; public: inline static int32_t get_offset_of_currentRegion_0() { return static_cast(offsetof(RegionInfo_t1090270226_StaticFields, ___currentRegion_0)); } inline RegionInfo_t1090270226 * get_currentRegion_0() const { return ___currentRegion_0; } inline RegionInfo_t1090270226 ** get_address_of_currentRegion_0() { return &___currentRegion_0; } inline void set_currentRegion_0(RegionInfo_t1090270226 * value) { ___currentRegion_0 = value; Il2CppCodeGenWriteBarrier((&___currentRegion_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1D_10() { return static_cast(offsetof(RegionInfo_t1090270226_StaticFields, ___U3CU3Ef__switchU24map1D_10)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1D_10() const { return ___U3CU3Ef__switchU24map1D_10; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1D_10() { return &___U3CU3Ef__switchU24map1D_10; } inline void set_U3CU3Ef__switchU24map1D_10(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1D_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1D_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGIONINFO_T1090270226_H #ifndef GUIDPARSER_T2761237274_H #define GUIDPARSER_T2761237274_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid/GuidParser struct GuidParser_t2761237274 : public RuntimeObject { public: // System.String System.Guid/GuidParser::_src String_t* ____src_0; // System.Int32 System.Guid/GuidParser::_length int32_t ____length_1; // System.Int32 System.Guid/GuidParser::_cur int32_t ____cur_2; public: inline static int32_t get_offset_of__src_0() { return static_cast(offsetof(GuidParser_t2761237274, ____src_0)); } inline String_t* get__src_0() const { return ____src_0; } inline String_t** get_address_of__src_0() { return &____src_0; } inline void set__src_0(String_t* value) { ____src_0 = value; Il2CppCodeGenWriteBarrier((&____src_0), value); } inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(GuidParser_t2761237274, ____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__cur_2() { return static_cast(offsetof(GuidParser_t2761237274, ____cur_2)); } inline int32_t get__cur_2() const { return ____cur_2; } inline int32_t* get_address_of__cur_2() { return &____cur_2; } inline void set__cur_2(int32_t value) { ____cur_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUIDPARSER_T2761237274_H #ifndef RANDOMNUMBERGENERATOR_T386037858_H #define RANDOMNUMBERGENERATOR_T386037858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOMNUMBERGENERATOR_T386037858_H #ifndef 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 CCGREGORIANCALENDAR_T1095914347_H #define CCGREGORIANCALENDAR_T1095914347_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CCGregorianCalendar struct CCGregorianCalendar_t1095914347 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCGREGORIANCALENDAR_T1095914347_H #ifndef SBYTECOMPARER_T2329725001_H #define SBYTECOMPARER_T2329725001_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoEnumInfo/SByteComparer struct SByteComparer_t2329725001 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTECOMPARER_T2329725001_H #ifndef LONGCOMPARER_T1798269597_H #define LONGCOMPARER_T1798269597_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoEnumInfo/LongComparer struct LongComparer_t1798269597 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LONGCOMPARER_T1798269597_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 ENVIRONMENT_T2712485525_H #define ENVIRONMENT_T2712485525_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Environment struct Environment_t2712485525 : public RuntimeObject { public: public: }; struct Environment_t2712485525_StaticFields { public: // System.OperatingSystem System.Environment::os OperatingSystem_t3730783609 * ___os_1; public: inline static int32_t get_offset_of_os_1() { return static_cast(offsetof(Environment_t2712485525_StaticFields, ___os_1)); } inline OperatingSystem_t3730783609 * get_os_1() const { return ___os_1; } inline OperatingSystem_t3730783609 ** get_address_of_os_1() { return &___os_1; } inline void set_os_1(OperatingSystem_t3730783609 * value) { ___os_1 = value; Il2CppCodeGenWriteBarrier((&___os_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENVIRONMENT_T2712485525_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 EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef GC_T959872083_H #define GC_T959872083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.GC struct GC_t959872083 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GC_T959872083_H #ifndef CCFIXED_T4160633277_H #define CCFIXED_T4160633277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CCFixed struct CCFixed_t4160633277 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CCFIXED_T4160633277_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 DBNULL_T3725197148_H #define DBNULL_T3725197148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DBNull struct DBNull_t3725197148 : public RuntimeObject { public: public: }; struct DBNull_t3725197148_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t3725197148 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t3725197148_StaticFields, ___Value_0)); } inline DBNull_t3725197148 * get_Value_0() const { return ___Value_0; } inline DBNull_t3725197148 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t3725197148 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((&___Value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DBNULL_T3725197148_H #ifndef CALENDAR_T1661121569_H #define CALENDAR_T1661121569_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.Calendar struct Calendar_t1661121569 : public RuntimeObject { public: // System.Boolean System.Globalization.Calendar::m_isReadOnly bool ___m_isReadOnly_0; // System.Int32 System.Globalization.Calendar::twoDigitYearMax int32_t ___twoDigitYearMax_1; // System.String[] System.Globalization.Calendar::M_AbbrEraNames StringU5BU5D_t1281789340* ___M_AbbrEraNames_2; // System.String[] System.Globalization.Calendar::M_EraNames StringU5BU5D_t1281789340* ___M_EraNames_3; public: inline static int32_t get_offset_of_m_isReadOnly_0() { return static_cast(offsetof(Calendar_t1661121569, ___m_isReadOnly_0)); } inline bool get_m_isReadOnly_0() const { return ___m_isReadOnly_0; } inline bool* get_address_of_m_isReadOnly_0() { return &___m_isReadOnly_0; } inline void set_m_isReadOnly_0(bool value) { ___m_isReadOnly_0 = value; } inline static int32_t get_offset_of_twoDigitYearMax_1() { return static_cast(offsetof(Calendar_t1661121569, ___twoDigitYearMax_1)); } inline int32_t get_twoDigitYearMax_1() const { return ___twoDigitYearMax_1; } inline int32_t* get_address_of_twoDigitYearMax_1() { return &___twoDigitYearMax_1; } inline void set_twoDigitYearMax_1(int32_t value) { ___twoDigitYearMax_1 = value; } inline static int32_t get_offset_of_M_AbbrEraNames_2() { return static_cast(offsetof(Calendar_t1661121569, ___M_AbbrEraNames_2)); } inline StringU5BU5D_t1281789340* get_M_AbbrEraNames_2() const { return ___M_AbbrEraNames_2; } inline StringU5BU5D_t1281789340** get_address_of_M_AbbrEraNames_2() { return &___M_AbbrEraNames_2; } inline void set_M_AbbrEraNames_2(StringU5BU5D_t1281789340* value) { ___M_AbbrEraNames_2 = value; Il2CppCodeGenWriteBarrier((&___M_AbbrEraNames_2), value); } inline static int32_t get_offset_of_M_EraNames_3() { return static_cast(offsetof(Calendar_t1661121569, ___M_EraNames_3)); } inline StringU5BU5D_t1281789340* get_M_EraNames_3() const { return ___M_EraNames_3; } inline StringU5BU5D_t1281789340** get_address_of_M_EraNames_3() { return &___M_EraNames_3; } inline void set_M_EraNames_3(StringU5BU5D_t1281789340* value) { ___M_EraNames_3 = value; Il2CppCodeGenWriteBarrier((&___M_EraNames_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALENDAR_T1661121569_H #ifndef TIMEZONE_T2038656743_H #define TIMEZONE_T2038656743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeZone struct TimeZone_t2038656743 : public RuntimeObject { public: public: }; struct TimeZone_t2038656743_StaticFields { public: // System.TimeZone System.TimeZone::currentTimeZone TimeZone_t2038656743 * ___currentTimeZone_0; // System.Object System.TimeZone::tz_lock RuntimeObject * ___tz_lock_1; // System.Int64 System.TimeZone::timezone_check int64_t ___timezone_check_2; public: inline static int32_t get_offset_of_currentTimeZone_0() { return static_cast(offsetof(TimeZone_t2038656743_StaticFields, ___currentTimeZone_0)); } inline TimeZone_t2038656743 * get_currentTimeZone_0() const { return ___currentTimeZone_0; } inline TimeZone_t2038656743 ** get_address_of_currentTimeZone_0() { return &___currentTimeZone_0; } inline void set_currentTimeZone_0(TimeZone_t2038656743 * value) { ___currentTimeZone_0 = value; Il2CppCodeGenWriteBarrier((&___currentTimeZone_0), value); } inline static int32_t get_offset_of_tz_lock_1() { return static_cast(offsetof(TimeZone_t2038656743_StaticFields, ___tz_lock_1)); } inline RuntimeObject * get_tz_lock_1() const { return ___tz_lock_1; } inline RuntimeObject ** get_address_of_tz_lock_1() { return &___tz_lock_1; } inline void set_tz_lock_1(RuntimeObject * value) { ___tz_lock_1 = value; Il2CppCodeGenWriteBarrier((&___tz_lock_1), value); } inline static int32_t get_offset_of_timezone_check_2() { return static_cast(offsetof(TimeZone_t2038656743_StaticFields, ___timezone_check_2)); } inline int64_t get_timezone_check_2() const { return ___timezone_check_2; } inline int64_t* get_address_of_timezone_check_2() { return &___timezone_check_2; } inline void set_timezone_check_2(int64_t value) { ___timezone_check_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMEZONE_T2038656743_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 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 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 DATETIMEUTILS_T3080864452_H #define DATETIMEUTILS_T3080864452_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeUtils struct DateTimeUtils_t3080864452 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEUTILS_T3080864452_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 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 MONOENUMINFO_T3694469084_H #define MONOENUMINFO_T3694469084_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoEnumInfo struct MonoEnumInfo_t3694469084 { public: // System.Type System.MonoEnumInfo::utype Type_t * ___utype_0; // System.Array System.MonoEnumInfo::values RuntimeArray * ___values_1; // System.String[] System.MonoEnumInfo::names StringU5BU5D_t1281789340* ___names_2; // System.Collections.Hashtable System.MonoEnumInfo::name_hash Hashtable_t1853889766 * ___name_hash_3; public: inline static int32_t get_offset_of_utype_0() { return static_cast(offsetof(MonoEnumInfo_t3694469084, ___utype_0)); } inline Type_t * get_utype_0() const { return ___utype_0; } inline Type_t ** get_address_of_utype_0() { return &___utype_0; } inline void set_utype_0(Type_t * value) { ___utype_0 = value; Il2CppCodeGenWriteBarrier((&___utype_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(MonoEnumInfo_t3694469084, ___values_1)); } inline RuntimeArray * get_values_1() const { return ___values_1; } inline RuntimeArray ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(RuntimeArray * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_names_2() { return static_cast(offsetof(MonoEnumInfo_t3694469084, ___names_2)); } inline StringU5BU5D_t1281789340* get_names_2() const { return ___names_2; } inline StringU5BU5D_t1281789340** get_address_of_names_2() { return &___names_2; } inline void set_names_2(StringU5BU5D_t1281789340* value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((&___names_2), value); } inline static int32_t get_offset_of_name_hash_3() { return static_cast(offsetof(MonoEnumInfo_t3694469084, ___name_hash_3)); } inline Hashtable_t1853889766 * get_name_hash_3() const { return ___name_hash_3; } inline Hashtable_t1853889766 ** get_address_of_name_hash_3() { return &___name_hash_3; } inline void set_name_hash_3(Hashtable_t1853889766 * value) { ___name_hash_3 = value; Il2CppCodeGenWriteBarrier((&___name_hash_3), value); } }; struct MonoEnumInfo_t3694469084_StaticFields { public: // System.Collections.Hashtable System.MonoEnumInfo::global_cache Hashtable_t1853889766 * ___global_cache_5; // System.Object System.MonoEnumInfo::global_cache_monitor RuntimeObject * ___global_cache_monitor_6; // System.MonoEnumInfo/SByteComparer System.MonoEnumInfo::sbyte_comparer SByteComparer_t2329725001 * ___sbyte_comparer_7; // System.MonoEnumInfo/ShortComparer System.MonoEnumInfo::short_comparer ShortComparer_t2253094562 * ___short_comparer_8; // System.MonoEnumInfo/IntComparer System.MonoEnumInfo::int_comparer IntComparer_t3812095803 * ___int_comparer_9; // System.MonoEnumInfo/LongComparer System.MonoEnumInfo::long_comparer LongComparer_t1798269597 * ___long_comparer_10; public: inline static int32_t get_offset_of_global_cache_5() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___global_cache_5)); } inline Hashtable_t1853889766 * get_global_cache_5() const { return ___global_cache_5; } inline Hashtable_t1853889766 ** get_address_of_global_cache_5() { return &___global_cache_5; } inline void set_global_cache_5(Hashtable_t1853889766 * value) { ___global_cache_5 = value; Il2CppCodeGenWriteBarrier((&___global_cache_5), value); } inline static int32_t get_offset_of_global_cache_monitor_6() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___global_cache_monitor_6)); } inline RuntimeObject * get_global_cache_monitor_6() const { return ___global_cache_monitor_6; } inline RuntimeObject ** get_address_of_global_cache_monitor_6() { return &___global_cache_monitor_6; } inline void set_global_cache_monitor_6(RuntimeObject * value) { ___global_cache_monitor_6 = value; Il2CppCodeGenWriteBarrier((&___global_cache_monitor_6), value); } inline static int32_t get_offset_of_sbyte_comparer_7() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___sbyte_comparer_7)); } inline SByteComparer_t2329725001 * get_sbyte_comparer_7() const { return ___sbyte_comparer_7; } inline SByteComparer_t2329725001 ** get_address_of_sbyte_comparer_7() { return &___sbyte_comparer_7; } inline void set_sbyte_comparer_7(SByteComparer_t2329725001 * value) { ___sbyte_comparer_7 = value; Il2CppCodeGenWriteBarrier((&___sbyte_comparer_7), value); } inline static int32_t get_offset_of_short_comparer_8() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___short_comparer_8)); } inline ShortComparer_t2253094562 * get_short_comparer_8() const { return ___short_comparer_8; } inline ShortComparer_t2253094562 ** get_address_of_short_comparer_8() { return &___short_comparer_8; } inline void set_short_comparer_8(ShortComparer_t2253094562 * value) { ___short_comparer_8 = value; Il2CppCodeGenWriteBarrier((&___short_comparer_8), value); } inline static int32_t get_offset_of_int_comparer_9() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___int_comparer_9)); } inline IntComparer_t3812095803 * get_int_comparer_9() const { return ___int_comparer_9; } inline IntComparer_t3812095803 ** get_address_of_int_comparer_9() { return &___int_comparer_9; } inline void set_int_comparer_9(IntComparer_t3812095803 * value) { ___int_comparer_9 = value; Il2CppCodeGenWriteBarrier((&___int_comparer_9), value); } inline static int32_t get_offset_of_long_comparer_10() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___long_comparer_10)); } inline LongComparer_t1798269597 * get_long_comparer_10() const { return ___long_comparer_10; } inline LongComparer_t1798269597 ** get_address_of_long_comparer_10() { return &___long_comparer_10; } inline void set_long_comparer_10(LongComparer_t1798269597 * value) { ___long_comparer_10 = value; Il2CppCodeGenWriteBarrier((&___long_comparer_10), value); } }; struct MonoEnumInfo_t3694469084_ThreadStaticFields { public: // System.Collections.Hashtable System.MonoEnumInfo::cache Hashtable_t1853889766 * ___cache_4; public: inline static int32_t get_offset_of_cache_4() { return static_cast(offsetof(MonoEnumInfo_t3694469084_ThreadStaticFields, ___cache_4)); } inline Hashtable_t1853889766 * get_cache_4() const { return ___cache_4; } inline Hashtable_t1853889766 ** get_address_of_cache_4() { return &___cache_4; } inline void set_cache_4(Hashtable_t1853889766 * value) { ___cache_4 = value; Il2CppCodeGenWriteBarrier((&___cache_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.MonoEnumInfo struct MonoEnumInfo_t3694469084_marshaled_pinvoke { Type_t * ___utype_0; RuntimeArray * ___values_1; char** ___names_2; Hashtable_t1853889766 * ___name_hash_3; }; // Native definition for COM marshalling of System.MonoEnumInfo struct MonoEnumInfo_t3694469084_marshaled_com { Type_t * ___utype_0; RuntimeArray * ___values_1; Il2CppChar** ___names_2; Hashtable_t1853889766 * ___name_hash_3; }; #endif // MONOENUMINFO_T3694469084_H #ifndef DEBUGGERDISPLAYATTRIBUTE_T2957424906_H #define DEBUGGERDISPLAYATTRIBUTE_T2957424906_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DebuggerDisplayAttribute struct DebuggerDisplayAttribute_t2957424906 : public Attribute_t861562559 { public: // System.String System.Diagnostics.DebuggerDisplayAttribute::value String_t* ___value_0; // System.String System.Diagnostics.DebuggerDisplayAttribute::type String_t* ___type_1; // System.String System.Diagnostics.DebuggerDisplayAttribute::name String_t* ___name_2; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(DebuggerDisplayAttribute_t2957424906, ___value_0)); } inline String_t* get_value_0() const { return ___value_0; } inline String_t** get_address_of_value_0() { return &___value_0; } inline void set_value_0(String_t* value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((&___value_0), value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(DebuggerDisplayAttribute_t2957424906, ___type_1)); } inline String_t* get_type_1() const { return ___type_1; } inline String_t** get_address_of_type_1() { return &___type_1; } inline void set_type_1(String_t* value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((&___type_1), value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(DebuggerDisplayAttribute_t2957424906, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEBUGGERDISPLAYATTRIBUTE_T2957424906_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 DEBUGGERHIDDENATTRIBUTE_T587553342_H #define DEBUGGERHIDDENATTRIBUTE_T587553342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DebuggerHiddenAttribute struct DebuggerHiddenAttribute_t587553342 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEBUGGERHIDDENATTRIBUTE_T587553342_H #ifndef DEBUGGERSTEPTHROUGHATTRIBUTE_T875708394_H #define DEBUGGERSTEPTHROUGHATTRIBUTE_T875708394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DebuggerStepThroughAttribute struct DebuggerStepThroughAttribute_t875708394 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEBUGGERSTEPTHROUGHATTRIBUTE_T875708394_H #ifndef DEBUGGERTYPEPROXYATTRIBUTE_T1385406673_H #define DEBUGGERTYPEPROXYATTRIBUTE_T1385406673_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DebuggerTypeProxyAttribute struct DebuggerTypeProxyAttribute_t1385406673 : public Attribute_t861562559 { public: // System.String System.Diagnostics.DebuggerTypeProxyAttribute::proxy_type_name String_t* ___proxy_type_name_0; public: inline static int32_t get_offset_of_proxy_type_name_0() { return static_cast(offsetof(DebuggerTypeProxyAttribute_t1385406673, ___proxy_type_name_0)); } inline String_t* get_proxy_type_name_0() const { return ___proxy_type_name_0; } inline String_t** get_address_of_proxy_type_name_0() { return &___proxy_type_name_0; } inline void set_proxy_type_name_0(String_t* value) { ___proxy_type_name_0 = value; Il2CppCodeGenWriteBarrier((&___proxy_type_name_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEBUGGERTYPEPROXYATTRIBUTE_T1385406673_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 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 DATA_T2225474377_H #define DATA_T2225474377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.TextInfo/Data struct Data_t2225474377 { public: // System.Int32 System.Globalization.TextInfo/Data::ansi int32_t ___ansi_0; // System.Int32 System.Globalization.TextInfo/Data::ebcdic int32_t ___ebcdic_1; // System.Int32 System.Globalization.TextInfo/Data::mac int32_t ___mac_2; // System.Int32 System.Globalization.TextInfo/Data::oem int32_t ___oem_3; // System.Byte System.Globalization.TextInfo/Data::list_sep uint8_t ___list_sep_4; public: inline static int32_t get_offset_of_ansi_0() { return static_cast(offsetof(Data_t2225474377, ___ansi_0)); } inline int32_t get_ansi_0() const { return ___ansi_0; } inline int32_t* get_address_of_ansi_0() { return &___ansi_0; } inline void set_ansi_0(int32_t value) { ___ansi_0 = value; } inline static int32_t get_offset_of_ebcdic_1() { return static_cast(offsetof(Data_t2225474377, ___ebcdic_1)); } inline int32_t get_ebcdic_1() const { return ___ebcdic_1; } inline int32_t* get_address_of_ebcdic_1() { return &___ebcdic_1; } inline void set_ebcdic_1(int32_t value) { ___ebcdic_1 = value; } inline static int32_t get_offset_of_mac_2() { return static_cast(offsetof(Data_t2225474377, ___mac_2)); } inline int32_t get_mac_2() const { return ___mac_2; } inline int32_t* get_address_of_mac_2() { return &___mac_2; } inline void set_mac_2(int32_t value) { ___mac_2 = value; } inline static int32_t get_offset_of_oem_3() { return static_cast(offsetof(Data_t2225474377, ___oem_3)); } inline int32_t get_oem_3() const { return ___oem_3; } inline int32_t* get_address_of_oem_3() { return &___oem_3; } inline void set_oem_3(int32_t value) { ___oem_3 = value; } inline static int32_t get_offset_of_list_sep_4() { return static_cast(offsetof(Data_t2225474377, ___list_sep_4)); } inline uint8_t get_list_sep_4() const { return ___list_sep_4; } inline uint8_t* get_address_of_list_sep_4() { return &___list_sep_4; } inline void set_list_sep_4(uint8_t value) { ___list_sep_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATA_T2225474377_H #ifndef GUID_T_H #define GUID_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_0; // System.Int16 System.Guid::_b int16_t ____b_1; // System.Int16 System.Guid::_c int16_t ____c_2; // System.Byte System.Guid::_d uint8_t ____d_3; // System.Byte System.Guid::_e uint8_t ____e_4; // System.Byte System.Guid::_f uint8_t ____f_5; // System.Byte System.Guid::_g uint8_t ____g_6; // System.Byte System.Guid::_h uint8_t ____h_7; // System.Byte System.Guid::_i uint8_t ____i_8; // System.Byte System.Guid::_j uint8_t ____j_9; // System.Byte System.Guid::_k uint8_t ____k_10; public: inline static int32_t get_offset_of__a_0() { return static_cast(offsetof(Guid_t, ____a_0)); } inline int32_t get__a_0() const { return ____a_0; } inline int32_t* get_address_of__a_0() { return &____a_0; } inline void set__a_0(int32_t value) { ____a_0 = value; } inline static int32_t get_offset_of__b_1() { return static_cast(offsetof(Guid_t, ____b_1)); } inline int16_t get__b_1() const { return ____b_1; } inline int16_t* get_address_of__b_1() { return &____b_1; } inline void set__b_1(int16_t value) { ____b_1 = value; } inline static int32_t get_offset_of__c_2() { return static_cast(offsetof(Guid_t, ____c_2)); } inline int16_t get__c_2() const { return ____c_2; } inline int16_t* get_address_of__c_2() { return &____c_2; } inline void set__c_2(int16_t value) { ____c_2 = value; } inline static int32_t get_offset_of__d_3() { return static_cast(offsetof(Guid_t, ____d_3)); } inline uint8_t get__d_3() const { return ____d_3; } inline uint8_t* get_address_of__d_3() { return &____d_3; } inline void set__d_3(uint8_t value) { ____d_3 = value; } inline static int32_t get_offset_of__e_4() { return static_cast(offsetof(Guid_t, ____e_4)); } inline uint8_t get__e_4() const { return ____e_4; } inline uint8_t* get_address_of__e_4() { return &____e_4; } inline void set__e_4(uint8_t value) { ____e_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Guid_t, ____f_5)); } inline uint8_t get__f_5() const { return ____f_5; } inline uint8_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(uint8_t value) { ____f_5 = value; } inline static int32_t get_offset_of__g_6() { return static_cast(offsetof(Guid_t, ____g_6)); } inline uint8_t get__g_6() const { return ____g_6; } inline uint8_t* get_address_of__g_6() { return &____g_6; } inline void set__g_6(uint8_t value) { ____g_6 = value; } inline static int32_t get_offset_of__h_7() { return static_cast(offsetof(Guid_t, ____h_7)); } inline uint8_t get__h_7() const { return ____h_7; } inline uint8_t* get_address_of__h_7() { return &____h_7; } inline void set__h_7(uint8_t value) { ____h_7 = value; } inline static int32_t get_offset_of__i_8() { return static_cast(offsetof(Guid_t, ____i_8)); } inline uint8_t get__i_8() const { return ____i_8; } inline uint8_t* get_address_of__i_8() { return &____i_8; } inline void set__i_8(uint8_t value) { ____i_8 = value; } inline static int32_t get_offset_of__j_9() { return static_cast(offsetof(Guid_t, ____j_9)); } inline uint8_t get__j_9() const { return ____j_9; } inline uint8_t* get_address_of__j_9() { return &____j_9; } inline void set__j_9(uint8_t value) { ____j_9 = value; } inline static int32_t get_offset_of__k_10() { return static_cast(offsetof(Guid_t, ____k_10)); } inline uint8_t get__k_10() const { return ____k_10; } inline uint8_t* get_address_of__k_10() { return &____k_10; } inline void set__k_10(uint8_t value) { ____k_10 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_11; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t386037858 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t386037858 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_11() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_11)); } inline Guid_t get_Empty_11() const { return ___Empty_11; } inline Guid_t * get_address_of_Empty_11() { return &___Empty_11; } inline void set_Empty_11(Guid_t value) { ___Empty_11 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((&____rngAccess_12), value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t386037858 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t386037858 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((&____rng_13), value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t386037858 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t386037858 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t386037858 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((&____fastRng_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_H #ifndef INPUTRECORD_T2660212290_H #define INPUTRECORD_T2660212290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InputRecord struct InputRecord_t2660212290 { public: // System.Int16 System.InputRecord::EventType int16_t ___EventType_0; // System.Boolean System.InputRecord::KeyDown bool ___KeyDown_1; // System.Int16 System.InputRecord::RepeatCount int16_t ___RepeatCount_2; // System.Int16 System.InputRecord::VirtualKeyCode int16_t ___VirtualKeyCode_3; // System.Int16 System.InputRecord::VirtualScanCode int16_t ___VirtualScanCode_4; // System.Char System.InputRecord::Character Il2CppChar ___Character_5; // System.Int32 System.InputRecord::ControlKeyState int32_t ___ControlKeyState_6; // System.Int32 System.InputRecord::pad1 int32_t ___pad1_7; // System.Boolean System.InputRecord::pad2 bool ___pad2_8; public: inline static int32_t get_offset_of_EventType_0() { return static_cast(offsetof(InputRecord_t2660212290, ___EventType_0)); } inline int16_t get_EventType_0() const { return ___EventType_0; } inline int16_t* get_address_of_EventType_0() { return &___EventType_0; } inline void set_EventType_0(int16_t value) { ___EventType_0 = value; } inline static int32_t get_offset_of_KeyDown_1() { return static_cast(offsetof(InputRecord_t2660212290, ___KeyDown_1)); } inline bool get_KeyDown_1() const { return ___KeyDown_1; } inline bool* get_address_of_KeyDown_1() { return &___KeyDown_1; } inline void set_KeyDown_1(bool value) { ___KeyDown_1 = value; } inline static int32_t get_offset_of_RepeatCount_2() { return static_cast(offsetof(InputRecord_t2660212290, ___RepeatCount_2)); } inline int16_t get_RepeatCount_2() const { return ___RepeatCount_2; } inline int16_t* get_address_of_RepeatCount_2() { return &___RepeatCount_2; } inline void set_RepeatCount_2(int16_t value) { ___RepeatCount_2 = value; } inline static int32_t get_offset_of_VirtualKeyCode_3() { return static_cast(offsetof(InputRecord_t2660212290, ___VirtualKeyCode_3)); } inline int16_t get_VirtualKeyCode_3() const { return ___VirtualKeyCode_3; } inline int16_t* get_address_of_VirtualKeyCode_3() { return &___VirtualKeyCode_3; } inline void set_VirtualKeyCode_3(int16_t value) { ___VirtualKeyCode_3 = value; } inline static int32_t get_offset_of_VirtualScanCode_4() { return static_cast(offsetof(InputRecord_t2660212290, ___VirtualScanCode_4)); } inline int16_t get_VirtualScanCode_4() const { return ___VirtualScanCode_4; } inline int16_t* get_address_of_VirtualScanCode_4() { return &___VirtualScanCode_4; } inline void set_VirtualScanCode_4(int16_t value) { ___VirtualScanCode_4 = value; } inline static int32_t get_offset_of_Character_5() { return static_cast(offsetof(InputRecord_t2660212290, ___Character_5)); } inline Il2CppChar get_Character_5() const { return ___Character_5; } inline Il2CppChar* get_address_of_Character_5() { return &___Character_5; } inline void set_Character_5(Il2CppChar value) { ___Character_5 = value; } inline static int32_t get_offset_of_ControlKeyState_6() { return static_cast(offsetof(InputRecord_t2660212290, ___ControlKeyState_6)); } inline int32_t get_ControlKeyState_6() const { return ___ControlKeyState_6; } inline int32_t* get_address_of_ControlKeyState_6() { return &___ControlKeyState_6; } inline void set_ControlKeyState_6(int32_t value) { ___ControlKeyState_6 = value; } inline static int32_t get_offset_of_pad1_7() { return static_cast(offsetof(InputRecord_t2660212290, ___pad1_7)); } inline int32_t get_pad1_7() const { return ___pad1_7; } inline int32_t* get_address_of_pad1_7() { return &___pad1_7; } inline void set_pad1_7(int32_t value) { ___pad1_7 = value; } inline static int32_t get_offset_of_pad2_8() { return static_cast(offsetof(InputRecord_t2660212290, ___pad2_8)); } inline bool get_pad2_8() const { return ___pad2_8; } inline bool* get_address_of_pad2_8() { return &___pad2_8; } inline void set_pad2_8(bool value) { ___pad2_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.InputRecord struct InputRecord_t2660212290_marshaled_pinvoke { int16_t ___EventType_0; int32_t ___KeyDown_1; int16_t ___RepeatCount_2; int16_t ___VirtualKeyCode_3; int16_t ___VirtualScanCode_4; uint8_t ___Character_5; int32_t ___ControlKeyState_6; int32_t ___pad1_7; int32_t ___pad2_8; }; // Native definition for COM marshalling of System.InputRecord struct InputRecord_t2660212290_marshaled_com { int16_t ___EventType_0; int32_t ___KeyDown_1; int16_t ___RepeatCount_2; int16_t ___VirtualKeyCode_3; int16_t ___VirtualScanCode_4; uint8_t ___Character_5; int32_t ___ControlKeyState_6; int32_t ___pad1_7; int32_t ___pad2_8; }; #endif // INPUTRECORD_T2660212290_H #ifndef TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public MarshalByRefObject_t2760389100 { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_1)); } inline TextReader_t283511965 * get_Null_1() const { return ___Null_1; } inline TextReader_t283511965 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextReader_t283511965 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_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 TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef 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 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 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 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 FLAGSATTRIBUTE_T2262502849_H #define FLAGSATTRIBUTE_T2262502849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FlagsAttribute struct FlagsAttribute_t2262502849 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLAGSATTRIBUTE_T2262502849_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 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 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 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 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 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 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 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 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 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 INDEXOUTOFRANGEEXCEPTION_T1578797820_H #define INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifndef 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 STREAMREADER_T4009935899_H #define STREAMREADER_T4009935899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamReader struct StreamReader_t4009935899 : public TextReader_t283511965 { public: // System.Byte[] System.IO.StreamReader::input_buffer ByteU5BU5D_t4116647657* ___input_buffer_2; // System.Char[] System.IO.StreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_3; // System.Int32 System.IO.StreamReader::decoded_count int32_t ___decoded_count_4; // System.Int32 System.IO.StreamReader::pos int32_t ___pos_5; // System.Int32 System.IO.StreamReader::buffer_size int32_t ___buffer_size_6; // System.Int32 System.IO.StreamReader::do_checks int32_t ___do_checks_7; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t1523322056 * ___encoding_8; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t2204182725 * ___decoder_9; // System.IO.Stream System.IO.StreamReader::base_stream Stream_t1273022909 * ___base_stream_10; // System.Boolean System.IO.StreamReader::mayBlock bool ___mayBlock_11; // System.Text.StringBuilder System.IO.StreamReader::line_builder StringBuilder_t * ___line_builder_12; // System.Boolean System.IO.StreamReader::foundCR bool ___foundCR_14; public: inline static int32_t get_offset_of_input_buffer_2() { return static_cast(offsetof(StreamReader_t4009935899, ___input_buffer_2)); } inline ByteU5BU5D_t4116647657* get_input_buffer_2() const { return ___input_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_2() { return &___input_buffer_2; } inline void set_input_buffer_2(ByteU5BU5D_t4116647657* value) { ___input_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_2), value); } inline static int32_t get_offset_of_decoded_buffer_3() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_buffer_3)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_3() const { return ___decoded_buffer_3; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_3() { return &___decoded_buffer_3; } inline void set_decoded_buffer_3(CharU5BU5D_t3528271667* value) { ___decoded_buffer_3 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_3), value); } inline static int32_t get_offset_of_decoded_count_4() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_count_4)); } inline int32_t get_decoded_count_4() const { return ___decoded_count_4; } inline int32_t* get_address_of_decoded_count_4() { return &___decoded_count_4; } inline void set_decoded_count_4(int32_t value) { ___decoded_count_4 = value; } inline static int32_t get_offset_of_pos_5() { return static_cast(offsetof(StreamReader_t4009935899, ___pos_5)); } inline int32_t get_pos_5() const { return ___pos_5; } inline int32_t* get_address_of_pos_5() { return &___pos_5; } inline void set_pos_5(int32_t value) { ___pos_5 = value; } inline static int32_t get_offset_of_buffer_size_6() { return static_cast(offsetof(StreamReader_t4009935899, ___buffer_size_6)); } inline int32_t get_buffer_size_6() const { return ___buffer_size_6; } inline int32_t* get_address_of_buffer_size_6() { return &___buffer_size_6; } inline void set_buffer_size_6(int32_t value) { ___buffer_size_6 = value; } inline static int32_t get_offset_of_do_checks_7() { return static_cast(offsetof(StreamReader_t4009935899, ___do_checks_7)); } inline int32_t get_do_checks_7() const { return ___do_checks_7; } inline int32_t* get_address_of_do_checks_7() { return &___do_checks_7; } inline void set_do_checks_7(int32_t value) { ___do_checks_7 = value; } inline static int32_t get_offset_of_encoding_8() { return static_cast(offsetof(StreamReader_t4009935899, ___encoding_8)); } inline Encoding_t1523322056 * get_encoding_8() const { return ___encoding_8; } inline Encoding_t1523322056 ** get_address_of_encoding_8() { return &___encoding_8; } inline void set_encoding_8(Encoding_t1523322056 * value) { ___encoding_8 = value; Il2CppCodeGenWriteBarrier((&___encoding_8), value); } inline static int32_t get_offset_of_decoder_9() { return static_cast(offsetof(StreamReader_t4009935899, ___decoder_9)); } inline Decoder_t2204182725 * get_decoder_9() const { return ___decoder_9; } inline Decoder_t2204182725 ** get_address_of_decoder_9() { return &___decoder_9; } inline void set_decoder_9(Decoder_t2204182725 * value) { ___decoder_9 = value; Il2CppCodeGenWriteBarrier((&___decoder_9), value); } inline static int32_t get_offset_of_base_stream_10() { return static_cast(offsetof(StreamReader_t4009935899, ___base_stream_10)); } inline Stream_t1273022909 * get_base_stream_10() const { return ___base_stream_10; } inline Stream_t1273022909 ** get_address_of_base_stream_10() { return &___base_stream_10; } inline void set_base_stream_10(Stream_t1273022909 * value) { ___base_stream_10 = value; Il2CppCodeGenWriteBarrier((&___base_stream_10), value); } inline static int32_t get_offset_of_mayBlock_11() { return static_cast(offsetof(StreamReader_t4009935899, ___mayBlock_11)); } inline bool get_mayBlock_11() const { return ___mayBlock_11; } inline bool* get_address_of_mayBlock_11() { return &___mayBlock_11; } inline void set_mayBlock_11(bool value) { ___mayBlock_11 = value; } inline static int32_t get_offset_of_line_builder_12() { return static_cast(offsetof(StreamReader_t4009935899, ___line_builder_12)); } inline StringBuilder_t * get_line_builder_12() const { return ___line_builder_12; } inline StringBuilder_t ** get_address_of_line_builder_12() { return &___line_builder_12; } inline void set_line_builder_12(StringBuilder_t * value) { ___line_builder_12 = value; Il2CppCodeGenWriteBarrier((&___line_builder_12), value); } inline static int32_t get_offset_of_foundCR_14() { return static_cast(offsetof(StreamReader_t4009935899, ___foundCR_14)); } inline bool get_foundCR_14() const { return ___foundCR_14; } inline bool* get_address_of_foundCR_14() { return &___foundCR_14; } inline void set_foundCR_14(bool value) { ___foundCR_14 = value; } }; struct StreamReader_t4009935899_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t4009935899 * ___Null_13; public: inline static int32_t get_offset_of_Null_13() { return static_cast(offsetof(StreamReader_t4009935899_StaticFields, ___Null_13)); } inline StreamReader_t4009935899 * get_Null_13() const { return ___Null_13; } inline StreamReader_t4009935899 ** get_address_of_Null_13() { return &___Null_13; } inline void set_Null_13(StreamReader_t4009935899 * value) { ___Null_13 = value; Il2CppCodeGenWriteBarrier((&___Null_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMREADER_T4009935899_H #ifndef HANDLES_T3280152003_H #define HANDLES_T3280152003_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Handles struct Handles_t3280152003 { public: // System.Int32 System.Handles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Handles_t3280152003, ___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 // HANDLES_T3280152003_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 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 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 SERIALIZATIONEXCEPTION_T3941511869_H #define SERIALIZATIONEXCEPTION_T3941511869_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationException struct SerializationException_t3941511869 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONEXCEPTION_T3941511869_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 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 TEXTINFO_T3810425522_H #define TEXTINFO_T3810425522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.TextInfo struct TextInfo_t3810425522 : public RuntimeObject { public: // System.String System.Globalization.TextInfo::m_listSeparator String_t* ___m_listSeparator_0; // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_1; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_2; // System.Int32 System.Globalization.TextInfo::m_nDataItem int32_t ___m_nDataItem_3; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_4; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_5; // System.Globalization.CultureInfo System.Globalization.TextInfo::ci CultureInfo_t4157843068 * ___ci_6; // System.Boolean System.Globalization.TextInfo::handleDotI bool ___handleDotI_7; // System.Globalization.TextInfo/Data System.Globalization.TextInfo::data Data_t2225474377 ___data_8; public: inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast(offsetof(TextInfo_t3810425522, ___m_listSeparator_0)); } inline String_t* get_m_listSeparator_0() const { return ___m_listSeparator_0; } inline String_t** get_address_of_m_listSeparator_0() { return &___m_listSeparator_0; } inline void set_m_listSeparator_0(String_t* value) { ___m_listSeparator_0 = value; Il2CppCodeGenWriteBarrier((&___m_listSeparator_0), value); } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(TextInfo_t3810425522, ___m_isReadOnly_1)); } inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; } inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; } inline void set_m_isReadOnly_1(bool value) { ___m_isReadOnly_1 = value; } inline static int32_t get_offset_of_customCultureName_2() { return static_cast(offsetof(TextInfo_t3810425522, ___customCultureName_2)); } inline String_t* get_customCultureName_2() const { return ___customCultureName_2; } inline String_t** get_address_of_customCultureName_2() { return &___customCultureName_2; } inline void set_customCultureName_2(String_t* value) { ___customCultureName_2 = value; Il2CppCodeGenWriteBarrier((&___customCultureName_2), value); } inline static int32_t get_offset_of_m_nDataItem_3() { return static_cast(offsetof(TextInfo_t3810425522, ___m_nDataItem_3)); } inline int32_t get_m_nDataItem_3() const { return ___m_nDataItem_3; } inline int32_t* get_address_of_m_nDataItem_3() { return &___m_nDataItem_3; } inline void set_m_nDataItem_3(int32_t value) { ___m_nDataItem_3 = value; } inline static int32_t get_offset_of_m_useUserOverride_4() { return static_cast(offsetof(TextInfo_t3810425522, ___m_useUserOverride_4)); } inline bool get_m_useUserOverride_4() const { return ___m_useUserOverride_4; } inline bool* get_address_of_m_useUserOverride_4() { return &___m_useUserOverride_4; } inline void set_m_useUserOverride_4(bool value) { ___m_useUserOverride_4 = value; } inline static int32_t get_offset_of_m_win32LangID_5() { return static_cast(offsetof(TextInfo_t3810425522, ___m_win32LangID_5)); } inline int32_t get_m_win32LangID_5() const { return ___m_win32LangID_5; } inline int32_t* get_address_of_m_win32LangID_5() { return &___m_win32LangID_5; } inline void set_m_win32LangID_5(int32_t value) { ___m_win32LangID_5 = value; } inline static int32_t get_offset_of_ci_6() { return static_cast(offsetof(TextInfo_t3810425522, ___ci_6)); } inline CultureInfo_t4157843068 * get_ci_6() const { return ___ci_6; } inline CultureInfo_t4157843068 ** get_address_of_ci_6() { return &___ci_6; } inline void set_ci_6(CultureInfo_t4157843068 * value) { ___ci_6 = value; Il2CppCodeGenWriteBarrier((&___ci_6), value); } inline static int32_t get_offset_of_handleDotI_7() { return static_cast(offsetof(TextInfo_t3810425522, ___handleDotI_7)); } inline bool get_handleDotI_7() const { return ___handleDotI_7; } inline bool* get_address_of_handleDotI_7() { return &___handleDotI_7; } inline void set_handleDotI_7(bool value) { ___handleDotI_7 = value; } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(TextInfo_t3810425522, ___data_8)); } inline Data_t2225474377 get_data_8() const { return ___data_8; } inline Data_t2225474377 * get_address_of_data_8() { return &___data_8; } inline void set_data_8(Data_t2225474377 value) { ___data_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTINFO_T3810425522_H #ifndef CULTURETYPES_T3483192109_H #define CULTURETYPES_T3483192109_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureTypes struct CultureTypes_t3483192109 { public: // System.Int32 System.Globalization.CultureTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CultureTypes_t3483192109, ___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 // CULTURETYPES_T3483192109_H #ifndef NUMBERSTYLES_T617258130_H #define NUMBERSTYLES_T617258130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_t617258130 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NumberStyles_t617258130, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERSTYLES_T617258130_H #ifndef DATETIMEFORMATFLAGS_T1884407083_H #define DATETIMEFORMATFLAGS_T1884407083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_t1884407083 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeFormatFlags_t1884407083, ___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 // DATETIMEFORMATFLAGS_T1884407083_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 DATETIMESTYLES_T840957420_H #define DATETIMESTYLES_T840957420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeStyles struct DateTimeStyles_t840957420 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeStyles_t840957420, ___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 // DATETIMESTYLES_T840957420_H #ifndef UNICODECATEGORY_T3356078642_H #define UNICODECATEGORY_T3356078642_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.UnicodeCategory struct UnicodeCategory_t3356078642 { public: // System.Int32 System.Globalization.UnicodeCategory::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UnicodeCategory_t3356078642, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNICODECATEGORY_T3356078642_H #ifndef 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 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 RNGCRYPTOSERVICEPROVIDER_T3397414743_H #define RNGCRYPTOSERVICEPROVIDER_T3397414743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t3397414743 : public RandomNumberGenerator_t386037858 { public: // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle intptr_t ____handle_1; public: inline static int32_t get_offset_of__handle_1() { return static_cast(offsetof(RNGCryptoServiceProvider_t3397414743, ____handle_1)); } inline intptr_t get__handle_1() const { return ____handle_1; } inline intptr_t* get_address_of__handle_1() { return &____handle_1; } inline void set__handle_1(intptr_t value) { ____handle_1 = value; } }; struct RNGCryptoServiceProvider_t3397414743_StaticFields { public: // System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock RuntimeObject * ____lock_0; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(RNGCryptoServiceProvider_t3397414743_StaticFields, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((&____lock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RNGCRYPTOSERVICEPROVIDER_T3397414743_H #ifndef INVALIDCASTEXCEPTION_T3927145244_H #define INVALIDCASTEXCEPTION_T3927145244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidCastException struct InvalidCastException_t3927145244 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDCASTEXCEPTION_T3927145244_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef COMPAREOPTIONS_T4130014775_H #define COMPAREOPTIONS_T4130014775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareOptions struct CompareOptions_t4130014775 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompareOptions_t4130014775, ___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 // COMPAREOPTIONS_T4130014775_H #ifndef SPECIALFOLDER_T3871784040_H #define SPECIALFOLDER_T3871784040_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Environment/SpecialFolder struct SpecialFolder_t3871784040 { public: // System.Int32 System.Environment/SpecialFolder::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SpecialFolder_t3871784040, ___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 // SPECIALFOLDER_T3871784040_H #ifndef DAYOFWEEK_T3650621421_H #define DAYOFWEEK_T3650621421_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DayOfWeek struct DayOfWeek_t3650621421 { public: // System.Int32 System.DayOfWeek::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DayOfWeek_t3650621421, ___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 // DAYOFWEEK_T3650621421_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 NULLABLE_1_T2603721331_H #define NULLABLE_1_T2603721331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2603721331 { public: // T System.Nullable`1::value TimeSpan_t881159249 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2603721331, ___value_0)); } inline TimeSpan_t881159249 get_value_0() const { return ___value_0; } inline TimeSpan_t881159249 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(TimeSpan_t881159249 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2603721331, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2603721331_H #ifndef WHICH_T2943845661_H #define WHICH_T2943845661_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime/Which struct Which_t2943845661 { public: // System.Int32 System.DateTime/Which::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Which_t2943845661, ___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 // WHICH_T2943845661_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 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 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 DEBUGGERBROWSABLESTATE_T747501856_H #define DEBUGGERBROWSABLESTATE_T747501856_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DebuggerBrowsableState struct DebuggerBrowsableState_t747501856 { public: // System.Int32 System.Diagnostics.DebuggerBrowsableState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DebuggerBrowsableState_t747501856, ___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 // DEBUGGERBROWSABLESTATE_T747501856_H #ifndef DEBUGGINGMODES_T3662555298_H #define DEBUGGINGMODES_T3662555298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DebuggableAttribute/DebuggingModes struct DebuggingModes_t3662555298 { public: // System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DebuggingModes_t3662555298, ___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 // DEBUGGINGMODES_T3662555298_H #ifndef REMOTINGEXCEPTION_T2290474311_H #define REMOTINGEXCEPTION_T2290474311_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.RemotingException struct RemotingException_t2290474311 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTINGEXCEPTION_T2290474311_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 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 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 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 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 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 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 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 ENVIRONMENTPERMISSIONACCESS_T1745565475_H #define ENVIRONMENTPERMISSIONACCESS_T1745565475_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.EnvironmentPermissionAccess struct EnvironmentPermissionAccess_t1745565475 { public: // System.Int32 System.Security.Permissions.EnvironmentPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnvironmentPermissionAccess_t1745565475, ___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 // ENVIRONMENTPERMISSIONACCESS_T1745565475_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 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 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 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 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 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 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 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 GREGORIANCALENDARTYPES_T3815403233_H #define GREGORIANCALENDARTYPES_T3815403233_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.GregorianCalendarTypes struct GregorianCalendarTypes_t3815403233 { public: // System.Int32 System.Globalization.GregorianCalendarTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(GregorianCalendarTypes_t3815403233, ___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 // GREGORIANCALENDARTYPES_T3815403233_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 DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef 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 ENVIRONMENTPERMISSION_T1242010617_H #define ENVIRONMENTPERMISSION_T1242010617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.EnvironmentPermission struct EnvironmentPermission_t1242010617 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.PermissionState System.Security.Permissions.EnvironmentPermission::_state int32_t ____state_0; // System.Collections.ArrayList System.Security.Permissions.EnvironmentPermission::readList ArrayList_t2718874744 * ___readList_1; // System.Collections.ArrayList System.Security.Permissions.EnvironmentPermission::writeList ArrayList_t2718874744 * ___writeList_2; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ____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_readList_1() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ___readList_1)); } inline ArrayList_t2718874744 * get_readList_1() const { return ___readList_1; } inline ArrayList_t2718874744 ** get_address_of_readList_1() { return &___readList_1; } inline void set_readList_1(ArrayList_t2718874744 * value) { ___readList_1 = value; Il2CppCodeGenWriteBarrier((&___readList_1), value); } inline static int32_t get_offset_of_writeList_2() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ___writeList_2)); } inline ArrayList_t2718874744 * get_writeList_2() const { return ___writeList_2; } inline ArrayList_t2718874744 ** get_address_of_writeList_2() { return &___writeList_2; } inline void set_writeList_2(ArrayList_t2718874744 * value) { ___writeList_2 = value; Il2CppCodeGenWriteBarrier((&___writeList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENVIRONMENTPERMISSION_T1242010617_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 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 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 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 ENTRYPOINTNOTFOUNDEXCEPTION_T1356862416_H #define ENTRYPOINTNOTFOUNDEXCEPTION_T1356862416_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EntryPointNotFoundException struct EntryPointNotFoundException_t1356862416 : public TypeLoadException_t3707937253 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENTRYPOINTNOTFOUNDEXCEPTION_T1356862416_H #ifndef DLLNOTFOUNDEXCEPTION_T2721418633_H #define DLLNOTFOUNDEXCEPTION_T2721418633_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DllNotFoundException struct DllNotFoundException_t2721418633 : public TypeLoadException_t3707937253 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DLLNOTFOUNDEXCEPTION_T2721418633_H #ifndef DATETIMEFORMATINFO_T2405853701_H #define DATETIMEFORMATINFO_T2405853701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701 : public RuntimeObject { public: // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_10; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_11; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_12; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_13; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_14; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_15; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_16; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_17; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_18; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_19; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_20; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_21; // System.String System.Globalization.DateTimeFormatInfo::_RFC1123Pattern String_t* ____RFC1123Pattern_22; // System.String System.Globalization.DateTimeFormatInfo::_SortableDateTimePattern String_t* ____SortableDateTimePattern_23; // System.String System.Globalization.DateTimeFormatInfo::_UniversalSortableDateTimePattern String_t* ____UniversalSortableDateTimePattern_24; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_25; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t1661121569 * ___calendar_26; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_27; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_t1281789340* ___abbreviatedDayNames_28; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_t1281789340* ___dayNames_29; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_t1281789340* ___monthNames_30; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_t1281789340* ___abbreviatedMonthNames_31; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_t1281789340* ___allShortDatePatterns_32; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_t1281789340* ___allLongDatePatterns_33; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_t1281789340* ___allShortTimePatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_t1281789340* ___allLongTimePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::monthDayPatterns StringU5BU5D_t1281789340* ___monthDayPatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::yearMonthPatterns StringU5BU5D_t1281789340* ___yearMonthPatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::shortDayNames StringU5BU5D_t1281789340* ___shortDayNames_38; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_39; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_40; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_41; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_42; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_43; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_44; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_45; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_t1281789340* ___m_eraNames_46; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_t1281789340* ___m_abbrevEraNames_47; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_t1281789340* ___m_abbrevEnglishEraNames_48; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_t1281789340* ___m_dateWords_49; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t385246372* ___optionalCalendars_50; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_t1281789340* ___m_superShortDayNames_51; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_t1281789340* ___genitiveMonthNames_52; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_t1281789340* ___m_genitiveAbbreviatedMonthNames_53; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_t1281789340* ___leapYearMonthNames_54; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_55; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_56; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::all_date_time_patterns StringU5BU5D_t1281789340* ___all_date_time_patterns_57; public: inline static int32_t get_offset_of_m_isReadOnly_10() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_isReadOnly_10)); } inline bool get_m_isReadOnly_10() const { return ___m_isReadOnly_10; } inline bool* get_address_of_m_isReadOnly_10() { return &___m_isReadOnly_10; } inline void set_m_isReadOnly_10(bool value) { ___m_isReadOnly_10 = value; } inline static int32_t get_offset_of_amDesignator_11() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___amDesignator_11)); } inline String_t* get_amDesignator_11() const { return ___amDesignator_11; } inline String_t** get_address_of_amDesignator_11() { return &___amDesignator_11; } inline void set_amDesignator_11(String_t* value) { ___amDesignator_11 = value; Il2CppCodeGenWriteBarrier((&___amDesignator_11), value); } inline static int32_t get_offset_of_pmDesignator_12() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___pmDesignator_12)); } inline String_t* get_pmDesignator_12() const { return ___pmDesignator_12; } inline String_t** get_address_of_pmDesignator_12() { return &___pmDesignator_12; } inline void set_pmDesignator_12(String_t* value) { ___pmDesignator_12 = value; Il2CppCodeGenWriteBarrier((&___pmDesignator_12), value); } inline static int32_t get_offset_of_dateSeparator_13() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___dateSeparator_13)); } inline String_t* get_dateSeparator_13() const { return ___dateSeparator_13; } inline String_t** get_address_of_dateSeparator_13() { return &___dateSeparator_13; } inline void set_dateSeparator_13(String_t* value) { ___dateSeparator_13 = value; Il2CppCodeGenWriteBarrier((&___dateSeparator_13), value); } inline static int32_t get_offset_of_timeSeparator_14() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___timeSeparator_14)); } inline String_t* get_timeSeparator_14() const { return ___timeSeparator_14; } inline String_t** get_address_of_timeSeparator_14() { return &___timeSeparator_14; } inline void set_timeSeparator_14(String_t* value) { ___timeSeparator_14 = value; Il2CppCodeGenWriteBarrier((&___timeSeparator_14), value); } inline static int32_t get_offset_of_shortDatePattern_15() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortDatePattern_15)); } inline String_t* get_shortDatePattern_15() const { return ___shortDatePattern_15; } inline String_t** get_address_of_shortDatePattern_15() { return &___shortDatePattern_15; } inline void set_shortDatePattern_15(String_t* value) { ___shortDatePattern_15 = value; Il2CppCodeGenWriteBarrier((&___shortDatePattern_15), value); } inline static int32_t get_offset_of_longDatePattern_16() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___longDatePattern_16)); } inline String_t* get_longDatePattern_16() const { return ___longDatePattern_16; } inline String_t** get_address_of_longDatePattern_16() { return &___longDatePattern_16; } inline void set_longDatePattern_16(String_t* value) { ___longDatePattern_16 = value; Il2CppCodeGenWriteBarrier((&___longDatePattern_16), value); } inline static int32_t get_offset_of_shortTimePattern_17() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortTimePattern_17)); } inline String_t* get_shortTimePattern_17() const { return ___shortTimePattern_17; } inline String_t** get_address_of_shortTimePattern_17() { return &___shortTimePattern_17; } inline void set_shortTimePattern_17(String_t* value) { ___shortTimePattern_17 = value; Il2CppCodeGenWriteBarrier((&___shortTimePattern_17), value); } inline static int32_t get_offset_of_longTimePattern_18() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___longTimePattern_18)); } inline String_t* get_longTimePattern_18() const { return ___longTimePattern_18; } inline String_t** get_address_of_longTimePattern_18() { return &___longTimePattern_18; } inline void set_longTimePattern_18(String_t* value) { ___longTimePattern_18 = value; Il2CppCodeGenWriteBarrier((&___longTimePattern_18), value); } inline static int32_t get_offset_of_monthDayPattern_19() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthDayPattern_19)); } inline String_t* get_monthDayPattern_19() const { return ___monthDayPattern_19; } inline String_t** get_address_of_monthDayPattern_19() { return &___monthDayPattern_19; } inline void set_monthDayPattern_19(String_t* value) { ___monthDayPattern_19 = value; Il2CppCodeGenWriteBarrier((&___monthDayPattern_19), value); } inline static int32_t get_offset_of_yearMonthPattern_20() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___yearMonthPattern_20)); } inline String_t* get_yearMonthPattern_20() const { return ___yearMonthPattern_20; } inline String_t** get_address_of_yearMonthPattern_20() { return &___yearMonthPattern_20; } inline void set_yearMonthPattern_20(String_t* value) { ___yearMonthPattern_20 = value; Il2CppCodeGenWriteBarrier((&___yearMonthPattern_20), value); } inline static int32_t get_offset_of_fullDateTimePattern_21() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___fullDateTimePattern_21)); } inline String_t* get_fullDateTimePattern_21() const { return ___fullDateTimePattern_21; } inline String_t** get_address_of_fullDateTimePattern_21() { return &___fullDateTimePattern_21; } inline void set_fullDateTimePattern_21(String_t* value) { ___fullDateTimePattern_21 = value; Il2CppCodeGenWriteBarrier((&___fullDateTimePattern_21), value); } inline static int32_t get_offset_of__RFC1123Pattern_22() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____RFC1123Pattern_22)); } inline String_t* get__RFC1123Pattern_22() const { return ____RFC1123Pattern_22; } inline String_t** get_address_of__RFC1123Pattern_22() { return &____RFC1123Pattern_22; } inline void set__RFC1123Pattern_22(String_t* value) { ____RFC1123Pattern_22 = value; Il2CppCodeGenWriteBarrier((&____RFC1123Pattern_22), value); } inline static int32_t get_offset_of__SortableDateTimePattern_23() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____SortableDateTimePattern_23)); } inline String_t* get__SortableDateTimePattern_23() const { return ____SortableDateTimePattern_23; } inline String_t** get_address_of__SortableDateTimePattern_23() { return &____SortableDateTimePattern_23; } inline void set__SortableDateTimePattern_23(String_t* value) { ____SortableDateTimePattern_23 = value; Il2CppCodeGenWriteBarrier((&____SortableDateTimePattern_23), value); } inline static int32_t get_offset_of__UniversalSortableDateTimePattern_24() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____UniversalSortableDateTimePattern_24)); } inline String_t* get__UniversalSortableDateTimePattern_24() const { return ____UniversalSortableDateTimePattern_24; } inline String_t** get_address_of__UniversalSortableDateTimePattern_24() { return &____UniversalSortableDateTimePattern_24; } inline void set__UniversalSortableDateTimePattern_24(String_t* value) { ____UniversalSortableDateTimePattern_24 = value; Il2CppCodeGenWriteBarrier((&____UniversalSortableDateTimePattern_24), value); } inline static int32_t get_offset_of_firstDayOfWeek_25() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___firstDayOfWeek_25)); } inline int32_t get_firstDayOfWeek_25() const { return ___firstDayOfWeek_25; } inline int32_t* get_address_of_firstDayOfWeek_25() { return &___firstDayOfWeek_25; } inline void set_firstDayOfWeek_25(int32_t value) { ___firstDayOfWeek_25 = value; } inline static int32_t get_offset_of_calendar_26() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___calendar_26)); } inline Calendar_t1661121569 * get_calendar_26() const { return ___calendar_26; } inline Calendar_t1661121569 ** get_address_of_calendar_26() { return &___calendar_26; } inline void set_calendar_26(Calendar_t1661121569 * value) { ___calendar_26 = value; Il2CppCodeGenWriteBarrier((&___calendar_26), value); } inline static int32_t get_offset_of_calendarWeekRule_27() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___calendarWeekRule_27)); } inline int32_t get_calendarWeekRule_27() const { return ___calendarWeekRule_27; } inline int32_t* get_address_of_calendarWeekRule_27() { return &___calendarWeekRule_27; } inline void set_calendarWeekRule_27(int32_t value) { ___calendarWeekRule_27 = value; } inline static int32_t get_offset_of_abbreviatedDayNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___abbreviatedDayNames_28)); } inline StringU5BU5D_t1281789340* get_abbreviatedDayNames_28() const { return ___abbreviatedDayNames_28; } inline StringU5BU5D_t1281789340** get_address_of_abbreviatedDayNames_28() { return &___abbreviatedDayNames_28; } inline void set_abbreviatedDayNames_28(StringU5BU5D_t1281789340* value) { ___abbreviatedDayNames_28 = value; Il2CppCodeGenWriteBarrier((&___abbreviatedDayNames_28), value); } inline static int32_t get_offset_of_dayNames_29() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___dayNames_29)); } inline StringU5BU5D_t1281789340* get_dayNames_29() const { return ___dayNames_29; } inline StringU5BU5D_t1281789340** get_address_of_dayNames_29() { return &___dayNames_29; } inline void set_dayNames_29(StringU5BU5D_t1281789340* value) { ___dayNames_29 = value; Il2CppCodeGenWriteBarrier((&___dayNames_29), value); } inline static int32_t get_offset_of_monthNames_30() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthNames_30)); } inline StringU5BU5D_t1281789340* get_monthNames_30() const { return ___monthNames_30; } inline StringU5BU5D_t1281789340** get_address_of_monthNames_30() { return &___monthNames_30; } inline void set_monthNames_30(StringU5BU5D_t1281789340* value) { ___monthNames_30 = value; Il2CppCodeGenWriteBarrier((&___monthNames_30), value); } inline static int32_t get_offset_of_abbreviatedMonthNames_31() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___abbreviatedMonthNames_31)); } inline StringU5BU5D_t1281789340* get_abbreviatedMonthNames_31() const { return ___abbreviatedMonthNames_31; } inline StringU5BU5D_t1281789340** get_address_of_abbreviatedMonthNames_31() { return &___abbreviatedMonthNames_31; } inline void set_abbreviatedMonthNames_31(StringU5BU5D_t1281789340* value) { ___abbreviatedMonthNames_31 = value; Il2CppCodeGenWriteBarrier((&___abbreviatedMonthNames_31), value); } inline static int32_t get_offset_of_allShortDatePatterns_32() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allShortDatePatterns_32)); } inline StringU5BU5D_t1281789340* get_allShortDatePatterns_32() const { return ___allShortDatePatterns_32; } inline StringU5BU5D_t1281789340** get_address_of_allShortDatePatterns_32() { return &___allShortDatePatterns_32; } inline void set_allShortDatePatterns_32(StringU5BU5D_t1281789340* value) { ___allShortDatePatterns_32 = value; Il2CppCodeGenWriteBarrier((&___allShortDatePatterns_32), value); } inline static int32_t get_offset_of_allLongDatePatterns_33() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allLongDatePatterns_33)); } inline StringU5BU5D_t1281789340* get_allLongDatePatterns_33() const { return ___allLongDatePatterns_33; } inline StringU5BU5D_t1281789340** get_address_of_allLongDatePatterns_33() { return &___allLongDatePatterns_33; } inline void set_allLongDatePatterns_33(StringU5BU5D_t1281789340* value) { ___allLongDatePatterns_33 = value; Il2CppCodeGenWriteBarrier((&___allLongDatePatterns_33), value); } inline static int32_t get_offset_of_allShortTimePatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allShortTimePatterns_34)); } inline StringU5BU5D_t1281789340* get_allShortTimePatterns_34() const { return ___allShortTimePatterns_34; } inline StringU5BU5D_t1281789340** get_address_of_allShortTimePatterns_34() { return &___allShortTimePatterns_34; } inline void set_allShortTimePatterns_34(StringU5BU5D_t1281789340* value) { ___allShortTimePatterns_34 = value; Il2CppCodeGenWriteBarrier((&___allShortTimePatterns_34), value); } inline static int32_t get_offset_of_allLongTimePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allLongTimePatterns_35)); } inline StringU5BU5D_t1281789340* get_allLongTimePatterns_35() const { return ___allLongTimePatterns_35; } inline StringU5BU5D_t1281789340** get_address_of_allLongTimePatterns_35() { return &___allLongTimePatterns_35; } inline void set_allLongTimePatterns_35(StringU5BU5D_t1281789340* value) { ___allLongTimePatterns_35 = value; Il2CppCodeGenWriteBarrier((&___allLongTimePatterns_35), value); } inline static int32_t get_offset_of_monthDayPatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthDayPatterns_36)); } inline StringU5BU5D_t1281789340* get_monthDayPatterns_36() const { return ___monthDayPatterns_36; } inline StringU5BU5D_t1281789340** get_address_of_monthDayPatterns_36() { return &___monthDayPatterns_36; } inline void set_monthDayPatterns_36(StringU5BU5D_t1281789340* value) { ___monthDayPatterns_36 = value; Il2CppCodeGenWriteBarrier((&___monthDayPatterns_36), value); } inline static int32_t get_offset_of_yearMonthPatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___yearMonthPatterns_37)); } inline StringU5BU5D_t1281789340* get_yearMonthPatterns_37() const { return ___yearMonthPatterns_37; } inline StringU5BU5D_t1281789340** get_address_of_yearMonthPatterns_37() { return &___yearMonthPatterns_37; } inline void set_yearMonthPatterns_37(StringU5BU5D_t1281789340* value) { ___yearMonthPatterns_37 = value; Il2CppCodeGenWriteBarrier((&___yearMonthPatterns_37), value); } inline static int32_t get_offset_of_shortDayNames_38() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortDayNames_38)); } inline StringU5BU5D_t1281789340* get_shortDayNames_38() const { return ___shortDayNames_38; } inline StringU5BU5D_t1281789340** get_address_of_shortDayNames_38() { return &___shortDayNames_38; } inline void set_shortDayNames_38(StringU5BU5D_t1281789340* value) { ___shortDayNames_38 = value; Il2CppCodeGenWriteBarrier((&___shortDayNames_38), value); } inline static int32_t get_offset_of_nDataItem_39() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___nDataItem_39)); } inline int32_t get_nDataItem_39() const { return ___nDataItem_39; } inline int32_t* get_address_of_nDataItem_39() { return &___nDataItem_39; } inline void set_nDataItem_39(int32_t value) { ___nDataItem_39 = value; } inline static int32_t get_offset_of_m_useUserOverride_40() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_useUserOverride_40)); } inline bool get_m_useUserOverride_40() const { return ___m_useUserOverride_40; } inline bool* get_address_of_m_useUserOverride_40() { return &___m_useUserOverride_40; } inline void set_m_useUserOverride_40(bool value) { ___m_useUserOverride_40 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_41() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_isDefaultCalendar_41)); } inline bool get_m_isDefaultCalendar_41() const { return ___m_isDefaultCalendar_41; } inline bool* get_address_of_m_isDefaultCalendar_41() { return &___m_isDefaultCalendar_41; } inline void set_m_isDefaultCalendar_41(bool value) { ___m_isDefaultCalendar_41 = value; } inline static int32_t get_offset_of_CultureID_42() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___CultureID_42)); } inline int32_t get_CultureID_42() const { return ___CultureID_42; } inline int32_t* get_address_of_CultureID_42() { return &___CultureID_42; } inline void set_CultureID_42(int32_t value) { ___CultureID_42 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_43() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___bUseCalendarInfo_43)); } inline bool get_bUseCalendarInfo_43() const { return ___bUseCalendarInfo_43; } inline bool* get_address_of_bUseCalendarInfo_43() { return &___bUseCalendarInfo_43; } inline void set_bUseCalendarInfo_43(bool value) { ___bUseCalendarInfo_43 = value; } inline static int32_t get_offset_of_generalShortTimePattern_44() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___generalShortTimePattern_44)); } inline String_t* get_generalShortTimePattern_44() const { return ___generalShortTimePattern_44; } inline String_t** get_address_of_generalShortTimePattern_44() { return &___generalShortTimePattern_44; } inline void set_generalShortTimePattern_44(String_t* value) { ___generalShortTimePattern_44 = value; Il2CppCodeGenWriteBarrier((&___generalShortTimePattern_44), value); } inline static int32_t get_offset_of_generalLongTimePattern_45() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___generalLongTimePattern_45)); } inline String_t* get_generalLongTimePattern_45() const { return ___generalLongTimePattern_45; } inline String_t** get_address_of_generalLongTimePattern_45() { return &___generalLongTimePattern_45; } inline void set_generalLongTimePattern_45(String_t* value) { ___generalLongTimePattern_45 = value; Il2CppCodeGenWriteBarrier((&___generalLongTimePattern_45), value); } inline static int32_t get_offset_of_m_eraNames_46() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_eraNames_46)); } inline StringU5BU5D_t1281789340* get_m_eraNames_46() const { return ___m_eraNames_46; } inline StringU5BU5D_t1281789340** get_address_of_m_eraNames_46() { return &___m_eraNames_46; } inline void set_m_eraNames_46(StringU5BU5D_t1281789340* value) { ___m_eraNames_46 = value; Il2CppCodeGenWriteBarrier((&___m_eraNames_46), value); } inline static int32_t get_offset_of_m_abbrevEraNames_47() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_abbrevEraNames_47)); } inline StringU5BU5D_t1281789340* get_m_abbrevEraNames_47() const { return ___m_abbrevEraNames_47; } inline StringU5BU5D_t1281789340** get_address_of_m_abbrevEraNames_47() { return &___m_abbrevEraNames_47; } inline void set_m_abbrevEraNames_47(StringU5BU5D_t1281789340* value) { ___m_abbrevEraNames_47 = value; Il2CppCodeGenWriteBarrier((&___m_abbrevEraNames_47), value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_48() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_abbrevEnglishEraNames_48)); } inline StringU5BU5D_t1281789340* get_m_abbrevEnglishEraNames_48() const { return ___m_abbrevEnglishEraNames_48; } inline StringU5BU5D_t1281789340** get_address_of_m_abbrevEnglishEraNames_48() { return &___m_abbrevEnglishEraNames_48; } inline void set_m_abbrevEnglishEraNames_48(StringU5BU5D_t1281789340* value) { ___m_abbrevEnglishEraNames_48 = value; Il2CppCodeGenWriteBarrier((&___m_abbrevEnglishEraNames_48), value); } inline static int32_t get_offset_of_m_dateWords_49() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_dateWords_49)); } inline StringU5BU5D_t1281789340* get_m_dateWords_49() const { return ___m_dateWords_49; } inline StringU5BU5D_t1281789340** get_address_of_m_dateWords_49() { return &___m_dateWords_49; } inline void set_m_dateWords_49(StringU5BU5D_t1281789340* value) { ___m_dateWords_49 = value; Il2CppCodeGenWriteBarrier((&___m_dateWords_49), value); } inline static int32_t get_offset_of_optionalCalendars_50() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___optionalCalendars_50)); } inline Int32U5BU5D_t385246372* get_optionalCalendars_50() const { return ___optionalCalendars_50; } inline Int32U5BU5D_t385246372** get_address_of_optionalCalendars_50() { return &___optionalCalendars_50; } inline void set_optionalCalendars_50(Int32U5BU5D_t385246372* value) { ___optionalCalendars_50 = value; Il2CppCodeGenWriteBarrier((&___optionalCalendars_50), value); } inline static int32_t get_offset_of_m_superShortDayNames_51() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_superShortDayNames_51)); } inline StringU5BU5D_t1281789340* get_m_superShortDayNames_51() const { return ___m_superShortDayNames_51; } inline StringU5BU5D_t1281789340** get_address_of_m_superShortDayNames_51() { return &___m_superShortDayNames_51; } inline void set_m_superShortDayNames_51(StringU5BU5D_t1281789340* value) { ___m_superShortDayNames_51 = value; Il2CppCodeGenWriteBarrier((&___m_superShortDayNames_51), value); } inline static int32_t get_offset_of_genitiveMonthNames_52() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___genitiveMonthNames_52)); } inline StringU5BU5D_t1281789340* get_genitiveMonthNames_52() const { return ___genitiveMonthNames_52; } inline StringU5BU5D_t1281789340** get_address_of_genitiveMonthNames_52() { return &___genitiveMonthNames_52; } inline void set_genitiveMonthNames_52(StringU5BU5D_t1281789340* value) { ___genitiveMonthNames_52 = value; Il2CppCodeGenWriteBarrier((&___genitiveMonthNames_52), value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_53() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_genitiveAbbreviatedMonthNames_53)); } inline StringU5BU5D_t1281789340* get_m_genitiveAbbreviatedMonthNames_53() const { return ___m_genitiveAbbreviatedMonthNames_53; } inline StringU5BU5D_t1281789340** get_address_of_m_genitiveAbbreviatedMonthNames_53() { return &___m_genitiveAbbreviatedMonthNames_53; } inline void set_m_genitiveAbbreviatedMonthNames_53(StringU5BU5D_t1281789340* value) { ___m_genitiveAbbreviatedMonthNames_53 = value; Il2CppCodeGenWriteBarrier((&___m_genitiveAbbreviatedMonthNames_53), value); } inline static int32_t get_offset_of_leapYearMonthNames_54() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___leapYearMonthNames_54)); } inline StringU5BU5D_t1281789340* get_leapYearMonthNames_54() const { return ___leapYearMonthNames_54; } inline StringU5BU5D_t1281789340** get_address_of_leapYearMonthNames_54() { return &___leapYearMonthNames_54; } inline void set_leapYearMonthNames_54(StringU5BU5D_t1281789340* value) { ___leapYearMonthNames_54 = value; Il2CppCodeGenWriteBarrier((&___leapYearMonthNames_54), value); } inline static int32_t get_offset_of_formatFlags_55() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___formatFlags_55)); } inline int32_t get_formatFlags_55() const { return ___formatFlags_55; } inline int32_t* get_address_of_formatFlags_55() { return &___formatFlags_55; } inline void set_formatFlags_55(int32_t value) { ___formatFlags_55 = value; } inline static int32_t get_offset_of_m_name_56() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_name_56)); } inline String_t* get_m_name_56() const { return ___m_name_56; } inline String_t** get_address_of_m_name_56() { return &___m_name_56; } inline void set_m_name_56(String_t* value) { ___m_name_56 = value; Il2CppCodeGenWriteBarrier((&___m_name_56), value); } inline static int32_t get_offset_of_all_date_time_patterns_57() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___all_date_time_patterns_57)); } inline StringU5BU5D_t1281789340* get_all_date_time_patterns_57() const { return ___all_date_time_patterns_57; } inline StringU5BU5D_t1281789340** get_address_of_all_date_time_patterns_57() { return &___all_date_time_patterns_57; } inline void set_all_date_time_patterns_57(StringU5BU5D_t1281789340* value) { ___all_date_time_patterns_57 = value; Il2CppCodeGenWriteBarrier((&___all_date_time_patterns_57), value); } }; struct DateTimeFormatInfo_t2405853701_StaticFields { public: // System.String System.Globalization.DateTimeFormatInfo::MSG_READONLY String_t* ___MSG_READONLY_1; // System.String System.Globalization.DateTimeFormatInfo::MSG_ARRAYSIZE_MONTH String_t* ___MSG_ARRAYSIZE_MONTH_2; // System.String System.Globalization.DateTimeFormatInfo::MSG_ARRAYSIZE_DAY String_t* ___MSG_ARRAYSIZE_DAY_3; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_ABBREVIATED_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_ABBREVIATED_DAY_NAMES_4; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_DAY_NAMES_5; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_ABBREVIATED_MONTH_NAMES StringU5BU5D_t1281789340* ___INVARIANT_ABBREVIATED_MONTH_NAMES_6; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_MONTH_NAMES StringU5BU5D_t1281789340* ___INVARIANT_MONTH_NAMES_7; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_SHORT_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_SHORT_DAY_NAMES_8; // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::theInvariantDateTimeFormatInfo DateTimeFormatInfo_t2405853701 * ___theInvariantDateTimeFormatInfo_9; public: inline static int32_t get_offset_of_MSG_READONLY_1() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_READONLY_1)); } inline String_t* get_MSG_READONLY_1() const { return ___MSG_READONLY_1; } inline String_t** get_address_of_MSG_READONLY_1() { return &___MSG_READONLY_1; } inline void set_MSG_READONLY_1(String_t* value) { ___MSG_READONLY_1 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_1), value); } inline static int32_t get_offset_of_MSG_ARRAYSIZE_MONTH_2() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_ARRAYSIZE_MONTH_2)); } inline String_t* get_MSG_ARRAYSIZE_MONTH_2() const { return ___MSG_ARRAYSIZE_MONTH_2; } inline String_t** get_address_of_MSG_ARRAYSIZE_MONTH_2() { return &___MSG_ARRAYSIZE_MONTH_2; } inline void set_MSG_ARRAYSIZE_MONTH_2(String_t* value) { ___MSG_ARRAYSIZE_MONTH_2 = value; Il2CppCodeGenWriteBarrier((&___MSG_ARRAYSIZE_MONTH_2), value); } inline static int32_t get_offset_of_MSG_ARRAYSIZE_DAY_3() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_ARRAYSIZE_DAY_3)); } inline String_t* get_MSG_ARRAYSIZE_DAY_3() const { return ___MSG_ARRAYSIZE_DAY_3; } inline String_t** get_address_of_MSG_ARRAYSIZE_DAY_3() { return &___MSG_ARRAYSIZE_DAY_3; } inline void set_MSG_ARRAYSIZE_DAY_3(String_t* value) { ___MSG_ARRAYSIZE_DAY_3 = value; Il2CppCodeGenWriteBarrier((&___MSG_ARRAYSIZE_DAY_3), value); } inline static int32_t get_offset_of_INVARIANT_ABBREVIATED_DAY_NAMES_4() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_ABBREVIATED_DAY_NAMES_4)); } inline StringU5BU5D_t1281789340* get_INVARIANT_ABBREVIATED_DAY_NAMES_4() const { return ___INVARIANT_ABBREVIATED_DAY_NAMES_4; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_ABBREVIATED_DAY_NAMES_4() { return &___INVARIANT_ABBREVIATED_DAY_NAMES_4; } inline void set_INVARIANT_ABBREVIATED_DAY_NAMES_4(StringU5BU5D_t1281789340* value) { ___INVARIANT_ABBREVIATED_DAY_NAMES_4 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_ABBREVIATED_DAY_NAMES_4), value); } inline static int32_t get_offset_of_INVARIANT_DAY_NAMES_5() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_DAY_NAMES_5)); } inline StringU5BU5D_t1281789340* get_INVARIANT_DAY_NAMES_5() const { return ___INVARIANT_DAY_NAMES_5; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_DAY_NAMES_5() { return &___INVARIANT_DAY_NAMES_5; } inline void set_INVARIANT_DAY_NAMES_5(StringU5BU5D_t1281789340* value) { ___INVARIANT_DAY_NAMES_5 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_DAY_NAMES_5), value); } inline static int32_t get_offset_of_INVARIANT_ABBREVIATED_MONTH_NAMES_6() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_ABBREVIATED_MONTH_NAMES_6)); } inline StringU5BU5D_t1281789340* get_INVARIANT_ABBREVIATED_MONTH_NAMES_6() const { return ___INVARIANT_ABBREVIATED_MONTH_NAMES_6; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_ABBREVIATED_MONTH_NAMES_6() { return &___INVARIANT_ABBREVIATED_MONTH_NAMES_6; } inline void set_INVARIANT_ABBREVIATED_MONTH_NAMES_6(StringU5BU5D_t1281789340* value) { ___INVARIANT_ABBREVIATED_MONTH_NAMES_6 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_ABBREVIATED_MONTH_NAMES_6), value); } inline static int32_t get_offset_of_INVARIANT_MONTH_NAMES_7() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_MONTH_NAMES_7)); } inline StringU5BU5D_t1281789340* get_INVARIANT_MONTH_NAMES_7() const { return ___INVARIANT_MONTH_NAMES_7; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_MONTH_NAMES_7() { return &___INVARIANT_MONTH_NAMES_7; } inline void set_INVARIANT_MONTH_NAMES_7(StringU5BU5D_t1281789340* value) { ___INVARIANT_MONTH_NAMES_7 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_MONTH_NAMES_7), value); } inline static int32_t get_offset_of_INVARIANT_SHORT_DAY_NAMES_8() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_SHORT_DAY_NAMES_8)); } inline StringU5BU5D_t1281789340* get_INVARIANT_SHORT_DAY_NAMES_8() const { return ___INVARIANT_SHORT_DAY_NAMES_8; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_SHORT_DAY_NAMES_8() { return &___INVARIANT_SHORT_DAY_NAMES_8; } inline void set_INVARIANT_SHORT_DAY_NAMES_8(StringU5BU5D_t1281789340* value) { ___INVARIANT_SHORT_DAY_NAMES_8 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_SHORT_DAY_NAMES_8), value); } inline static int32_t get_offset_of_theInvariantDateTimeFormatInfo_9() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___theInvariantDateTimeFormatInfo_9)); } inline DateTimeFormatInfo_t2405853701 * get_theInvariantDateTimeFormatInfo_9() const { return ___theInvariantDateTimeFormatInfo_9; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_theInvariantDateTimeFormatInfo_9() { return &___theInvariantDateTimeFormatInfo_9; } inline void set_theInvariantDateTimeFormatInfo_9(DateTimeFormatInfo_t2405853701 * value) { ___theInvariantDateTimeFormatInfo_9 = value; Il2CppCodeGenWriteBarrier((&___theInvariantDateTimeFormatInfo_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEFORMATINFO_T2405853701_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 DEBUGGABLEATTRIBUTE_T886312066_H #define DEBUGGABLEATTRIBUTE_T886312066_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DebuggableAttribute struct DebuggableAttribute_t886312066 : public Attribute_t861562559 { public: // System.Boolean System.Diagnostics.DebuggableAttribute::JITTrackingEnabledFlag bool ___JITTrackingEnabledFlag_0; // System.Boolean System.Diagnostics.DebuggableAttribute::JITOptimizerDisabledFlag bool ___JITOptimizerDisabledFlag_1; // System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::debuggingModes int32_t ___debuggingModes_2; public: inline static int32_t get_offset_of_JITTrackingEnabledFlag_0() { return static_cast(offsetof(DebuggableAttribute_t886312066, ___JITTrackingEnabledFlag_0)); } inline bool get_JITTrackingEnabledFlag_0() const { return ___JITTrackingEnabledFlag_0; } inline bool* get_address_of_JITTrackingEnabledFlag_0() { return &___JITTrackingEnabledFlag_0; } inline void set_JITTrackingEnabledFlag_0(bool value) { ___JITTrackingEnabledFlag_0 = value; } inline static int32_t get_offset_of_JITOptimizerDisabledFlag_1() { return static_cast(offsetof(DebuggableAttribute_t886312066, ___JITOptimizerDisabledFlag_1)); } inline bool get_JITOptimizerDisabledFlag_1() const { return ___JITOptimizerDisabledFlag_1; } inline bool* get_address_of_JITOptimizerDisabledFlag_1() { return &___JITOptimizerDisabledFlag_1; } inline void set_JITOptimizerDisabledFlag_1(bool value) { ___JITOptimizerDisabledFlag_1 = value; } inline static int32_t get_offset_of_debuggingModes_2() { return static_cast(offsetof(DebuggableAttribute_t886312066, ___debuggingModes_2)); } inline int32_t get_debuggingModes_2() const { return ___debuggingModes_2; } inline int32_t* get_address_of_debuggingModes_2() { return &___debuggingModes_2; } inline void set_debuggingModes_2(int32_t value) { ___debuggingModes_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEBUGGABLEATTRIBUTE_T886312066_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 GREGORIANCALENDAR_T2054525052_H #define GREGORIANCALENDAR_T2054525052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.GregorianCalendar struct GregorianCalendar_t2054525052 : public Calendar_t1661121569 { public: // System.Globalization.GregorianCalendarTypes System.Globalization.GregorianCalendar::m_type int32_t ___m_type_4; public: inline static int32_t get_offset_of_m_type_4() { return static_cast(offsetof(GregorianCalendar_t2054525052, ___m_type_4)); } inline int32_t get_m_type_4() const { return ___m_type_4; } inline int32_t* get_address_of_m_type_4() { return &___m_type_4; } inline void set_m_type_4(int32_t value) { ___m_type_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GREGORIANCALENDAR_T2054525052_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 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 SORTKEY_T3955336732_H #define SORTKEY_T3955336732_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.SortKey struct SortKey_t3955336732 : public RuntimeObject { public: // System.String System.Globalization.SortKey::source String_t* ___source_0; // System.Globalization.CompareOptions System.Globalization.SortKey::options int32_t ___options_1; // System.Byte[] System.Globalization.SortKey::key ByteU5BU5D_t4116647657* ___key_2; // System.Int32 System.Globalization.SortKey::lcid int32_t ___lcid_3; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(SortKey_t3955336732, ___source_0)); } inline String_t* get_source_0() const { return ___source_0; } inline String_t** get_address_of_source_0() { return &___source_0; } inline void set_source_0(String_t* value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((&___source_0), value); } inline static int32_t get_offset_of_options_1() { return static_cast(offsetof(SortKey_t3955336732, ___options_1)); } inline int32_t get_options_1() const { return ___options_1; } inline int32_t* get_address_of_options_1() { return &___options_1; } inline void set_options_1(int32_t value) { ___options_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(SortKey_t3955336732, ___key_2)); } inline ByteU5BU5D_t4116647657* get_key_2() const { return ___key_2; } inline ByteU5BU5D_t4116647657** get_address_of_key_2() { return &___key_2; } inline void set_key_2(ByteU5BU5D_t4116647657* value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((&___key_2), value); } inline static int32_t get_offset_of_lcid_3() { return static_cast(offsetof(SortKey_t3955336732, ___lcid_3)); } inline int32_t get_lcid_3() const { return ___lcid_3; } inline int32_t* get_address_of_lcid_3() { return &___lcid_3; } inline void set_lcid_3(int32_t value) { ___lcid_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTKEY_T3955336732_H #ifndef DIVIDEBYZEROEXCEPTION_T1856388118_H #define DIVIDEBYZEROEXCEPTION_T1856388118_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DivideByZeroException struct DivideByZeroException_t1856388118 : public ArithmeticException_t4283546778 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIVIDEBYZEROEXCEPTION_T1856388118_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 FIELDACCESSEXCEPTION_T238379456_H #define FIELDACCESSEXCEPTION_T238379456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FieldAccessException struct FieldAccessException_t238379456 : public MemberAccessException_t1734467078 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDACCESSEXCEPTION_T238379456_H #ifndef DEBUGGERBROWSABLEATTRIBUTE_T1026244177_H #define DEBUGGERBROWSABLEATTRIBUTE_T1026244177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DebuggerBrowsableAttribute struct DebuggerBrowsableAttribute_t1026244177 : public Attribute_t861562559 { public: // System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerBrowsableAttribute::state int32_t ___state_0; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(DebuggerBrowsableAttribute_t1026244177, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEBUGGERBROWSABLEATTRIBUTE_T1026244177_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 DATETIMEOFFSET_T3229287507_H #define DATETIMEOFFSET_T3229287507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeOffset struct DateTimeOffset_t3229287507 { public: // System.DateTime System.DateTimeOffset::dt DateTime_t3738529785 ___dt_2; // System.TimeSpan System.DateTimeOffset::utc_offset TimeSpan_t881159249 ___utc_offset_3; public: inline static int32_t get_offset_of_dt_2() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___dt_2)); } inline DateTime_t3738529785 get_dt_2() const { return ___dt_2; } inline DateTime_t3738529785 * get_address_of_dt_2() { return &___dt_2; } inline void set_dt_2(DateTime_t3738529785 value) { ___dt_2 = value; } inline static int32_t get_offset_of_utc_offset_3() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___utc_offset_3)); } inline TimeSpan_t881159249 get_utc_offset_3() const { return ___utc_offset_3; } inline TimeSpan_t881159249 * get_address_of_utc_offset_3() { return &___utc_offset_3; } inline void set_utc_offset_3(TimeSpan_t881159249 value) { ___utc_offset_3 = value; } }; struct DateTimeOffset_t3229287507_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t3229287507 ___MaxValue_0; // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t3229287507 ___MinValue_1; public: inline static int32_t get_offset_of_MaxValue_0() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MaxValue_0)); } inline DateTimeOffset_t3229287507 get_MaxValue_0() const { return ___MaxValue_0; } inline DateTimeOffset_t3229287507 * get_address_of_MaxValue_0() { return &___MaxValue_0; } inline void set_MaxValue_0(DateTimeOffset_t3229287507 value) { ___MaxValue_0 = value; } inline static int32_t get_offset_of_MinValue_1() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MinValue_1)); } inline DateTimeOffset_t3229287507 get_MinValue_1() const { return ___MinValue_1; } inline DateTimeOffset_t3229287507 * get_address_of_MinValue_1() { return &___MinValue_1; } inline void set_MinValue_1(DateTimeOffset_t3229287507 value) { ___MinValue_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEOFFSET_T3229287507_H #ifndef EVENTHANDLER_T1348719766_H #define EVENTHANDLER_T1348719766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventHandler struct EventHandler_t1348719766 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTHANDLER_T1348719766_H #ifndef DAYLIGHTTIME_T2582425773_H #define DAYLIGHTTIME_T2582425773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DaylightTime struct DaylightTime_t2582425773 : public RuntimeObject { public: // System.DateTime System.Globalization.DaylightTime::m_start DateTime_t3738529785 ___m_start_0; // System.DateTime System.Globalization.DaylightTime::m_end DateTime_t3738529785 ___m_end_1; // System.TimeSpan System.Globalization.DaylightTime::m_delta TimeSpan_t881159249 ___m_delta_2; public: inline static int32_t get_offset_of_m_start_0() { return static_cast(offsetof(DaylightTime_t2582425773, ___m_start_0)); } inline DateTime_t3738529785 get_m_start_0() const { return ___m_start_0; } inline DateTime_t3738529785 * get_address_of_m_start_0() { return &___m_start_0; } inline void set_m_start_0(DateTime_t3738529785 value) { ___m_start_0 = value; } inline static int32_t get_offset_of_m_end_1() { return static_cast(offsetof(DaylightTime_t2582425773, ___m_end_1)); } inline DateTime_t3738529785 get_m_end_1() const { return ___m_end_1; } inline DateTime_t3738529785 * get_address_of_m_end_1() { return &___m_end_1; } inline void set_m_end_1(DateTime_t3738529785 value) { ___m_end_1 = value; } inline static int32_t get_offset_of_m_delta_2() { return static_cast(offsetof(DaylightTime_t2582425773, ___m_delta_2)); } inline TimeSpan_t881159249 get_m_delta_2() const { return ___m_delta_2; } inline TimeSpan_t881159249 * get_address_of_m_delta_2() { return &___m_delta_2; } inline void set_m_delta_2(TimeSpan_t881159249 value) { ___m_delta_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DAYLIGHTTIME_T2582425773_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H // 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.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.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.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.Type[] struct TypeU5BU5D_t3940880105 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.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.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.Diagnostics.StackFrame[] struct StackFrameU5BU5D_t1997726418 : public RuntimeArray { public: ALIGN_FIELD (8) StackFrame_t3217253059 * m_Items[1]; public: inline StackFrame_t3217253059 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StackFrame_t3217253059 ** 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, StackFrame_t3217253059 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline StackFrame_t3217253059 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StackFrame_t3217253059 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StackFrame_t3217253059 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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.UInt16[] struct UInt16U5BU5D_t3326319531 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_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, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_t2770800703 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t1659327989 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_t3686840178 : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_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, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.SByte[] struct SByteU5BU5D_t2651576203 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_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, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_t2559172825 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.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.IntPtr[] struct IntPtrU5BU5D_t4013366056 : public RuntimeArray { public: ALIGN_FIELD (8) intptr_t m_Items[1]; public: inline intptr_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline intptr_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, intptr_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline intptr_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline intptr_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, intptr_t value) { m_Items[index] = value; } }; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t377611285 : public RuntimeArray { public: ALIGN_FIELD (8) CultureInfo_t4157843068 * m_Items[1]; public: inline CultureInfo_t4157843068 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CultureInfo_t4157843068 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CultureInfo_t4157843068 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline CultureInfo_t4157843068 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CultureInfo_t4157843068 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CultureInfo_t4157843068 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076 : public RuntimeArray { public: ALIGN_FIELD (8) Calendar_t1661121569 * m_Items[1]; public: inline Calendar_t1661121569 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Calendar_t1661121569 ** 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, Calendar_t1661121569 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Calendar_t1661121569 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Calendar_t1661121569 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Calendar_t1661121569 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Nullable`1::.ctor(T) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3314784284_gshared (Nullable_1_t2603721331 * __this, TimeSpan_t881159249 p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1210311128_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method); // T System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 Nullable_1_get_Value_m1801617894_gshared (Nullable_1_t2603721331 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.DateTimeKind System.DateTime::get_Kind() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m2154871796 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.TimeZone System.TimeZone::get_CurrentTimeZone() extern "C" IL2CPP_METHOD_ATTR TimeZone_t2038656743 * TimeZone_get_CurrentTimeZone_m2520313554 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.DateTime System.DateTimeOffset::get_UtcDateTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTimeOffset_get_UtcDateTime_m1021718282 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m2497205152 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___t10, DateTime_t3738529785 ___t21, const RuntimeMethod* method); // System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_m3768590082 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___t10, DateTime_t3738529785 ___t21, 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.DateTimeOffset::.ctor(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m2084804982 (DateTimeOffset_t3229287507 * __this, DateTime_t3738529785 ___dateTime0, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_Inequality(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_Inequality_m2467851530 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 ___t10, TimeSpan_t881159249 ___t21, 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.Int64 System.TimeSpan::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m2137362016 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_m3689759052 (TimeSpan_t881159249 * __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_LessThan(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThan_m1594498345 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 ___t10, TimeSpan_t881159249 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m734703194 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 ___t10, TimeSpan_t881159249 ___t21, const RuntimeMethod* method); // System.Void System.DateTimeOffset::.ctor(System.DateTime,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m74032857 (DateTimeOffset_t3229287507 * __this, DateTime_t3738529785 ___dateTime0, TimeSpan_t881159249 ___offset1, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m516789325 (DateTime_t3738529785 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Void System.DateTimeOffset::.ctor(System.Int64,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m1464148220 (DateTimeOffset_t3229287507 * __this, int64_t ___ticks0, TimeSpan_t881159249 ___offset1, 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.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.Int16 System.Runtime.Serialization.SerializationInfo::GetInt16(System.String) extern "C" IL2CPP_METHOD_ATTR int16_t SerializationInfo_GetInt16_m3858430398 (SerializationInfo_t950877179 * __this, String_t* ___name0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMinutes(System.Double) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 TimeSpan_FromMinutes_m1032812593 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.DateTime System.DateTime::Add(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Add_m2995894549 (DateTime_t3738529785 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method); // System.Void System.DateTimeOffset::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m2611141592 (DateTimeOffset_t3229287507 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::CompareTo(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_CompareTo_m1350732322 (DateTimeOffset_t3229287507 * __this, DateTimeOffset_t3229287507 ___other0, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::System.IComparable.CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_System_IComparable_CompareTo_m176229495 (DateTimeOffset_t3229287507 * __this, RuntimeObject * ___obj0, 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.Int64 System.DateTime::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m1550640881 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::Subtract(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Subtract_m3522513701 (DateTime_t3738529785 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.DateTime) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1927057880 (SerializationInfo_t950877179 * __this, String_t* ___name0, DateTime_t3738529785 ___value1, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalMinutes() extern "C" IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMinutes_m3920401708 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int16) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2780248522 (SerializationInfo_t950877179 * __this, String_t* ___name0, int16_t ___value1, const RuntimeMethod* method); // System.Void System.DateTimeOffset::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m738492442 (DateTimeOffset_t3229287507 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.DateTimeOffset::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m592821093 (DateTimeOffset_t3229287507 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method); // System.Int32 System.DateTime::CompareTo(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m3889078633 (DateTime_t3738529785 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m1022058599 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___d10, DateTime_t3738529785 ___d21, const RuntimeMethod* method); // System.Boolean System.DateTimeOffset::Equals(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m605268013 (DateTimeOffset_t3229287507 * __this, DateTimeOffset_t3229287507 ___other0, const RuntimeMethod* method); // System.Boolean System.DateTimeOffset::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m3030958070 (DateTimeOffset_t3229287507 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.DateTime::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_GetHashCode_m2261847002 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_GetHashCode_m1939414618 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_GetHashCode_m2209105223 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m3985341516 (DateTimeOffset_t3229287507 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.String System.DateTimeOffset::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m3536563014 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetInstance(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * DateTimeFormatInfo_GetInstance_m684998497 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___provider0, 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.String System.Globalization.DateTimeFormatInfo::get_ShortDatePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortDatePattern_m2502330401 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_LongTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_LongTimePattern_m1595254249 (DateTimeFormatInfo_t2405853701 * __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.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.DateTimeUtils::GetStandardPattern(System.Char,System.Globalization.DateTimeFormatInfo,System.Boolean&,System.Boolean&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeUtils_GetStandardPattern_m813010822 (RuntimeObject * __this /* static, unused */, Il2CppChar ___format0, DateTimeFormatInfo_t2405853701 * ___dfi1, bool* ___useutc2, bool* ___use_invariant3, bool ___date_time_offset4, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) #define Nullable_1__ctor_m3314784284(__this, p0, method) (( void (*) (Nullable_1_t2603721331 *, TimeSpan_t881159249 , const RuntimeMethod*))Nullable_1__ctor_m3314784284_gshared)(__this, p0, method) // System.String System.DateTimeUtils::ToString(System.DateTime,System.Nullable`1,System.String,System.Globalization.DateTimeFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeUtils_ToString_m1782212840 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___dt0, Nullable_1_t2603721331 ___utc_offset1, String_t* ___format2, DateTimeFormatInfo_t2405853701 * ___dfi3, const RuntimeMethod* method); // System.DateTime System.DateTimeOffset::get_DateTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTimeOffset_get_DateTime_m620985777 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.TimeSpan System.DateTimeOffset::get_Offset() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTimeOffset_get_Offset_m2040541042 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_SpecifyKind_m3332658812 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___value0, int32_t ___kind1, const RuntimeMethod* method); // System.DateTime System.DateTime::op_Subtraction(System.DateTime,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_op_Subtraction_m529926081 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___d0, TimeSpan_t881159249 ___t1, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m3400201881 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_LongDatePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_LongDatePattern_m2180875608 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_ShortTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortTimePattern_m453440268 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_FullDateTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_FullDateTimePattern_m2611794812 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_MonthDayPattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_MonthDayPattern_m4068069839 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_RoundtripPattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_RoundtripPattern_m796050488 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_RFC1123Pattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_RFC1123Pattern_m1428703602 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_SortableDateTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_SortableDateTimePattern_m1596151441 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_UniversalSortableDateTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_UniversalSortableDateTimePattern_m205892812 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_YearMonthPattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_YearMonthPattern_m2258041482 (DateTimeFormatInfo_t2405853701 * __this, 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.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo() extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * DateTimeFormatInfo_get_InvariantInfo_m2329875772 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.DateTimeUtils::CountRepeat(System.String,System.Int32,System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeUtils_CountRepeat_m3396693018 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, int32_t ___p1, Il2CppChar ___c2, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Hour() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m4153505178 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Void System.DateTimeUtils::ZeroPad(System.Text.StringBuilder,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTimeUtils_ZeroPad_m1132893640 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___output0, int32_t ___digits1, int32_t ___len2, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Minute() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m87527789 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Second() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_m2686182256 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void 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.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.String System.Globalization.DateTimeFormatInfo::get_AMDesignator() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_AMDesignator_m1610196743 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_PMDesignator() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_PMDesignator_m1609519124 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1210311128(__this, method) (( bool (*) (Nullable_1_t2603721331 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1210311128_gshared)(__this, method) // T System.Nullable`1::get_Value() #define Nullable_1_get_Value_m1801617894(__this, method) (( TimeSpan_t881159249 (*) (Nullable_1_t2603721331 *, const RuntimeMethod*))Nullable_1_get_Value_m1801617894_gshared)(__this, method) // System.Int32 System.TimeSpan::get_Hours() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_m550761902 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m890240332 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m372259452 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Minutes() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_m4278980001 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::get_Calendar() extern "C" IL2CPP_METHOD_ATTR Calendar_t1661121569 * DateTimeFormatInfo_get_Calendar_m2815249551 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedDayName(System.DayOfWeek) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedDayName_m1307320526 (DateTimeFormatInfo_t2405853701 * __this, int32_t ___dayofweek0, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::GetDayName(System.DayOfWeek) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetDayName_m2279787668 (DateTimeFormatInfo_t2405853701 * __this, int32_t ___dayofweek0, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedMonthName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedMonthName_m364480624 (DateTimeFormatInfo_t2405853701 * __this, int32_t ___month0, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::GetMonthName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetMonthName_m2034512315 (DateTimeFormatInfo_t2405853701 * __this, int32_t ___month0, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::GetEraName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetEraName_m3151483707 (DateTimeFormatInfo_t2405853701 * __this, int32_t ___era0, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_TimeSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_TimeSeparator_m1179730581 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_DateSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateSeparator_m3346695364 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.Int32 System.DateTimeUtils::ParseQuotedString(System.String,System.Int32,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeUtils_ParseQuotedString_m2573610321 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, int32_t ___pos1, StringBuilder_t * ___output2, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __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.Void System.DBNull::.ctor() extern "C" IL2CPP_METHOD_ATTR void DBNull__ctor_m3264522145 (DBNull_t3725197148 * __this, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m1807554410 (InvalidCastException_t3927145244 * __this, const RuntimeMethod* method); // System.Void System.UnitySerializationHolder::GetDBNullData(System.DBNull,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetDBNullData_m714211970 (RuntimeObject * __this /* static, unused */, DBNull_t3725197148 * ___instance0, SerializationInfo_t950877179 * ___info1, StreamingContext_t3711869237 ___ctx2, 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.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m3650533794 (Decimal_t2948259380 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m1256289983 (Decimal_t2948259380 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m572982025 (Decimal_t2948259380 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m450048609 (Decimal_t2948259380 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m593929528 (Decimal_t2948259380 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Single::IsNaN(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsNaN_m4024467661 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method); // System.Boolean System.Single::IsNegativeInfinity(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_m1556741963 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method); // System.Boolean System.Single::IsPositiveInfinity(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_m1411272350 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method); // System.String Locale::GetText(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m1601577974 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m694321376 (OverflowException_t2020128637 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Single::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3107811250 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Parse_m942471224 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Single) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m1925875020 (Decimal_t2948259380 * __this, float ___value0, const RuntimeMethod* method); // System.Boolean System.Double::IsNaN(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsNaN_m649024406 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method); // System.Boolean System.Double::IsNegativeInfinity(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_m538614603 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method); // System.Boolean System.Double::IsPositiveInfinity(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m1245619811 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method); // System.String System.Double::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m3828879243 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Double) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m1842485920 (Decimal_t2948259380 * __this, double ___value0, const RuntimeMethod* method); // System.Object System.Convert::ToType(System.Object,System.Type,System.IFormatProvider,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ToType_m2406080310 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, bool ___try_target_to_type3, const RuntimeMethod* method); // System.Object System.Decimal::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Decimal_System_IConvertible_ToType_m2919262279 (Decimal_t2948259380 * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2694598181 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Boolean System.Decimal::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Decimal_System_IConvertible_ToBoolean_m1123794670 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m4214436835 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Byte System.Decimal::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Decimal_System_IConvertible_ToByte_m1059182322 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Decimal::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Decimal_System_IConvertible_ToChar_m2248324273 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Decimal::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Decimal_System_IConvertible_ToDateTime_m106179626 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Decimal::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_System_IConvertible_ToDecimal_m2403239382 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Decimal) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m1177445661 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Double System.Decimal::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Decimal_System_IConvertible_ToDouble_m3125524987 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m2763665794 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Int16 System.Decimal::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Decimal_System_IConvertible_ToInt16_m1574696763 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m3048308591 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Int32 System.Decimal::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_System_IConvertible_ToInt32_m1488426794 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m4082637156 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Int64 System.Decimal::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Decimal_System_IConvertible_ToInt64_m1446427516 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2991657475 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.SByte System.Decimal::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Decimal_System_IConvertible_ToSByte_m1299038473 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Decimal) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m1389817074 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Single System.Decimal::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Decimal_System_IConvertible_ToSingle_m1019108991 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m867476252 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.UInt16 System.Decimal::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Decimal_System_IConvertible_ToUInt16_m1185974300 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m3622072499 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.UInt32 System.Decimal::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Decimal_System_IConvertible_ToUInt32_m4224836830 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m92315402 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.UInt64 System.Decimal::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Decimal_System_IConvertible_ToUInt64_m1323635232 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Decimal::decimalIncr(System.Decimal&,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimalIncr_m1887017143 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___d10, Decimal_t2948259380 * ___d21, 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.Int32 System.Decimal::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_GetHashCode_m2838600885 (Decimal_t2948259380 * __this, const RuntimeMethod* method); // System.Void System.Decimal::decimalFloorAndTrunc(System.Decimal&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Decimal_decimalFloorAndTrunc_m3496207836 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, int32_t ___floorFlag1, const RuntimeMethod* method); // System.Int32 System.Decimal::decimal2UInt64(System.Decimal&,System.UInt64&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimal2UInt64_m3460477816 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, uint64_t* ___result1, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor() extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m4029085969 (OverflowException_t2020128637 * __this, const RuntimeMethod* method); // System.Int32 System.Decimal::decimal2Int64(System.Decimal&,System.Int64&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimal2Int64_m2102545213 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, int64_t* ___result1, const RuntimeMethod* method); // System.Int32 System.Decimal::Compare(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_Compare_m3062820418 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Boolean System.Decimal::Equals(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_Equals_m3759456653 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Boolean System.Decimal::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Decimal_Equals_m2592017260 (Decimal_t2948259380 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Decimal::IsZero() extern "C" IL2CPP_METHOD_ATTR bool Decimal_IsZero_m4250358244 (Decimal_t2948259380 * __this, const RuntimeMethod* method); // System.Int32 System.Decimal::decimalMult(System.Decimal&,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimalMult_m3812462972 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___pd10, Decimal_t2948259380 * ___pd21, const RuntimeMethod* method); // System.Void System.DivideByZeroException::.ctor() extern "C" IL2CPP_METHOD_ATTR void DivideByZeroException__ctor_m3496959969 (DivideByZeroException_t1856388118 * __this, const RuntimeMethod* method); // System.Int32 System.Decimal::decimalDiv(System.Decimal&,System.Decimal&,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimalDiv_m3235226503 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___pc0, Decimal_t2948259380 * ___pa1, Decimal_t2948259380 * ___pb2, const RuntimeMethod* method); // System.Int32 System.Decimal::decimalCompare(System.Decimal&,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimalCompare_m3796132203 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___d10, Decimal_t2948259380 * ___d21, const RuntimeMethod* method); // System.Int32 System.Decimal::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_m3345610437 (Decimal_t2948259380 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.Decimal::CompareTo(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_m3502307243 (Decimal_t2948259380 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Boolean System.Decimal::Equals(System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_Equals_m2486655999 (Decimal_t2948259380 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_CurrencySymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_m5935691 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m562998446 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_CurrencyDecimalSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyDecimalSeparator_m2685056987 (NumberFormatInfo_t435877138 * __this, 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.String System.Globalization.NumberFormatInfo::get_CurrencyGroupSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyGroupSeparator_m1514324779 (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.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m3646673943 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, 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.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2410372598 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, 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.Void System.Decimal::ThrowAtPos(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Decimal_ThrowAtPos_m1170269346 (RuntimeObject * __this /* static, unused */, int32_t ___pos0, const RuntimeMethod* method); // System.Char System.Char::ToUpperInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpperInvariant_m3658711221 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Decimal::ThrowInvalidExp() extern "C" IL2CPP_METHOD_ATTR void Decimal_ThrowInvalidExp_m818482357 (RuntimeObject * __this /* static, unused */, 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.Boolean System.Decimal::PerformParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Decimal_PerformParse_m1679987175 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, Decimal_t2948259380 * ___res3, bool ___throwex4, 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.String System.Decimal::stripStyles(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int32&,System.Boolean&,System.Boolean&,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_stripStyles_m1823381019 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, NumberFormatInfo_t435877138 * ___nfi2, int32_t* ___decPos3, bool* ___isNegative4, bool* ___expFlag5, int32_t* ___exp6, bool ___throwex7, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.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.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.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.String System.String::PadRight(System.Int32,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_PadRight_m50345030 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m2818852475 (String_t* __this, CharU5BU5D_t3528271667* ___val0, const RuntimeMethod* method); // System.Int32 System.Decimal::string2decimal(System.Decimal&,System.String,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_string2decimal_m207208267 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, String_t* ___sDigits1, uint32_t ___decPos2, int32_t ___sign3, const RuntimeMethod* method); // System.Int32 System.Decimal::decimalSetExponent(System.Decimal&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimalSetExponent_m3707787243 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, int32_t ___exp1, const RuntimeMethod* method); // 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); // System.String System.Decimal::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m14270257 (Decimal_t2948259380 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Decimal::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m4018746482 (Decimal_t2948259380 * __this, const RuntimeMethod* method); // System.String System.Decimal::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m3653216873 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Decimal::Add(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Add_m114360190 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Decimal System.Decimal::Subtract(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Subtract_m835601464 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Decimal System.Decimal::Multiply(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Multiply_m462893147 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Decimal System.Decimal::Divide(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Divide_m3489391442 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.UInt64 System.Decimal::u64(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint64_t Decimal_u64_m3374804932 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Int64 System.Decimal::s64(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int64_t Decimal_s64_m309158181 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Double System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR double Decimal_op_Explicit_m2816896069 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Double System.Decimal::decimal2double(System.Decimal&) extern "C" IL2CPP_METHOD_ATTR double Decimal_decimal2double_m2573538823 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m3063970704 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void System.RuntimeMethodHandle::.ctor(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m2229201676 (RuntimeMethodHandle_t1133924984 * __this, intptr_t ___v0, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleNoGenericCheck(System.RuntimeMethodHandle) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleNoGenericCheck_m1262206995 (RuntimeObject * __this /* static, unused */, RuntimeMethodHandle_t1133924984 ___handle0, 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.Reflection.MethodInfo System.Type::GetMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2019726356 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Delegate::return_type_match(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Delegate_return_type_match_m2309328069 (RuntimeObject * __this /* static, unused */, Type_t * ___delReturnType0, Type_t * ___returnType1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_m2399864271 (MethodBase_t * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Delegate::arg_type_match(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Delegate_arg_type_match_m870692501 (RuntimeObject * __this /* static, unused */, Type_t * ___delArgType0, Type_t * ___argType1, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate_internal(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_internal_m2845516975 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___target1, MethodInfo_t * ___info2, bool ___throwOnBindFailure3, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m2386636647 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, bool ___throwOnBindFailure3, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m1051651521 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, MethodInfo_t * ___method1, bool ___throwOnBindFailure2, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m4052969428 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, bool ___ignoreCase3, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m637078096 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Delegate::GetCandidateMethod(System.Type,System.Type,System.String,System.Reflection.BindingFlags,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_GetCandidateMethod_m640765260 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___target1, String_t* ___method2, int32_t ___bflags3, bool ___ignoreCase4, bool ___throwOnBindFailure5, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m466794306 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___target1, String_t* ___method2, bool ___ignoreCase3, bool ___throwOnBindFailure4, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m819160572 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, bool ___ignoreCase3, bool ___throwOnBindFailure4, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __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.Int32 System.IntPtr::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m3588219647 (intptr_t* __this, const RuntimeMethod* method); // System.Void System.DelegateSerializationHolder::GetDelegateData(System.Delegate,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DelegateSerializationHolder_GetDelegateData_m2109044103 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___instance0, SerializationInfo_t950877179 * ___info1, StreamingContext_t3711869237 ___ctx2, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___a0, Delegate_t1188392813 * ___b1, const RuntimeMethod* method); // System.Void System.MulticastNotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MulticastNotSupportedException__ctor_m663960493 (MulticastNotSupportedException_t3095221246 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Delegate System.DelegateSerializationHolder/DelegateEntry::DeserializeDelegate(System.Runtime.Serialization.SerializationInfo) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * DelegateEntry_DeserializeDelegate_m691980016 (DelegateEntry_t1019584161 * __this, SerializationInfo_t950877179 * ___info0, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate[]) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m558799649 (RuntimeObject * __this /* static, unused */, DelegateU5BU5D_t1703627840* ___delegates0, const RuntimeMethod* method); // System.Object System.Delegate::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m2361978888 (Delegate_t1188392813 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Void System.DelegateSerializationHolder/DelegateEntry::.ctor(System.Delegate,System.String) extern "C" IL2CPP_METHOD_ATTR void DelegateEntry__ctor_m1541339220 (DelegateEntry_t1019584161 * __this, Delegate_t1188392813 * ___del0, String_t* ___targetLabel1, 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.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3923964808 (SerializationInfo_t950877179 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Delegate::get_Method() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m3071622864 (Delegate_t1188392813 * __this, const RuntimeMethod* method); // 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); // System.Boolean System.Runtime.Remoting.RemotingServices::IsTransparentProxy(System.Object) extern "C" IL2CPP_METHOD_ATTR bool RemotingServices_IsTransparentProxy_m1535738947 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___proxy0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void RemotingException__ctor_m2916537666 (RemotingException_t2290474311 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m1406740088 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m441173131 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___target1, String_t* ___method2, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Boolean System.Diagnostics.StackFrame::get_frame_info(System.Int32,System.Boolean,System.Reflection.MethodBase&,System.Int32&,System.Int32&,System.String&,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool StackFrame_get_frame_info_m2312611643 (RuntimeObject * __this /* static, unused */, int32_t ___skip0, bool ___needFileInfo1, MethodBase_t ** ___method2, int32_t* ___iloffset3, int32_t* ___native_offset4, String_t** ___file5, int32_t* ___line6, int32_t* ___column7, 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.String System.IO.Path::GetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m4142135635 (RuntimeObject * __this /* static, unused */, String_t* ___path0, 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.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Diagnostics.StackFrame::GetSecureFileName() extern "C" IL2CPP_METHOD_ATTR String_t* StackFrame_GetSecureFileName_m1124504902 (StackFrame_t3217253059 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3255666490 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.Diagnostics.StackTrace::init_frames(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace_init_frames_m641783388 (StackTrace_t1598645457 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method); // System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m3410750278 (StackTrace_t1598645457 * __this, Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method); // System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m2642163899 (StackTrace_t1598645457 * __this, Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, bool ___returnNativeFrames3, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::get_trace(System.Exception,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR StackFrameU5BU5D_t1997726418* StackTrace_get_trace_m1194606084 (RuntimeObject * __this /* static, unused */, Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.StackFrame::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackFrame__ctor_m2610717164 (StackFrame_t3217253059 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.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.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3016532472 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Boolean System.Type::get_IsByRef() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m1262524108 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsClass() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsClass_m589177581 (Type_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.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.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.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.TypeLoadException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m2362330792 (TypeLoadException_t3707937253 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.TypeLoadException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m3040414142 (TypeLoadException_t3707937253 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Object System.Double::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Double_System_IConvertible_ToType_m1438630475 (double* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m4098720762 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Boolean System.Double::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Double_System_IConvertible_ToBoolean_m652944629 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Double) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m3824130483 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Byte System.Double::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Double_System_IConvertible_ToByte_m410894149 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Double::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Double_System_IConvertible_ToChar_m285688079 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Double::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Double_System_IConvertible_ToDateTime_m2414543049 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Double) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m841368097 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Decimal System.Double::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Double_System_IConvertible_ToDecimal_m2316246766 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Double) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m278900635 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Double System.Double::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Double_System_IConvertible_ToDouble_m3692611612 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Double) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m2780199356 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Int16 System.Double::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Double_System_IConvertible_ToInt16_m3591921965 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Double) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2880498116 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Int32 System.Double::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Double_System_IConvertible_ToInt32_m2896275711 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Double) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3758262873 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Int64 System.Double::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Double_System_IConvertible_ToInt64_m3968660899 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Double) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m3796870839 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.SByte System.Double::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Double_System_IConvertible_ToSByte_m341638588 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Double) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m3227075028 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Single System.Double::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Double_System_IConvertible_ToSingle_m4088557181 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Double) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3523269149 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.UInt16 System.Double::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Double_System_IConvertible_ToUInt16_m4132603953 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Double) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m1453583008 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.UInt32 System.Double::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Double_System_IConvertible_ToUInt32_m271206838 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Double) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m1433697267 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.UInt64 System.Double::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Double_System_IConvertible_ToUInt64_m3220586809 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Double::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m2275617179 (double* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Double::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Double_Equals_m1674752021 (double* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Double::CompareTo(System.Double) extern "C" IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m3151899116 (double* __this, double ___value0, const RuntimeMethod* method); // System.Boolean System.Double::Equals(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_Equals_m2309369974 (double* __this, double ___obj0, const RuntimeMethod* method); // System.Int32 System.Int64::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_m703091690 (int64_t* __this, const RuntimeMethod* method); // System.Int32 System.Double::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m2295714610 (double* __this, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m1135962389 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Boolean,System.Double&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Double_Parse_m2152196909 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, bool ___tryParse3, double* ___result4, Exception_t ** ___exc5, const RuntimeMethod* method); // System.Void System.FormatException::.ctor() extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m1479314061 (FormatException_t154580423 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Exception System.Int32::GetFormatException() extern "C" IL2CPP_METHOD_ATTR Exception_t * Int32_GetFormatException_m519586683 (RuntimeObject * __this /* static, unused */, 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.Boolean System.Double::TryParseStringConstant(System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Double_TryParseStringConstant_m3290212599 (RuntimeObject * __this /* static, unused */, String_t* ___format0, String_t* ___s1, int32_t ___start2, int32_t ___end3, 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.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m1012192092 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method); // System.Boolean System.Double::ParseImpl(System.Byte*,System.Double&) extern "C" IL2CPP_METHOD_ATTR bool Double_ParseImpl_m3514935432 (RuntimeObject * __this /* static, unused */, uint8_t* ___byte_ptr0, double* ___value1, const RuntimeMethod* method); // System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&) extern "C" IL2CPP_METHOD_ATTR bool Double_TryParse_m623190659 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method); // 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); // System.String System.Double::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1229922074 (double* __this, const RuntimeMethod* method); // 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); // System.String System.Double::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1051753975 (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.ValueType::.ctor() extern "C" IL2CPP_METHOD_ATTR void ValueType__ctor_m2036258423 (RuntimeObject * __this, const RuntimeMethod* method); // System.Object System.Enum::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_get_Value_m3943993911 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m4120735400 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m3527805587 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m3757390865 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m1567637286 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m3815908452 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m4017511472 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m1223489986 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m3211312035 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2643251823 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m4061885981 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m3605848385 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Enum::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_ToString_m3124963174 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m4211508274 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2061619287 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m3170916409 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, 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.Object System.Enum::get_value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_get_value_m3943994903 (RuntimeObject * __this, 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.Void System.MonoEnumInfo::GetInfo(System.Type,System.MonoEnumInfo&) extern "C" IL2CPP_METHOD_ATTR void MonoEnumInfo_GetInfo_m1670492558 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, MonoEnumInfo_t3694469084 * ___info1, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(System.Array,System.Object,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_m157235616 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, RuntimeObject* ___comparer2, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(System.Array,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_m687718979 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeObject * ___value1, const RuntimeMethod* method); // 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.Int32 System.Enum::FindPosition(System.Object,System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Enum_FindPosition_m1093426213 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeArray * ___values1, const RuntimeMethod* method); // System.Type System.Enum::get_underlying_type(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Enum_get_underlying_type_m267913430 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1579637477 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1293271421 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t4157843068 * ___culture3, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Enum::FindName(System.Collections.Hashtable,System.String[],System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Enum_FindName_m293338090 (RuntimeObject * __this /* static, unused */, Hashtable_t1853889766 * ___name_hash0, StringU5BU5D_t1281789340* ___names1, String_t* ___name2, bool ___ignoreCase3, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m2528546681 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method); // System.TypeCode System.Enum::GetTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t Enum_GetTypeCode_m3381045179 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, const RuntimeMethod* method); // System.UInt64 System.Enum::GetValue(System.Object,System.TypeCode) extern "C" IL2CPP_METHOD_ATTR uint64_t Enum_GetValue_m3535945367 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, int32_t ___typeCode1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.UInt64) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m121831801 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, uint64_t ___value1, const RuntimeMethod* method); // System.Boolean System.SByte::TryParse(System.String,System.SByte&) extern "C" IL2CPP_METHOD_ATTR bool SByte_TryParse_m2431806379 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int8_t* ___result1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.SByte) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m26687919 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, int8_t ___value1, const RuntimeMethod* method); // System.Boolean System.Byte::TryParse(System.String,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Byte_TryParse_m1615417784 (RuntimeObject * __this /* static, unused */, String_t* ___s0, uint8_t* ___result1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Byte) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1949662789 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, uint8_t ___value1, const RuntimeMethod* method); // System.Boolean System.Int16::TryParse(System.String,System.Int16&) extern "C" IL2CPP_METHOD_ATTR bool Int16_TryParse_m1675418240 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int16_t* ___result1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Int16) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m3092348831 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, int16_t ___value1, const RuntimeMethod* method); // System.Boolean System.UInt16::TryParse(System.String,System.UInt16&) extern "C" IL2CPP_METHOD_ATTR bool UInt16_TryParse_m4139137016 (RuntimeObject * __this /* static, unused */, String_t* ___s0, uint16_t* ___result1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.UInt16) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m121962870 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, uint16_t ___value1, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m2404707562 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m2710011811 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, int32_t ___value1, const RuntimeMethod* method); // System.Boolean System.UInt32::TryParse(System.String,System.UInt32&) extern "C" IL2CPP_METHOD_ATTR bool UInt32_TryParse_m2819179361 (RuntimeObject * __this /* static, unused */, String_t* ___s0, uint32_t* ___result1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.UInt32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m122225012 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, uint32_t ___value1, const RuntimeMethod* method); // System.Boolean System.Int64::TryParse(System.String,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Int64_TryParse_m2208578514 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Int64) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1136033697 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, int64_t ___value1, const RuntimeMethod* method); // System.Boolean System.UInt64::TryParse(System.String,System.UInt64&) extern "C" IL2CPP_METHOD_ATTR bool UInt64_TryParse_m2263420204 (RuntimeObject * __this /* static, unused */, String_t* ___s0, uint64_t* ___result1, const RuntimeMethod* method); // System.Int32 System.Enum::compare_value_to(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Enum_compare_value_to_m1105953270 (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.String System.Enum::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_ToString_m2477889358 (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Enum::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_ToString_m3248653065 (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Enum::Format(System.Type,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_Format_m2588135982 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, String_t* ___format2, const RuntimeMethod* method); // System.Boolean System.ValueType::DefaultEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool ValueType_DefaultEquals_m2927252100 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method); // System.Int32 System.Enum::get_hashcode() extern "C" IL2CPP_METHOD_ATTR int32_t Enum_get_hashcode_m902175016 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.SByte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SByte_ToString_m2762508873 (int8_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Int16::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m2072232391 (int16_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.UInt16::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m3056878594 (uint16_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.UInt32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m2066897296 (uint32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Int64::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m414616559 (int64_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.UInt64::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m2177233542 (uint64_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Enum::GetName(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_GetName_m2151614395 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.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.Enum::FormatFlags(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_FormatFlags_m102703041 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.Enum::FormatSpecifier_X(System.Type,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_FormatSpecifier_X_m2932245600 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, bool ___upper2, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Object) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m1841050714 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String System.UInt64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m1529093114 (uint64_t* __this, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Object) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3240678588 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.String System.Environment::GetOSVersionString() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetOSVersionString_m407782784 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Version System.Version::CreateFromString(System.String) extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * Version_CreateFromString_m719054818 (RuntimeObject * __this /* static, unused */, String_t* ___info0, const RuntimeMethod* method); // System.PlatformID System.Environment::get_Platform() extern "C" IL2CPP_METHOD_ATTR int32_t Environment_get_Platform_m520224871 (RuntimeObject * __this /* static, unused */, 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.Void System.Security.Permissions.EnvironmentPermission::.ctor(System.Security.Permissions.EnvironmentPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission__ctor_m3571291367 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, String_t* ___pathList1, const RuntimeMethod* method); // System.String System.Environment::internalGetEnvironmentVariable(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_internalGetEnvironmentVariable_m3668851860 (RuntimeObject * __this /* static, unused */, String_t* ___variable0, const RuntimeMethod* method); // System.Boolean System.Environment::get_IsRunningOnWindows() extern "C" IL2CPP_METHOD_ATTR bool Environment_get_IsRunningOnWindows_m1804804030 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Environment::GetWindowsFolderPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetWindowsFolderPath_m1738399646 (RuntimeObject * __this /* static, unused */, int32_t ___folder0, const RuntimeMethod* method); // System.String System.Environment::InternalGetFolderPath(System.Environment/SpecialFolder) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_InternalGetFolderPath_m468390978 (RuntimeObject * __this /* static, unused */, int32_t ___folder0, 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.StreamReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m1616861391 (StreamReader_t4009935899 * __this, String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.String::Trim(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m3384720403 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Environment::internalGetHome() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_internalGetHome_m2575860206 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Environment::ReadXdgUserDir(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_ReadXdgUserDir_m2654856189 (RuntimeObject * __this /* static, unused */, String_t* ___config_dir0, String_t* ___home_dir1, String_t* ___key2, String_t* ___fallback3, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m32674013 (EventArgs_t3591816995 * __this, const RuntimeMethod* method); // System.Void System.EventHandler::Invoke(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void EventHandler_Invoke_m2047579917 (EventHandler_t1348719766 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, 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.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.Type System.Exception::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Exception_GetType_m2227967756 (Exception_t * __this, const RuntimeMethod* method); // System.String System.Exception::get_ClassName() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_ClassName_m2428844642 (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m727500069 (StackTrace_t1598645457 * __this, Exception_t * ___e0, bool ___fNeedFileInfo1, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m4072373679 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.String System.Diagnostics.StackFrame::GetInternalMethodName() extern "C" IL2CPP_METHOD_ATTR String_t* StackFrame_GetInternalMethodName_m1232559961 (StackFrame_t3217253059 * __this, const RuntimeMethod* method); // System.Void System.Exception::GetFullNameForStackTrace(System.Text.StringBuilder,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void Exception_GetFullNameForStackTrace_m2634641773 (Exception_t * __this, StringBuilder_t * ___sb0, MethodBase_t * ___mi1, 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.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3906743584 (SerializationInfo_t950877179 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2989139009 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.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.MemberAccessException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m3059744007 (MemberAccessException_t1734467078 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.MemberAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m3713703094 (MemberAccessException_t1734467078 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4132668650 (SystemException_t176217640 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Int32 System.GC::get_MaxGeneration() extern "C" IL2CPP_METHOD_ATTR int32_t GC_get_MaxGeneration_m2376144064 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.GC::InternalCollect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GC_InternalCollect_m742461464 (RuntimeObject * __this /* static, unused */, int32_t ___generation0, 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.Int32 System.Globalization.CCMath::mod(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCMath_mod_m3631663509 (RuntimeObject * __this /* static, unused */, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method); // System.Int32 System.Globalization.CCMath::div(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCMath_div_m3792567336 (RuntimeObject * __this /* static, unused */, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method); // System.Boolean System.Globalization.CCGregorianCalendar::is_leap_year(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CCGregorianCalendar_is_leap_year_m2193335769 (RuntimeObject * __this /* static, unused */, int32_t ___year0, const RuntimeMethod* method); // System.Int32 System.Globalization.CCMath::div_mod(System.Int32&,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCMath_div_mod_m348500398 (RuntimeObject * __this /* static, unused */, int32_t* ___remainder0, int32_t ___x1, int32_t ___y2, const RuntimeMethod* method); // System.Int32 System.Globalization.CCGregorianCalendar::year_from_fixed(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_year_from_fixed_m463929682 (RuntimeObject * __this /* static, unused */, int32_t ___date0, const RuntimeMethod* method); // System.Int32 System.Globalization.CCGregorianCalendar::fixed_from_dmy(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_fixed_from_dmy_m806432533 (RuntimeObject * __this /* static, unused */, int32_t ___day0, int32_t ___month1, int32_t ___year2, const RuntimeMethod* method); // System.Void System.Globalization.CCGregorianCalendar::my_from_fixed(System.Int32&,System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CCGregorianCalendar_my_from_fixed_m715151395 (RuntimeObject * __this /* static, unused */, int32_t* ___month0, int32_t* ___year1, int32_t ___date2, const RuntimeMethod* method); // System.Void System.Globalization.CCGregorianCalendar::dmy_from_fixed(System.Int32&,System.Int32&,System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CCGregorianCalendar_dmy_from_fixed_m494173177 (RuntimeObject * __this /* static, unused */, int32_t* ___day0, int32_t* ___month1, int32_t* ___year2, int32_t ___date3, const RuntimeMethod* method); // System.Int32 System.Globalization.CCFixed::FromDateTime(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t CCFixed_FromDateTime_m3894190577 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___time0, const RuntimeMethod* method); // System.Int32 System.Globalization.CCGregorianCalendar::day_from_fixed(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_day_from_fixed_m1674702403 (RuntimeObject * __this /* static, unused */, int32_t ___date0, const RuntimeMethod* method); // System.Int32 System.Globalization.CCGregorianCalendar::month_from_fixed(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_month_from_fixed_m4268992710 (RuntimeObject * __this /* static, unused */, int32_t ___date0, const RuntimeMethod* method); // System.Boolean System.Globalization.CompareInfo::get_UseManagedCollation() extern "C" IL2CPP_METHOD_ATTR bool CompareInfo_get_UseManagedCollation_m3599558938 (RuntimeObject * __this /* static, unused */, 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.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Void Mono.Globalization.Unicode.SimpleCollator::.ctor(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void SimpleCollator__ctor_m1587210019 (SimpleCollator_t2877834729 * __this, CultureInfo_t4157843068 * ___culture0, 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.String System.Globalization.CultureInfo::get_IcuName() extern "C" IL2CPP_METHOD_ATTR String_t* CultureInfo_get_IcuName_m2258611679 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method); // System.Void System.Globalization.CompareInfo::construct_compareinfo(System.String) extern "C" IL2CPP_METHOD_ATTR void CompareInfo_construct_compareinfo_m509660150 (CompareInfo_t1092934962 * __this, String_t* ___locale0, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::get_IsReady() extern "C" IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_get_IsReady_m366684638 (RuntimeObject * __this /* static, unused */, 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.Void System.Globalization.CompareInfo::free_internal_collator() extern "C" IL2CPP_METHOD_ATTR void CompareInfo_free_internal_collator_m2341193055 (CompareInfo_t1092934962 * __this, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t SimpleCollator_Compare_m809124712 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, const RuntimeMethod* method); // System.Int32 System.Globalization.CompareInfo::internal_compare_managed(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_managed_m718834345 (CompareInfo_t1092934962 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method); // System.Int32 System.Globalization.CompareInfo::internal_compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_m2522722857 (CompareInfo_t1092934962 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method); // System.Int32 System.Globalization.CompareInfo::internal_compare_switch(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_switch_m1882891666 (CompareInfo_t1092934962 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method); // System.Int32 System.Globalization.CompareInfo::get_LCID() extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_get_LCID_m2851766819 (CompareInfo_t1092934962 * __this, const RuntimeMethod* method); // System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR SortKey_t3955336732 * SimpleCollator_GetSortKey_m3181176421 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___options1, const RuntimeMethod* method); // System.Void System.Globalization.SortKey::.ctor(System.Int32,System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR void SortKey__ctor_m853383193 (SortKey_t3955336732 * __this, int32_t ___lcid0, String_t* ___source1, int32_t ___opt2, const RuntimeMethod* method); // System.Void System.Globalization.CompareInfo::assign_sortkey(System.Object,System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR void CompareInfo_assign_sortkey_m2100240770 (CompareInfo_t1092934962 * __this, RuntimeObject * ___key0, String_t* ___source1, int32_t ___options2, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_m2273655786 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method); // System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m3026739976 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method); // System.Int32 System.Globalization.CompareInfo::internal_index_managed(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_managed_m2912760462 (CompareInfo_t1092934962 * __this, String_t* ___s10, int32_t ___sindex1, int32_t ___count2, String_t* ___s23, int32_t ___opt4, bool ___first5, const RuntimeMethod* method); // System.Int32 System.Globalization.CompareInfo::internal_index(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_m2592793775 (CompareInfo_t1092934962 * __this, String_t* ___source0, int32_t ___sindex1, int32_t ___count2, String_t* ___value3, int32_t ___options4, bool ___first5, const RuntimeMethod* method); // System.Int32 System.Globalization.CompareInfo::internal_index_switch(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_switch_m2232588269 (CompareInfo_t1092934962 * __this, String_t* ___s10, int32_t ___sindex1, int32_t ___count2, String_t* ___s23, int32_t ___opt4, bool ___first5, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_m3581642267 (SimpleCollator_t2877834729 * __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method); // System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_m1548422615 (SimpleCollator_t2877834729 * __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m3285927757 (CultureInfo_t4157843068 * __this, int32_t ___culture0, bool ___useUserOverride1, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m385185322 (CultureInfo_t4157843068 * __this, int32_t ___culture0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::ConstructInvariant(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureInfo_ConstructInvariant_m3774343375 (CultureInfo_t4157843068 * __this, bool ___read_only0, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::ConstructInternalLocaleFromLcid(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_ConstructInternalLocaleFromLcid_m2304903600 (CultureInfo_t4157843068 * __this, int32_t ___lcid0, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m1798203683 (CultureInfo_t4157843068 * __this, String_t* ___name0, bool ___useUserOverride1, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m1132565265 (CultureInfo_t4157843068 * __this, String_t* ___name0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method); // System.String System.String::ToLowerInvariant() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m110751226 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::ConstructInternalLocaleFromName(System.String) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_ConstructInternalLocaleFromName_m4012802696 (CultureInfo_t4157843068 * __this, String_t* ___locale0, 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.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.Globalization.CultureInfo System.Threading.Thread::get_CurrentUICulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * Thread_get_CurrentUICulture_m1397429997 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m1510335716 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::ConstructInternalLocaleFromCurrentLocale(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_ConstructInternalLocaleFromCurrentLocale_m3684789125 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___ci0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_ConstructCurrentCulture_m2704365233 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::Construct() extern "C" IL2CPP_METHOD_ATTR void CultureInfo_Construct_m1572693873 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method); // System.Globalization.TextInfo System.Globalization.CultureInfo::CreateTextInfo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR TextInfo_t3810425522 * CultureInfo_CreateTextInfo_m1222487997 (CultureInfo_t4157843068 * __this, bool ___readOnly0, const RuntimeMethod* method); // System.Object System.Globalization.NumberFormatInfo::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NumberFormatInfo_Clone_m3276284539 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Object System.Globalization.DateTimeFormatInfo::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DateTimeFormatInfo_Clone_m335051388 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo[] System.Globalization.CultureInfo::internal_get_cultures(System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t377611285* CultureInfo_internal_get_cultures_m2305623176 (RuntimeObject * __this /* static, unused */, bool ___neutral0, bool ___specific1, bool ___installed2, const RuntimeMethod* method); // System.Void System.Globalization.CompareInfo::.ctor(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void CompareInfo__ctor_m1655607648 (CompareInfo_t1092934962 * __this, CultureInfo_t4157843068 * ___ci0, 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.Globalization.CultureInfo::CheckNeutral() extern "C" IL2CPP_METHOD_ATTR void CultureInfo_CheckNeutral_m3648960231 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method); // System.Void System.Globalization.NumberFormatInfo::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberFormatInfo__ctor_m702982685 (NumberFormatInfo_t435877138 * __this, bool ___read_only0, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::construct_number_format() extern "C" IL2CPP_METHOD_ATTR void CultureInfo_construct_number_format_m3346478783 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method); // System.Void System.Globalization.DateTimeFormatInfo::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo__ctor_m3106345035 (DateTimeFormatInfo_t2405853701 * __this, bool ___read_only0, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::construct_datetime_format() extern "C" IL2CPP_METHOD_ATTR void CultureInfo_construct_datetime_format_m1928121315 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method); // System.Void System.Globalization.DateTimeFormatInfo::set_Calendar(System.Globalization.Calendar) extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo_set_Calendar_m4130265499 (DateTimeFormatInfo_t2405853701 * __this, Calendar_t1661121569 * ___value0, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_lcid(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_lcid_m2668301444 (CultureInfo_t4157843068 * __this, int32_t ___lcid0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_name(System.String) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_name_m3254739477 (CultureInfo_t4157843068 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_current_locale(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_current_locale_m2484355412 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___ci0, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_t435877138 * NumberFormatInfo_get_InvariantInfo_m349577018 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Globalization.TextInfo::.ctor(System.Globalization.CultureInfo,System.Int32,System.Void*,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TextInfo__ctor_m2985371296 (TextInfo_t3810425522 * __this, CultureInfo_t4157843068 * ___ci0, int32_t ___lcid1, void* ___data2, bool ___read_only3, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::insert_into_shared_tables(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void CultureInfo_insert_into_shared_tables_m4239017467 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___c0, const RuntimeMethod* method); // System.Void System.Globalization.GregorianCalendar::.ctor() extern "C" IL2CPP_METHOD_ATTR void GregorianCalendar__ctor_m3097541152 (GregorianCalendar_t2054525052 * __this, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_CurrentInfo() extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * DateTimeFormatInfo_get_CurrentInfo_m2315174029 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // System.String[] System.Globalization.Calendar::get_EraNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Calendar_get_EraNames_m2754466818 (Calendar_t1661121569 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.Void System.Globalization.DateTimeFormatInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo__ctor_m3284460055 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::ReadOnly(System.Globalization.DateTimeFormatInfo) extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * DateTimeFormatInfo_ReadOnly_m890935083 (RuntimeObject * __this /* static, unused */, DateTimeFormatInfo_t2405853701 * ___dtfi0, const RuntimeMethod* method); // System.Void System.Globalization.DateTimeFormatInfo::FillInvariantPatterns() extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo_FillInvariantPatterns_m3827540258 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.Boolean System.Globalization.DateTimeFormatInfo::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_IsReadOnly_m1173781646 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2751210921 (ArgumentNullException_t1615371798 * __this, const RuntimeMethod* method); // System.Void System.Globalization.DateTimeFormatInfo::FillAllDateTimePatterns() extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo_FillAllDateTimePatterns_m2683124783 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String[] System.Globalization.DateTimeFormatInfo::GetAllRawDateTimePatterns(System.Char) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242 (DateTimeFormatInfo_t2405853701 * __this, Il2CppChar ___format0, const RuntimeMethod* method); // System.String[] System.Globalization.DateTimeFormatInfo::PopulateCombinedList(System.String[],System.String[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_PopulateCombinedList_m3446790622 (DateTimeFormatInfo_t2405853701 * __this, StringU5BU5D_t1281789340* ___dates0, StringU5BU5D_t1281789340* ___times1, const RuntimeMethod* method); // System.Void System.Globalization.Calendar::.ctor() extern "C" IL2CPP_METHOD_ATTR void Calendar__ctor_m106290643 (Calendar_t1661121569 * __this, const RuntimeMethod* method); // System.Void System.Globalization.GregorianCalendar::.ctor(System.Globalization.GregorianCalendarTypes) extern "C" IL2CPP_METHOD_ATTR void GregorianCalendar__ctor_m979779718 (GregorianCalendar_t2054525052 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void System.Globalization.Calendar::CheckReadOnly() extern "C" IL2CPP_METHOD_ATTR void Calendar_CheckReadOnly_m519800900 (Calendar_t1661121569 * __this, const RuntimeMethod* method); // System.Int32 System.Globalization.CCGregorianCalendar::GetDayOfMonth(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_GetDayOfMonth_m1578922674 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___time0, const RuntimeMethod* method); // System.DayOfWeek System.Globalization.CCFixed::day_of_week(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCFixed_day_of_week_m674639858 (RuntimeObject * __this /* static, unused */, int32_t ___date0, const RuntimeMethod* method); // System.Int32 System.Globalization.CCGregorianCalendar::GetMonth(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_GetMonth_m1547203696 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___time0, const RuntimeMethod* method); // System.Int32 System.Globalization.CCGregorianCalendar::GetYear(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_GetYear_m1605108522 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___time0, const RuntimeMethod* method); // System.Void System.Globalization.NumberFormatInfo::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberFormatInfo__ctor_m2249665202 (NumberFormatInfo_t435877138 * __this, int32_t ___lcid0, bool ___read_only1, const RuntimeMethod* method); // System.Void System.Globalization.NumberFormatInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void NumberFormatInfo__ctor_m3445216119 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Void System.Globalization.NumberFormatInfo::set_NumberNegativePattern(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatInfo_set_NumberNegativePattern_m1999304795 (NumberFormatInfo_t435877138 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo() extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_t435877138 * NumberFormatInfo_get_CurrentInfo_m2605582008 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_GetCultureInfo_m630276874 (RuntimeObject * __this /* static, unused */, int32_t ___culture0, const RuntimeMethod* method); // System.Boolean System.Globalization.RegionInfo::GetByTerritory(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool RegionInfo_GetByTerritory_m2536737365 (RegionInfo_t1090270226 * __this, CultureInfo_t4157843068 * ___ci0, const RuntimeMethod* method); // System.String System.String::ToUpperInvariant() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_m2531236323 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.Globalization.RegionInfo::construct_internal_region_from_name(System.String) extern "C" IL2CPP_METHOD_ATTR bool RegionInfo_construct_internal_region_from_name_m1315402456 (RegionInfo_t1090270226 * __this, String_t* ___name0, 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.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.String) extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_GetCultureInfo_m56098747 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_CurrentCulture_m1632690660 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Globalization.RegionInfo::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RegionInfo__ctor_m1212234622 (RegionInfo_t1090270226 * __this, int32_t ___culture0, const RuntimeMethod* method); // System.String System.Globalization.CultureInfo::get_Territory() extern "C" IL2CPP_METHOD_ATTR String_t* CultureInfo_get_Territory_m3971126713 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, const RuntimeMethod* method); // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Int32 System.Globalization.SortKey::Compare(System.Globalization.SortKey,System.Globalization.SortKey) extern "C" IL2CPP_METHOD_ATTR int32_t SortKey_Compare_m1705990888 (RuntimeObject * __this /* static, unused */, SortKey_t3955336732 * ___sortkey10, SortKey_t3955336732 * ___sortkey21, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method); // System.String System.Globalization.TextInfo::get_CultureName() extern "C" IL2CPP_METHOD_ATTR String_t* TextInfo_get_CultureName_m3892243949 (TextInfo_t3810425522 * __this, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.Char System.Char::ToLowerInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLowerInvariant_m1926695830 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.String::InternalAllocateStr(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_InternalAllocateStr_m1198086868 (RuntimeObject * __this /* static, unused */, int32_t ___length0, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_m2192601476 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Globalization.TextInfo::.ctor(System.Globalization.TextInfo) extern "C" IL2CPP_METHOD_ATTR void TextInfo__ctor_m1714721222 (TextInfo_t3810425522 * __this, TextInfo_t3810425522 * ___textInfo0, const RuntimeMethod* method); // System.Void System.Guid::CheckArray(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void Guid_CheckArray_m921056615 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___o0, int32_t ___l1, const RuntimeMethod* method); // System.Int32 Mono.Security.BitConverterLE::ToInt32(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BitConverterLE_ToInt32_m1510163321 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int16 Mono.Security.BitConverterLE::ToInt16(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t BitConverterLE_ToInt16_m1855092160 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m3421080095 (Guid_t * __this, ByteU5BU5D_t4116647657* ___b0, const RuntimeMethod* method); // System.Void System.Guid::CheckNull(System.Object) extern "C" IL2CPP_METHOD_ATTR void Guid_CheckNull_m1870379983 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void System.Guid/GuidParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void GuidParser__ctor_m3982448124 (GuidParser_t2761237274 * __this, String_t* ___src0, const RuntimeMethod* method); // System.Guid System.Guid/GuidParser::Parse() extern "C" IL2CPP_METHOD_ATTR Guid_t GuidParser_Parse_m3524913675 (GuidParser_t2761237274 * __this, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m2423264394 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.Int32,System.Int16,System.Int16,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m2373660607 (Guid_t * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, ByteU5BU5D_t4116647657* ___d3, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.Int32,System.Int16,System.Int16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m3562600567 (Guid_t * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method); // System.Void System.Guid::CheckLength(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void Guid_CheckLength_m1615712498 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___o0, int32_t ___l1, const RuntimeMethod* method); // System.Int32 System.Guid::CompareTo(System.Guid) extern "C" IL2CPP_METHOD_ATTR int32_t Guid_CompareTo_m2129361928 (Guid_t * __this, Guid_t ___value0, const RuntimeMethod* method); // System.Int32 System.Guid::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Guid_CompareTo_m243656946 (Guid_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Guid::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Guid_Equals_m1866984197 (Guid_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Int32 System.Guid::Compare(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Guid_Compare_m231009821 (RuntimeObject * __this /* static, unused */, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method); // System.Boolean System.Guid::Equals(System.Guid) extern "C" IL2CPP_METHOD_ATTR bool Guid_Equals_m3683678873 (Guid_t * __this, Guid_t ___g0, const RuntimeMethod* method); // System.Int32 System.Guid::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Guid_GetHashCode_m3042133858 (Guid_t * __this, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * RandomNumberGenerator_Create_m4162970280 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_m2355451105 (RNGCryptoServiceProvider_t3397414743 * __this, const RuntimeMethod* method); // System.Char System.Guid::ToHex(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Guid_ToHex_m2592644778 (RuntimeObject * __this /* static, unused */, int32_t ___b0, const RuntimeMethod* method); // System.Void System.Guid::AppendInt(System.Text.StringBuilder,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Guid_AppendInt_m1995455822 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___builder0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Guid::AppendShort(System.Text.StringBuilder,System.Int16) extern "C" IL2CPP_METHOD_ATTR void Guid_AppendShort_m791023083 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___builder0, int16_t ___value1, const RuntimeMethod* method); // System.Void System.Guid::AppendByte(System.Text.StringBuilder,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Guid_AppendByte_m4212783015 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___builder0, uint8_t ___value1, const RuntimeMethod* method); // System.String System.Guid::BaseToString(System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Guid_BaseToString_m3600006650 (Guid_t * __this, bool ___h0, bool ___p1, bool ___b2, const RuntimeMethod* method); // System.String System.Guid::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m3279186591 (Guid_t * __this, const RuntimeMethod* method); // System.String System.Guid::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m4056316049 (Guid_t * __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Guid::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2120285561 (Guid_t * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Guid/GuidParser::Reset() extern "C" IL2CPP_METHOD_ATTR void GuidParser_Reset_m2640004655 (GuidParser_t2761237274 * __this, const RuntimeMethod* method); // System.Boolean System.Guid/GuidParser::AtEnd() extern "C" IL2CPP_METHOD_ATTR bool GuidParser_AtEnd_m3409982497 (GuidParser_t2761237274 * __this, const RuntimeMethod* method); // System.Void System.Guid/GuidParser::ThrowFormatException() extern "C" IL2CPP_METHOD_ATTR void GuidParser_ThrowFormatException_m3223388534 (GuidParser_t2761237274 * __this, const RuntimeMethod* method); // System.Boolean System.Guid/GuidParser::ParseOptChar(System.Char) extern "C" IL2CPP_METHOD_ATTR bool GuidParser_ParseOptChar_m1342400948 (GuidParser_t2761237274 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.UInt64 System.Guid/GuidParser::ParseHex(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR uint64_t GuidParser_ParseHex_m1764305333 (GuidParser_t2761237274 * __this, int32_t ___length0, bool ___strictLength1, const RuntimeMethod* method); // System.Void System.Guid/GuidParser::ParseChar(System.Char) extern "C" IL2CPP_METHOD_ATTR void GuidParser_ParseChar_m2782779985 (GuidParser_t2761237274 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Guid/GuidParser::ParseHexPrefix() extern "C" IL2CPP_METHOD_ATTR void GuidParser_ParseHexPrefix_m3148550086 (GuidParser_t2761237274 * __this, const RuntimeMethod* method); // System.Guid System.Guid/GuidParser::ParseGuid1() extern "C" IL2CPP_METHOD_ATTR Guid_t GuidParser_ParseGuid1_m348754878 (GuidParser_t2761237274 * __this, const RuntimeMethod* method); // System.Guid System.Guid/GuidParser::ParseGuid2() extern "C" IL2CPP_METHOD_ATTR Guid_t GuidParser_ParseGuid2_m1914838819 (GuidParser_t2761237274 * __this, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Int16) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2833752130 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int16::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Int16_System_IConvertible_ToBoolean_m1656400658 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int16) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m1336644845 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.Byte System.Int16::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Int16_System_IConvertible_ToByte_m3161982419 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Int16) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m2261593104 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.Char System.Int16::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Int16_System_IConvertible_ToChar_m1265932681 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.Int16) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m626620011 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.DateTime System.Int16::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Int16_System_IConvertible_ToDateTime_m3080274979 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Int16) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m1284410333 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.Decimal System.Int16::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Int16_System_IConvertible_ToDecimal_m660016172 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Int16) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m996590115 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.Double System.Int16::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Int16_System_IConvertible_ToDouble_m1661805412 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Int16) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4174570464 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.Int16 System.Int16::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int16_System_IConvertible_ToInt16_m2224134411 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Int16) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1085744762 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.Int32 System.Int16::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int16_System_IConvertible_ToInt32_m172369210 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Int16) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2075031821 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.Int64 System.Int16::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int16_System_IConvertible_ToInt64_m4101803559 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Int16) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2653680449 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.SByte System.Int16::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Int16_System_IConvertible_ToSByte_m4128424691 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Int16) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m4033824286 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.Single System.Int16::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Int16_System_IConvertible_ToSingle_m3569332870 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Object System.Int16::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int16_System_IConvertible_ToType_m3672347013 (int16_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Int16) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m1147931813 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Int16::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Int16_System_IConvertible_ToUInt16_m3040688695 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Int16) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m4142998738 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Int16::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Int16_System_IConvertible_ToUInt32_m3410279543 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Int16) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m388601487 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Int16::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Int16_System_IConvertible_ToUInt64_m134975563 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Int16::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m2285977076 (int16_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Int16::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int16_Equals_m82811458 (int16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Int16::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int16_GetHashCode_m2858888309 (int16_t* __this, const RuntimeMethod* method); // System.Int32 System.Int16::CompareTo(System.Int16) extern "C" IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m3705372115 (int16_t* __this, int16_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int16::Equals(System.Int16) extern "C" IL2CPP_METHOD_ATTR bool Int16_Equals_m1479112859 (int16_t* __this, int16_t ___obj0, const RuntimeMethod* method); // System.Boolean System.Int32::ProcessTrailingWhitespace(System.Boolean,System.String,System.Int32,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_ProcessTrailingWhitespace_m220059206 (RuntimeObject * __this /* static, unused */, bool ___tryParse0, String_t* ___s1, int32_t ___position2, Exception_t ** ___exc3, const RuntimeMethod* method); // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int16_Parse_m3641256939 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m3682462547 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Int16::Parse(System.String,System.Boolean,System.Int16&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int16_Parse_m2276856944 (RuntimeObject * __this /* static, unused */, String_t* ___s0, bool ___tryParse1, int16_t* ___result2, Exception_t ** ___exc3, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.Int32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m1790947760 (RuntimeObject * __this /* static, unused */, int32_t ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method); // System.String System.Int16::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m1270547562 (int16_t* __this, const RuntimeMethod* method); // System.String System.Int16::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m2013897809 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Int16::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m1931491687 (int16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // 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); // System.Boolean System.Convert::ToBoolean(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2833489984 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int32::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Int32_System_IConvertible_ToBoolean_m2787524506 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m1734770211 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Byte System.Int32::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Int32_System_IConvertible_ToByte_m3832391412 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m4189066566 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Char System.Int32::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Int32_System_IConvertible_ToChar_m2005926864 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.Int32) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m228494645 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.DateTime System.Int32::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Int32_System_IConvertible_ToDateTime_m1824716955 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Int32) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m1284148187 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Decimal System.Int32::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Int32_System_IConvertible_ToDecimal_m2190376994 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Int32) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m2924063577 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Double System.Int32::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Int32_System_IConvertible_ToDouble_m1464782260 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4174308322 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Int16 System.Int32::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int32_System_IConvertible_ToInt16_m453278239 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Int32::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_System_IConvertible_ToInt32_m265310525 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2075293963 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Int64 System.Int32::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int32_System_IConvertible_ToInt64_m3520470966 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Int32) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2653418303 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.SByte System.Int32::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Int32_System_IConvertible_ToSByte_m3133688512 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Int32) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m3635698920 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Single System.Int32::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Int32_System_IConvertible_ToSingle_m896140682 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Object System.Int32::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int32_System_IConvertible_ToType_m3009233912 (int32_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3515425647 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Int32::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Int32_System_IConvertible_ToUInt16_m943736619 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2215525276 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Int32::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Int32_System_IConvertible_ToUInt32_m3557270157 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m786726853 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Int32::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Int32_System_IConvertible_ToUInt64_m2502338186 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Int32::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m2864982090 (int32_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int32_Equals_m3996243976 (int32_t* __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.Int32::CompareTo(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m4284770383 (int32_t* __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Int32_Equals_m2976157357 (int32_t* __this, int32_t ___obj0, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m2323029521 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Boolean System.Int32::CheckStyle(System.Globalization.NumberStyles,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_CheckStyle_m3421319992 (RuntimeObject * __this /* static, unused */, int32_t ___style0, bool ___tryParse1, Exception_t ** ___exc2, const RuntimeMethod* method); // System.Boolean System.Int32::JumpOverWhite(System.Int32&,System.String,System.Boolean,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_JumpOverWhite_m208298144 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, bool ___reportError2, bool ___tryParse3, Exception_t ** ___exc4, const RuntimeMethod* method); // System.Void System.Int32::FindSign(System.Int32&,System.String,System.Globalization.NumberFormatInfo,System.Boolean&,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void Int32_FindSign_m3975667272 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, NumberFormatInfo_t435877138 * ___nfi2, bool* ___foundSign3, bool* ___negative4, const RuntimeMethod* method); // System.Void System.Int32::FindCurrency(System.Int32&,System.String,System.Globalization.NumberFormatInfo,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void Int32_FindCurrency_m3541026887 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, NumberFormatInfo_t435877138 * ___nfi2, bool* ___foundCurrency3, const RuntimeMethod* method); // System.Boolean System.Int32::ValidDigit(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Int32_ValidDigit_m1059003769 (RuntimeObject * __this /* static, unused */, Il2CppChar ___e0, bool ___allowHex1, const RuntimeMethod* method); // System.Boolean System.Int32::FindOther(System.Int32&,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool Int32_FindOther_m3593812441 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, String_t* ___other2, const RuntimeMethod* method); // System.Boolean System.Char::IsLower(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLower_m3108076820 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Int32::FindExponent(System.Int32&,System.String,System.Int32&,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_FindExponent_m2938219441 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, int32_t* ___exponent2, bool ___tryParse3, Exception_t ** ___exc4, const RuntimeMethod* method); // System.Boolean System.Int32::Parse(System.String,System.Boolean,System.Int32&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_Parse_m2309670223 (RuntimeObject * __this /* static, unused */, String_t* ___s0, bool ___tryParse1, int32_t* ___result2, Exception_t ** ___exc3, const RuntimeMethod* method); // System.Boolean System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Boolean,System.Int32&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_Parse_m3020773399 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___fp2, bool ___tryParse3, int32_t* ___result4, Exception_t ** ___exc5, const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1760361794 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m2507389746 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, 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); #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.DateTimeOffset::.ctor(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m2084804982 (DateTimeOffset_t3229287507 * __this, DateTime_t3738529785 ___dateTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset__ctor_m2084804982_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTime_t3738529785 L_0 = ___dateTime0; __this->set_dt_2(L_0); int32_t L_1 = DateTime_get_Kind_m2154871796((&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_2 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_Zero_7(); __this->set_utc_offset_3(L_2); goto IL_0035; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone_t2038656743 * L_3 = TimeZone_get_CurrentTimeZone_m2520313554(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_4 = ___dateTime0; NullCheck(L_3); TimeSpan_t881159249 L_5 = VirtFuncInvoker1< TimeSpan_t881159249 , DateTime_t3738529785 >::Invoke(5 /* System.TimeSpan System.TimeZone::GetUtcOffset(System.DateTime) */, L_3, L_4); __this->set_utc_offset_3(L_5); } IL_0035: { DateTime_t3738529785 L_6 = DateTimeOffset_get_UtcDateTime_m1021718282(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_7 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); bool L_8 = DateTime_op_LessThan_m2497205152(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_005f; } } { DateTime_t3738529785 L_9 = DateTimeOffset_get_UtcDateTime_m1021718282(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_10 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MaxValue_12(); bool L_11 = DateTime_op_GreaterThan_m3768590082(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006a; } } IL_005f: { ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_12, _stringLiteral2502663054, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,DateTimeOffset__ctor_m2084804982_RuntimeMethod_var); } IL_006a: { return; } } extern "C" void DateTimeOffset__ctor_m2084804982_AdjustorThunk (RuntimeObject * __this, DateTime_t3738529785 ___dateTime0, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); DateTimeOffset__ctor_m2084804982(_thisAdjusted, ___dateTime0, method); } // System.Void System.DateTimeOffset::.ctor(System.DateTime,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m74032857 (DateTimeOffset_t3229287507 * __this, DateTime_t3738529785 ___dateTime0, TimeSpan_t881159249 ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset__ctor_m74032857_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = DateTime_get_Kind_m2154871796((&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0028; } } { TimeSpan_t881159249 L_1 = ___offset1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_2 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_3 = TimeSpan_op_Inequality_m2467851530(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral3527284541, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DateTimeOffset__ctor_m74032857_RuntimeMethod_var); } IL_0028: { int32_t L_5 = DateTime_get_Kind_m2154871796((&___dateTime0), /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0056; } } { TimeSpan_t881159249 L_6 = ___offset1; IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone_t2038656743 * L_7 = TimeZone_get_CurrentTimeZone_m2520313554(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_8 = ___dateTime0; NullCheck(L_7); TimeSpan_t881159249 L_9 = VirtFuncInvoker1< TimeSpan_t881159249 , DateTime_t3738529785 >::Invoke(5 /* System.TimeSpan System.TimeZone::GetUtcOffset(System.DateTime) */, L_7, L_8); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_10 = TimeSpan_op_Inequality_m2467851530(NULL /*static, unused*/, L_6, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0056; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral507398678, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,DateTimeOffset__ctor_m74032857_RuntimeMethod_var); } IL_0056: { int64_t L_12 = TimeSpan_get_Ticks_m2137362016((&___offset1), /*hidden argument*/NULL); if (!((int64_t)((int64_t)L_12%(int64_t)(((int64_t)((int64_t)((int32_t)600000000))))))) { goto IL_0074; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_13, _stringLiteral588097232, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,DateTimeOffset__ctor_m74032857_RuntimeMethod_var); } IL_0074: { TimeSpan_t881159249 L_14 = ___offset1; TimeSpan_t881159249 L_15; memset(&L_15, 0, sizeof(L_15)); TimeSpan__ctor_m3689759052((&L_15), ((int32_t)-14), 0, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_16 = TimeSpan_op_LessThan_m1594498345(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_009c; } } { TimeSpan_t881159249 L_17 = ___offset1; TimeSpan_t881159249 L_18; memset(&L_18, 0, sizeof(L_18)); TimeSpan__ctor_m3689759052((&L_18), ((int32_t)14), 0, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_19 = TimeSpan_op_GreaterThan_m734703194(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00a7; } } IL_009c: { ArgumentOutOfRangeException_t777629997 * L_20 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_20, _stringLiteral1879080583, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,DateTimeOffset__ctor_m74032857_RuntimeMethod_var); } IL_00a7: { DateTime_t3738529785 L_21 = ___dateTime0; __this->set_dt_2(L_21); TimeSpan_t881159249 L_22 = ___offset1; __this->set_utc_offset_3(L_22); DateTime_t3738529785 L_23 = DateTimeOffset_get_UtcDateTime_m1021718282(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_24 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); bool L_25 = DateTime_op_LessThan_m2497205152(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00df; } } { DateTime_t3738529785 L_26 = DateTimeOffset_get_UtcDateTime_m1021718282(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_27 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MaxValue_12(); bool L_28 = DateTime_op_GreaterThan_m3768590082(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00ea; } } IL_00df: { ArgumentOutOfRangeException_t777629997 * L_29 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_29, _stringLiteral3218387700, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,DateTimeOffset__ctor_m74032857_RuntimeMethod_var); } IL_00ea: { return; } } extern "C" void DateTimeOffset__ctor_m74032857_AdjustorThunk (RuntimeObject * __this, DateTime_t3738529785 ___dateTime0, TimeSpan_t881159249 ___offset1, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); DateTimeOffset__ctor_m74032857(_thisAdjusted, ___dateTime0, ___offset1, method); } // System.Void System.DateTimeOffset::.ctor(System.Int64,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m1464148220 (DateTimeOffset_t3229287507 * __this, int64_t ___ticks0, TimeSpan_t881159249 ___offset1, const RuntimeMethod* method) { { int64_t L_0 = ___ticks0; DateTime_t3738529785 L_1; memset(&L_1, 0, sizeof(L_1)); DateTime__ctor_m516789325((&L_1), L_0, /*hidden argument*/NULL); TimeSpan_t881159249 L_2 = ___offset1; DateTimeOffset__ctor_m74032857(__this, L_1, L_2, /*hidden argument*/NULL); return; } } extern "C" void DateTimeOffset__ctor_m1464148220_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, TimeSpan_t881159249 ___offset1, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); DateTimeOffset__ctor_m1464148220(_thisAdjusted, ___ticks0, ___offset1, method); } // System.Void System.DateTimeOffset::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m2611141592 (DateTimeOffset_t3229287507 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset__ctor_m2611141592_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); int16_t V_1 = 0; { SerializationInfo_t950877179 * L_0 = ___info0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3 = SerializationInfo_GetValue_m42271953(L_0, _stringLiteral3798051137, L_2, /*hidden argument*/NULL); V_0 = ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_3, DateTime_t3738529785_il2cpp_TypeInfo_var)))); SerializationInfo_t950877179 * L_4 = ___info0; NullCheck(L_4); int16_t L_5 = SerializationInfo_GetInt16_m3858430398(L_4, _stringLiteral213099782, /*hidden argument*/NULL); V_1 = L_5; int16_t L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_7 = TimeSpan_FromMinutes_m1032812593(NULL /*static, unused*/, (((double)((double)L_6))), /*hidden argument*/NULL); __this->set_utc_offset_3(L_7); TimeSpan_t881159249 L_8 = __this->get_utc_offset_3(); DateTime_t3738529785 L_9 = DateTime_Add_m2995894549((&V_0), L_8, /*hidden argument*/NULL); __this->set_dt_2(L_9); return; } } extern "C" void DateTimeOffset__ctor_m2611141592_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); DateTimeOffset__ctor_m2611141592(_thisAdjusted, ___info0, ___context1, method); } // System.Void System.DateTimeOffset::.cctor() extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset__cctor_m3610253033 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset__cctor_m3610253033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MaxValue_12(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_1 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_Zero_7(); DateTimeOffset_t3229287507 L_2; memset(&L_2, 0, sizeof(L_2)); DateTimeOffset__ctor_m74032857((&L_2), L_0, L_1, /*hidden argument*/NULL); ((DateTimeOffset_t3229287507_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))->set_MaxValue_0(L_2); DateTime_t3738529785 L_3 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); TimeSpan_t881159249 L_4 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_Zero_7(); DateTimeOffset_t3229287507 L_5; memset(&L_5, 0, sizeof(L_5)); DateTimeOffset__ctor_m74032857((&L_5), L_3, L_4, /*hidden argument*/NULL); ((DateTimeOffset_t3229287507_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))->set_MinValue_1(L_5); return; } } // System.Int32 System.DateTimeOffset::System.IComparable.CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_System_IComparable_CompareTo_m176229495 (DateTimeOffset_t3229287507 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset_System_IComparable_CompareTo_m176229495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; int32_t L_1 = DateTimeOffset_CompareTo_m1350732322(__this, ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_0, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_1; } } extern "C" int32_t DateTimeOffset_System_IComparable_CompareTo_m176229495_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTimeOffset_System_IComparable_CompareTo_m176229495(_thisAdjusted, ___obj0, method); } // System.Void System.DateTimeOffset::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m738492442 (DateTimeOffset_t3229287507 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m738492442_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); { 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,DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m738492442_RuntimeMethod_var); } IL_0011: { DateTime_t3738529785 * L_2 = __this->get_address_of_dt_2(); int64_t L_3 = DateTime_get_Ticks_m1550640881(L_2, /*hidden argument*/NULL); DateTime__ctor_m516789325((&V_1), L_3, /*hidden argument*/NULL); TimeSpan_t881159249 L_4 = __this->get_utc_offset_3(); DateTime_t3738529785 L_5 = DateTime_Subtract_m3522513701((&V_1), L_4, /*hidden argument*/NULL); V_0 = L_5; SerializationInfo_t950877179 * L_6 = ___info0; DateTime_t3738529785 L_7 = V_0; NullCheck(L_6); SerializationInfo_AddValue_m1927057880(L_6, _stringLiteral3798051137, L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; TimeSpan_t881159249 * L_9 = __this->get_address_of_utc_offset_3(); double L_10 = TimeSpan_get_TotalMinutes_m3920401708(L_9, /*hidden argument*/NULL); NullCheck(L_8); SerializationInfo_AddValue_m2780248522(L_8, _stringLiteral213099782, (((int16_t)((int16_t)L_10))), /*hidden argument*/NULL); return; } } extern "C" void DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m738492442_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData_m738492442(_thisAdjusted, ___info0, ___context1, method); } // System.Void System.DateTimeOffset::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m592821093 (DateTimeOffset_t3229287507 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { return; } } extern "C" void DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m592821093_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m592821093(_thisAdjusted, ___sender0, method); } // System.Int32 System.DateTimeOffset::CompareTo(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_CompareTo_m1350732322 (DateTimeOffset_t3229287507 * __this, DateTimeOffset_t3229287507 ___other0, const RuntimeMethod* method) { DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { DateTime_t3738529785 L_0 = DateTimeOffset_get_UtcDateTime_m1021718282(__this, /*hidden argument*/NULL); V_0 = L_0; DateTime_t3738529785 L_1 = DateTimeOffset_get_UtcDateTime_m1021718282((&___other0), /*hidden argument*/NULL); int32_t L_2 = DateTime_CompareTo_m3889078633((&V_0), L_1, /*hidden argument*/NULL); return L_2; } } extern "C" int32_t DateTimeOffset_CompareTo_m1350732322_AdjustorThunk (RuntimeObject * __this, DateTimeOffset_t3229287507 ___other0, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTimeOffset_CompareTo_m1350732322(_thisAdjusted, ___other0, method); } // System.Boolean System.DateTimeOffset::Equals(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m605268013 (DateTimeOffset_t3229287507 * __this, DateTimeOffset_t3229287507 ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset_Equals_m605268013_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTime_t3738529785 L_0 = DateTimeOffset_get_UtcDateTime_m1021718282(__this, /*hidden argument*/NULL); DateTime_t3738529785 L_1 = DateTimeOffset_get_UtcDateTime_m1021718282((&___other0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_2 = DateTime_op_Equality_m1022058599(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } extern "C" bool DateTimeOffset_Equals_m605268013_AdjustorThunk (RuntimeObject * __this, DateTimeOffset_t3229287507 ___other0, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTimeOffset_Equals_m605268013(_thisAdjusted, ___other0, method); } // System.Boolean System.DateTimeOffset::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DateTimeOffset_Equals_m3030958070 (DateTimeOffset_t3229287507 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset_Equals_m3030958070_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTimeOffset_t3229287507 V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_0025; } } { DateTime_t3738529785 L_1 = DateTimeOffset_get_UtcDateTime_m1021718282(__this, /*hidden argument*/NULL); RuntimeObject * L_2 = ___obj0; V_0 = ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_2, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))); DateTime_t3738529785 L_3 = DateTimeOffset_get_UtcDateTime_m1021718282((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_4 = DateTime_op_Equality_m1022058599(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); return L_4; } IL_0025: { return (bool)0; } } extern "C" bool DateTimeOffset_Equals_m3030958070_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTimeOffset_Equals_m3030958070(_thisAdjusted, ___obj0, method); } // System.Int32 System.DateTimeOffset::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeOffset_GetHashCode_m2209105223 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method) { { DateTime_t3738529785 * L_0 = __this->get_address_of_dt_2(); int32_t L_1 = DateTime_GetHashCode_m2261847002(L_0, /*hidden argument*/NULL); TimeSpan_t881159249 * L_2 = __this->get_address_of_utc_offset_3(); int32_t L_3 = TimeSpan_GetHashCode_m1939414618(L_2, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } extern "C" int32_t DateTimeOffset_GetHashCode_m2209105223_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTimeOffset_GetHashCode_m2209105223(_thisAdjusted, method); } // System.String System.DateTimeOffset::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m3536563014 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method) { { String_t* L_0 = DateTimeOffset_ToString_m3985341516(__this, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* DateTimeOffset_ToString_m3536563014_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTimeOffset_ToString_m3536563014(_thisAdjusted, method); } // System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m3985341516 (DateTimeOffset_t3229287507 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset_ToString_m3985341516_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTimeFormatInfo_t2405853701 * V_0 = NULL; bool V_1 = false; bool V_2 = false; Il2CppChar V_3 = 0x0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B12_0 = NULL; { RuntimeObject* L_0 = ___formatProvider1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_1 = DateTimeFormatInfo_GetInstance_m684998497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___format0; if (!L_2) { goto IL_001d; } } { String_t* L_3 = ___format0; 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_Equality_m920492651(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003a; } } IL_001d: { DateTimeFormatInfo_t2405853701 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_6, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = DateTimeFormatInfo_get_LongTimePattern_m1595254249(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m2163913788(NULL /*static, unused*/, L_7, _stringLiteral3452614528, L_9, _stringLiteral2769122488, /*hidden argument*/NULL); ___format0 = L_10; } IL_003a: { V_1 = (bool)0; V_2 = (bool)0; String_t* L_11 = ___format0; NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_007f; } } { String_t* L_13 = ___format0; NullCheck(L_13); Il2CppChar L_14 = String_get_Chars_m2986988803(L_13, 0, /*hidden argument*/NULL); V_3 = L_14; } IL_0052: try { // begin try (depth: 1) Il2CppChar L_15 = V_3; DateTimeFormatInfo_t2405853701 * L_16 = V_0; String_t* L_17 = DateTimeUtils_GetStandardPattern_m813010822(NULL /*static, unused*/, L_15, L_16, (&V_1), (&V_2), (bool)1, /*hidden argument*/NULL); ___format0 = L_17; goto IL_006e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0065; throw e; } CATCH_0065: { // begin catch(System.Object) ___format0 = (String_t*)NULL; goto IL_006e; } // end catch (depth: 1) IL_006e: { String_t* L_18 = ___format0; if (L_18) { goto IL_007f; } } { FormatException_t154580423 * L_19 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_19, _stringLiteral3466932863, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,DateTimeOffset_ToString_m3985341516_RuntimeMethod_var); } IL_007f: { bool L_20 = V_1; if (!L_20) { goto IL_00a1; } } { DateTime_t3738529785 L_21 = DateTimeOffset_get_UtcDateTime_m1021718282(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_22 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_Zero_7(); Nullable_1_t2603721331 L_23; memset(&L_23, 0, sizeof(L_23)); Nullable_1__ctor_m3314784284((&L_23), L_22, /*hidden argument*/Nullable_1__ctor_m3314784284_RuntimeMethod_var); String_t* L_24 = ___format0; DateTimeFormatInfo_t2405853701 * L_25 = V_0; String_t* L_26 = DateTimeUtils_ToString_m1782212840(NULL /*static, unused*/, L_21, L_23, L_24, L_25, /*hidden argument*/NULL); G_B12_0 = L_26; goto IL_00b9; } IL_00a1: { DateTime_t3738529785 L_27 = DateTimeOffset_get_DateTime_m620985777(__this, /*hidden argument*/NULL); TimeSpan_t881159249 L_28 = DateTimeOffset_get_Offset_m2040541042(__this, /*hidden argument*/NULL); Nullable_1_t2603721331 L_29; memset(&L_29, 0, sizeof(L_29)); Nullable_1__ctor_m3314784284((&L_29), L_28, /*hidden argument*/Nullable_1__ctor_m3314784284_RuntimeMethod_var); String_t* L_30 = ___format0; DateTimeFormatInfo_t2405853701 * L_31 = V_0; String_t* L_32 = DateTimeUtils_ToString_m1782212840(NULL /*static, unused*/, L_27, L_29, L_30, L_31, /*hidden argument*/NULL); G_B12_0 = L_32; } IL_00b9: { return G_B12_0; } } extern "C" String_t* DateTimeOffset_ToString_m3985341516_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTimeOffset_ToString_m3985341516(_thisAdjusted, ___format0, ___formatProvider1, method); } // System.DateTime System.DateTimeOffset::get_DateTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTimeOffset_get_DateTime_m620985777 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset_get_DateTime_m620985777_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTime_t3738529785 L_0 = __this->get_dt_2(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = DateTime_SpecifyKind_m3332658812(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); return L_1; } } extern "C" DateTime_t3738529785 DateTimeOffset_get_DateTime_m620985777_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTimeOffset_get_DateTime_m620985777(_thisAdjusted, method); } // System.TimeSpan System.DateTimeOffset::get_Offset() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTimeOffset_get_Offset_m2040541042 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method) { { TimeSpan_t881159249 L_0 = __this->get_utc_offset_3(); return L_0; } } extern "C" TimeSpan_t881159249 DateTimeOffset_get_Offset_m2040541042_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTimeOffset_get_Offset_m2040541042(_thisAdjusted, method); } // System.DateTime System.DateTimeOffset::get_UtcDateTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTimeOffset_get_UtcDateTime_m1021718282 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeOffset_get_UtcDateTime_m1021718282_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTime_t3738529785 L_0 = __this->get_dt_2(); TimeSpan_t881159249 L_1 = __this->get_utc_offset_3(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_op_Subtraction_m529926081(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); DateTime_t3738529785 L_3 = DateTime_SpecifyKind_m3332658812(NULL /*static, unused*/, L_2, 1, /*hidden argument*/NULL); return L_3; } } extern "C" DateTime_t3738529785 DateTimeOffset_get_UtcDateTime_m1021718282_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTimeOffset_t3229287507 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTimeOffset_get_UtcDateTime_m1021718282(_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.Int32 System.DateTimeUtils::CountRepeat(System.String,System.Int32,System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeUtils_CountRepeat_m3396693018 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, int32_t ___p1, Il2CppChar ___c2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___fmt0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___p1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); goto IL_0014; } IL_0010: { int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0014: { int32_t L_4 = V_1; int32_t L_5 = V_0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0028; } } { String_t* L_6 = ___fmt0; int32_t L_7 = V_1; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, L_7, /*hidden argument*/NULL); Il2CppChar L_9 = ___c2; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_0010; } } IL_0028: { int32_t L_10 = V_1; int32_t L_11 = ___p1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)); } } // System.Void System.DateTimeUtils::ZeroPad(System.Text.StringBuilder,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTimeUtils_ZeroPad_m1132893640 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___output0, int32_t ___digits1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeUtils_ZeroPad_m1132893640_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; int32_t V_1 = 0; { if ((uint64_t)(uint32_t)((int32_t)16) * (uint64_t)(uint32_t)2 > (uint64_t)(uint32_t)kIl2CppUInt32Max) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),DateTimeUtils_ZeroPad_m1132893640_RuntimeMethod_var); int8_t* L_0 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)16), (int32_t)2))); memset(L_0,0,((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)16), (int32_t)2))); V_0 = (Il2CppChar*)(L_0); V_1 = ((int32_t)16); } IL_000a: { Il2CppChar* L_1 = V_0; int32_t L_2 = V_1; int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); V_1 = L_3; int32_t L_4 = ___digits1; *((int16_t*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)((int32_t)((int32_t)L_4%(int32_t)((int32_t)10)))))))); int32_t L_5 = ___digits1; ___digits1 = ((int32_t)((int32_t)L_5/(int32_t)((int32_t)10))); int32_t L_6 = ___len2; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); int32_t L_7 = ___digits1; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_000a; } } { goto IL_003f; } IL_0033: { Il2CppChar* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); V_1 = L_10; *((int16_t*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2)))))) = (int16_t)((int32_t)48); } IL_003f: { int32_t L_11 = ___len2; int32_t L_12 = L_11; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0033; } } { StringBuilder_t * L_13 = ___output0; Il2CppChar* L_14 = V_0; int32_t L_15 = V_1; int32_t L_16 = V_1; String_t* L_17 = String_CreateString_m3400201881(NULL, (Il2CppChar*)(Il2CppChar*)L_14, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_16)), /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, L_17, /*hidden argument*/NULL); return; } } // System.Int32 System.DateTimeUtils::ParseQuotedString(System.String,System.Int32,System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR int32_t DateTimeUtils_ParseQuotedString_m2573610321 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, int32_t ___pos1, StringBuilder_t * ___output2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeUtils_ParseQuotedString_m2573610321_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; Il2CppChar V_3 = 0x0; { String_t* L_0 = ___fmt0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___pos1; V_1 = L_2; String_t* L_3 = ___fmt0; int32_t L_4 = ___pos1; int32_t L_5 = L_4; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); Il2CppChar L_6 = String_get_Chars_m2986988803(L_3, L_5, /*hidden argument*/NULL); V_2 = L_6; goto IL_006d; } IL_001b: { String_t* L_7 = ___fmt0; int32_t L_8 = ___pos1; int32_t L_9 = L_8; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); Il2CppChar L_10 = String_get_Chars_m2986988803(L_7, L_9, /*hidden argument*/NULL); V_3 = L_10; Il2CppChar L_11 = V_3; Il2CppChar L_12 = V_2; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_0033; } } { int32_t L_13 = ___pos1; int32_t L_14 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)); } IL_0033: { Il2CppChar L_15 = V_3; if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)92))))) { goto IL_0065; } } { int32_t L_16 = ___pos1; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_004d; } } { FormatException_t154580423 * L_18 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_18, _stringLiteral1966942029, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,DateTimeUtils_ParseQuotedString_m2573610321_RuntimeMethod_var); } IL_004d: { StringBuilder_t * L_19 = ___output2; String_t* L_20 = ___fmt0; int32_t L_21 = ___pos1; int32_t L_22 = L_21; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); NullCheck(L_20); Il2CppChar L_23 = String_get_Chars_m2986988803(L_20, L_22, /*hidden argument*/NULL); NullCheck(L_19); StringBuilder_Append_m2383614642(L_19, L_23, /*hidden argument*/NULL); goto IL_006d; } IL_0065: { StringBuilder_t * L_24 = ___output2; Il2CppChar L_25 = V_3; NullCheck(L_24); StringBuilder_Append_m2383614642(L_24, L_25, /*hidden argument*/NULL); } IL_006d: { int32_t L_26 = ___pos1; int32_t L_27 = V_0; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_001b; } } { FormatException_t154580423 * L_28 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_28, _stringLiteral1966942029, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,DateTimeUtils_ParseQuotedString_m2573610321_RuntimeMethod_var); } } // System.String System.DateTimeUtils::GetStandardPattern(System.Char,System.Globalization.DateTimeFormatInfo,System.Boolean&,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeUtils_GetStandardPattern_m728910817 (RuntimeObject * __this /* static, unused */, Il2CppChar ___format0, DateTimeFormatInfo_t2405853701 * ___dfi1, bool* ___useutc2, bool* ___use_invariant3, const RuntimeMethod* method) { { Il2CppChar L_0 = ___format0; DateTimeFormatInfo_t2405853701 * L_1 = ___dfi1; bool* L_2 = ___useutc2; bool* L_3 = ___use_invariant3; String_t* L_4 = DateTimeUtils_GetStandardPattern_m813010822(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL); return L_4; } } // System.String System.DateTimeUtils::GetStandardPattern(System.Char,System.Globalization.DateTimeFormatInfo,System.Boolean&,System.Boolean&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeUtils_GetStandardPattern_m813010822 (RuntimeObject * __this /* static, unused */, Il2CppChar ___format0, DateTimeFormatInfo_t2405853701 * ___dfi1, bool* ___useutc2, bool* ___use_invariant3, bool ___date_time_offset4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeUtils_GetStandardPattern_m813010822_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar V_1 = 0x0; { bool* L_0 = ___useutc2; *((int8_t*)(L_0)) = (int8_t)0; bool* L_1 = ___use_invariant3; *((int8_t*)(L_1)) = (int8_t)0; Il2CppChar L_2 = ___format0; V_1 = L_2; Il2CppChar L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)109)))) { case 0: { goto IL_0129; } case 1: { goto IL_0045; } case 2: { goto IL_0135; } case 3: { goto IL_0045; } case 4: { goto IL_0045; } case 5: { goto IL_0144; } case 6: { goto IL_015d; } case 7: { goto IL_016c; } case 8: { goto IL_0184; } case 9: { goto IL_0045; } case 10: { goto IL_0045; } case 11: { goto IL_0045; } case 12: { goto IL_01ba; } } } IL_0045: { Il2CppChar L_4 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)77)))) { case 0: { goto IL_0129; } case 1: { goto IL_0072; } case 2: { goto IL_0135; } case 3: { goto IL_0072; } case 4: { goto IL_0072; } case 5: { goto IL_0144; } case 6: { goto IL_0072; } case 7: { goto IL_0178; } case 8: { goto IL_019d; } } } IL_0072: { Il2CppChar L_5 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)68)))) { case 0: { goto IL_00bd; } case 1: { goto IL_008b; } case 2: { goto IL_00e5; } case 3: { goto IL_010d; } } } IL_008b: { Il2CppChar L_6 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)100)))) { case 0: { goto IL_00b1; } case 1: { goto IL_00a4; } case 2: { goto IL_00c9; } case 3: { goto IL_00f1; } } } IL_00a4: { Il2CppChar L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)89)))) { goto IL_01ba; } } { goto IL_01c6; } IL_00b1: { DateTimeFormatInfo_t2405853701 * L_8 = ___dfi1; NullCheck(L_8); String_t* L_9 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_01cd; } IL_00bd: { DateTimeFormatInfo_t2405853701 * L_10 = ___dfi1; NullCheck(L_10); String_t* L_11 = DateTimeFormatInfo_get_LongDatePattern_m2180875608(L_10, /*hidden argument*/NULL); V_0 = L_11; goto IL_01cd; } IL_00c9: { DateTimeFormatInfo_t2405853701 * L_12 = ___dfi1; NullCheck(L_12); String_t* L_13 = DateTimeFormatInfo_get_LongDatePattern_m2180875608(L_12, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_14 = ___dfi1; NullCheck(L_14); String_t* L_15 = DateTimeFormatInfo_get_ShortTimePattern_m453440268(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3755062657(NULL /*static, unused*/, L_13, _stringLiteral3452614528, L_15, /*hidden argument*/NULL); V_0 = L_16; goto IL_01cd; } IL_00e5: { DateTimeFormatInfo_t2405853701 * L_17 = ___dfi1; NullCheck(L_17); String_t* L_18 = DateTimeFormatInfo_get_FullDateTimePattern_m2611794812(L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_01cd; } IL_00f1: { DateTimeFormatInfo_t2405853701 * L_19 = ___dfi1; NullCheck(L_19); String_t* L_20 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_19, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_21 = ___dfi1; NullCheck(L_21); String_t* L_22 = DateTimeFormatInfo_get_ShortTimePattern_m453440268(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m3755062657(NULL /*static, unused*/, L_20, _stringLiteral3452614528, L_22, /*hidden argument*/NULL); V_0 = L_23; goto IL_01cd; } IL_010d: { DateTimeFormatInfo_t2405853701 * L_24 = ___dfi1; NullCheck(L_24); String_t* L_25 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_24, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_26 = ___dfi1; NullCheck(L_26); String_t* L_27 = DateTimeFormatInfo_get_LongTimePattern_m1595254249(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m3755062657(NULL /*static, unused*/, L_25, _stringLiteral3452614528, L_27, /*hidden argument*/NULL); V_0 = L_28; goto IL_01cd; } IL_0129: { DateTimeFormatInfo_t2405853701 * L_29 = ___dfi1; NullCheck(L_29); String_t* L_30 = DateTimeFormatInfo_get_MonthDayPattern_m4068069839(L_29, /*hidden argument*/NULL); V_0 = L_30; goto IL_01cd; } IL_0135: { DateTimeFormatInfo_t2405853701 * L_31 = ___dfi1; NullCheck(L_31); String_t* L_32 = DateTimeFormatInfo_get_RoundtripPattern_m796050488(L_31, /*hidden argument*/NULL); V_0 = L_32; bool* L_33 = ___use_invariant3; *((int8_t*)(L_33)) = (int8_t)1; goto IL_01cd; } IL_0144: { DateTimeFormatInfo_t2405853701 * L_34 = ___dfi1; NullCheck(L_34); String_t* L_35 = DateTimeFormatInfo_get_RFC1123Pattern_m1428703602(L_34, /*hidden argument*/NULL); V_0 = L_35; bool L_36 = ___date_time_offset4; if (!L_36) { goto IL_0155; } } { bool* L_37 = ___useutc2; *((int8_t*)(L_37)) = (int8_t)1; } IL_0155: { bool* L_38 = ___use_invariant3; *((int8_t*)(L_38)) = (int8_t)1; goto IL_01cd; } IL_015d: { DateTimeFormatInfo_t2405853701 * L_39 = ___dfi1; NullCheck(L_39); String_t* L_40 = DateTimeFormatInfo_get_SortableDateTimePattern_m1596151441(L_39, /*hidden argument*/NULL); V_0 = L_40; bool* L_41 = ___use_invariant3; *((int8_t*)(L_41)) = (int8_t)1; goto IL_01cd; } IL_016c: { DateTimeFormatInfo_t2405853701 * L_42 = ___dfi1; NullCheck(L_42); String_t* L_43 = DateTimeFormatInfo_get_ShortTimePattern_m453440268(L_42, /*hidden argument*/NULL); V_0 = L_43; goto IL_01cd; } IL_0178: { DateTimeFormatInfo_t2405853701 * L_44 = ___dfi1; NullCheck(L_44); String_t* L_45 = DateTimeFormatInfo_get_LongTimePattern_m1595254249(L_44, /*hidden argument*/NULL); V_0 = L_45; goto IL_01cd; } IL_0184: { DateTimeFormatInfo_t2405853701 * L_46 = ___dfi1; NullCheck(L_46); String_t* L_47 = DateTimeFormatInfo_get_UniversalSortableDateTimePattern_m205892812(L_46, /*hidden argument*/NULL); V_0 = L_47; bool L_48 = ___date_time_offset4; if (!L_48) { goto IL_0195; } } { bool* L_49 = ___useutc2; *((int8_t*)(L_49)) = (int8_t)1; } IL_0195: { bool* L_50 = ___use_invariant3; *((int8_t*)(L_50)) = (int8_t)1; goto IL_01cd; } IL_019d: { bool L_51 = ___date_time_offset4; if (!L_51) { goto IL_01ab; } } { V_0 = (String_t*)NULL; goto IL_01b5; } IL_01ab: { DateTimeFormatInfo_t2405853701 * L_52 = ___dfi1; NullCheck(L_52); String_t* L_53 = DateTimeFormatInfo_get_FullDateTimePattern_m2611794812(L_52, /*hidden argument*/NULL); V_0 = L_53; bool* L_54 = ___useutc2; *((int8_t*)(L_54)) = (int8_t)1; } IL_01b5: { goto IL_01cd; } IL_01ba: { DateTimeFormatInfo_t2405853701 * L_55 = ___dfi1; NullCheck(L_55); String_t* L_56 = DateTimeFormatInfo_get_YearMonthPattern_m2258041482(L_55, /*hidden argument*/NULL); V_0 = L_56; goto IL_01cd; } IL_01c6: { V_0 = (String_t*)NULL; goto IL_01cd; } IL_01cd: { String_t* L_57 = V_0; return L_57; } } // System.String System.DateTimeUtils::ToString(System.DateTime,System.String,System.Globalization.DateTimeFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeUtils_ToString_m93951406 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___dt0, String_t* ___format1, DateTimeFormatInfo_t2405853701 * ___dfi2, const RuntimeMethod* method) { Nullable_1_t2603721331 V_0; memset(&V_0, 0, sizeof(V_0)); { DateTime_t3738529785 L_0 = ___dt0; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t2603721331 )); Nullable_1_t2603721331 L_1 = V_0; String_t* L_2 = ___format1; DateTimeFormatInfo_t2405853701 * L_3 = ___dfi2; String_t* L_4 = DateTimeUtils_ToString_m1782212840(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.DateTimeUtils::ToString(System.DateTime,System.Nullable`1,System.String,System.Globalization.DateTimeFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeUtils_ToString_m1782212840 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___dt0, Nullable_1_t2603721331 ___utc_offset1, String_t* ___format2, DateTimeFormatInfo_t2405853701 * ___dfi3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeUtils_ToString_m1782212840_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; DateTimeFormatInfo_t2405853701 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; String_t* V_9 = NULL; TimeSpan_t881159249 V_10; memset(&V_10, 0, sizeof(V_10)); int32_t V_11 = 0; Il2CppChar V_12 = 0x0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; int32_t G_B17_0 = 0; StringBuilder_t * G_B17_1 = NULL; int32_t G_B16_0 = 0; StringBuilder_t * G_B16_1 = NULL; int32_t G_B18_0 = 0; int32_t G_B18_1 = 0; StringBuilder_t * G_B18_2 = NULL; int32_t G_B21_0 = 0; StringBuilder_t * G_B21_1 = NULL; int32_t G_B20_0 = 0; StringBuilder_t * G_B20_1 = NULL; int32_t G_B22_0 = 0; int32_t G_B22_1 = 0; StringBuilder_t * G_B22_2 = NULL; int32_t G_B25_0 = 0; StringBuilder_t * G_B25_1 = NULL; int32_t G_B24_0 = 0; StringBuilder_t * G_B24_1 = NULL; int32_t G_B26_0 = 0; int32_t G_B26_1 = 0; StringBuilder_t * G_B26_2 = NULL; int32_t G_B29_0 = 0; StringBuilder_t * G_B29_1 = NULL; int32_t G_B28_0 = 0; StringBuilder_t * G_B28_1 = NULL; int32_t G_B30_0 = 0; int32_t G_B30_1 = 0; StringBuilder_t * G_B30_2 = NULL; String_t* G_B47_0 = NULL; TimeSpan_t881159249 G_B56_0; memset(&G_B56_0, 0, sizeof(G_B56_0)); TimeSpan_t881159249 G_B71_0; memset(&G_B71_0, 0, sizeof(G_B71_0)); int32_t G_B81_0 = 0; StringBuilder_t * G_B81_1 = NULL; int32_t G_B80_0 = 0; StringBuilder_t * G_B80_1 = NULL; int32_t G_B82_0 = 0; int32_t G_B82_1 = 0; StringBuilder_t * G_B82_2 = NULL; { String_t* L_0 = ___format2; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)10))), /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_3 = DateTimeFormatInfo_get_InvariantInfo_m2329875772(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = ___format2; DateTimeFormatInfo_t2405853701 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = DateTimeFormatInfo_get_RFC1123Pattern_m1428703602(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002e; } } { DateTimeFormatInfo_t2405853701 * L_8 = V_1; ___dfi3 = L_8; goto IL_0042; } IL_002e: { String_t* L_9 = ___format2; DateTimeFormatInfo_t2405853701 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = DateTimeFormatInfo_get_UniversalSortableDateTimePattern_m205892812(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0042; } } { DateTimeFormatInfo_t2405853701 * L_13 = V_1; ___dfi3 = L_13; } IL_0042: { V_2 = 0; goto IL_06ca; } IL_0049: { V_4 = (bool)0; String_t* L_14 = ___format2; int32_t L_15 = V_2; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m2986988803(L_14, L_15, /*hidden argument*/NULL); V_5 = L_16; Il2CppChar L_17 = V_5; V_12 = L_17; Il2CppChar L_18 = V_12; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)100)))) { case 0: { goto IL_04d4; } case 1: { goto IL_008b; } case 2: { goto IL_01e3; } case 3: { goto IL_05ed; } case 4: { goto IL_0121; } case 5: { goto IL_008b; } case 6: { goto IL_008b; } case 7: { goto IL_008b; } case 8: { goto IL_008b; } case 9: { goto IL_0187; } } } IL_008b: { Il2CppChar L_19 = V_12; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)70)))) { case 0: { goto IL_01db; } case 1: { goto IL_00b5; } case 2: { goto IL_015d; } case 3: { goto IL_00b5; } case 4: { goto IL_00b5; } case 5: { goto IL_0404; } case 6: { goto IL_00b5; } case 7: { goto IL_054d; } } } IL_00b5: { Il2CppChar L_20 = V_12; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)((int32_t)115)))) { case 0: { goto IL_01b1; } case 1: { goto IL_02a4; } case 2: { goto IL_00df; } case 3: { goto IL_00df; } case 4: { goto IL_00df; } case 5: { goto IL_00df; } case 6: { goto IL_05a9; } case 7: { goto IL_0305; } } } IL_00df: { Il2CppChar L_21 = V_12; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)34)))) { case 0: { goto IL_063d; } case 1: { goto IL_0101; } case 2: { goto IL_0101; } case 3: { goto IL_064b; } case 4: { goto IL_0101; } case 5: { goto IL_063d; } } } IL_0101: { Il2CppChar L_22 = V_12; if ((((int32_t)L_22) == ((int32_t)((int32_t)47)))) { goto IL_0629; } } { Il2CppChar L_23 = V_12; if ((((int32_t)L_23) == ((int32_t)((int32_t)58)))) { goto IL_0615; } } { Il2CppChar L_24 = V_12; if ((((int32_t)L_24) == ((int32_t)((int32_t)92)))) { goto IL_0686; } } { goto IL_06b6; } IL_0121: { String_t* L_25 = ___format2; int32_t L_26 = V_2; Il2CppChar L_27 = V_5; int32_t L_28 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_25, L_26, L_27, /*hidden argument*/NULL); V_3 = L_28; int32_t L_29 = DateTime_get_Hour_m4153505178((&___dt0), /*hidden argument*/NULL); V_6 = ((int32_t)((int32_t)L_29%(int32_t)((int32_t)12))); int32_t L_30 = V_6; if (L_30) { goto IL_0142; } } { V_6 = ((int32_t)12); } IL_0142: { StringBuilder_t * L_31 = V_0; int32_t L_32 = V_6; int32_t L_33 = V_3; G_B16_0 = L_32; G_B16_1 = L_31; if ((!(((uint32_t)L_33) == ((uint32_t)1)))) { G_B17_0 = L_32; G_B17_1 = L_31; goto IL_0152; } } { G_B18_0 = 1; G_B18_1 = G_B16_0; G_B18_2 = G_B16_1; goto IL_0153; } IL_0152: { G_B18_0 = 2; G_B18_1 = G_B17_0; G_B18_2 = G_B17_1; } IL_0153: { DateTimeUtils_ZeroPad_m1132893640(NULL /*static, unused*/, G_B18_2, G_B18_1, G_B18_0, /*hidden argument*/NULL); goto IL_06c6; } IL_015d: { String_t* L_34 = ___format2; int32_t L_35 = V_2; Il2CppChar L_36 = V_5; int32_t L_37 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_34, L_35, L_36, /*hidden argument*/NULL); V_3 = L_37; StringBuilder_t * L_38 = V_0; int32_t L_39 = DateTime_get_Hour_m4153505178((&___dt0), /*hidden argument*/NULL); int32_t L_40 = V_3; G_B20_0 = L_39; G_B20_1 = L_38; if ((!(((uint32_t)L_40) == ((uint32_t)1)))) { G_B21_0 = L_39; G_B21_1 = L_38; goto IL_017c; } } { G_B22_0 = 1; G_B22_1 = G_B20_0; G_B22_2 = G_B20_1; goto IL_017d; } IL_017c: { G_B22_0 = 2; G_B22_1 = G_B21_0; G_B22_2 = G_B21_1; } IL_017d: { DateTimeUtils_ZeroPad_m1132893640(NULL /*static, unused*/, G_B22_2, G_B22_1, G_B22_0, /*hidden argument*/NULL); goto IL_06c6; } IL_0187: { String_t* L_41 = ___format2; int32_t L_42 = V_2; Il2CppChar L_43 = V_5; int32_t L_44 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_41, L_42, L_43, /*hidden argument*/NULL); V_3 = L_44; StringBuilder_t * L_45 = V_0; int32_t L_46 = DateTime_get_Minute_m87527789((&___dt0), /*hidden argument*/NULL); int32_t L_47 = V_3; G_B24_0 = L_46; G_B24_1 = L_45; if ((!(((uint32_t)L_47) == ((uint32_t)1)))) { G_B25_0 = L_46; G_B25_1 = L_45; goto IL_01a6; } } { G_B26_0 = 1; G_B26_1 = G_B24_0; G_B26_2 = G_B24_1; goto IL_01a7; } IL_01a6: { G_B26_0 = 2; G_B26_1 = G_B25_0; G_B26_2 = G_B25_1; } IL_01a7: { DateTimeUtils_ZeroPad_m1132893640(NULL /*static, unused*/, G_B26_2, G_B26_1, G_B26_0, /*hidden argument*/NULL); goto IL_06c6; } IL_01b1: { String_t* L_48 = ___format2; int32_t L_49 = V_2; Il2CppChar L_50 = V_5; int32_t L_51 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_48, L_49, L_50, /*hidden argument*/NULL); V_3 = L_51; StringBuilder_t * L_52 = V_0; int32_t L_53 = DateTime_get_Second_m2686182256((&___dt0), /*hidden argument*/NULL); int32_t L_54 = V_3; G_B28_0 = L_53; G_B28_1 = L_52; if ((!(((uint32_t)L_54) == ((uint32_t)1)))) { G_B29_0 = L_53; G_B29_1 = L_52; goto IL_01d0; } } { G_B30_0 = 1; G_B30_1 = G_B28_0; G_B30_2 = G_B28_1; goto IL_01d1; } IL_01d0: { G_B30_0 = 2; G_B30_1 = G_B29_0; G_B30_2 = G_B29_1; } IL_01d1: { DateTimeUtils_ZeroPad_m1132893640(NULL /*static, unused*/, G_B30_2, G_B30_1, G_B30_0, /*hidden argument*/NULL); goto IL_06c6; } IL_01db: { V_4 = (bool)1; goto IL_01e3; } IL_01e3: { String_t* L_55 = ___format2; int32_t L_56 = V_2; Il2CppChar L_57 = V_5; int32_t L_58 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_55, L_56, L_57, /*hidden argument*/NULL); V_3 = L_58; int32_t L_59 = V_3; if ((((int32_t)L_59) <= ((int32_t)7))) { goto IL_01ff; } } { FormatException_t154580423 * L_60 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_60, _stringLiteral1671262155, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60,DateTimeUtils_ToString_m1782212840_RuntimeMethod_var); } IL_01ff: { int64_t L_61 = DateTime_get_Ticks_m1550640881((&___dt0), /*hidden argument*/NULL); int32_t L_62 = V_3; double L_63 = pow((10.0), (((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_62)))))); V_7 = (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_61%(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))))/(int64_t)(((int64_t)((int64_t)L_63)))))))); StringBuilder_t * L_64 = V_0; NullCheck(L_64); int32_t L_65 = StringBuilder_get_Length_m3238060835(L_64, /*hidden argument*/NULL); V_8 = L_65; StringBuilder_t * L_66 = V_0; int32_t L_67 = V_7; int32_t L_68 = V_3; DateTimeUtils_ZeroPad_m1132893640(NULL /*static, unused*/, L_66, L_67, L_68, /*hidden argument*/NULL); bool L_69 = V_4; if (!L_69) { goto IL_029f; } } { goto IL_024f; } IL_0241: { StringBuilder_t * L_70 = V_0; StringBuilder_t * L_71 = L_70; NullCheck(L_71); int32_t L_72 = StringBuilder_get_Length_m3238060835(L_71, /*hidden argument*/NULL); NullCheck(L_71); StringBuilder_set_Length_m1410065908(L_71, ((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)1)), /*hidden argument*/NULL); } IL_024f: { StringBuilder_t * L_73 = V_0; NullCheck(L_73); int32_t L_74 = StringBuilder_get_Length_m3238060835(L_73, /*hidden argument*/NULL); int32_t L_75 = V_8; if ((((int32_t)L_74) <= ((int32_t)L_75))) { goto IL_0271; } } { StringBuilder_t * L_76 = V_0; StringBuilder_t * L_77 = V_0; NullCheck(L_77); int32_t L_78 = StringBuilder_get_Length_m3238060835(L_77, /*hidden argument*/NULL); NullCheck(L_76); Il2CppChar L_79 = StringBuilder_get_Chars_m1819843468(L_76, ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_79) == ((int32_t)((int32_t)48)))) { goto IL_0241; } } IL_0271: { int32_t L_80 = V_7; if (L_80) { goto IL_029f; } } { int32_t L_81 = V_8; if ((((int32_t)L_81) <= ((int32_t)0))) { goto IL_029f; } } { StringBuilder_t * L_82 = V_0; int32_t L_83 = V_8; NullCheck(L_82); Il2CppChar L_84 = StringBuilder_get_Chars_m1819843468(L_82, ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)46))))) { goto IL_029f; } } { StringBuilder_t * L_85 = V_0; StringBuilder_t * L_86 = L_85; NullCheck(L_86); int32_t L_87 = StringBuilder_get_Length_m3238060835(L_86, /*hidden argument*/NULL); NullCheck(L_86); StringBuilder_set_Length_m1410065908(L_86, ((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)1)), /*hidden argument*/NULL); } IL_029f: { goto IL_06c6; } IL_02a4: { String_t* L_88 = ___format2; int32_t L_89 = V_2; Il2CppChar L_90 = V_5; int32_t L_91 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_88, L_89, L_90, /*hidden argument*/NULL); V_3 = L_91; int32_t L_92 = DateTime_get_Hour_m4153505178((&___dt0), /*hidden argument*/NULL); if ((((int32_t)L_92) >= ((int32_t)((int32_t)12)))) { goto IL_02c7; } } { DateTimeFormatInfo_t2405853701 * L_93 = ___dfi3; NullCheck(L_93); String_t* L_94 = DateTimeFormatInfo_get_AMDesignator_m1610196743(L_93, /*hidden argument*/NULL); G_B47_0 = L_94; goto IL_02cd; } IL_02c7: { DateTimeFormatInfo_t2405853701 * L_95 = ___dfi3; NullCheck(L_95); String_t* L_96 = DateTimeFormatInfo_get_PMDesignator_m1609519124(L_95, /*hidden argument*/NULL); G_B47_0 = L_96; } IL_02cd: { V_9 = G_B47_0; int32_t L_97 = V_3; if ((!(((uint32_t)L_97) == ((uint32_t)1)))) { goto IL_02f7; } } { String_t* L_98 = V_9; NullCheck(L_98); int32_t L_99 = String_get_Length_m3847582255(L_98, /*hidden argument*/NULL); if ((((int32_t)L_99) < ((int32_t)1))) { goto IL_02f2; } } { StringBuilder_t * L_100 = V_0; String_t* L_101 = V_9; NullCheck(L_101); Il2CppChar L_102 = String_get_Chars_m2986988803(L_101, 0, /*hidden argument*/NULL); NullCheck(L_100); StringBuilder_Append_m2383614642(L_100, L_102, /*hidden argument*/NULL); } IL_02f2: { goto IL_0300; } IL_02f7: { StringBuilder_t * L_103 = V_0; String_t* L_104 = V_9; NullCheck(L_103); StringBuilder_Append_m1965104174(L_103, L_104, /*hidden argument*/NULL); } IL_0300: { goto IL_06c6; } IL_0305: { String_t* L_105 = ___format2; int32_t L_106 = V_2; Il2CppChar L_107 = V_5; int32_t L_108 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_105, L_106, L_107, /*hidden argument*/NULL); V_3 = L_108; bool L_109 = Nullable_1_get_HasValue_m1210311128((&___utc_offset1), /*hidden argument*/Nullable_1_get_HasValue_m1210311128_RuntimeMethod_var); if (!L_109) { goto IL_0327; } } { TimeSpan_t881159249 L_110 = Nullable_1_get_Value_m1801617894((&___utc_offset1), /*hidden argument*/Nullable_1_get_Value_m1801617894_RuntimeMethod_var); G_B56_0 = L_110; goto IL_0332; } IL_0327: { IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone_t2038656743 * L_111 = TimeZone_get_CurrentTimeZone_m2520313554(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_112 = ___dt0; NullCheck(L_111); TimeSpan_t881159249 L_113 = VirtFuncInvoker1< TimeSpan_t881159249 , DateTime_t3738529785 >::Invoke(5 /* System.TimeSpan System.TimeZone::GetUtcOffset(System.DateTime) */, L_111, L_112); G_B56_0 = L_113; } IL_0332: { V_10 = G_B56_0; int64_t L_114 = TimeSpan_get_Ticks_m2137362016((&V_10), /*hidden argument*/NULL); if ((((int64_t)L_114) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0350; } } { StringBuilder_t * L_115 = V_0; NullCheck(L_115); StringBuilder_Append_m2383614642(L_115, ((int32_t)43), /*hidden argument*/NULL); goto IL_0359; } IL_0350: { StringBuilder_t * L_116 = V_0; NullCheck(L_116); StringBuilder_Append_m2383614642(L_116, ((int32_t)45), /*hidden argument*/NULL); } IL_0359: { int32_t L_117 = V_3; V_13 = L_117; int32_t L_118 = V_13; if ((((int32_t)L_118) == ((int32_t)1))) { goto IL_0371; } } { int32_t L_119 = V_13; if ((((int32_t)L_119) == ((int32_t)2))) { goto IL_0389; } } { goto IL_03af; } IL_0371: { StringBuilder_t * L_120 = V_0; int32_t L_121 = TimeSpan_get_Hours_m550761902((&V_10), /*hidden argument*/NULL); int32_t L_122 = il2cpp_codegen_abs(L_121); NullCheck(L_120); StringBuilder_Append_m890240332(L_120, L_122, /*hidden argument*/NULL); goto IL_03ff; } IL_0389: { StringBuilder_t * L_123 = V_0; int32_t L_124 = TimeSpan_get_Hours_m550761902((&V_10), /*hidden argument*/NULL); int32_t L_125 = il2cpp_codegen_abs(L_124); V_14 = L_125; String_t* L_126 = Int32_ToString_m372259452((&V_14), _stringLiteral3451565968, /*hidden argument*/NULL); NullCheck(L_123); StringBuilder_Append_m1965104174(L_123, L_126, /*hidden argument*/NULL); goto IL_03ff; } IL_03af: { StringBuilder_t * L_127 = V_0; int32_t L_128 = TimeSpan_get_Hours_m550761902((&V_10), /*hidden argument*/NULL); int32_t L_129 = il2cpp_codegen_abs(L_128); V_15 = L_129; String_t* L_130 = Int32_ToString_m372259452((&V_15), _stringLiteral3451565968, /*hidden argument*/NULL); NullCheck(L_127); StringBuilder_Append_m1965104174(L_127, L_130, /*hidden argument*/NULL); StringBuilder_t * L_131 = V_0; NullCheck(L_131); StringBuilder_Append_m2383614642(L_131, ((int32_t)58), /*hidden argument*/NULL); StringBuilder_t * L_132 = V_0; int32_t L_133 = TimeSpan_get_Minutes_m4278980001((&V_10), /*hidden argument*/NULL); int32_t L_134 = il2cpp_codegen_abs(L_133); V_16 = L_134; String_t* L_135 = Int32_ToString_m372259452((&V_16), _stringLiteral3451565968, /*hidden argument*/NULL); NullCheck(L_132); StringBuilder_Append_m1965104174(L_132, L_135, /*hidden argument*/NULL); goto IL_03ff; } IL_03ff: { goto IL_06c6; } IL_0404: { V_3 = 1; bool L_136 = Nullable_1_get_HasValue_m1210311128((&___utc_offset1), /*hidden argument*/Nullable_1_get_HasValue_m1210311128_RuntimeMethod_var); if (L_136) { goto IL_041f; } } { int32_t L_137 = DateTime_get_Kind_m2154871796((&___dt0), /*hidden argument*/NULL); if ((!(((uint32_t)L_137) == ((uint32_t)2)))) { goto IL_04b9; } } IL_041f: { bool L_138 = Nullable_1_get_HasValue_m1210311128((&___utc_offset1), /*hidden argument*/Nullable_1_get_HasValue_m1210311128_RuntimeMethod_var); if (!L_138) { goto IL_0437; } } { TimeSpan_t881159249 L_139 = Nullable_1_get_Value_m1801617894((&___utc_offset1), /*hidden argument*/Nullable_1_get_Value_m1801617894_RuntimeMethod_var); G_B71_0 = L_139; goto IL_0442; } IL_0437: { IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone_t2038656743 * L_140 = TimeZone_get_CurrentTimeZone_m2520313554(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_141 = ___dt0; NullCheck(L_140); TimeSpan_t881159249 L_142 = VirtFuncInvoker1< TimeSpan_t881159249 , DateTime_t3738529785 >::Invoke(5 /* System.TimeSpan System.TimeZone::GetUtcOffset(System.DateTime) */, L_140, L_141); G_B71_0 = L_142; } IL_0442: { V_10 = G_B71_0; int64_t L_143 = TimeSpan_get_Ticks_m2137362016((&V_10), /*hidden argument*/NULL); if ((((int64_t)L_143) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0460; } } { StringBuilder_t * L_144 = V_0; NullCheck(L_144); StringBuilder_Append_m2383614642(L_144, ((int32_t)43), /*hidden argument*/NULL); goto IL_0469; } IL_0460: { StringBuilder_t * L_145 = V_0; NullCheck(L_145); StringBuilder_Append_m2383614642(L_145, ((int32_t)45), /*hidden argument*/NULL); } IL_0469: { StringBuilder_t * L_146 = V_0; int32_t L_147 = TimeSpan_get_Hours_m550761902((&V_10), /*hidden argument*/NULL); int32_t L_148 = il2cpp_codegen_abs(L_147); V_13 = L_148; String_t* L_149 = Int32_ToString_m372259452((&V_13), _stringLiteral3451565968, /*hidden argument*/NULL); NullCheck(L_146); StringBuilder_Append_m1965104174(L_146, L_149, /*hidden argument*/NULL); StringBuilder_t * L_150 = V_0; NullCheck(L_150); StringBuilder_Append_m2383614642(L_150, ((int32_t)58), /*hidden argument*/NULL); StringBuilder_t * L_151 = V_0; int32_t L_152 = TimeSpan_get_Minutes_m4278980001((&V_10), /*hidden argument*/NULL); int32_t L_153 = il2cpp_codegen_abs(L_152); V_17 = L_153; String_t* L_154 = Int32_ToString_m372259452((&V_17), _stringLiteral3451565968, /*hidden argument*/NULL); NullCheck(L_151); StringBuilder_Append_m1965104174(L_151, L_154, /*hidden argument*/NULL); goto IL_04cf; } IL_04b9: { int32_t L_155 = DateTime_get_Kind_m2154871796((&___dt0), /*hidden argument*/NULL); if ((!(((uint32_t)L_155) == ((uint32_t)1)))) { goto IL_04cf; } } { StringBuilder_t * L_156 = V_0; NullCheck(L_156); StringBuilder_Append_m2383614642(L_156, ((int32_t)90), /*hidden argument*/NULL); } IL_04cf: { goto IL_06c6; } IL_04d4: { String_t* L_157 = ___format2; int32_t L_158 = V_2; Il2CppChar L_159 = V_5; int32_t L_160 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_157, L_158, L_159, /*hidden argument*/NULL); V_3 = L_160; int32_t L_161 = V_3; if ((((int32_t)L_161) > ((int32_t)2))) { goto IL_050a; } } { StringBuilder_t * L_162 = V_0; DateTimeFormatInfo_t2405853701 * L_163 = ___dfi3; NullCheck(L_163); Calendar_t1661121569 * L_164 = DateTimeFormatInfo_get_Calendar_m2815249551(L_163, /*hidden argument*/NULL); DateTime_t3738529785 L_165 = ___dt0; NullCheck(L_164); int32_t L_166 = VirtFuncInvoker1< int32_t, DateTime_t3738529785 >::Invoke(7 /* System.Int32 System.Globalization.Calendar::GetDayOfMonth(System.DateTime) */, L_164, L_165); int32_t L_167 = V_3; G_B80_0 = L_166; G_B80_1 = L_162; if ((!(((uint32_t)L_167) == ((uint32_t)1)))) { G_B81_0 = L_166; G_B81_1 = L_162; goto IL_04ff; } } { G_B82_0 = 1; G_B82_1 = G_B80_0; G_B82_2 = G_B80_1; goto IL_0500; } IL_04ff: { G_B82_0 = 2; G_B82_1 = G_B81_0; G_B82_2 = G_B81_1; } IL_0500: { DateTimeUtils_ZeroPad_m1132893640(NULL /*static, unused*/, G_B82_2, G_B82_1, G_B82_0, /*hidden argument*/NULL); goto IL_0548; } IL_050a: { int32_t L_168 = V_3; if ((!(((uint32_t)L_168) == ((uint32_t)3)))) { goto IL_052f; } } { StringBuilder_t * L_169 = V_0; DateTimeFormatInfo_t2405853701 * L_170 = ___dfi3; DateTimeFormatInfo_t2405853701 * L_171 = ___dfi3; NullCheck(L_171); Calendar_t1661121569 * L_172 = DateTimeFormatInfo_get_Calendar_m2815249551(L_171, /*hidden argument*/NULL); DateTime_t3738529785 L_173 = ___dt0; NullCheck(L_172); int32_t L_174 = VirtFuncInvoker1< int32_t, DateTime_t3738529785 >::Invoke(8 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_172, L_173); NullCheck(L_170); String_t* L_175 = DateTimeFormatInfo_GetAbbreviatedDayName_m1307320526(L_170, L_174, /*hidden argument*/NULL); NullCheck(L_169); StringBuilder_Append_m1965104174(L_169, L_175, /*hidden argument*/NULL); goto IL_0548; } IL_052f: { StringBuilder_t * L_176 = V_0; DateTimeFormatInfo_t2405853701 * L_177 = ___dfi3; DateTimeFormatInfo_t2405853701 * L_178 = ___dfi3; NullCheck(L_178); Calendar_t1661121569 * L_179 = DateTimeFormatInfo_get_Calendar_m2815249551(L_178, /*hidden argument*/NULL); DateTime_t3738529785 L_180 = ___dt0; NullCheck(L_179); int32_t L_181 = VirtFuncInvoker1< int32_t, DateTime_t3738529785 >::Invoke(8 /* System.DayOfWeek System.Globalization.Calendar::GetDayOfWeek(System.DateTime) */, L_179, L_180); NullCheck(L_177); String_t* L_182 = DateTimeFormatInfo_GetDayName_m2279787668(L_177, L_181, /*hidden argument*/NULL); NullCheck(L_176); StringBuilder_Append_m1965104174(L_176, L_182, /*hidden argument*/NULL); } IL_0548: { goto IL_06c6; } IL_054d: { String_t* L_183 = ___format2; int32_t L_184 = V_2; Il2CppChar L_185 = V_5; int32_t L_186 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_183, L_184, L_185, /*hidden argument*/NULL); V_3 = L_186; DateTimeFormatInfo_t2405853701 * L_187 = ___dfi3; NullCheck(L_187); Calendar_t1661121569 * L_188 = DateTimeFormatInfo_get_Calendar_m2815249551(L_187, /*hidden argument*/NULL); DateTime_t3738529785 L_189 = ___dt0; NullCheck(L_188); int32_t L_190 = VirtFuncInvoker1< int32_t, DateTime_t3738529785 >::Invoke(10 /* System.Int32 System.Globalization.Calendar::GetMonth(System.DateTime) */, L_188, L_189); V_11 = L_190; int32_t L_191 = V_3; if ((((int32_t)L_191) > ((int32_t)2))) { goto IL_057a; } } { StringBuilder_t * L_192 = V_0; int32_t L_193 = V_11; int32_t L_194 = V_3; DateTimeUtils_ZeroPad_m1132893640(NULL /*static, unused*/, L_192, L_193, L_194, /*hidden argument*/NULL); goto IL_05a4; } IL_057a: { int32_t L_195 = V_3; if ((!(((uint32_t)L_195) == ((uint32_t)3)))) { goto IL_0595; } } { StringBuilder_t * L_196 = V_0; DateTimeFormatInfo_t2405853701 * L_197 = ___dfi3; int32_t L_198 = V_11; NullCheck(L_197); String_t* L_199 = DateTimeFormatInfo_GetAbbreviatedMonthName_m364480624(L_197, L_198, /*hidden argument*/NULL); NullCheck(L_196); StringBuilder_Append_m1965104174(L_196, L_199, /*hidden argument*/NULL); goto IL_05a4; } IL_0595: { StringBuilder_t * L_200 = V_0; DateTimeFormatInfo_t2405853701 * L_201 = ___dfi3; int32_t L_202 = V_11; NullCheck(L_201); String_t* L_203 = DateTimeFormatInfo_GetMonthName_m2034512315(L_201, L_202, /*hidden argument*/NULL); NullCheck(L_200); StringBuilder_Append_m1965104174(L_200, L_203, /*hidden argument*/NULL); } IL_05a4: { goto IL_06c6; } IL_05a9: { String_t* L_204 = ___format2; int32_t L_205 = V_2; Il2CppChar L_206 = V_5; int32_t L_207 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_204, L_205, L_206, /*hidden argument*/NULL); V_3 = L_207; int32_t L_208 = V_3; if ((((int32_t)L_208) > ((int32_t)2))) { goto IL_05d5; } } { StringBuilder_t * L_209 = V_0; DateTimeFormatInfo_t2405853701 * L_210 = ___dfi3; NullCheck(L_210); Calendar_t1661121569 * L_211 = DateTimeFormatInfo_get_Calendar_m2815249551(L_210, /*hidden argument*/NULL); DateTime_t3738529785 L_212 = ___dt0; NullCheck(L_211); int32_t L_213 = VirtFuncInvoker1< int32_t, DateTime_t3738529785 >::Invoke(11 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_211, L_212); int32_t L_214 = V_3; DateTimeUtils_ZeroPad_m1132893640(NULL /*static, unused*/, L_209, ((int32_t)((int32_t)L_213%(int32_t)((int32_t)100))), L_214, /*hidden argument*/NULL); goto IL_05e8; } IL_05d5: { StringBuilder_t * L_215 = V_0; DateTimeFormatInfo_t2405853701 * L_216 = ___dfi3; NullCheck(L_216); Calendar_t1661121569 * L_217 = DateTimeFormatInfo_get_Calendar_m2815249551(L_216, /*hidden argument*/NULL); DateTime_t3738529785 L_218 = ___dt0; NullCheck(L_217); int32_t L_219 = VirtFuncInvoker1< int32_t, DateTime_t3738529785 >::Invoke(11 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, L_217, L_218); int32_t L_220 = V_3; DateTimeUtils_ZeroPad_m1132893640(NULL /*static, unused*/, L_215, L_219, L_220, /*hidden argument*/NULL); } IL_05e8: { goto IL_06c6; } IL_05ed: { String_t* L_221 = ___format2; int32_t L_222 = V_2; Il2CppChar L_223 = V_5; int32_t L_224 = DateTimeUtils_CountRepeat_m3396693018(NULL /*static, unused*/, L_221, L_222, L_223, /*hidden argument*/NULL); V_3 = L_224; StringBuilder_t * L_225 = V_0; DateTimeFormatInfo_t2405853701 * L_226 = ___dfi3; DateTimeFormatInfo_t2405853701 * L_227 = ___dfi3; NullCheck(L_227); Calendar_t1661121569 * L_228 = DateTimeFormatInfo_get_Calendar_m2815249551(L_227, /*hidden argument*/NULL); DateTime_t3738529785 L_229 = ___dt0; NullCheck(L_228); int32_t L_230 = VirtFuncInvoker1< int32_t, DateTime_t3738529785 >::Invoke(9 /* System.Int32 System.Globalization.Calendar::GetEra(System.DateTime) */, L_228, L_229); NullCheck(L_226); String_t* L_231 = DateTimeFormatInfo_GetEraName_m3151483707(L_226, L_230, /*hidden argument*/NULL); NullCheck(L_225); StringBuilder_Append_m1965104174(L_225, L_231, /*hidden argument*/NULL); goto IL_06c6; } IL_0615: { StringBuilder_t * L_232 = V_0; DateTimeFormatInfo_t2405853701 * L_233 = ___dfi3; NullCheck(L_233); String_t* L_234 = DateTimeFormatInfo_get_TimeSeparator_m1179730581(L_233, /*hidden argument*/NULL); NullCheck(L_232); StringBuilder_Append_m1965104174(L_232, L_234, /*hidden argument*/NULL); V_3 = 1; goto IL_06c6; } IL_0629: { StringBuilder_t * L_235 = V_0; DateTimeFormatInfo_t2405853701 * L_236 = ___dfi3; NullCheck(L_236); String_t* L_237 = DateTimeFormatInfo_get_DateSeparator_m3346695364(L_236, /*hidden argument*/NULL); NullCheck(L_235); StringBuilder_Append_m1965104174(L_235, L_237, /*hidden argument*/NULL); V_3 = 1; goto IL_06c6; } IL_063d: { String_t* L_238 = ___format2; int32_t L_239 = V_2; StringBuilder_t * L_240 = V_0; int32_t L_241 = DateTimeUtils_ParseQuotedString_m2573610321(NULL /*static, unused*/, L_238, L_239, L_240, /*hidden argument*/NULL); V_3 = L_241; goto IL_06c6; } IL_064b: { int32_t L_242 = V_2; String_t* L_243 = ___format2; NullCheck(L_243); int32_t L_244 = String_get_Length_m3847582255(L_243, /*hidden argument*/NULL); if ((((int32_t)L_242) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_244, (int32_t)1))))) { goto IL_0664; } } { FormatException_t154580423 * L_245 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_245, _stringLiteral609273936, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_245,DateTimeUtils_ToString_m1782212840_RuntimeMethod_var); } IL_0664: { String_t* L_246 = ___format2; int32_t L_247 = V_2; NullCheck(L_246); Il2CppChar L_248 = String_get_Chars_m2986988803(L_246, ((int32_t)il2cpp_codegen_add((int32_t)L_247, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_248) == ((uint32_t)((int32_t)37))))) { goto IL_067f; } } { FormatException_t154580423 * L_249 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_249, _stringLiteral2344785378, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_249,DateTimeUtils_ToString_m1782212840_RuntimeMethod_var); } IL_067f: { V_3 = 1; goto IL_06c6; } IL_0686: { int32_t L_250 = V_2; String_t* L_251 = ___format2; NullCheck(L_251); int32_t L_252 = String_get_Length_m3847582255(L_251, /*hidden argument*/NULL); if ((((int32_t)L_250) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_252, (int32_t)1))))) { goto IL_069f; } } { FormatException_t154580423 * L_253 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_253, _stringLiteral2909310891, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_253,DateTimeUtils_ToString_m1782212840_RuntimeMethod_var); } IL_069f: { StringBuilder_t * L_254 = V_0; String_t* L_255 = ___format2; int32_t L_256 = V_2; NullCheck(L_255); Il2CppChar L_257 = String_get_Chars_m2986988803(L_255, ((int32_t)il2cpp_codegen_add((int32_t)L_256, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_254); StringBuilder_Append_m2383614642(L_254, L_257, /*hidden argument*/NULL); V_3 = 2; goto IL_06c6; } IL_06b6: { StringBuilder_t * L_258 = V_0; Il2CppChar L_259 = V_5; NullCheck(L_258); StringBuilder_Append_m2383614642(L_258, L_259, /*hidden argument*/NULL); V_3 = 1; goto IL_06c6; } IL_06c6: { int32_t L_260 = V_2; int32_t L_261 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_260, (int32_t)L_261)); } IL_06ca: { int32_t L_262 = V_2; String_t* L_263 = ___format2; NullCheck(L_263); int32_t L_264 = String_get_Length_m3847582255(L_263, /*hidden argument*/NULL); if ((((int32_t)L_262) < ((int32_t)L_264))) { goto IL_0049; } } { StringBuilder_t * L_265 = V_0; NullCheck(L_265); String_t* L_266 = StringBuilder_ToString_m3317489284(L_265, /*hidden argument*/NULL); return L_266; } } #ifdef __clang__ #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.DBNull::.ctor() extern "C" IL2CPP_METHOD_ATTR void DBNull__ctor_m3264522145 (DBNull_t3725197148 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.DBNull::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DBNull__ctor_m3431698857 (DBNull_t3725197148 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull__ctor_m3431698857_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); 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,DBNull__ctor_m3431698857_RuntimeMethod_var); } } // System.Void System.DBNull::.cctor() extern "C" IL2CPP_METHOD_ATTR void DBNull__cctor_m1221711106 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull__cctor_m1221711106_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DBNull_t3725197148 * L_0 = (DBNull_t3725197148 *)il2cpp_codegen_object_new(DBNull_t3725197148_il2cpp_TypeInfo_var); DBNull__ctor_m3264522145(L_0, /*hidden argument*/NULL); ((DBNull_t3725197148_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t3725197148_il2cpp_TypeInfo_var))->set_Value_0(L_0); return; } } // System.Boolean System.DBNull::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool DBNull_System_IConvertible_ToBoolean_m702787761 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToBoolean_m702787761_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToBoolean_m702787761_RuntimeMethod_var); } } // System.Byte System.DBNull::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t DBNull_System_IConvertible_ToByte_m3625770190 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToByte_m3625770190_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToByte_m3625770190_RuntimeMethod_var); } } // System.Char System.DBNull::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar DBNull_System_IConvertible_ToChar_m4140628367 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToChar_m4140628367_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToChar_m4140628367_RuntimeMethod_var); } } // System.DateTime System.DBNull::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DBNull_System_IConvertible_ToDateTime_m3633350356 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToDateTime_m3633350356_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToDateTime_m3633350356_RuntimeMethod_var); } } // System.Decimal System.DBNull::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 DBNull_System_IConvertible_ToDecimal_m1883582283 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToDecimal_m1883582283_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToDecimal_m1883582283_RuntimeMethod_var); } } // System.Double System.DBNull::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double DBNull_System_IConvertible_ToDouble_m150664744 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToDouble_m150664744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToDouble_m150664744_RuntimeMethod_var); } } // System.Int16 System.DBNull::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t DBNull_System_IConvertible_ToInt16_m4228856009 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToInt16_m4228856009_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToInt16_m4228856009_RuntimeMethod_var); } } // System.Int32 System.DBNull::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t DBNull_System_IConvertible_ToInt32_m4178834757 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToInt32_m4178834757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToInt32_m4178834757_RuntimeMethod_var); } } // System.Int64 System.DBNull::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t DBNull_System_IConvertible_ToInt64_m3889862579 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToInt64_m3889862579_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToInt64_m3889862579_RuntimeMethod_var); } } // System.SByte System.DBNull::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t DBNull_System_IConvertible_ToSByte_m3533624679 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToSByte_m3533624679_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToSByte_m3533624679_RuntimeMethod_var); } } // System.Single System.DBNull::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float DBNull_System_IConvertible_ToSingle_m13713620 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToSingle_m13713620_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToSingle_m13713620_RuntimeMethod_var); } } // System.Object System.DBNull::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DBNull_System_IConvertible_ToType_m145027518 (DBNull_t3725197148 * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToType_m145027518_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0016; } } { 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(); return L_3; } IL_0016: { Type_t * L_4 = ___targetType0; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (DBNull_t3725197148_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_0028; } } { return __this; } IL_0028: { InvalidCastException_t3927145244 * L_7 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DBNull_System_IConvertible_ToType_m145027518_RuntimeMethod_var); } } // System.UInt16 System.DBNull::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t DBNull_System_IConvertible_ToUInt16_m643477279 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToUInt16_m643477279_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToUInt16_m643477279_RuntimeMethod_var); } } // System.UInt32 System.DBNull::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t DBNull_System_IConvertible_ToUInt32_m3784627971 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToUInt32_m3784627971_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToUInt32_m3784627971_RuntimeMethod_var); } } // System.UInt64 System.DBNull::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t DBNull_System_IConvertible_ToUInt64_m4072736670 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_System_IConvertible_ToUInt64_m4072736670_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DBNull_System_IConvertible_ToUInt64_m4072736670_RuntimeMethod_var); } } // System.Void System.DBNull::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DBNull_GetObjectData_m560064731 (DBNull_t3725197148 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; UnitySerializationHolder_GetDBNullData_m714211970(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.DBNull::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DBNull_ToString_m3638608738 (DBNull_t3725197148 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_ToString_m3638608738_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(); return L_0; } } // System.String System.DBNull::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DBNull_ToString_m1318017576 (DBNull_t3725197148 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DBNull_ToString_m1318017576_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(); 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.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m3650533794 (Decimal_t2948259380 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal__ctor_m3650533794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___lo0; __this->set_lo_7(L_0); int32_t L_1 = ___mid1; __this->set_mid_8(L_1); int32_t L_2 = ___hi2; __this->set_hi_6(L_2); uint8_t L_3 = ___scale4; if ((!(((uint32_t)L_3) > ((uint32_t)((int32_t)28))))) { goto IL_002e; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4123212383, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Decimal__ctor_m3650533794_RuntimeMethod_var); } IL_002e: { uint8_t L_6 = ___scale4; __this->set_flags_5(L_6); uint32_t L_7 = __this->get_flags_5(); __this->set_flags_5(((int32_t)((int32_t)L_7<<(int32_t)((int32_t)16)))); bool L_8 = ___isNegative3; if (!L_8) { goto IL_005e; } } { uint32_t L_9 = __this->get_flags_5(); __this->set_flags_5(((int32_t)((int32_t)L_9|(int32_t)((int32_t)-2147483648LL)))); } IL_005e: { return; } } extern "C" void Decimal__ctor_m3650533794_AdjustorThunk (RuntimeObject * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); Decimal__ctor_m3650533794(_thisAdjusted, ___lo0, ___mid1, ___hi2, ___isNegative3, ___scale4, method); } // System.Void System.Decimal::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m1256289983 (Decimal_t2948259380 * __this, int32_t ___value0, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = 0; V_0 = L_0; __this->set_mid_8(L_0); uint32_t L_1 = V_0; __this->set_hi_6(L_1); int32_t L_2 = ___value0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0031; } } { __this->set_flags_5(((int32_t)-2147483648LL)); int32_t L_3 = ___value0; __this->set_lo_7(((int32_t)il2cpp_codegen_add((int32_t)((~L_3)), (int32_t)1))); goto IL_003f; } IL_0031: { __this->set_flags_5(0); int32_t L_4 = ___value0; __this->set_lo_7(L_4); } IL_003f: { return; } } extern "C" void Decimal__ctor_m1256289983_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); Decimal__ctor_m1256289983(_thisAdjusted, ___value0, method); } // System.Void System.Decimal::.ctor(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m572982025 (Decimal_t2948259380 * __this, uint32_t ___value0, const RuntimeMethod* method) { uint32_t V_0 = 0; { uint32_t L_0 = ___value0; __this->set_lo_7(L_0); int32_t L_1 = 0; V_0 = L_1; __this->set_mid_8(L_1); uint32_t L_2 = V_0; uint32_t L_3 = L_2; V_0 = L_3; __this->set_hi_6(L_3); uint32_t L_4 = V_0; __this->set_flags_5(L_4); return; } } extern "C" void Decimal__ctor_m572982025_AdjustorThunk (RuntimeObject * __this, uint32_t ___value0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); Decimal__ctor_m572982025(_thisAdjusted, ___value0, method); } // System.Void System.Decimal::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m450048609 (Decimal_t2948259380 * __this, int64_t ___value0, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; { __this->set_hi_6(0); int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0038; } } { __this->set_flags_5(((int32_t)-2147483648LL)); int64_t L_1 = ___value0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((~L_1)), (int64_t)(((int64_t)((int64_t)1))))); uint64_t L_2 = V_0; __this->set_lo_7((((int32_t)((uint32_t)L_2)))); uint64_t L_3 = V_0; __this->set_mid_8((((int32_t)((uint32_t)((int64_t)((uint64_t)L_3>>((int32_t)32))))))); goto IL_0054; } IL_0038: { __this->set_flags_5(0); int64_t L_4 = ___value0; V_1 = L_4; uint64_t L_5 = V_1; __this->set_lo_7((((int32_t)((uint32_t)L_5)))); uint64_t L_6 = V_1; __this->set_mid_8((((int32_t)((uint32_t)((int64_t)((uint64_t)L_6>>((int32_t)32))))))); } IL_0054: { return; } } extern "C" void Decimal__ctor_m450048609_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); Decimal__ctor_m450048609(_thisAdjusted, ___value0, method); } // System.Void System.Decimal::.ctor(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m593929528 (Decimal_t2948259380 * __this, uint64_t ___value0, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = 0; V_0 = L_0; __this->set_hi_6(L_0); uint32_t L_1 = V_0; __this->set_flags_5(L_1); uint64_t L_2 = ___value0; __this->set_lo_7((((int32_t)((uint32_t)L_2)))); uint64_t L_3 = ___value0; __this->set_mid_8((((int32_t)((uint32_t)((int64_t)((uint64_t)L_3>>((int32_t)32))))))); return; } } extern "C" void Decimal__ctor_m593929528_AdjustorThunk (RuntimeObject * __this, uint64_t ___value0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); Decimal__ctor_m593929528(_thisAdjusted, ___value0, method); } // System.Void System.Decimal::.ctor(System.Single) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m1925875020 (Decimal_t2948259380 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal__ctor_m1925875020_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { float L_0 = ___value0; if ((((float)L_0) > ((float)(7.92281625E+28f)))) { goto IL_0037; } } { float L_1 = ___value0; if ((((float)L_1) < ((float)(-7.92281625E+28f)))) { goto IL_0037; } } { float L_2 = ___value0; bool L_3 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0037; } } { float L_4 = ___value0; bool L_5 = Single_IsNegativeInfinity_m1556741963(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0037; } } { float L_6 = ___value0; bool L_7 = Single_IsPositiveInfinity_m1411272350(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ObjectU5BU5D_t2843939325* L_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); float L_9 = ___value0; float L_10 = L_9; RuntimeObject * L_11 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_11); String_t* L_12 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral2733559655, L_8, /*hidden argument*/NULL); OverflowException_t2020128637 * L_13 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Decimal__ctor_m1925875020_RuntimeMethod_var); } IL_0056: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_14 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_15 = Single_ToString_m3107811250((&___value0), L_14, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_17 = Decimal_Parse_m942471224(NULL /*static, unused*/, L_15, ((int32_t)167), L_16, /*hidden argument*/NULL); V_0 = L_17; uint32_t L_18 = (&V_0)->get_flags_5(); __this->set_flags_5(L_18); uint32_t L_19 = (&V_0)->get_hi_6(); __this->set_hi_6(L_19); uint32_t L_20 = (&V_0)->get_lo_7(); __this->set_lo_7(L_20); uint32_t L_21 = (&V_0)->get_mid_8(); __this->set_mid_8(L_21); return; } } extern "C" void Decimal__ctor_m1925875020_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); Decimal__ctor_m1925875020(_thisAdjusted, ___value0, method); } // System.Void System.Decimal::.ctor(System.Double) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m1842485920 (Decimal_t2948259380 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal__ctor_m1842485920_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { double L_0 = ___value0; if ((((double)L_0) > ((double)(7.9228162514264338E+28)))) { goto IL_003f; } } { double L_1 = ___value0; if ((((double)L_1) < ((double)(-7.9228162514264338E+28)))) { goto IL_003f; } } { double L_2 = ___value0; bool L_3 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_003f; } } { double L_4 = ___value0; bool L_5 = Double_IsNegativeInfinity_m538614603(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003f; } } { double L_6 = ___value0; bool L_7 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_005e; } } IL_003f: { ObjectU5BU5D_t2843939325* L_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); double L_9 = ___value0; double L_10 = L_9; RuntimeObject * L_11 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_11); String_t* L_12 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral2733559655, L_8, /*hidden argument*/NULL); OverflowException_t2020128637 * L_13 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Decimal__ctor_m1842485920_RuntimeMethod_var); } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_14 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_15 = Double_ToString_m3828879243((&___value0), L_14, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_17 = Decimal_Parse_m942471224(NULL /*static, unused*/, L_15, ((int32_t)167), L_16, /*hidden argument*/NULL); V_0 = L_17; uint32_t L_18 = (&V_0)->get_flags_5(); __this->set_flags_5(L_18); uint32_t L_19 = (&V_0)->get_hi_6(); __this->set_hi_6(L_19); uint32_t L_20 = (&V_0)->get_lo_7(); __this->set_lo_7(L_20); uint32_t L_21 = (&V_0)->get_mid_8(); __this->set_mid_8(L_21); return; } } extern "C" void Decimal__ctor_m1842485920_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); Decimal__ctor_m1842485920(_thisAdjusted, ___value0, method); } // System.Void System.Decimal::.cctor() extern "C" IL2CPP_METHOD_ATTR void Decimal__cctor_m834667025 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal__cctor_m834667025_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0; memset(&L_0, 0, sizeof(L_0)); Decimal__ctor_m3650533794((&L_0), (-1), (-1), (-1), (bool)(-1), (uint8_t)0, /*hidden argument*/NULL); ((Decimal_t2948259380_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2948259380_il2cpp_TypeInfo_var))->set_MinValue_0(L_0); Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m3650533794((&L_1), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); ((Decimal_t2948259380_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2948259380_il2cpp_TypeInfo_var))->set_MaxValue_1(L_1); Decimal_t2948259380 L_2; memset(&L_2, 0, sizeof(L_2)); Decimal__ctor_m1256289983((&L_2), (-1), /*hidden argument*/NULL); ((Decimal_t2948259380_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2948259380_il2cpp_TypeInfo_var))->set_MinusOne_2(L_2); Decimal_t2948259380 L_3; memset(&L_3, 0, sizeof(L_3)); Decimal__ctor_m1256289983((&L_3), 1, /*hidden argument*/NULL); ((Decimal_t2948259380_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2948259380_il2cpp_TypeInfo_var))->set_One_3(L_3); Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m3650533794((&L_4), (-1), (-1), (-1), (bool)0, (uint8_t)1, /*hidden argument*/NULL); ((Decimal_t2948259380_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2948259380_il2cpp_TypeInfo_var))->set_MaxValueDiv10_4(L_4); return; } } // System.Object System.Decimal::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Decimal_System_IConvertible_ToType_m2919262279 (Decimal_t2948259380 * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToType_m2919262279_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Decimal_System_IConvertible_ToType_m2919262279_RuntimeMethod_var); } IL_0011: { Decimal_t2948259380 L_2 = (*(Decimal_t2948259380 *)__this); RuntimeObject * L_3 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Decimal_System_IConvertible_ToType_m2919262279_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToType_m2919262279(_thisAdjusted, ___targetType0, ___provider1, method); } // System.Boolean System.Decimal::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Decimal_System_IConvertible_ToBoolean_m1123794670 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToBoolean_m1123794670_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_0 = Convert_ToBoolean_m2694598181(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" bool Decimal_System_IConvertible_ToBoolean_m1123794670_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToBoolean_m1123794670(_thisAdjusted, ___provider0, method); } // System.Byte System.Decimal::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Decimal_System_IConvertible_ToByte_m1059182322 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToByte_m1059182322_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_0 = Convert_ToByte_m4214436835(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" uint8_t Decimal_System_IConvertible_ToByte_m1059182322_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToByte_m1059182322(_thisAdjusted, ___provider0, method); } // System.Char System.Decimal::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Decimal_System_IConvertible_ToChar_m2248324273 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToChar_m2248324273_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Decimal_System_IConvertible_ToChar_m2248324273_RuntimeMethod_var); } } extern "C" Il2CppChar Decimal_System_IConvertible_ToChar_m2248324273_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToChar_m2248324273(_thisAdjusted, ___provider0, method); } // System.DateTime System.Decimal::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Decimal_System_IConvertible_ToDateTime_m106179626 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToDateTime_m106179626_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Decimal_System_IConvertible_ToDateTime_m106179626_RuntimeMethod_var); } } extern "C" DateTime_t3738529785 Decimal_System_IConvertible_ToDateTime_m106179626_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToDateTime_m106179626(_thisAdjusted, ___provider0, method); } // System.Decimal System.Decimal::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_System_IConvertible_ToDecimal_m2403239382 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return (*(Decimal_t2948259380 *)__this); } } extern "C" Decimal_t2948259380 Decimal_System_IConvertible_ToDecimal_m2403239382_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToDecimal_m2403239382(_thisAdjusted, ___provider0, method); } // System.Double System.Decimal::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Decimal_System_IConvertible_ToDouble_m3125524987 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToDouble_m3125524987_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_0 = Convert_ToDouble_m1177445661(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" double Decimal_System_IConvertible_ToDouble_m3125524987_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToDouble_m3125524987(_thisAdjusted, ___provider0, method); } // System.Int16 System.Decimal::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Decimal_System_IConvertible_ToInt16_m1574696763 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToInt16_m1574696763_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m2763665794(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Decimal_System_IConvertible_ToInt16_m1574696763_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToInt16_m1574696763(_thisAdjusted, ___provider0, method); } // System.Int32 System.Decimal::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_System_IConvertible_ToInt32_m1488426794 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToInt32_m1488426794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_0 = Convert_ToInt32_m3048308591(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" int32_t Decimal_System_IConvertible_ToInt32_m1488426794_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToInt32_m1488426794(_thisAdjusted, ___provider0, method); } // System.Int64 System.Decimal::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Decimal_System_IConvertible_ToInt64_m1446427516 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToInt64_m1446427516_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m4082637156(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Decimal_System_IConvertible_ToInt64_m1446427516_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToInt64_m1446427516(_thisAdjusted, ___provider0, method); } // System.SByte System.Decimal::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Decimal_System_IConvertible_ToSByte_m1299038473 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToSByte_m1299038473_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m2991657475(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Decimal_System_IConvertible_ToSByte_m1299038473_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToSByte_m1299038473(_thisAdjusted, ___provider0, method); } // System.Single System.Decimal::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Decimal_System_IConvertible_ToSingle_m1019108991 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToSingle_m1019108991_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_0 = Convert_ToSingle_m1389817074(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" float Decimal_System_IConvertible_ToSingle_m1019108991_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToSingle_m1019108991(_thisAdjusted, ___provider0, method); } // System.UInt16 System.Decimal::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Decimal_System_IConvertible_ToUInt16_m1185974300 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToUInt16_m1185974300_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m867476252(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Decimal_System_IConvertible_ToUInt16_m1185974300_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToUInt16_m1185974300(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Decimal::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Decimal_System_IConvertible_ToUInt32_m4224836830 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToUInt32_m4224836830_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m3622072499(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Decimal_System_IConvertible_ToUInt32_m4224836830_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToUInt32_m4224836830(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Decimal::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Decimal_System_IConvertible_ToUInt64_m1323635232 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_System_IConvertible_ToUInt64_m1323635232_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m92315402(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Decimal_System_IConvertible_ToUInt64_m1323635232_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_System_IConvertible_ToUInt64_m1323635232(_thisAdjusted, ___provider0, 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_GetBits_m453754410_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)4)); uint32_t L_1 = (&___d0)->get_lo_7(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)L_1); Int32U5BU5D_t385246372* L_2 = L_0; uint32_t L_3 = (&___d0)->get_mid_8(); NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)L_3); Int32U5BU5D_t385246372* L_4 = L_2; uint32_t L_5 = (&___d0)->get_hi_6(); NullCheck(L_4); (L_4)->SetAt(static_cast(2), (int32_t)L_5); Int32U5BU5D_t385246372* L_6 = L_4; uint32_t L_7 = (&___d0)->get_flags_5(); NullCheck(L_6); (L_6)->SetAt(static_cast(3), (int32_t)L_7); return L_6; } } // System.Decimal System.Decimal::Add(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Add_m114360190 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Add_m114360190_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_0 = Decimal_decimalIncr_m1887017143(NULL /*static, unused*/, (&___d10), (&___d21), /*hidden argument*/NULL); if (L_0) { goto IL_0010; } } { Decimal_t2948259380 L_1 = ___d10; return L_1; } IL_0010: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2773175015, /*hidden argument*/NULL); OverflowException_t2020128637 * L_3 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Decimal_Add_m114360190_RuntimeMethod_var); } } // System.Decimal System.Decimal::Subtract(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Subtract_m835601464 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Subtract_m835601464_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Decimal_t2948259380 * L_0 = (&___d21); uint32_t L_1 = L_0->get_flags_5(); L_0->set_flags_5(((int32_t)((int32_t)L_1^(int32_t)((int32_t)-2147483648LL)))); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_2 = Decimal_decimalIncr_m1887017143(NULL /*static, unused*/, (&___d10), (&___d21), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if (L_3) { goto IL_0025; } } { Decimal_t2948259380 L_4 = ___d10; return L_4; } IL_0025: { int32_t L_5 = V_0; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral866162628, L_7, _stringLiteral3452614535, /*hidden argument*/NULL); String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); OverflowException_t2020128637 * L_10 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Decimal_Subtract_m835601464_RuntimeMethod_var); } } // System.Int32 System.Decimal::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_GetHashCode_m2838600885 (Decimal_t2948259380 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_flags_5(); uint32_t L_1 = __this->get_hi_6(); uint32_t L_2 = __this->get_lo_7(); uint32_t L_3 = __this->get_mid_8(); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2))^(int32_t)L_3)); } } extern "C" int32_t Decimal_GetHashCode_m2838600885_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_GetHashCode_m2838600885(_thisAdjusted, method); } // System.UInt64 System.Decimal::u64(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint64_t Decimal_u64_m3374804932 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_u64_m3374804932_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_decimalFloorAndTrunc_m3496207836(NULL /*static, unused*/, (&___value0), 0, /*hidden argument*/NULL); int32_t L_0 = Decimal_decimal2UInt64_m3460477816(NULL /*static, unused*/, (&___value0), (&V_0), /*hidden argument*/NULL); if (!L_0) { goto IL_001c; } } { OverflowException_t2020128637 * L_1 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Decimal_u64_m3374804932_RuntimeMethod_var); } IL_001c: { uint64_t L_2 = V_0; return L_2; } } // System.Int64 System.Decimal::s64(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int64_t Decimal_s64_m309158181 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_s64_m309158181_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_decimalFloorAndTrunc_m3496207836(NULL /*static, unused*/, (&___value0), 0, /*hidden argument*/NULL); int32_t L_0 = Decimal_decimal2Int64_m2102545213(NULL /*static, unused*/, (&___value0), (&V_0), /*hidden argument*/NULL); if (!L_0) { goto IL_001c; } } { OverflowException_t2020128637 * L_1 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Decimal_s64_m309158181_RuntimeMethod_var); } IL_001c: { int64_t L_2 = V_0; return L_2; } } // System.Boolean System.Decimal::Equals(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_Equals_m3759456653 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Equals_m3759456653_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_2 = Decimal_Compare_m3062820418(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Decimal::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Decimal_Equals_m2592017260 (Decimal_t2948259380 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Equals_m2592017260_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_Equals_m3759456653(NULL /*static, unused*/, ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_1, Decimal_t2948259380_il2cpp_TypeInfo_var)))), (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_2; } } extern "C" bool Decimal_Equals_m2592017260_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_Equals_m2592017260(_thisAdjusted, ___value0, method); } // System.Boolean System.Decimal::IsZero() extern "C" IL2CPP_METHOD_ATTR bool Decimal_IsZero_m4250358244 (Decimal_t2948259380 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { uint32_t L_0 = __this->get_hi_6(); if (L_0) { goto IL_0021; } } { uint32_t L_1 = __this->get_lo_7(); if (L_1) { goto IL_0021; } } { uint32_t L_2 = __this->get_mid_8(); G_B4_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0); goto IL_0022; } IL_0021: { G_B4_0 = 0; } IL_0022: { return (bool)G_B4_0; } } extern "C" bool Decimal_IsZero_m4250358244_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_IsZero_m4250358244(_thisAdjusted, method); } // System.Decimal System.Decimal::Floor(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Floor_m1786329488 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Floor_m1786329488_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_decimalFloorAndTrunc_m3496207836(NULL /*static, unused*/, (&___d0), 1, /*hidden argument*/NULL); Decimal_t2948259380 L_0 = ___d0; return L_0; } } // System.Decimal System.Decimal::Truncate(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Truncate_m3035934636 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Truncate_m3035934636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_decimalFloorAndTrunc_m3496207836(NULL /*static, unused*/, (&___d0), 0, /*hidden argument*/NULL); Decimal_t2948259380 L_0 = ___d0; return L_0; } } // System.Decimal System.Decimal::Multiply(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Multiply_m462893147 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Multiply_m462893147_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Decimal_IsZero_m4250358244((&___d10), /*hidden argument*/NULL); if (L_0) { goto IL_0018; } } { bool L_1 = Decimal_IsZero_m4250358244((&___d21), /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } IL_0018: { Decimal_t2948259380 L_2; memset(&L_2, 0, sizeof(L_2)); Decimal__ctor_m1256289983((&L_2), 0, /*hidden argument*/NULL); return L_2; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_3 = Decimal_decimalMult_m3812462972(NULL /*static, unused*/, (&___d10), (&___d21), /*hidden argument*/NULL); if (!L_3) { goto IL_0033; } } { OverflowException_t2020128637 * L_4 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Decimal_Multiply_m462893147_RuntimeMethod_var); } IL_0033: { Decimal_t2948259380 L_5 = ___d10; return L_5; } } // System.Decimal System.Decimal::Divide(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Divide_m3489391442 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Divide_m3489391442_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { bool L_0 = Decimal_IsZero_m4250358244((&___d21), /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { DivideByZeroException_t1856388118 * L_1 = (DivideByZeroException_t1856388118 *)il2cpp_codegen_object_new(DivideByZeroException_t1856388118_il2cpp_TypeInfo_var); DivideByZeroException__ctor_m3496959969(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Decimal_Divide_m3489391442_RuntimeMethod_var); } IL_0012: { bool L_2 = Decimal_IsZero_m4250358244((&___d10), /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { Decimal_t2948259380 L_3; memset(&L_3, 0, sizeof(L_3)); Decimal__ctor_m1256289983((&L_3), 0, /*hidden argument*/NULL); return L_3; } IL_0025: { Decimal_t2948259380 * L_4 = (&___d10); uint32_t L_5 = L_4->get_flags_5(); L_4->set_flags_5(((int32_t)((int32_t)L_5^(int32_t)((int32_t)-2147483648LL)))); Decimal_t2948259380 * L_6 = (&___d10); uint32_t L_7 = L_6->get_flags_5(); L_6->set_flags_5(((int32_t)((int32_t)L_7^(int32_t)((int32_t)-2147483648LL)))); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_8 = Decimal_decimalDiv_m3235226503(NULL /*static, unused*/, (&V_0), (&___d10), (&___d21), /*hidden argument*/NULL); if (!L_8) { goto IL_0061; } } { OverflowException_t2020128637 * L_9 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Decimal_Divide_m3489391442_RuntimeMethod_var); } IL_0061: { Decimal_t2948259380 L_10 = V_0; return L_10; } } // System.Int32 System.Decimal::Compare(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_Compare_m3062820418 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Compare_m3062820418_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_0 = Decimal_decimalCompare_m3796132203(NULL /*static, unused*/, (&___d10), (&___d21), /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Decimal::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_m3345610437 (Decimal_t2948259380 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_CompareTo_m3345610437_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3844071714, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Decimal_CompareTo_m3345610437_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_5 = Decimal_Compare_m3062820418(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_4, Decimal_t2948259380_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_5; } } extern "C" int32_t Decimal_CompareTo_m3345610437_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_CompareTo_m3345610437(_thisAdjusted, ___value0, method); } // System.Int32 System.Decimal::CompareTo(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_m3502307243 (Decimal_t2948259380 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_CompareTo_m3502307243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_1 = Decimal_Compare_m3062820418(NULL /*static, unused*/, (*(Decimal_t2948259380 *)__this), L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int32_t Decimal_CompareTo_m3502307243_AdjustorThunk (RuntimeObject * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_CompareTo_m3502307243(_thisAdjusted, ___value0, method); } // System.Boolean System.Decimal::Equals(System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_Equals_m2486655999 (Decimal_t2948259380 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Equals_m2486655999_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_1 = Decimal_Equals_m3759456653(NULL /*static, unused*/, L_0, (*(Decimal_t2948259380 *)__this), /*hidden argument*/NULL); return L_1; } } extern "C" bool Decimal_Equals_m2486655999_AdjustorThunk (RuntimeObject * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_Equals_m2486655999(_thisAdjusted, ___value0, method); } // System.Decimal System.Decimal::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Parse_m4154418249 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Parse_m4154418249_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = Decimal_Parse_m942471224(NULL /*static, unused*/, L_0, ((int32_t)111), L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Decimal::ThrowAtPos(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Decimal_ThrowAtPos_m1170269346 (RuntimeObject * __this /* static, unused */, int32_t ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_ThrowAtPos_m1170269346_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral521907047, /*hidden argument*/NULL); int32_t L_1 = ___pos0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2844511972(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); FormatException_t154580423 * L_5 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Decimal_ThrowAtPos_m1170269346_RuntimeMethod_var); } } // System.Void System.Decimal::ThrowInvalidExp() extern "C" IL2CPP_METHOD_ATTR void Decimal_ThrowInvalidExp_m818482357 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_ThrowInvalidExp_m818482357_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2936924819, /*hidden argument*/NULL); FormatException_t154580423 * L_1 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Decimal_ThrowInvalidExp_m818482357_RuntimeMethod_var); } } // System.String System.Decimal::stripStyles(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Int32&,System.Boolean&,System.Boolean&,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_stripStyles_m1823381019 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, NumberFormatInfo_t435877138 * ___nfi2, int32_t* ___decPos3, bool* ___isNegative4, bool* ___expFlag5, int32_t* ___exp6, bool ___throwex7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_stripStyles_m1823381019_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; bool V_6 = false; bool V_7 = false; bool V_8 = false; bool V_9 = false; bool V_10 = false; bool V_11 = false; int32_t V_12 = 0; String_t* V_13 = NULL; String_t* V_14 = NULL; int32_t V_15 = 0; int32_t V_16 = 0; StringBuilder_t * V_17 = NULL; Il2CppChar V_18 = 0x0; int32_t V_19 = 0; int32_t V_20 = 0; int32_t V_21 = 0; Il2CppChar V_22 = 0x0; int32_t V_23 = 0; int32_t V_24 = 0; Il2CppChar V_25 = 0x0; bool V_26 = false; int32_t V_27 = 0; int32_t V_28 = 0; Il2CppChar V_29 = 0x0; int32_t V_30 = 0; int32_t V_31 = 0; String_t* G_B6_0 = NULL; String_t* G_B9_0 = NULL; { bool* L_0 = ___isNegative4; *((int8_t*)(L_0)) = (int8_t)0; bool* L_1 = ___expFlag5; *((int8_t*)(L_1)) = (int8_t)0; int32_t* L_2 = ___exp6; *((int32_t*)(L_2)) = (int32_t)0; int32_t* L_3 = ___decPos3; *((int32_t*)(L_3)) = (int32_t)(-1); V_0 = (bool)0; V_1 = (bool)0; V_2 = (bool)0; int32_t L_4 = ___style1; V_3 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_4&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_5 = ___style1; V_4 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_5&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_6 = ___style1; V_5 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_6&(int32_t)4))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_7 = ___style1; V_6 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_7&(int32_t)8))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_8 = ___style1; V_7 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_9 = ___style1; V_8 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_10 = ___style1; V_9 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_11 = ___style1; V_10 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)128)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); V_11 = (bool)0; int32_t L_12 = ___style1; if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)256)))) { goto IL_00b0; } } { String_t* L_13 = ___s0; NumberFormatInfo_t435877138 * L_14 = ___nfi2; NullCheck(L_14); String_t* L_15 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_14, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_16 = String_IndexOf_m1977622757(L_13, L_15, /*hidden argument*/NULL); V_12 = L_16; int32_t L_17 = V_12; if ((((int32_t)L_17) < ((int32_t)0))) { goto IL_00b0; } } { String_t* L_18 = ___s0; int32_t L_19 = V_12; NumberFormatInfo_t435877138 * L_20 = ___nfi2; NullCheck(L_20); String_t* L_21 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_23 = String_Remove_m562998446(L_18, L_19, L_22, /*hidden argument*/NULL); ___s0 = L_23; V_11 = (bool)1; } IL_00b0: { bool L_24 = V_11; if (!L_24) { goto IL_00c2; } } { NumberFormatInfo_t435877138 * L_25 = ___nfi2; NullCheck(L_25); String_t* L_26 = NumberFormatInfo_get_CurrencyDecimalSeparator_m2685056987(L_25, /*hidden argument*/NULL); G_B6_0 = L_26; goto IL_00c8; } IL_00c2: { NumberFormatInfo_t435877138 * L_27 = ___nfi2; NullCheck(L_27); String_t* L_28 = NumberFormatInfo_get_NumberDecimalSeparator_m33502788(L_27, /*hidden argument*/NULL); G_B6_0 = L_28; } IL_00c8: { V_13 = G_B6_0; bool L_29 = V_11; if (!L_29) { goto IL_00dc; } } { NumberFormatInfo_t435877138 * L_30 = ___nfi2; NullCheck(L_30); String_t* L_31 = NumberFormatInfo_get_CurrencyGroupSeparator_m1514324779(L_30, /*hidden argument*/NULL); G_B9_0 = L_31; goto IL_00e2; } IL_00dc: { NumberFormatInfo_t435877138 * L_32 = ___nfi2; NullCheck(L_32); String_t* L_33 = NumberFormatInfo_get_NumberGroupSeparator_m3292795925(L_32, /*hidden argument*/NULL); G_B9_0 = L_33; } IL_00e2: { V_14 = G_B9_0; V_15 = 0; String_t* L_34 = ___s0; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); V_16 = L_35; int32_t L_36 = V_16; StringBuilder_t * L_37 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_37, L_36, /*hidden argument*/NULL); V_17 = L_37; goto IL_0285; } IL_00fd: { String_t* L_38 = ___s0; int32_t L_39 = V_15; NullCheck(L_38); Il2CppChar L_40 = String_get_Chars_m2986988803(L_38, L_39, /*hidden argument*/NULL); V_18 = L_40; Il2CppChar L_41 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_42 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0118; } } { goto IL_028e; } IL_0118: { bool L_43 = V_3; if (!L_43) { goto IL_0135; } } { Il2CppChar L_44 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_45 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0135; } } { int32_t L_46 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); goto IL_0285; } IL_0135: { bool L_47 = V_7; if (!L_47) { goto IL_0164; } } { Il2CppChar L_48 = V_18; if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)40))))) { goto IL_0164; } } { bool L_49 = V_0; if (L_49) { goto IL_0164; } } { bool L_50 = V_1; if (L_50) { goto IL_0164; } } { V_1 = (bool)1; V_0 = (bool)1; bool* L_51 = ___isNegative4; *((int8_t*)(L_51)) = (int8_t)1; int32_t L_52 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); goto IL_0285; } IL_0164: { bool L_53 = V_5; if (!L_53) { goto IL_01c2; } } { Il2CppChar L_54 = V_18; NumberFormatInfo_t435877138 * L_55 = ___nfi2; NullCheck(L_55); String_t* L_56 = NumberFormatInfo_get_NegativeSign_m2757109362(L_55, /*hidden argument*/NULL); NullCheck(L_56); Il2CppChar L_57 = String_get_Chars_m2986988803(L_56, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_54) == ((uint32_t)L_57)))) { goto IL_01c2; } } { bool L_58 = V_0; if (L_58) { goto IL_01c2; } } { NumberFormatInfo_t435877138 * L_59 = ___nfi2; NullCheck(L_59); String_t* L_60 = NumberFormatInfo_get_NegativeSign_m2757109362(L_59, /*hidden argument*/NULL); NullCheck(L_60); int32_t L_61 = String_get_Length_m3847582255(L_60, /*hidden argument*/NULL); V_19 = L_61; int32_t L_62 = V_19; if ((((int32_t)L_62) == ((int32_t)1))) { goto IL_01b0; } } { String_t* L_63 = ___s0; NumberFormatInfo_t435877138 * L_64 = ___nfi2; NullCheck(L_64); String_t* L_65 = NumberFormatInfo_get_NegativeSign_m2757109362(L_64, /*hidden argument*/NULL); int32_t L_66 = V_15; int32_t L_67 = V_19; NullCheck(L_63); int32_t L_68 = String_IndexOf_m2410372598(L_63, L_65, L_66, L_67, /*hidden argument*/NULL); int32_t L_69 = V_15; if ((!(((uint32_t)L_68) == ((uint32_t)L_69)))) { goto IL_01bd; } } IL_01b0: { V_0 = (bool)1; bool* L_70 = ___isNegative4; *((int8_t*)(L_70)) = (int8_t)1; int32_t L_71 = V_15; int32_t L_72 = V_19; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)L_72)); } IL_01bd: { goto IL_0285; } IL_01c2: { bool L_73 = V_5; if (!L_73) { goto IL_021c; } } { Il2CppChar L_74 = V_18; NumberFormatInfo_t435877138 * L_75 = ___nfi2; NullCheck(L_75); String_t* L_76 = NumberFormatInfo_get_PositiveSign_m240350949(L_75, /*hidden argument*/NULL); NullCheck(L_76); Il2CppChar L_77 = String_get_Chars_m2986988803(L_76, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_74) == ((uint32_t)L_77)))) { goto IL_021c; } } { bool L_78 = V_0; if (L_78) { goto IL_021c; } } { NumberFormatInfo_t435877138 * L_79 = ___nfi2; NullCheck(L_79); String_t* L_80 = NumberFormatInfo_get_PositiveSign_m240350949(L_79, /*hidden argument*/NULL); NullCheck(L_80); int32_t L_81 = String_get_Length_m3847582255(L_80, /*hidden argument*/NULL); V_20 = L_81; int32_t L_82 = V_20; if ((((int32_t)L_82) == ((int32_t)1))) { goto IL_020e; } } { String_t* L_83 = ___s0; NumberFormatInfo_t435877138 * L_84 = ___nfi2; NullCheck(L_84); String_t* L_85 = NumberFormatInfo_get_PositiveSign_m240350949(L_84, /*hidden argument*/NULL); int32_t L_86 = V_15; int32_t L_87 = V_20; NullCheck(L_83); int32_t L_88 = String_IndexOf_m2410372598(L_83, L_85, L_86, L_87, /*hidden argument*/NULL); int32_t L_89 = V_15; if ((!(((uint32_t)L_88) == ((uint32_t)L_89)))) { goto IL_0217; } } IL_020e: { V_0 = (bool)1; int32_t L_90 = V_15; int32_t L_91 = V_20; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)L_91)); } IL_0217: { goto IL_0285; } IL_021c: { bool L_92 = V_9; if (!L_92) { goto IL_0270; } } { Il2CppChar L_93 = V_18; String_t* L_94 = V_13; NullCheck(L_94); Il2CppChar L_95 = String_get_Chars_m2986988803(L_94, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_93) == ((uint32_t)L_95)))) { goto IL_0270; } } { String_t* L_96 = V_13; NullCheck(L_96); int32_t L_97 = String_get_Length_m3847582255(L_96, /*hidden argument*/NULL); V_21 = L_97; int32_t L_98 = V_21; if ((((int32_t)L_98) == ((int32_t)1))) { goto IL_026b; } } { String_t* L_99 = ___s0; String_t* L_100 = V_13; int32_t L_101 = V_15; int32_t L_102 = V_21; NullCheck(L_99); int32_t L_103 = String_IndexOf_m2410372598(L_99, L_100, L_101, L_102, /*hidden argument*/NULL); int32_t L_104 = V_15; if ((((int32_t)L_103) == ((int32_t)L_104))) { goto IL_026b; } } { bool L_105 = ___throwex7; if (!L_105) { goto IL_0269; } } { int32_t L_106 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_ThrowAtPos_m1170269346(NULL /*static, unused*/, L_106, /*hidden argument*/NULL); goto IL_026b; } IL_0269: { return (String_t*)NULL; } IL_026b: { goto IL_028e; } IL_0270: { bool L_107 = ___throwex7; if (!L_107) { goto IL_0283; } } { int32_t L_108 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_ThrowAtPos_m1170269346(NULL /*static, unused*/, L_108, /*hidden argument*/NULL); goto IL_0285; } IL_0283: { return (String_t*)NULL; } IL_0285: { int32_t L_109 = V_15; int32_t L_110 = V_16; if ((((int32_t)L_109) < ((int32_t)L_110))) { goto IL_00fd; } } IL_028e: { int32_t L_111 = V_15; int32_t L_112 = V_16; if ((!(((uint32_t)L_111) == ((uint32_t)L_112)))) { goto IL_02b0; } } { bool L_113 = ___throwex7; if (!L_113) { goto IL_02ae; } } { String_t* L_114 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1242887871, /*hidden argument*/NULL); FormatException_t154580423 * L_115 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_115, L_114, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_115,Decimal_stripStyles_m1823381019_RuntimeMethod_var); } IL_02ae: { return (String_t*)NULL; } IL_02b0: { goto IL_0397; } IL_02b5: { String_t* L_116 = ___s0; int32_t L_117 = V_15; NullCheck(L_116); Il2CppChar L_118 = String_get_Chars_m2986988803(L_116, L_117, /*hidden argument*/NULL); V_22 = L_118; Il2CppChar L_119 = V_22; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_120 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_119, /*hidden argument*/NULL); if (!L_120) { goto IL_02e0; } } { StringBuilder_t * L_121 = V_17; Il2CppChar L_122 = V_22; NullCheck(L_121); StringBuilder_Append_m2383614642(L_121, L_122, /*hidden argument*/NULL); int32_t L_123 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); goto IL_0397; } IL_02e0: { bool L_124 = V_8; if (!L_124) { goto IL_033b; } } { Il2CppChar L_125 = V_22; String_t* L_126 = V_14; NullCheck(L_126); Il2CppChar L_127 = String_get_Chars_m2986988803(L_126, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_125) == ((uint32_t)L_127)))) { goto IL_033b; } } { String_t* L_128 = V_14; NullCheck(L_128); int32_t L_129 = String_get_Length_m3847582255(L_128, /*hidden argument*/NULL); V_23 = L_129; int32_t L_130 = V_23; if ((((int32_t)L_130) == ((int32_t)1))) { goto IL_032f; } } { String_t* L_131 = ___s0; String_t* L_132 = V_14; int32_t L_133 = V_15; int32_t L_134 = V_23; NullCheck(L_131); int32_t L_135 = String_IndexOf_m2410372598(L_131, L_132, L_133, L_134, /*hidden argument*/NULL); int32_t L_136 = V_15; if ((((int32_t)L_135) == ((int32_t)L_136))) { goto IL_032f; } } { bool L_137 = ___throwex7; if (!L_137) { goto IL_032d; } } { int32_t L_138 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_ThrowAtPos_m1170269346(NULL /*static, unused*/, L_138, /*hidden argument*/NULL); goto IL_032f; } IL_032d: { return (String_t*)NULL; } IL_032f: { int32_t L_139 = V_15; int32_t L_140 = V_23; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)L_140)); goto IL_0397; } IL_033b: { bool L_141 = V_9; if (!L_141) { goto IL_0392; } } { Il2CppChar L_142 = V_22; String_t* L_143 = V_13; NullCheck(L_143); Il2CppChar L_144 = String_get_Chars_m2986988803(L_143, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_142) == ((uint32_t)L_144)))) { goto IL_0392; } } { bool L_145 = V_2; if (L_145) { goto IL_0392; } } { String_t* L_146 = V_13; NullCheck(L_146); int32_t L_147 = String_get_Length_m3847582255(L_146, /*hidden argument*/NULL); V_24 = L_147; int32_t L_148 = V_24; if ((((int32_t)L_148) == ((int32_t)1))) { goto IL_037b; } } { String_t* L_149 = ___s0; String_t* L_150 = V_13; int32_t L_151 = V_15; int32_t L_152 = V_24; NullCheck(L_149); int32_t L_153 = String_IndexOf_m2410372598(L_149, L_150, L_151, L_152, /*hidden argument*/NULL); int32_t L_154 = V_15; if ((!(((uint32_t)L_153) == ((uint32_t)L_154)))) { goto IL_038d; } } IL_037b: { int32_t* L_155 = ___decPos3; StringBuilder_t * L_156 = V_17; NullCheck(L_156); int32_t L_157 = StringBuilder_get_Length_m3238060835(L_156, /*hidden argument*/NULL); *((int32_t*)(L_155)) = (int32_t)L_157; V_2 = (bool)1; int32_t L_158 = V_15; int32_t L_159 = V_24; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)L_159)); } IL_038d: { goto IL_0397; } IL_0392: { goto IL_03a0; } IL_0397: { int32_t L_160 = V_15; int32_t L_161 = V_16; if ((((int32_t)L_160) < ((int32_t)L_161))) { goto IL_02b5; } } IL_03a0: { int32_t L_162 = V_15; int32_t L_163 = V_16; if ((((int32_t)L_162) >= ((int32_t)L_163))) { goto IL_054e; } } { String_t* L_164 = ___s0; int32_t L_165 = V_15; NullCheck(L_164); Il2CppChar L_166 = String_get_Chars_m2986988803(L_164, L_165, /*hidden argument*/NULL); V_25 = L_166; bool L_167 = V_10; if (!L_167) { goto IL_054e; } } { Il2CppChar L_168 = V_25; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_169 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, L_168, /*hidden argument*/NULL); if ((!(((uint32_t)L_169) == ((uint32_t)((int32_t)69))))) { goto IL_054e; } } { bool* L_170 = ___expFlag5; *((int8_t*)(L_170)) = (int8_t)1; int32_t L_171 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)1)); int32_t L_172 = V_15; int32_t L_173 = V_16; if ((((int32_t)L_172) < ((int32_t)L_173))) { goto IL_03ee; } } { bool L_174 = ___throwex7; if (!L_174) { goto IL_03ec; } } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_ThrowInvalidExp_m818482357(NULL /*static, unused*/, /*hidden argument*/NULL); goto IL_03ee; } IL_03ec: { return (String_t*)NULL; } IL_03ee: { String_t* L_175 = ___s0; int32_t L_176 = V_15; NullCheck(L_175); Il2CppChar L_177 = String_get_Chars_m2986988803(L_175, L_176, /*hidden argument*/NULL); V_25 = L_177; V_26 = (bool)0; Il2CppChar L_178 = V_25; NumberFormatInfo_t435877138 * L_179 = ___nfi2; NullCheck(L_179); String_t* L_180 = NumberFormatInfo_get_PositiveSign_m240350949(L_179, /*hidden argument*/NULL); NullCheck(L_180); Il2CppChar L_181 = String_get_Chars_m2986988803(L_180, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_178) == ((uint32_t)L_181)))) { goto IL_0462; } } { NumberFormatInfo_t435877138 * L_182 = ___nfi2; NullCheck(L_182); String_t* L_183 = NumberFormatInfo_get_PositiveSign_m240350949(L_182, /*hidden argument*/NULL); NullCheck(L_183); int32_t L_184 = String_get_Length_m3847582255(L_183, /*hidden argument*/NULL); V_27 = L_184; int32_t L_185 = V_27; if ((((int32_t)L_185) == ((int32_t)1))) { goto IL_043a; } } { String_t* L_186 = ___s0; NumberFormatInfo_t435877138 * L_187 = ___nfi2; NullCheck(L_187); String_t* L_188 = NumberFormatInfo_get_PositiveSign_m240350949(L_187, /*hidden argument*/NULL); int32_t L_189 = V_15; int32_t L_190 = V_27; NullCheck(L_186); int32_t L_191 = String_IndexOf_m2410372598(L_186, L_188, L_189, L_190, /*hidden argument*/NULL); int32_t L_192 = V_15; if ((!(((uint32_t)L_191) == ((uint32_t)L_192)))) { goto IL_045d; } } IL_043a: { int32_t L_193 = V_15; int32_t L_194 = V_27; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_193, (int32_t)L_194)); int32_t L_195 = V_15; int32_t L_196 = V_16; if ((((int32_t)L_195) < ((int32_t)L_196))) { goto IL_045d; } } { bool L_197 = ___throwex7; if (!L_197) { goto IL_045b; } } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_ThrowInvalidExp_m818482357(NULL /*static, unused*/, /*hidden argument*/NULL); goto IL_045d; } IL_045b: { return (String_t*)NULL; } IL_045d: { goto IL_04c7; } IL_0462: { Il2CppChar L_198 = V_25; NumberFormatInfo_t435877138 * L_199 = ___nfi2; NullCheck(L_199); String_t* L_200 = NumberFormatInfo_get_NegativeSign_m2757109362(L_199, /*hidden argument*/NULL); NullCheck(L_200); Il2CppChar L_201 = String_get_Chars_m2986988803(L_200, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_198) == ((uint32_t)L_201)))) { goto IL_04c7; } } { NumberFormatInfo_t435877138 * L_202 = ___nfi2; NullCheck(L_202); String_t* L_203 = NumberFormatInfo_get_NegativeSign_m2757109362(L_202, /*hidden argument*/NULL); NullCheck(L_203); int32_t L_204 = String_get_Length_m3847582255(L_203, /*hidden argument*/NULL); V_28 = L_204; int32_t L_205 = V_28; if ((((int32_t)L_205) == ((int32_t)1))) { goto IL_04a1; } } { String_t* L_206 = ___s0; NumberFormatInfo_t435877138 * L_207 = ___nfi2; NullCheck(L_207); String_t* L_208 = NumberFormatInfo_get_NegativeSign_m2757109362(L_207, /*hidden argument*/NULL); int32_t L_209 = V_15; int32_t L_210 = V_28; NullCheck(L_206); int32_t L_211 = String_IndexOf_m2410372598(L_206, L_208, L_209, L_210, /*hidden argument*/NULL); int32_t L_212 = V_15; if ((!(((uint32_t)L_211) == ((uint32_t)L_212)))) { goto IL_04c7; } } IL_04a1: { int32_t L_213 = V_15; int32_t L_214 = V_28; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_213, (int32_t)L_214)); int32_t L_215 = V_15; int32_t L_216 = V_16; if ((((int32_t)L_215) < ((int32_t)L_216))) { goto IL_04c4; } } { bool L_217 = ___throwex7; if (!L_217) { goto IL_04c2; } } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_ThrowInvalidExp_m818482357(NULL /*static, unused*/, /*hidden argument*/NULL); goto IL_04c4; } IL_04c2: { return (String_t*)NULL; } IL_04c4: { V_26 = (bool)1; } IL_04c7: { String_t* L_218 = ___s0; int32_t L_219 = V_15; NullCheck(L_218); Il2CppChar L_220 = String_get_Chars_m2986988803(L_218, L_219, /*hidden argument*/NULL); V_25 = L_220; Il2CppChar L_221 = V_25; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_222 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_221, /*hidden argument*/NULL); if (L_222) { goto IL_04f0; } } { bool L_223 = ___throwex7; if (!L_223) { goto IL_04ee; } } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_ThrowInvalidExp_m818482357(NULL /*static, unused*/, /*hidden argument*/NULL); goto IL_04f0; } IL_04ee: { return (String_t*)NULL; } IL_04f0: { int32_t* L_224 = ___exp6; Il2CppChar L_225 = V_25; *((int32_t*)(L_224)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_225, (int32_t)((int32_t)48))); int32_t L_226 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)1)); goto IL_0524; } IL_0503: { int32_t* L_227 = ___exp6; int32_t* L_228 = ___exp6; *((int32_t*)(L_227)) = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(*((int32_t*)L_228)), (int32_t)((int32_t)10))); int32_t* L_229 = ___exp6; int32_t* L_230 = ___exp6; String_t* L_231 = ___s0; int32_t L_232 = V_15; NullCheck(L_231); Il2CppChar L_233 = String_get_Chars_m2986988803(L_231, L_232, /*hidden argument*/NULL); *((int32_t*)(L_229)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_230)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_233, (int32_t)((int32_t)48))))); int32_t L_234 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_234, (int32_t)1)); } IL_0524: { int32_t L_235 = V_15; int32_t L_236 = V_16; if ((((int32_t)L_235) >= ((int32_t)L_236))) { goto IL_053f; } } { String_t* L_237 = ___s0; int32_t L_238 = V_15; NullCheck(L_237); Il2CppChar L_239 = String_get_Chars_m2986988803(L_237, L_238, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_240 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_239, /*hidden argument*/NULL); if (L_240) { goto IL_0503; } } IL_053f: { bool L_241 = V_26; if (!L_241) { goto IL_054e; } } { int32_t* L_242 = ___exp6; int32_t* L_243 = ___exp6; *((int32_t*)(L_242)) = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(*((int32_t*)L_243)), (int32_t)(-1))); } IL_054e: { goto IL_066b; } IL_0553: { String_t* L_244 = ___s0; int32_t L_245 = V_15; NullCheck(L_244); Il2CppChar L_246 = String_get_Chars_m2986988803(L_244, L_245, /*hidden argument*/NULL); V_29 = L_246; bool L_247 = V_4; if (!L_247) { goto IL_057b; } } { Il2CppChar L_248 = V_29; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_249 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_248, /*hidden argument*/NULL); if (!L_249) { goto IL_057b; } } { int32_t L_250 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_250, (int32_t)1)); goto IL_066b; } IL_057b: { bool L_251 = V_7; if (!L_251) { goto IL_059e; } } { Il2CppChar L_252 = V_29; if ((!(((uint32_t)L_252) == ((uint32_t)((int32_t)41))))) { goto IL_059e; } } { bool L_253 = V_1; if (!L_253) { goto IL_059e; } } { V_1 = (bool)0; int32_t L_254 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_254, (int32_t)1)); goto IL_066b; } IL_059e: { bool L_255 = V_6; if (!L_255) { goto IL_05fc; } } { Il2CppChar L_256 = V_29; NumberFormatInfo_t435877138 * L_257 = ___nfi2; NullCheck(L_257); String_t* L_258 = NumberFormatInfo_get_NegativeSign_m2757109362(L_257, /*hidden argument*/NULL); NullCheck(L_258); Il2CppChar L_259 = String_get_Chars_m2986988803(L_258, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_256) == ((uint32_t)L_259)))) { goto IL_05fc; } } { bool L_260 = V_0; if (L_260) { goto IL_05fc; } } { NumberFormatInfo_t435877138 * L_261 = ___nfi2; NullCheck(L_261); String_t* L_262 = NumberFormatInfo_get_NegativeSign_m2757109362(L_261, /*hidden argument*/NULL); NullCheck(L_262); int32_t L_263 = String_get_Length_m3847582255(L_262, /*hidden argument*/NULL); V_30 = L_263; int32_t L_264 = V_30; if ((((int32_t)L_264) == ((int32_t)1))) { goto IL_05ea; } } { String_t* L_265 = ___s0; NumberFormatInfo_t435877138 * L_266 = ___nfi2; NullCheck(L_266); String_t* L_267 = NumberFormatInfo_get_NegativeSign_m2757109362(L_266, /*hidden argument*/NULL); int32_t L_268 = V_15; int32_t L_269 = V_30; NullCheck(L_265); int32_t L_270 = String_IndexOf_m2410372598(L_265, L_267, L_268, L_269, /*hidden argument*/NULL); int32_t L_271 = V_15; if ((!(((uint32_t)L_270) == ((uint32_t)L_271)))) { goto IL_05f7; } } IL_05ea: { V_0 = (bool)1; bool* L_272 = ___isNegative4; *((int8_t*)(L_272)) = (int8_t)1; int32_t L_273 = V_15; int32_t L_274 = V_30; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_273, (int32_t)L_274)); } IL_05f7: { goto IL_066b; } IL_05fc: { bool L_275 = V_6; if (!L_275) { goto IL_0656; } } { Il2CppChar L_276 = V_29; NumberFormatInfo_t435877138 * L_277 = ___nfi2; NullCheck(L_277); String_t* L_278 = NumberFormatInfo_get_PositiveSign_m240350949(L_277, /*hidden argument*/NULL); NullCheck(L_278); Il2CppChar L_279 = String_get_Chars_m2986988803(L_278, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_276) == ((uint32_t)L_279)))) { goto IL_0656; } } { bool L_280 = V_0; if (L_280) { goto IL_0656; } } { NumberFormatInfo_t435877138 * L_281 = ___nfi2; NullCheck(L_281); String_t* L_282 = NumberFormatInfo_get_PositiveSign_m240350949(L_281, /*hidden argument*/NULL); NullCheck(L_282); int32_t L_283 = String_get_Length_m3847582255(L_282, /*hidden argument*/NULL); V_31 = L_283; int32_t L_284 = V_31; if ((((int32_t)L_284) == ((int32_t)1))) { goto IL_0648; } } { String_t* L_285 = ___s0; NumberFormatInfo_t435877138 * L_286 = ___nfi2; NullCheck(L_286); String_t* L_287 = NumberFormatInfo_get_PositiveSign_m240350949(L_286, /*hidden argument*/NULL); int32_t L_288 = V_15; int32_t L_289 = V_31; NullCheck(L_285); int32_t L_290 = String_IndexOf_m2410372598(L_285, L_287, L_288, L_289, /*hidden argument*/NULL); int32_t L_291 = V_15; if ((!(((uint32_t)L_290) == ((uint32_t)L_291)))) { goto IL_0651; } } IL_0648: { V_0 = (bool)1; int32_t L_292 = V_15; int32_t L_293 = V_31; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_292, (int32_t)L_293)); } IL_0651: { goto IL_066b; } IL_0656: { bool L_294 = ___throwex7; if (!L_294) { goto IL_0669; } } { int32_t L_295 = V_15; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_ThrowAtPos_m1170269346(NULL /*static, unused*/, L_295, /*hidden argument*/NULL); goto IL_066b; } IL_0669: { return (String_t*)NULL; } IL_066b: { int32_t L_296 = V_15; int32_t L_297 = V_16; if ((((int32_t)L_296) < ((int32_t)L_297))) { goto IL_0553; } } { bool L_298 = V_1; if (!L_298) { goto IL_0693; } } { bool L_299 = ___throwex7; if (!L_299) { goto IL_0691; } } { String_t* L_300 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2567909888, /*hidden argument*/NULL); FormatException_t154580423 * L_301 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_301, L_300, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_301,Decimal_stripStyles_m1823381019_RuntimeMethod_var); } IL_0691: { return (String_t*)NULL; } IL_0693: { bool L_302 = V_2; if (L_302) { goto IL_06a2; } } { int32_t* L_303 = ___decPos3; StringBuilder_t * L_304 = V_17; NullCheck(L_304); int32_t L_305 = StringBuilder_get_Length_m3238060835(L_304, /*hidden argument*/NULL); *((int32_t*)(L_303)) = (int32_t)L_305; } IL_06a2: { StringBuilder_t * L_306 = V_17; NullCheck(L_306); String_t* L_307 = StringBuilder_ToString_m3317489284(L_306, /*hidden argument*/NULL); return L_307; } } // System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Parse_m942471224 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_Parse_m942471224_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { 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,Decimal_Parse_m942471224_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___style1; if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)512)))) { goto IL_002d; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral1709038266, _stringLiteral4021861061, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Decimal_Parse_m942471224_RuntimeMethod_var); } IL_002d: { String_t* L_4 = ___s0; int32_t L_5 = ___style1; RuntimeObject* L_6 = ___provider2; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_PerformParse_m1679987175(NULL /*static, unused*/, L_4, L_5, L_6, (&V_0), (bool)1, /*hidden argument*/NULL); Decimal_t2948259380 L_7 = V_0; return L_7; } } // System.Boolean System.Decimal::PerformParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Decimal_PerformParse_m1679987175 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, Decimal_t2948259380 * ___res3, bool ___throwex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_PerformParse_m1679987175_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t435877138 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; bool V_4 = false; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; bool V_9 = false; int32_t V_10 = 0; CharU5BU5D_t3528271667* V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; Decimal_t2948259380 V_14; memset(&V_14, 0, sizeof(V_14)); int32_t G_B16_0 = 0; { RuntimeObject* L_0 = ___provider2; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_1 = NumberFormatInfo_GetInstance_m2833078205(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___s0; int32_t L_3 = ___style1; NumberFormatInfo_t435877138 * L_4 = V_0; bool L_5 = ___throwex4; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); String_t* L_6 = Decimal_stripStyles_m1823381019(NULL /*static, unused*/, L_2, L_3, L_4, (&V_1), (&V_3), (&V_4), (&V_2), L_5, /*hidden argument*/NULL); ___s0 = L_6; String_t* L_7 = ___s0; if (L_7) { goto IL_002f; } } { Decimal_t2948259380 * L_8 = ___res3; Decimal_t2948259380 L_9; memset(&L_9, 0, sizeof(L_9)); Decimal__ctor_m1256289983((&L_9), 0, /*hidden argument*/NULL); *(Decimal_t2948259380 *)L_8 = L_9; return (bool)0; } IL_002f: { int32_t L_10 = V_1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_005b; } } { bool L_11 = ___throwex4; if (!L_11) { goto IL_004d; } } { String_t* L_12 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral524131177, /*hidden argument*/NULL); Exception_t * L_13 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Decimal_PerformParse_m1679987175_RuntimeMethod_var); } IL_004d: { Decimal_t2948259380 * L_14 = ___res3; Decimal_t2948259380 L_15; memset(&L_15, 0, sizeof(L_15)); Decimal__ctor_m1256289983((&L_15), 0, /*hidden argument*/NULL); *(Decimal_t2948259380 *)L_14 = L_15; return (bool)0; } IL_005b: { String_t* L_16 = ___s0; NullCheck(L_16); int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL); V_5 = L_17; V_6 = 0; goto IL_0071; } IL_006b: { int32_t L_18 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0071: { int32_t L_19 = V_6; int32_t L_20 = V_1; if ((((int32_t)L_19) >= ((int32_t)L_20))) { goto IL_0088; } } { String_t* L_21 = ___s0; int32_t L_22 = V_6; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m2986988803(L_21, L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)((int32_t)48)))) { goto IL_006b; } } IL_0088: { int32_t L_24 = V_6; if ((((int32_t)L_24) <= ((int32_t)1))) { goto IL_00ac; } } { int32_t L_25 = V_5; if ((((int32_t)L_25) <= ((int32_t)1))) { goto IL_00ac; } } { String_t* L_26 = ___s0; int32_t L_27 = V_6; int32_t L_28 = V_5; int32_t L_29 = V_6; NullCheck(L_26); String_t* L_30 = String_Substring_m1610150815(L_26, L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); ___s0 = L_30; int32_t L_31 = V_1; int32_t L_32 = V_6; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)); } IL_00ac: { int32_t L_33 = V_1; if (L_33) { goto IL_00b9; } } { G_B16_0 = ((int32_t)27); goto IL_00bb; } IL_00b9: { G_B16_0 = ((int32_t)28); } IL_00bb: { V_7 = G_B16_0; String_t* L_34 = ___s0; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); V_5 = L_35; int32_t L_36 = V_5; int32_t L_37 = V_7; if ((((int32_t)L_36) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))))) { goto IL_00f3; } } { String_t* L_38 = ___s0; int32_t L_39 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_40 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_41 = String_Compare_m945110377(NULL /*static, unused*/, L_38, 0, _stringLiteral3137115555, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)), (bool)0, L_40, /*hidden argument*/NULL); if ((((int32_t)L_41) > ((int32_t)0))) { goto IL_00f3; } } { int32_t L_42 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00f3: { int32_t L_43 = V_5; int32_t L_44 = V_7; if ((((int32_t)L_43) <= ((int32_t)L_44))) { goto IL_01e5; } } { int32_t L_45 = V_1; int32_t L_46 = V_5; if ((((int32_t)L_45) >= ((int32_t)L_46))) { goto IL_01e5; } } { String_t* L_47 = ___s0; int32_t L_48 = V_7; NullCheck(L_47); Il2CppChar L_49 = String_get_Chars_m2986988803(L_47, L_48, /*hidden argument*/NULL); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)((int32_t)48))); String_t* L_50 = ___s0; int32_t L_51 = V_7; NullCheck(L_50); String_t* L_52 = String_Substring_m1610150815(L_50, 0, L_51, /*hidden argument*/NULL); ___s0 = L_52; V_9 = (bool)0; int32_t L_53 = V_8; if ((((int32_t)L_53) <= ((int32_t)5))) { goto IL_012f; } } { V_9 = (bool)1; goto IL_015d; } IL_012f: { int32_t L_54 = V_8; if ((!(((uint32_t)L_54) == ((uint32_t)5)))) { goto IL_015d; } } { bool L_55 = V_3; if (!L_55) { goto IL_0145; } } { V_9 = (bool)1; goto IL_015d; } IL_0145: { String_t* L_56 = ___s0; int32_t L_57 = V_7; NullCheck(L_56); Il2CppChar L_58 = String_get_Chars_m2986988803(L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)), /*hidden argument*/NULL); V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)((int32_t)48))); int32_t L_59 = V_10; V_9 = (bool)((((int32_t)((int32_t)((int32_t)L_59&(int32_t)1))) == ((int32_t)1))? 1 : 0); } IL_015d: { bool L_60 = V_9; if (!L_60) { goto IL_01e5; } } { String_t* L_61 = ___s0; NullCheck(L_61); CharU5BU5D_t3528271667* L_62 = String_ToCharArray_m1492846834(L_61, /*hidden argument*/NULL); V_11 = L_62; int32_t L_63 = V_7; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)1)); goto IL_01a9; } IL_0177: { CharU5BU5D_t3528271667* L_64 = V_11; int32_t L_65 = V_12; NullCheck(L_64); int32_t L_66 = L_65; uint16_t L_67 = (L_64)->GetAt(static_cast(L_66)); V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)((int32_t)48))); CharU5BU5D_t3528271667* L_68 = V_11; int32_t L_69 = V_12; NullCheck(L_68); int32_t L_70 = L_69; uint16_t L_71 = (L_68)->GetAt(static_cast(L_70)); if ((((int32_t)L_71) == ((int32_t)((int32_t)57)))) { goto IL_019d; } } { CharU5BU5D_t3528271667* L_72 = V_11; int32_t L_73 = V_12; int32_t L_74 = V_13; NullCheck(L_72); (L_72)->SetAt(static_cast(L_73), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)((int32_t)49))))))); goto IL_01b1; } IL_019d: { CharU5BU5D_t3528271667* L_75 = V_11; int32_t L_76 = V_12; int32_t L_77 = L_76; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)1)); NullCheck(L_75); (L_75)->SetAt(static_cast(L_77), (Il2CppChar)((int32_t)48)); } IL_01a9: { int32_t L_78 = V_12; if ((((int32_t)L_78) >= ((int32_t)0))) { goto IL_0177; } } IL_01b1: { int32_t L_79 = V_12; if ((!(((uint32_t)L_79) == ((uint32_t)(-1))))) { goto IL_01dc; } } { CharU5BU5D_t3528271667* L_80 = V_11; NullCheck(L_80); int32_t L_81 = 0; uint16_t L_82 = (L_80)->GetAt(static_cast(L_81)); if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)48))))) { goto IL_01dc; } } { int32_t L_83 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); int32_t L_84 = V_1; NullCheck(_stringLiteral3452614543); String_t* L_85 = String_PadRight_m50345030(_stringLiteral3452614543, L_84, ((int32_t)48), /*hidden argument*/NULL); ___s0 = L_85; goto IL_01e5; } IL_01dc: { CharU5BU5D_t3528271667* L_86 = V_11; String_t* L_87 = String_CreateString_m2818852475(NULL, L_86, /*hidden argument*/NULL); ___s0 = L_87; } IL_01e5: { String_t* L_88 = ___s0; int32_t L_89 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_90 = Decimal_string2decimal_m207208267(NULL /*static, unused*/, (&V_14), L_88, L_89, 0, /*hidden argument*/NULL); if (!L_90) { goto IL_020f; } } { bool L_91 = ___throwex4; if (!L_91) { goto IL_0201; } } { OverflowException_t2020128637 * L_92 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_92, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_92,Decimal_PerformParse_m1679987175_RuntimeMethod_var); } IL_0201: { Decimal_t2948259380 * L_93 = ___res3; Decimal_t2948259380 L_94; memset(&L_94, 0, sizeof(L_94)); Decimal__ctor_m1256289983((&L_94), 0, /*hidden argument*/NULL); *(Decimal_t2948259380 *)L_93 = L_94; return (bool)0; } IL_020f: { bool L_95 = V_4; if (!L_95) { goto IL_023e; } } { int32_t L_96 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_97 = Decimal_decimalSetExponent_m3707787243(NULL /*static, unused*/, (&V_14), L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_023e; } } { bool L_98 = ___throwex4; if (!L_98) { goto IL_0230; } } { OverflowException_t2020128637 * L_99 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_99, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99,Decimal_PerformParse_m1679987175_RuntimeMethod_var); } IL_0230: { Decimal_t2948259380 * L_100 = ___res3; Decimal_t2948259380 L_101; memset(&L_101, 0, sizeof(L_101)); Decimal__ctor_m1256289983((&L_101), 0, /*hidden argument*/NULL); *(Decimal_t2948259380 *)L_100 = L_101; return (bool)0; } IL_023e: { bool L_102 = V_3; if (!L_102) { goto IL_0257; } } { Decimal_t2948259380 * L_103 = (&V_14); uint32_t L_104 = L_103->get_flags_5(); L_103->set_flags_5(((int32_t)((int32_t)L_104^(int32_t)((int32_t)-2147483648LL)))); } IL_0257: { Decimal_t2948259380 * L_105 = ___res3; Decimal_t2948259380 L_106 = V_14; *(Decimal_t2948259380 *)L_105 = L_106; return (bool)1; } } // System.String System.Decimal::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m14270257 (Decimal_t2948259380 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_ToString_m14270257_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_2 = NumberFormatter_NumberToString_m655666043(NULL /*static, unused*/, L_0, (*(Decimal_t2948259380 *)__this), L_1, /*hidden argument*/NULL); return L_2; } } extern "C" String_t* Decimal_ToString_m14270257_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_ToString_m14270257(_thisAdjusted, ___format0, ___provider1, method); } // System.String System.Decimal::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m4018746482 (Decimal_t2948259380 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_ToString_m4018746482_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Decimal_ToString_m14270257(__this, _stringLiteral3452614617, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Decimal_ToString_m4018746482_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_ToString_m4018746482(_thisAdjusted, method); } // System.String System.Decimal::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m3653216873 (Decimal_t2948259380 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_ToString_m3653216873_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; String_t* L_1 = Decimal_ToString_m14270257(__this, _stringLiteral3452614617, L_0, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Decimal_ToString_m3653216873_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Decimal_t2948259380 * _thisAdjusted = reinterpret_cast(__this + 1); return Decimal_ToString_m3653216873(_thisAdjusted, ___provider0, method); } // System.Int32 System.Decimal::decimal2UInt64(System.Decimal&,System.UInt64&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimal2UInt64_m3460477816 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, uint64_t* ___result1, const RuntimeMethod* method) { typedef int32_t (*Decimal_decimal2UInt64_m3460477816_ftn) (Decimal_t2948259380 *, uint64_t*); using namespace il2cpp::icalls; return ((Decimal_decimal2UInt64_m3460477816_ftn)mscorlib::System::Decimal::decimal2UInt64) (___val0, ___result1); } // System.Int32 System.Decimal::decimal2Int64(System.Decimal&,System.Int64&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimal2Int64_m2102545213 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, int64_t* ___result1, const RuntimeMethod* method) { typedef int32_t (*Decimal_decimal2Int64_m2102545213_ftn) (Decimal_t2948259380 *, int64_t*); using namespace il2cpp::icalls; return ((Decimal_decimal2Int64_m2102545213_ftn)mscorlib::System::Decimal::decimal2Int64) (___val0, ___result1); } // System.Int32 System.Decimal::decimalIncr(System.Decimal&,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimalIncr_m1887017143 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___d10, Decimal_t2948259380 * ___d21, const RuntimeMethod* method) { typedef int32_t (*Decimal_decimalIncr_m1887017143_ftn) (Decimal_t2948259380 *, Decimal_t2948259380 *); using namespace il2cpp::icalls; return ((Decimal_decimalIncr_m1887017143_ftn)mscorlib::System::Decimal::decimalIncr) (___d10, ___d21); } // System.Int32 System.Decimal::string2decimal(System.Decimal&,System.String,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_string2decimal_m207208267 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, String_t* ___sDigits1, uint32_t ___decPos2, int32_t ___sign3, const RuntimeMethod* method) { typedef int32_t (*Decimal_string2decimal_m207208267_ftn) (Decimal_t2948259380 *, String_t*, uint32_t, int32_t); using namespace il2cpp::icalls; return ((Decimal_string2decimal_m207208267_ftn)mscorlib::System::Decimal::string2decimal) (___val0, ___sDigits1, ___decPos2, ___sign3); } // System.Int32 System.Decimal::decimalSetExponent(System.Decimal&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimalSetExponent_m3707787243 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, int32_t ___exp1, const RuntimeMethod* method) { typedef int32_t (*Decimal_decimalSetExponent_m3707787243_ftn) (Decimal_t2948259380 *, int32_t); using namespace il2cpp::icalls; return ((Decimal_decimalSetExponent_m3707787243_ftn)mscorlib::System::Decimal::decimalSetExponent) (___val0, ___exp1); } // System.Double System.Decimal::decimal2double(System.Decimal&) extern "C" IL2CPP_METHOD_ATTR double Decimal_decimal2double_m2573538823 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, const RuntimeMethod* method) { typedef double (*Decimal_decimal2double_m2573538823_ftn) (Decimal_t2948259380 *); using namespace il2cpp::icalls; return ((Decimal_decimal2double_m2573538823_ftn)mscorlib::System::Decimal::decimal2double) (___val0); } // System.Void System.Decimal::decimalFloorAndTrunc(System.Decimal&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Decimal_decimalFloorAndTrunc_m3496207836 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___val0, int32_t ___floorFlag1, const RuntimeMethod* method) { typedef void (*Decimal_decimalFloorAndTrunc_m3496207836_ftn) (Decimal_t2948259380 *, int32_t); using namespace il2cpp::icalls; ((Decimal_decimalFloorAndTrunc_m3496207836_ftn)mscorlib::System::Decimal::decimalFloorAndTrunc) (___val0, ___floorFlag1); } // System.Int32 System.Decimal::decimalMult(System.Decimal&,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimalMult_m3812462972 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___pd10, Decimal_t2948259380 * ___pd21, const RuntimeMethod* method) { typedef int32_t (*Decimal_decimalMult_m3812462972_ftn) (Decimal_t2948259380 *, Decimal_t2948259380 *); using namespace il2cpp::icalls; return ((Decimal_decimalMult_m3812462972_ftn)mscorlib::System::Decimal::decimalMult) (___pd10, ___pd21); } // System.Int32 System.Decimal::decimalDiv(System.Decimal&,System.Decimal&,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimalDiv_m3235226503 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___pc0, Decimal_t2948259380 * ___pa1, Decimal_t2948259380 * ___pb2, const RuntimeMethod* method) { typedef int32_t (*Decimal_decimalDiv_m3235226503_ftn) (Decimal_t2948259380 *, Decimal_t2948259380 *, Decimal_t2948259380 *); using namespace il2cpp::icalls; return ((Decimal_decimalDiv_m3235226503_ftn)mscorlib::System::Decimal::decimalDiv) (___pc0, ___pa1, ___pb2); } // System.Int32 System.Decimal::decimalCompare(System.Decimal&,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_decimalCompare_m3796132203 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 * ___d10, Decimal_t2948259380 * ___d21, const RuntimeMethod* method) { typedef int32_t (*Decimal_decimalCompare_m3796132203_ftn) (Decimal_t2948259380 *, Decimal_t2948259380 *); using namespace il2cpp::icalls; return ((Decimal_decimalCompare_m3796132203_ftn)mscorlib::System::Decimal::decimalCompare) (___d10, ___d21); } // System.Decimal System.Decimal::op_Addition(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Addition_m573847667 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Addition_m573847667_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = Decimal_Add_m114360190(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Decimal System.Decimal::op_Increment(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Increment_m2045993911 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Increment_m2045993911_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = Decimal_Add_m114360190(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Decimal System.Decimal::op_Subtraction(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Subtraction_m2530510375 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Subtraction_m2530510375_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = Decimal_Subtract_m835601464(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Decimal System.Decimal::op_Multiply(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Multiply_m2389849621 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Multiply_m2389849621_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = Decimal_Multiply_m462893147(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Decimal System.Decimal::op_Division(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Division_m2407964042 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Division_m2407964042_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = Decimal_Divide_m3489391442(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint8_t Decimal_op_Explicit_m2848387298 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Explicit_m2848387298_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); uint64_t L_1 = Decimal_u64_m3374804932(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; uint64_t L_2 = V_0; if ((uint64_t)(L_2) > 255LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Decimal_op_Explicit_m2848387298_RuntimeMethod_var); return (((uint8_t)((uint8_t)L_2))); } } // System.SByte System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int8_t Decimal_op_Explicit_m1824467517 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Explicit_m1824467517_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int64_t L_1 = Decimal_s64_m309158181(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int64_t L_2 = V_0; if ((int64_t)(L_2) > 127LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Decimal_op_Explicit_m1824467517_RuntimeMethod_var); return (((int8_t)((int8_t)L_2))); } } // System.Int16 System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int16_t Decimal_op_Explicit_m4231101593 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Explicit_m4231101593_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int64_t L_1 = Decimal_s64_m309158181(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int64_t L_2 = V_0; if ((int64_t)(L_2) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Decimal_op_Explicit_m4231101593_RuntimeMethod_var); return (((int16_t)((int16_t)L_2))); } } // System.UInt16 System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint16_t Decimal_op_Explicit_m3716368008 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Explicit_m3716368008_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); uint64_t L_1 = Decimal_u64_m3374804932(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; uint64_t L_2 = V_0; if ((uint64_t)(L_2) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Decimal_op_Explicit_m3716368008_RuntimeMethod_var); return (((uint16_t)((uint16_t)L_2))); } } // System.Int32 System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_op_Explicit_m1842265407 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Explicit_m1842265407_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int64_t L_1 = Decimal_s64_m309158181(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int64_t L_2 = V_0; if ((int64_t)(L_2) > 2147483647LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Decimal_op_Explicit_m1842265407_RuntimeMethod_var); return (((int32_t)((int32_t)L_2))); } } // System.UInt32 System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint32_t Decimal_op_Explicit_m1639916169 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Explicit_m1639916169_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); uint64_t L_1 = Decimal_u64_m3374804932(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; uint64_t L_2 = V_0; if ((uint64_t)(L_2) > 4294967295LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Decimal_op_Explicit_m1639916169_RuntimeMethod_var); return (((uint32_t)((uint32_t)L_2))); } } // System.Int64 System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int64_t Decimal_op_Explicit_m438967917 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Explicit_m438967917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int64_t L_1 = Decimal_s64_m309158181(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.UInt64 System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint64_t Decimal_op_Explicit_m1503081942 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Explicit_m1503081942_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); uint64_t L_1 = Decimal_u64_m3374804932(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Decimal::op_Implicit(System.Byte) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m29414198 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Decimal::op_Implicit(System.SByte) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m1920400487 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { { int8_t L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), (((int32_t)((int32_t)L_0))), /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Decimal::op_Implicit(System.Int16) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m3696395396 (RuntimeObject * __this /* static, unused */, int16_t ___value0, const RuntimeMethod* method) { { int16_t L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Decimal::op_Implicit(System.UInt16) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m4256234411 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Decimal::op_Implicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m1328901562 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Decimal::op_Implicit(System.UInt32) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m3873897383 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m572982025((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Decimal::op_Implicit(System.Int64) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m1349849065 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m450048609((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Decimal::op_Implicit(System.UInt64) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m2299919277 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m593929528((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Decimal::op_Explicit(System.Single) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Explicit_m2070069477 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1925875020((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Decimal::op_Explicit(System.Double) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Explicit_m2433293820 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method) { { double L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1842485920((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Single System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR float Decimal_op_Explicit_m3488287464 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Explicit_m3488287464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); double L_1 = Decimal_op_Explicit_m2816896069(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return (((float)((float)L_1))); } } // System.Double System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR double Decimal_op_Explicit_m2816896069 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Explicit_m2816896069_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); double L_0 = Decimal_decimal2double_m2573538823(NULL /*static, unused*/, (&___value0), /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_m3543190500 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Inequality_m3543190500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_Equals_m3759456653(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_Equality_m77262825 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_Equality_m77262825_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_Equals_m3759456653(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m627311519 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_GreaterThan_m627311519_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_2 = Decimal_Compare_m3062820418(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); } } // System.Boolean System.Decimal::op_GreaterThanOrEqual(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThanOrEqual_m1217153501 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_GreaterThanOrEqual_m1217153501_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_2 = Decimal_Compare_m3062820418(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_m1273833514 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_LessThan_m1273833514_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_2 = Decimal_Compare_m3062820418(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) < ((int32_t)0))? 1 : 0); } } // System.Boolean System.Decimal::op_LessThanOrEqual(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_LessThanOrEqual_m3936545906 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Decimal_op_LessThanOrEqual_m3936545906_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___d10; Decimal_t2948259380 L_1 = ___d21; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_2 = Decimal_Compare_m3062820418(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_2) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 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.Reflection.MethodInfo System.Delegate::get_Method() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m3071622864 (Delegate_t1188392813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Delegate_get_Method_m3071622864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = __this->get_method_info_6(); if (!L_0) { goto IL_0012; } } { MethodInfo_t * L_1 = __this->get_method_info_6(); return L_1; } IL_0012: { intptr_t L_2 = __this->get_method_3(); bool L_3 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_2, (intptr_t)(0), /*hidden argument*/NULL); if (!L_3) { goto IL_0042; } } { intptr_t L_4 = __this->get_method_3(); RuntimeMethodHandle_t1133924984 L_5; memset(&L_5, 0, sizeof(L_5)); RuntimeMethodHandle__ctor_m2229201676((&L_5), L_4, /*hidden argument*/NULL); MethodBase_t * L_6 = MethodBase_GetMethodFromHandleNoGenericCheck_m1262206995(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); __this->set_method_info_6(((MethodInfo_t *)CastclassClass((RuntimeObject*)L_6, MethodInfo_t_il2cpp_TypeInfo_var))); } IL_0042: { MethodInfo_t * L_7 = __this->get_method_info_6(); return L_7; } } // System.Object System.Delegate::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m2361978888 (Delegate_t1188392813 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_target_2(); return L_0; } } // System.Delegate System.Delegate::CreateDelegate_internal(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_internal_m2845516975 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___target1, MethodInfo_t * ___info2, bool ___throwOnBindFailure3, const RuntimeMethod* method) { typedef Delegate_t1188392813 * (*Delegate_CreateDelegate_internal_m2845516975_ftn) (Type_t *, RuntimeObject *, MethodInfo_t *, bool); using namespace il2cpp::icalls; return ((Delegate_CreateDelegate_internal_m2845516975_ftn)mscorlib::System::Delegate::CreateDelegate_internal) (___type0, ___target1, ___info2, ___throwOnBindFailure3); } // System.Void System.Delegate::SetMulticastInvoke() extern "C" IL2CPP_METHOD_ATTR void Delegate_SetMulticastInvoke_m342000618 (Delegate_t1188392813 * __this, const RuntimeMethod* method) { typedef void (*Delegate_SetMulticastInvoke_m342000618_ftn) (Delegate_t1188392813 *); using namespace il2cpp::icalls; ((Delegate_SetMulticastInvoke_m342000618_ftn)mscorlib::System::Delegate::SetMulticastInvoke) (__this); } // System.Boolean System.Delegate::arg_type_match(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Delegate_arg_type_match_m870692501 (RuntimeObject * __this /* static, unused */, Type_t * ___delArgType0, Type_t * ___argType1, const RuntimeMethod* method) { bool V_0 = false; { Type_t * L_0 = ___delArgType0; Type_t * L_1 = ___argType1; V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1))? 1 : 0); bool L_2 = V_0; if (L_2) { goto IL_0024; } } { Type_t * L_3 = ___argType1; NullCheck(L_3); bool L_4 = Type_get_IsValueType_m3108065642(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0024; } } { Type_t * L_5 = ___argType1; Type_t * L_6 = ___delArgType0; NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6); if (!L_7) { goto IL_0024; } } { V_0 = (bool)1; } IL_0024: { bool L_8 = V_0; return L_8; } } // System.Boolean System.Delegate::return_type_match(System.Type,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Delegate_return_type_match_m2309328069 (RuntimeObject * __this /* static, unused */, Type_t * ___delReturnType0, Type_t * ___returnType1, const RuntimeMethod* method) { bool V_0 = false; { Type_t * L_0 = ___returnType1; Type_t * L_1 = ___delReturnType0; V_0 = (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1))? 1 : 0); bool L_2 = V_0; if (L_2) { goto IL_0024; } } { Type_t * L_3 = ___returnType1; NullCheck(L_3); bool L_4 = Type_get_IsValueType_m3108065642(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0024; } } { Type_t * L_5 = ___delReturnType0; Type_t * L_6 = ___returnType1; NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6); if (!L_7) { goto IL_0024; } } { V_0 = (bool)1; } IL_0024: { bool L_8 = V_0; return L_8; } } // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m2386636647 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, bool ___throwOnBindFailure3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Delegate_CreateDelegate_m2386636647_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; MethodInfo_t * V_1 = NULL; ParameterInfoU5BU5D_t390618515* V_2 = NULL; ParameterInfoU5BU5D_t390618515* V_3 = NULL; bool V_4 = false; bool V_5 = false; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; Delegate_t1188392813 * V_11 = NULL; { RuntimeObject * L_0 = ___firstArgument1; V_0 = L_0; Type_t * L_1 = ___type0; if (L_1) { goto IL_0013; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Delegate_CreateDelegate_m2386636647_RuntimeMethod_var); } IL_0013: { MethodInfo_t * L_3 = ___method2; if (L_3) { goto IL_0024; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_4, _stringLiteral414301358, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Delegate_CreateDelegate_m2386636647_RuntimeMethod_var); } IL_0024: { Type_t * L_5 = ___type0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (MulticastDelegate_t_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); NullCheck(L_5); bool L_8 = VirtFuncInvoker1< bool, Type_t * >::Invoke(39 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_5, L_7); if (L_8) { goto IL_0044; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral2726632495, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Delegate_CreateDelegate_m2386636647_RuntimeMethod_var); } IL_0044: { Type_t * L_10 = ___type0; NullCheck(L_10); MethodInfo_t * L_11 = Type_GetMethod_m2019726356(L_10, _stringLiteral2401610308, /*hidden argument*/NULL); V_1 = L_11; MethodInfo_t * L_12 = V_1; NullCheck(L_12); Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(32 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_12); MethodInfo_t * L_14 = ___method2; NullCheck(L_14); Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(32 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_14); bool L_16 = Delegate_return_type_match_m2309328069(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0079; } } { bool L_17 = ___throwOnBindFailure3; if (!L_17) { goto IL_0077; } } { ArgumentException_t132251570 * L_18 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_18, _stringLiteral1453330949, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,Delegate_CreateDelegate_m2386636647_RuntimeMethod_var); } IL_0077: { return (Delegate_t1188392813 *)NULL; } IL_0079: { MethodInfo_t * L_19 = V_1; NullCheck(L_19); ParameterInfoU5BU5D_t390618515* L_20 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_19); V_2 = L_20; MethodInfo_t * L_21 = ___method2; NullCheck(L_21); ParameterInfoU5BU5D_t390618515* L_22 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_21); V_3 = L_22; RuntimeObject * L_23 = V_0; if (!L_23) { goto IL_00b8; } } { MethodInfo_t * L_24 = ___method2; NullCheck(L_24); bool L_25 = MethodBase_get_IsStatic_m2399864271(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00a7; } } { ParameterInfoU5BU5D_t390618515* L_26 = V_3; NullCheck(L_26); ParameterInfoU5BU5D_t390618515* L_27 = V_2; NullCheck(L_27); V_4 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))? 1 : 0); goto IL_00b3; } IL_00a7: { ParameterInfoU5BU5D_t390618515* L_28 = V_3; NullCheck(L_28); ParameterInfoU5BU5D_t390618515* L_29 = V_2; NullCheck(L_29); V_4 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length)))), (int32_t)1))))? 1 : 0); } IL_00b3: { goto IL_00f1; } IL_00b8: { MethodInfo_t * L_30 = ___method2; NullCheck(L_30); bool L_31 = MethodBase_get_IsStatic_m2399864271(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00d4; } } { ParameterInfoU5BU5D_t390618515* L_32 = V_3; NullCheck(L_32); ParameterInfoU5BU5D_t390618515* L_33 = V_2; NullCheck(L_33); V_4 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), (int32_t)1))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))))? 1 : 0); goto IL_00f1; } IL_00d4: { ParameterInfoU5BU5D_t390618515* L_34 = V_3; NullCheck(L_34); ParameterInfoU5BU5D_t390618515* L_35 = V_2; NullCheck(L_35); V_4 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))? 1 : 0); bool L_36 = V_4; if (L_36) { goto IL_00f1; } } { ParameterInfoU5BU5D_t390618515* L_37 = V_3; NullCheck(L_37); ParameterInfoU5BU5D_t390618515* L_38 = V_2; NullCheck(L_38); V_4 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length))))) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length)))), (int32_t)1))))? 1 : 0); } IL_00f1: { bool L_39 = V_4; if (L_39) { goto IL_010b; } } { bool L_40 = ___throwOnBindFailure3; if (!L_40) { goto IL_0109; } } { ArgumentException_t132251570 * L_41 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_41, _stringLiteral3797557965, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41,Delegate_CreateDelegate_m2386636647_RuntimeMethod_var); } IL_0109: { return (Delegate_t1188392813 *)NULL; } IL_010b: { RuntimeObject * L_42 = V_0; if (!L_42) { goto IL_01b8; } } { MethodInfo_t * L_43 = ___method2; NullCheck(L_43); bool L_44 = MethodBase_get_IsStatic_m2399864271(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_0168; } } { RuntimeObject * L_45 = V_0; NullCheck(L_45); Type_t * L_46 = Object_GetType_m88164663(L_45, /*hidden argument*/NULL); MethodInfo_t * L_47 = ___method2; NullCheck(L_47); Type_t * L_48 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_47); bool L_49 = Delegate_arg_type_match_m870692501(NULL /*static, unused*/, L_46, L_48, /*hidden argument*/NULL); V_5 = L_49; V_6 = 0; goto IL_0159; } IL_0137: { bool L_50 = V_5; ParameterInfoU5BU5D_t390618515* L_51 = V_2; int32_t L_52 = V_6; NullCheck(L_51); int32_t L_53 = L_52; ParameterInfo_t1861056598 * L_54 = (L_51)->GetAt(static_cast(L_53)); NullCheck(L_54); Type_t * L_55 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_54); ParameterInfoU5BU5D_t390618515* L_56 = V_3; int32_t L_57 = V_6; NullCheck(L_56); int32_t L_58 = L_57; ParameterInfo_t1861056598 * L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_59); Type_t * L_60 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_59); bool L_61 = Delegate_arg_type_match_m870692501(NULL /*static, unused*/, L_55, L_60, /*hidden argument*/NULL); V_5 = (bool)((int32_t)((int32_t)L_50&(int32_t)L_61)); int32_t L_62 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_0159: { int32_t L_63 = V_6; ParameterInfoU5BU5D_t390618515* L_64 = V_3; NullCheck(L_64); if ((((int32_t)L_63) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_64)->max_length))))))) { goto IL_0137; } } { goto IL_01b3; } IL_0168: { RuntimeObject * L_65 = V_0; NullCheck(L_65); Type_t * L_66 = Object_GetType_m88164663(L_65, /*hidden argument*/NULL); ParameterInfoU5BU5D_t390618515* L_67 = V_3; NullCheck(L_67); int32_t L_68 = 0; ParameterInfo_t1861056598 * L_69 = (L_67)->GetAt(static_cast(L_68)); NullCheck(L_69); Type_t * L_70 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_69); bool L_71 = Delegate_arg_type_match_m870692501(NULL /*static, unused*/, L_66, L_70, /*hidden argument*/NULL); V_5 = L_71; V_7 = 1; goto IL_01a9; } IL_0185: { bool L_72 = V_5; ParameterInfoU5BU5D_t390618515* L_73 = V_2; int32_t L_74 = V_7; NullCheck(L_73); int32_t L_75 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1)); ParameterInfo_t1861056598 * L_76 = (L_73)->GetAt(static_cast(L_75)); NullCheck(L_76); Type_t * L_77 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_76); ParameterInfoU5BU5D_t390618515* L_78 = V_3; int32_t L_79 = V_7; NullCheck(L_78); int32_t L_80 = L_79; ParameterInfo_t1861056598 * L_81 = (L_78)->GetAt(static_cast(L_80)); NullCheck(L_81); Type_t * L_82 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_81); bool L_83 = Delegate_arg_type_match_m870692501(NULL /*static, unused*/, L_77, L_82, /*hidden argument*/NULL); V_5 = (bool)((int32_t)((int32_t)L_72&(int32_t)L_83)); int32_t L_84 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_01a9: { int32_t L_85 = V_7; ParameterInfoU5BU5D_t390618515* L_86 = V_3; NullCheck(L_86); if ((((int32_t)L_85) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_86)->max_length))))))) { goto IL_0185; } } IL_01b3: { goto IL_02a4; } IL_01b8: { MethodInfo_t * L_87 = ___method2; NullCheck(L_87); bool L_88 = MethodBase_get_IsStatic_m2399864271(L_87, /*hidden argument*/NULL); if (L_88) { goto IL_0213; } } { ParameterInfoU5BU5D_t390618515* L_89 = V_2; NullCheck(L_89); int32_t L_90 = 0; ParameterInfo_t1861056598 * L_91 = (L_89)->GetAt(static_cast(L_90)); NullCheck(L_91); Type_t * L_92 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_91); MethodInfo_t * L_93 = ___method2; NullCheck(L_93); Type_t * L_94 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_93); bool L_95 = Delegate_arg_type_match_m870692501(NULL /*static, unused*/, L_92, L_94, /*hidden argument*/NULL); V_5 = L_95; V_8 = 0; goto IL_0204; } IL_01e0: { bool L_96 = V_5; ParameterInfoU5BU5D_t390618515* L_97 = V_2; int32_t L_98 = V_8; NullCheck(L_97); int32_t L_99 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); ParameterInfo_t1861056598 * L_100 = (L_97)->GetAt(static_cast(L_99)); NullCheck(L_100); Type_t * L_101 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_100); ParameterInfoU5BU5D_t390618515* L_102 = V_3; int32_t L_103 = V_8; NullCheck(L_102); int32_t L_104 = L_103; ParameterInfo_t1861056598 * L_105 = (L_102)->GetAt(static_cast(L_104)); NullCheck(L_105); Type_t * L_106 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_105); bool L_107 = Delegate_arg_type_match_m870692501(NULL /*static, unused*/, L_101, L_106, /*hidden argument*/NULL); V_5 = (bool)((int32_t)((int32_t)L_96&(int32_t)L_107)); int32_t L_108 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); } IL_0204: { int32_t L_109 = V_8; ParameterInfoU5BU5D_t390618515* L_110 = V_3; NullCheck(L_110); if ((((int32_t)L_109) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_110)->max_length))))))) { goto IL_01e0; } } { goto IL_02a4; } IL_0213: { ParameterInfoU5BU5D_t390618515* L_111 = V_2; NullCheck(L_111); ParameterInfoU5BU5D_t390618515* L_112 = V_3; NullCheck(L_112); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_111)->max_length)))), (int32_t)1))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_112)->max_length)))))))) { goto IL_026d; } } { ParameterInfoU5BU5D_t390618515* L_113 = V_3; NullCheck(L_113); int32_t L_114 = 0; ParameterInfo_t1861056598 * L_115 = (L_113)->GetAt(static_cast(L_114)); NullCheck(L_115); Type_t * L_116 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_115); NullCheck(L_116); bool L_117 = Type_get_IsValueType_m3108065642(L_116, /*hidden argument*/NULL); V_5 = (bool)((((int32_t)L_117) == ((int32_t)0))? 1 : 0); V_9 = 0; goto IL_025e; } IL_023a: { bool L_118 = V_5; ParameterInfoU5BU5D_t390618515* L_119 = V_2; int32_t L_120 = V_9; NullCheck(L_119); int32_t L_121 = L_120; ParameterInfo_t1861056598 * L_122 = (L_119)->GetAt(static_cast(L_121)); NullCheck(L_122); Type_t * L_123 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_122); ParameterInfoU5BU5D_t390618515* L_124 = V_3; int32_t L_125 = V_9; NullCheck(L_124); int32_t L_126 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); ParameterInfo_t1861056598 * L_127 = (L_124)->GetAt(static_cast(L_126)); NullCheck(L_127); Type_t * L_128 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_127); bool L_129 = Delegate_arg_type_match_m870692501(NULL /*static, unused*/, L_123, L_128, /*hidden argument*/NULL); V_5 = (bool)((int32_t)((int32_t)L_118&(int32_t)L_129)); int32_t L_130 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); } IL_025e: { int32_t L_131 = V_9; ParameterInfoU5BU5D_t390618515* L_132 = V_2; NullCheck(L_132); if ((((int32_t)L_131) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_132)->max_length))))))) { goto IL_023a; } } { goto IL_02a4; } IL_026d: { V_5 = (bool)1; V_10 = 0; goto IL_029a; } IL_0278: { bool L_133 = V_5; ParameterInfoU5BU5D_t390618515* L_134 = V_2; int32_t L_135 = V_10; NullCheck(L_134); int32_t L_136 = L_135; ParameterInfo_t1861056598 * L_137 = (L_134)->GetAt(static_cast(L_136)); NullCheck(L_137); Type_t * L_138 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_137); ParameterInfoU5BU5D_t390618515* L_139 = V_3; int32_t L_140 = V_10; NullCheck(L_139); int32_t L_141 = L_140; ParameterInfo_t1861056598 * L_142 = (L_139)->GetAt(static_cast(L_141)); NullCheck(L_142); Type_t * L_143 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_142); bool L_144 = Delegate_arg_type_match_m870692501(NULL /*static, unused*/, L_138, L_143, /*hidden argument*/NULL); V_5 = (bool)((int32_t)((int32_t)L_133&(int32_t)L_144)); int32_t L_145 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)1)); } IL_029a: { int32_t L_146 = V_10; ParameterInfoU5BU5D_t390618515* L_147 = V_3; NullCheck(L_147); if ((((int32_t)L_146) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_147)->max_length))))))) { goto IL_0278; } } IL_02a4: { bool L_148 = V_5; if (L_148) { goto IL_02be; } } { bool L_149 = ___throwOnBindFailure3; if (!L_149) { goto IL_02bc; } } { ArgumentException_t132251570 * L_150 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_150, _stringLiteral3939304054, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_150,Delegate_CreateDelegate_m2386636647_RuntimeMethod_var); } IL_02bc: { return (Delegate_t1188392813 *)NULL; } IL_02be: { Type_t * L_151 = ___type0; RuntimeObject * L_152 = V_0; MethodInfo_t * L_153 = ___method2; bool L_154 = ___throwOnBindFailure3; Delegate_t1188392813 * L_155 = Delegate_CreateDelegate_internal_m2845516975(NULL /*static, unused*/, L_151, L_152, L_153, L_154, /*hidden argument*/NULL); V_11 = L_155; Delegate_t1188392813 * L_156 = V_11; if (!L_156) { goto IL_02d8; } } { Delegate_t1188392813 * L_157 = V_11; MethodInfo_t * L_158 = ___method2; NullCheck(L_157); L_157->set_original_method_info_7(L_158); } IL_02d8: { Delegate_t1188392813 * L_159 = V_11; return L_159; } } // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m995503480 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; RuntimeObject * L_1 = ___firstArgument1; MethodInfo_t * L_2 = ___method2; Delegate_t1188392813 * L_3 = Delegate_CreateDelegate_m2386636647(NULL /*static, unused*/, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); return L_3; } } // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m1051651521 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, MethodInfo_t * ___method1, bool ___throwOnBindFailure2, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; MethodInfo_t * L_1 = ___method1; bool L_2 = ___throwOnBindFailure2; Delegate_t1188392813 * L_3 = Delegate_CreateDelegate_m2386636647(NULL /*static, unused*/, L_0, NULL, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // 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) { { Type_t * L_0 = ___type0; MethodInfo_t * L_1 = ___method1; Delegate_t1188392813 * L_2 = Delegate_CreateDelegate_m1051651521(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m1406740088 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; RuntimeObject * L_1 = ___target1; String_t* L_2 = ___method2; Delegate_t1188392813 * L_3 = Delegate_CreateDelegate_m4052969428(NULL /*static, unused*/, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return L_3; } } // System.Reflection.MethodInfo System.Delegate::GetCandidateMethod(System.Type,System.Type,System.String,System.Reflection.BindingFlags,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_GetCandidateMethod_m640765260 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___target1, String_t* ___method2, int32_t ___bflags3, bool ___ignoreCase4, bool ___throwOnBindFailure5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Delegate_GetCandidateMethod_m640765260_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; ParameterInfoU5BU5D_t390618515* V_1 = NULL; TypeU5BU5D_t3940880105* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; MethodInfo_t * V_5 = NULL; Type_t * V_6 = NULL; MethodInfo_t * V_7 = NULL; { Type_t * L_0 = ___type0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Delegate_GetCandidateMethod_m640765260_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___method2; 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, _stringLiteral414301358, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Delegate_GetCandidateMethod_m640765260_RuntimeMethod_var); } IL_0022: { Type_t * L_4 = ___type0; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (MulticastDelegate_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); NullCheck(L_4); bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(39 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_4, L_6); if (L_7) { goto IL_0042; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral995745901, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Delegate_GetCandidateMethod_m640765260_RuntimeMethod_var); } IL_0042: { Type_t * L_9 = ___type0; NullCheck(L_9); MethodInfo_t * L_10 = Type_GetMethod_m2019726356(L_9, _stringLiteral2401610308, /*hidden argument*/NULL); V_0 = L_10; MethodInfo_t * L_11 = V_0; NullCheck(L_11); ParameterInfoU5BU5D_t390618515* L_12 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_11); V_1 = L_12; ParameterInfoU5BU5D_t390618515* L_13 = V_1; NullCheck(L_13); V_2 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))); V_3 = 0; goto IL_0074; } IL_0065: { TypeU5BU5D_t3940880105* L_14 = V_2; int32_t L_15 = V_3; ParameterInfoU5BU5D_t390618515* L_16 = V_1; int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = L_17; ParameterInfo_t1861056598 * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); Type_t * L_20 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_19); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_20); (L_14)->SetAt(static_cast(L_15), (Type_t *)L_20); int32_t L_21 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0074: { int32_t L_22 = V_3; ParameterInfoU5BU5D_t390618515* L_23 = V_1; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { goto IL_0065; } } { int32_t L_24 = ___bflags3; V_4 = ((int32_t)((int32_t)((int32_t)65586)|(int32_t)L_24)); bool L_25 = ___ignoreCase4; if (!L_25) { goto IL_0093; } } { int32_t L_26 = V_4; V_4 = ((int32_t)((int32_t)L_26|(int32_t)1)); } IL_0093: { V_5 = (MethodInfo_t *)NULL; Type_t * L_27 = ___target1; V_6 = L_27; goto IL_00e2; } IL_009e: { Type_t * L_28 = V_6; String_t* L_29 = ___method2; int32_t L_30 = V_4; TypeU5BU5D_t3940880105* L_31 = V_2; NullCheck(L_28); MethodInfo_t * L_32 = Type_GetMethod_m637078096(L_28, L_29, L_30, (Binder_t2999457153 *)NULL, L_31, ((ParameterModifierU5BU5D_t2943407543*)SZArrayNew(ParameterModifierU5BU5D_t2943407543_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); V_7 = L_32; MethodInfo_t * L_33 = V_7; if (!L_33) { goto IL_00d9; } } { MethodInfo_t * L_34 = V_0; NullCheck(L_34); Type_t * L_35 = VirtFuncInvoker0< Type_t * >::Invoke(32 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_34); MethodInfo_t * L_36 = V_7; NullCheck(L_36); Type_t * L_37 = VirtFuncInvoker0< Type_t * >::Invoke(32 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_36); bool L_38 = Delegate_return_type_match_m2309328069(NULL /*static, unused*/, L_35, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00d9; } } { MethodInfo_t * L_39 = V_7; V_5 = L_39; goto IL_00e9; } IL_00d9: { Type_t * L_40 = V_6; NullCheck(L_40); Type_t * L_41 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_40); V_6 = L_41; } IL_00e2: { Type_t * L_42 = V_6; if (L_42) { goto IL_009e; } } IL_00e9: { MethodInfo_t * L_43 = V_5; if (L_43) { goto IL_010f; } } { bool L_44 = ___throwOnBindFailure5; if (!L_44) { goto IL_010d; } } { String_t* L_45 = ___method2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2359641911, L_45, _stringLiteral3450648441, /*hidden argument*/NULL); ArgumentException_t132251570 * L_47 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_47, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47,Delegate_GetCandidateMethod_m640765260_RuntimeMethod_var); } IL_010d: { return (MethodInfo_t *)NULL; } IL_010f: { MethodInfo_t * L_48 = V_5; return L_48; } } // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m466794306 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___target1, String_t* ___method2, bool ___ignoreCase3, bool ___throwOnBindFailure4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Delegate_CreateDelegate_m466794306_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { Type_t * L_0 = ___target1; 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, _stringLiteral2833503317, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Delegate_CreateDelegate_m466794306_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___type0; Type_t * L_3 = ___target1; String_t* L_4 = ___method2; bool L_5 = ___ignoreCase3; bool L_6 = ___throwOnBindFailure4; MethodInfo_t * L_7 = Delegate_GetCandidateMethod_m640765260(NULL /*static, unused*/, L_2, L_3, L_4, 8, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; MethodInfo_t * L_8 = V_0; if (L_8) { goto IL_0026; } } { return (Delegate_t1188392813 *)NULL; } IL_0026: { Type_t * L_9 = ___type0; MethodInfo_t * L_10 = V_0; bool L_11 = ___throwOnBindFailure4; Delegate_t1188392813 * L_12 = Delegate_CreateDelegate_internal_m2845516975(NULL /*static, unused*/, L_9, NULL, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m441173131 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, Type_t * ___target1, String_t* ___method2, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; Type_t * L_1 = ___target1; String_t* L_2 = ___method2; Delegate_t1188392813 * L_3 = Delegate_CreateDelegate_m466794306(NULL /*static, unused*/, L_0, L_1, L_2, (bool)0, (bool)1, /*hidden argument*/NULL); return L_3; } } // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m819160572 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, bool ___ignoreCase3, bool ___throwOnBindFailure4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Delegate_CreateDelegate_m819160572_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeObject * L_0 = ___target1; 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, _stringLiteral2833503317, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Delegate_CreateDelegate_m819160572_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___type0; RuntimeObject * L_3 = ___target1; NullCheck(L_3); Type_t * L_4 = Object_GetType_m88164663(L_3, /*hidden argument*/NULL); String_t* L_5 = ___method2; bool L_6 = ___ignoreCase3; bool L_7 = ___throwOnBindFailure4; MethodInfo_t * L_8 = Delegate_GetCandidateMethod_m640765260(NULL /*static, unused*/, L_2, L_4, L_5, 4, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; MethodInfo_t * L_9 = V_0; if (L_9) { goto IL_002b; } } { return (Delegate_t1188392813 *)NULL; } IL_002b: { Type_t * L_10 = ___type0; RuntimeObject * L_11 = ___target1; MethodInfo_t * L_12 = V_0; bool L_13 = ___throwOnBindFailure4; Delegate_t1188392813 * L_14 = Delegate_CreateDelegate_internal_m2845516975(NULL /*static, unused*/, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CreateDelegate_m4052969428 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, bool ___ignoreCase3, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; RuntimeObject * L_1 = ___target1; String_t* L_2 = ___method2; bool L_3 = ___ignoreCase3; Delegate_t1188392813 * L_4 = Delegate_CreateDelegate_m819160572(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL); return L_4; } } // System.Object System.Delegate::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Delegate_Clone_m4001596073 (Delegate_t1188392813 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Delegate::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Delegate_Equals_m821895546 (Delegate_t1188392813 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Delegate_Equals_m821895546_MetadataUsageId); s_Il2CppMethodInitialized = true; } Delegate_t1188392813 * V_0 = NULL; int32_t G_B11_0 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = ((Delegate_t1188392813 *)IsInstClass((RuntimeObject*)L_0, Delegate_t1188392813_il2cpp_TypeInfo_var)); Delegate_t1188392813 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { Delegate_t1188392813 * L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3 = L_2->get_m_target_2(); RuntimeObject * L_4 = __this->get_m_target_2(); if ((!(((RuntimeObject*)(RuntimeObject *)L_3) == ((RuntimeObject*)(RuntimeObject *)L_4)))) { goto IL_00a0; } } { Delegate_t1188392813 * L_5 = V_0; NullCheck(L_5); intptr_t L_6 = L_5->get_method_3(); intptr_t L_7 = __this->get_method_3(); bool L_8 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_00a0; } } { Delegate_t1188392813 * L_9 = V_0; NullCheck(L_9); DelegateData_t1677132599 * L_10 = L_9->get_data_8(); if (L_10) { goto IL_004c; } } { DelegateData_t1677132599 * L_11 = __this->get_data_8(); if (!L_11) { goto IL_009e; } } IL_004c: { Delegate_t1188392813 * L_12 = V_0; NullCheck(L_12); DelegateData_t1677132599 * L_13 = L_12->get_data_8(); if (!L_13) { goto IL_009c; } } { DelegateData_t1677132599 * L_14 = __this->get_data_8(); if (!L_14) { goto IL_009c; } } { Delegate_t1188392813 * L_15 = V_0; NullCheck(L_15); DelegateData_t1677132599 * L_16 = L_15->get_data_8(); NullCheck(L_16); Type_t * L_17 = L_16->get_target_type_0(); DelegateData_t1677132599 * L_18 = __this->get_data_8(); NullCheck(L_18); Type_t * L_19 = L_18->get_target_type_0(); if ((!(((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_19)))) { goto IL_009a; } } { Delegate_t1188392813 * L_20 = V_0; NullCheck(L_20); DelegateData_t1677132599 * L_21 = L_20->get_data_8(); NullCheck(L_21); String_t* L_22 = L_21->get_method_name_1(); DelegateData_t1677132599 * L_23 = __this->get_data_8(); NullCheck(L_23); String_t* L_24 = L_23->get_method_name_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_25 = String_op_Equality_m920492651(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); G_B11_0 = ((int32_t)(L_25)); goto IL_009b; } IL_009a: { G_B11_0 = 0; } IL_009b: { return (bool)G_B11_0; } IL_009c: { return (bool)0; } IL_009e: { return (bool)1; } IL_00a0: { return (bool)0; } } // System.Int32 System.Delegate::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Delegate_GetHashCode_m2102814970 (Delegate_t1188392813 * __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; { intptr_t* L_0 = __this->get_address_of_method_3(); int32_t L_1 = IntPtr_GetHashCode_m3588219647(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = __this->get_m_target_2(); G_B1_0 = L_1; if (!L_2) { G_B2_0 = L_1; goto IL_0026; } } { RuntimeObject * L_3 = __this->get_m_target_2(); 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_0027; } IL_0026: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0027: { return ((int32_t)((int32_t)G_B3_1^(int32_t)G_B3_0)); } } // 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) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; DelegateSerializationHolder_GetDelegateData_m2109044103(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Delegate[] System.Delegate::GetInvocationList() extern "C" IL2CPP_METHOD_ATTR DelegateU5BU5D_t1703627840* Delegate_GetInvocationList_m592727217 (Delegate_t1188392813 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Delegate_GetInvocationList_m592727217_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DelegateU5BU5D_t1703627840* L_0 = ((DelegateU5BU5D_t1703627840*)SZArrayNew(DelegateU5BU5D_t1703627840_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_0); ArrayElementTypeCheck (L_0, __this); (L_0)->SetAt(static_cast(0), (Delegate_t1188392813 *)__this); return L_0; } } // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___a0, Delegate_t1188392813 * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Delegate_Combine_m1859655160_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Delegate_t1188392813 * L_0 = ___a0; if (L_0) { goto IL_0010; } } { Delegate_t1188392813 * L_1 = ___b1; if (L_1) { goto IL_000e; } } { return (Delegate_t1188392813 *)NULL; } IL_000e: { Delegate_t1188392813 * L_2 = ___b1; return L_2; } IL_0010: { Delegate_t1188392813 * L_3 = ___b1; if (L_3) { goto IL_0018; } } { Delegate_t1188392813 * L_4 = ___a0; return L_4; } IL_0018: { Delegate_t1188392813 * L_5 = ___a0; NullCheck(L_5); Type_t * L_6 = Object_GetType_m88164663(L_5, /*hidden argument*/NULL); Delegate_t1188392813 * L_7 = ___b1; NullCheck(L_7); Type_t * L_8 = Object_GetType_m88164663(L_7, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_8))) { goto IL_0039; } } { String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3874685629, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Delegate_Combine_m1859655160_RuntimeMethod_var); } IL_0039: { Delegate_t1188392813 * L_11 = ___a0; Delegate_t1188392813 * L_12 = ___b1; NullCheck(L_11); Delegate_t1188392813 * L_13 = VirtFuncInvoker1< Delegate_t1188392813 *, Delegate_t1188392813 * >::Invoke(9 /* System.Delegate System.Delegate::CombineImpl(System.Delegate) */, L_11, L_12); return L_13; } } // System.Delegate System.Delegate::Combine(System.Delegate[]) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m558799649 (RuntimeObject * __this /* static, unused */, DelegateU5BU5D_t1703627840* ___delegates0, const RuntimeMethod* method) { Delegate_t1188392813 * V_0 = NULL; Delegate_t1188392813 * V_1 = NULL; DelegateU5BU5D_t1703627840* V_2 = NULL; int32_t V_3 = 0; { DelegateU5BU5D_t1703627840* L_0 = ___delegates0; if (L_0) { goto IL_0008; } } { return (Delegate_t1188392813 *)NULL; } IL_0008: { V_0 = (Delegate_t1188392813 *)NULL; DelegateU5BU5D_t1703627840* L_1 = ___delegates0; V_2 = L_1; V_3 = 0; goto IL_0023; } IL_0013: { DelegateU5BU5D_t1703627840* L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); int32_t L_4 = L_3; Delegate_t1188392813 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; Delegate_t1188392813 * L_6 = V_0; Delegate_t1188392813 * L_7 = V_1; Delegate_t1188392813 * L_8 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0023: { int32_t L_10 = V_3; DelegateU5BU5D_t1703627840* L_11 = V_2; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0013; } } { Delegate_t1188392813 * L_12 = V_0; return L_12; } } // System.Delegate System.Delegate::CombineImpl(System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_CombineImpl_m3572135514 (Delegate_t1188392813 * __this, Delegate_t1188392813 * ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Delegate_CombineImpl_m3572135514_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(); MulticastNotSupportedException_t3095221246 * L_1 = (MulticastNotSupportedException_t3095221246 *)il2cpp_codegen_object_new(MulticastNotSupportedException_t3095221246_il2cpp_TypeInfo_var); MulticastNotSupportedException__ctor_m663960493(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Delegate_CombineImpl_m3572135514_RuntimeMethod_var); } } // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___source0, Delegate_t1188392813 * ___value1, const RuntimeMethod* method) { { Delegate_t1188392813 * L_0 = ___source0; if (L_0) { goto IL_0008; } } { return (Delegate_t1188392813 *)NULL; } IL_0008: { Delegate_t1188392813 * L_1 = ___source0; Delegate_t1188392813 * L_2 = ___value1; NullCheck(L_1); Delegate_t1188392813 * L_3 = VirtFuncInvoker1< Delegate_t1188392813 *, Delegate_t1188392813 * >::Invoke(10 /* System.Delegate System.Delegate::RemoveImpl(System.Delegate) */, L_1, L_2); return L_3; } } // System.Delegate System.Delegate::RemoveImpl(System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_RemoveImpl_m1108247463 (Delegate_t1188392813 * __this, Delegate_t1188392813 * ___d0, const RuntimeMethod* method) { { Delegate_t1188392813 * L_0 = ___d0; bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Delegate::Equals(System.Object) */, __this, L_0); if (!L_1) { goto IL_000e; } } { return (Delegate_t1188392813 *)NULL; } IL_000e: { return __this; } } // System.Boolean System.Delegate::op_Equality(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR bool Delegate_op_Equality_m1690449587 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___d10, Delegate_t1188392813 * ___d21, const RuntimeMethod* method) { { Delegate_t1188392813 * L_0 = ___d10; if (L_0) { goto IL_0010; } } { Delegate_t1188392813 * L_1 = ___d21; if (L_1) { goto IL_000e; } } { return (bool)1; } IL_000e: { return (bool)0; } IL_0010: { Delegate_t1188392813 * L_2 = ___d21; if (L_2) { goto IL_0018; } } { return (bool)0; } IL_0018: { Delegate_t1188392813 * L_3 = ___d10; Delegate_t1188392813 * L_4 = ___d21; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Delegate::Equals(System.Object) */, L_3, L_4); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.DelegateSerializationHolder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DelegateSerializationHolder__ctor_m23226427 (DelegateSerializationHolder_t3408600559 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___ctx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateSerializationHolder__ctor_m23226427_MetadataUsageId); s_Il2CppMethodInitialized = true; } DelegateEntry_t1019584161 * V_0 = NULL; int32_t V_1 = 0; DelegateEntry_t1019584161 * V_2 = NULL; DelegateU5BU5D_t1703627840* V_3 = NULL; int32_t V_4 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (DelegateEntry_t1019584161_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3 = SerializationInfo_GetValue_m42271953(L_0, _stringLiteral3158017511, L_2, /*hidden argument*/NULL); V_0 = ((DelegateEntry_t1019584161 *)CastclassClass((RuntimeObject*)L_3, DelegateEntry_t1019584161_il2cpp_TypeInfo_var)); V_1 = 0; DelegateEntry_t1019584161 * L_4 = V_0; V_2 = L_4; goto IL_0035; } IL_002a: { DelegateEntry_t1019584161 * L_5 = V_2; NullCheck(L_5); DelegateEntry_t1019584161 * L_6 = L_5->get_delegateEntry_6(); V_2 = L_6; int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0035: { DelegateEntry_t1019584161 * L_8 = V_2; if (L_8) { goto IL_002a; } } { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_0054; } } { DelegateEntry_t1019584161 * L_10 = V_0; SerializationInfo_t950877179 * L_11 = ___info0; NullCheck(L_10); Delegate_t1188392813 * L_12 = DelegateEntry_DeserializeDelegate_m691980016(L_10, L_11, /*hidden argument*/NULL); __this->set__delegate_0(L_12); goto IL_0091; } IL_0054: { int32_t L_13 = V_1; V_3 = ((DelegateU5BU5D_t1703627840*)SZArrayNew(DelegateU5BU5D_t1703627840_il2cpp_TypeInfo_var, (uint32_t)L_13)); DelegateEntry_t1019584161 * L_14 = V_0; V_2 = L_14; V_4 = 0; goto IL_007d; } IL_0065: { DelegateU5BU5D_t1703627840* L_15 = V_3; int32_t L_16 = V_4; DelegateEntry_t1019584161 * L_17 = V_2; SerializationInfo_t950877179 * L_18 = ___info0; NullCheck(L_17); Delegate_t1188392813 * L_19 = DelegateEntry_DeserializeDelegate_m691980016(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_19); (L_15)->SetAt(static_cast(L_16), (Delegate_t1188392813 *)L_19); DelegateEntry_t1019584161 * L_20 = V_2; NullCheck(L_20); DelegateEntry_t1019584161 * L_21 = L_20->get_delegateEntry_6(); V_2 = L_21; int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_007d: { int32_t L_23 = V_4; int32_t L_24 = V_1; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0065; } } { DelegateU5BU5D_t1703627840* L_25 = V_3; Delegate_t1188392813 * L_26 = Delegate_Combine_m558799649(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); __this->set__delegate_0(L_26); } IL_0091: { return; } } // System.Void System.DelegateSerializationHolder::GetDelegateData(System.Delegate,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DelegateSerializationHolder_GetDelegateData_m2109044103 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___instance0, SerializationInfo_t950877179 * ___info1, StreamingContext_t3711869237 ___ctx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateSerializationHolder_GetDelegateData_m2109044103_MetadataUsageId); s_Il2CppMethodInitialized = true; } DelegateU5BU5D_t1703627840* V_0 = NULL; DelegateEntry_t1019584161 * V_1 = NULL; int32_t V_2 = 0; Delegate_t1188392813 * V_3 = NULL; String_t* V_4 = NULL; DelegateEntry_t1019584161 * V_5 = NULL; String_t* G_B4_0 = NULL; { Delegate_t1188392813 * L_0 = ___instance0; NullCheck(L_0); DelegateU5BU5D_t1703627840* L_1 = VirtFuncInvoker0< DelegateU5BU5D_t1703627840* >::Invoke(8 /* System.Delegate[] System.Delegate::GetInvocationList() */, L_0); V_0 = L_1; V_1 = (DelegateEntry_t1019584161 *)NULL; V_2 = 0; goto IL_0081; } IL_0010: { DelegateU5BU5D_t1703627840* L_2 = V_0; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; Delegate_t1188392813 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_3 = L_5; Delegate_t1188392813 * L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7 = Delegate_get_Target_m2361978888(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0034; } } { int32_t L_8 = V_2; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2833503317, L_10, /*hidden argument*/NULL); G_B4_0 = L_11; goto IL_0035; } IL_0034: { G_B4_0 = ((String_t*)(NULL)); } IL_0035: { V_4 = G_B4_0; Delegate_t1188392813 * L_12 = V_3; String_t* L_13 = V_4; DelegateEntry_t1019584161 * L_14 = (DelegateEntry_t1019584161 *)il2cpp_codegen_object_new(DelegateEntry_t1019584161_il2cpp_TypeInfo_var); DelegateEntry__ctor_m1541339220(L_14, L_12, L_13, /*hidden argument*/NULL); V_5 = L_14; DelegateEntry_t1019584161 * L_15 = V_1; if (L_15) { goto IL_0059; } } { SerializationInfo_t950877179 * L_16 = ___info1; DelegateEntry_t1019584161 * L_17 = V_5; NullCheck(L_16); SerializationInfo_AddValue_m2872281893(L_16, _stringLiteral3158017511, L_17, /*hidden argument*/NULL); goto IL_0061; } IL_0059: { DelegateEntry_t1019584161 * L_18 = V_1; DelegateEntry_t1019584161 * L_19 = V_5; NullCheck(L_18); L_18->set_delegateEntry_6(L_19); } IL_0061: { DelegateEntry_t1019584161 * L_20 = V_5; V_1 = L_20; Delegate_t1188392813 * L_21 = V_3; NullCheck(L_21); RuntimeObject * L_22 = Delegate_get_Target_m2361978888(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_007d; } } { SerializationInfo_t950877179 * L_23 = ___info1; String_t* L_24 = V_4; Delegate_t1188392813 * L_25 = V_3; NullCheck(L_25); RuntimeObject * L_26 = Delegate_get_Target_m2361978888(L_25, /*hidden argument*/NULL); NullCheck(L_23); SerializationInfo_AddValue_m2872281893(L_23, L_24, L_26, /*hidden argument*/NULL); } IL_007d: { int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0081: { int32_t L_28 = V_2; DelegateU5BU5D_t1703627840* L_29 = V_0; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_0010; } } { SerializationInfo_t950877179 * L_30 = ___info1; RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (DelegateSerializationHolder_t3408600559_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_30); SerializationInfo_SetType_m3923964808(L_30, L_32, /*hidden argument*/NULL); return; } } // System.Void System.DelegateSerializationHolder::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DelegateSerializationHolder_GetObjectData_m2622911689 (DelegateSerializationHolder_t3408600559 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateSerializationHolder_GetObjectData_m2622911689_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,DelegateSerializationHolder_GetObjectData_m2622911689_RuntimeMethod_var); } } // System.Object System.DelegateSerializationHolder::GetRealObject(System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DelegateSerializationHolder_GetRealObject_m3777783762 (DelegateSerializationHolder_t3408600559 * __this, StreamingContext_t3711869237 ___context0, const RuntimeMethod* method) { { Delegate_t1188392813 * L_0 = __this->get__delegate_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.DelegateSerializationHolder/DelegateEntry::.ctor(System.Delegate,System.String) extern "C" IL2CPP_METHOD_ATTR void DelegateEntry__ctor_m1541339220 (DelegateEntry_t1019584161 * __this, Delegate_t1188392813 * ___del0, String_t* ___targetLabel1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Delegate_t1188392813 * L_0 = ___del0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); __this->set_type_0(L_2); Delegate_t1188392813 * L_3 = ___del0; NullCheck(L_3); Type_t * L_4 = Object_GetType_m88164663(L_3, /*hidden argument*/NULL); NullCheck(L_4); Assembly_t * L_5 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_4); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_5); __this->set_assembly_1(L_6); String_t* L_7 = ___targetLabel1; __this->set_target_2(L_7); Delegate_t1188392813 * L_8 = ___del0; NullCheck(L_8); MethodInfo_t * L_9 = Delegate_get_Method_m3071622864(L_8, /*hidden argument*/NULL); NullCheck(L_9); Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_9); NullCheck(L_10); Assembly_t * L_11 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_10); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.Assembly::get_FullName() */, L_11); __this->set_targetTypeAssembly_3(L_12); Delegate_t1188392813 * L_13 = ___del0; NullCheck(L_13); MethodInfo_t * L_14 = Delegate_get_Method_m3071622864(L_13, /*hidden argument*/NULL); NullCheck(L_14); Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_14); NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_15); __this->set_targetTypeName_4(L_16); Delegate_t1188392813 * L_17 = ___del0; NullCheck(L_17); MethodInfo_t * L_18 = Delegate_get_Method_m3071622864(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_18); __this->set_methodName_5(L_19); return; } } // System.Delegate System.DelegateSerializationHolder/DelegateEntry::DeserializeDelegate(System.Runtime.Serialization.SerializationInfo) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * DelegateEntry_DeserializeDelegate_m691980016 (DelegateEntry_t1019584161 * __this, SerializationInfo_t950877179 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateEntry_DeserializeDelegate_m691980016_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Assembly_t * V_1 = NULL; Type_t * V_2 = NULL; Delegate_t1188392813 * V_3 = NULL; Assembly_t * V_4 = NULL; Type_t * V_5 = NULL; Assembly_t * V_6 = NULL; Type_t * V_7 = NULL; { V_0 = NULL; RuntimeObject * L_0 = __this->get_target_2(); if (!L_0) { goto IL_0029; } } { SerializationInfo_t950877179 * L_1 = ___info0; RuntimeObject * L_2 = __this->get_target_2(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_6 = SerializationInfo_GetValue_m42271953(L_1, L_3, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0029: { String_t* L_7 = __this->get_assembly_1(); Assembly_t * L_8 = Assembly_Load_m3487507613(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_1 = L_8; Assembly_t * L_9 = V_1; String_t* L_10 = __this->get_type_0(); NullCheck(L_9); Type_t * L_11 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(17 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_9, L_10); V_2 = L_11; RuntimeObject * L_12 = V_0; if (!L_12) { goto IL_009a; } } { RuntimeObject * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_t1401195504_il2cpp_TypeInfo_var); bool L_14 = RemotingServices_IsTransparentProxy_m1535738947(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0087; } } { String_t* L_15 = __this->get_targetTypeAssembly_3(); Assembly_t * L_16 = Assembly_Load_m3487507613(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_4 = L_16; Assembly_t * L_17 = V_4; String_t* L_18 = __this->get_targetTypeName_4(); NullCheck(L_17); Type_t * L_19 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(17 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_17, L_18); V_5 = L_19; Type_t * L_20 = V_5; RuntimeObject * L_21 = V_0; NullCheck(L_20); bool L_22 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(44 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_20, L_21); if (L_22) { goto IL_0087; } } { RemotingException_t2290474311 * L_23 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_23, _stringLiteral1868814408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,DelegateEntry_DeserializeDelegate_m691980016_RuntimeMethod_var); } IL_0087: { Type_t * L_24 = V_2; RuntimeObject * L_25 = V_0; String_t* L_26 = __this->get_methodName_5(); Delegate_t1188392813 * L_27 = Delegate_CreateDelegate_m1406740088(NULL /*static, unused*/, L_24, L_25, L_26, /*hidden argument*/NULL); V_3 = L_27; goto IL_00c5; } IL_009a: { String_t* L_28 = __this->get_targetTypeAssembly_3(); Assembly_t * L_29 = Assembly_Load_m3487507613(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); V_6 = L_29; Assembly_t * L_30 = V_6; String_t* L_31 = __this->get_targetTypeName_4(); NullCheck(L_30); Type_t * L_32 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(17 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_30, L_31); V_7 = L_32; Type_t * L_33 = V_2; Type_t * L_34 = V_7; String_t* L_35 = __this->get_methodName_5(); Delegate_t1188392813 * L_36 = Delegate_CreateDelegate_m441173131(NULL /*static, unused*/, L_33, L_34, L_35, /*hidden argument*/NULL); V_3 = L_36; } IL_00c5: { Delegate_t1188392813 * L_37 = V_3; return L_37; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes) extern "C" IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m3124850944 (DebuggableAttribute_t886312066 * __this, int32_t ___modes0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); int32_t L_0 = ___modes0; __this->set_debuggingModes_2(L_0); int32_t L_1 = __this->get_debuggingModes_2(); __this->set_JITTrackingEnabledFlag_0((bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)); int32_t L_2 = __this->get_debuggingModes_2(); __this->set_JITOptimizerDisabledFlag_1((bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)256)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.DebuggerBrowsableAttribute::.ctor(System.Diagnostics.DebuggerBrowsableState) extern "C" IL2CPP_METHOD_ATTR void DebuggerBrowsableAttribute__ctor_m28117720 (DebuggerBrowsableAttribute_t1026244177 * __this, int32_t ___state0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; __this->set_state_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.DebuggerDisplayAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DebuggerDisplayAttribute__ctor_m2387841105 (DebuggerDisplayAttribute_t2957424906 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DebuggerDisplayAttribute__ctor_m2387841105_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; if (L_0) { goto IL_0013; } } { 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(); ___value0 = L_1; } IL_0013: { String_t* L_2 = ___value0; __this->set_value_0(L_2); 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(); __this->set_type_1(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_name_2(L_4); return; } } // System.Void System.Diagnostics.DebuggerDisplayAttribute::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void DebuggerDisplayAttribute_set_Name_m615572732 (DebuggerDisplayAttribute_t2957424906 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_name_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.DebuggerHiddenAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void DebuggerHiddenAttribute__ctor_m2764625696 (DebuggerHiddenAttribute_t587553342 * __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.Diagnostics.DebuggerStepThroughAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void DebuggerStepThroughAttribute__ctor_m2219434937 (DebuggerStepThroughAttribute_t875708394 * __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.Diagnostics.DebuggerTypeProxyAttribute::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void DebuggerTypeProxyAttribute__ctor_m3663763196 (DebuggerTypeProxyAttribute_t1385406673 * __this, Type_t * ___type0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); __this->set_proxy_type_name_0(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.Diagnostics.StackFrame::.ctor() extern "C" IL2CPP_METHOD_ATTR void StackFrame__ctor_m343464319 (StackFrame_t3217253059 * __this, const RuntimeMethod* method) { { __this->set_ilOffset_1((-1)); __this->set_nativeOffset_2((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); MethodBase_t ** L_0 = __this->get_address_of_methodBase_3(); int32_t* L_1 = __this->get_address_of_ilOffset_1(); int32_t* L_2 = __this->get_address_of_nativeOffset_2(); String_t** L_3 = __this->get_address_of_fileName_4(); int32_t* L_4 = __this->get_address_of_lineNumber_5(); int32_t* L_5 = __this->get_address_of_columnNumber_6(); StackFrame_get_frame_info_m2312611643(NULL /*static, unused*/, 2, (bool)0, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackFrame::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackFrame__ctor_m2610717164 (StackFrame_t3217253059 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method) { { __this->set_ilOffset_1((-1)); __this->set_nativeOffset_2((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___skipFrames0; bool L_1 = ___fNeedFileInfo1; MethodBase_t ** L_2 = __this->get_address_of_methodBase_3(); int32_t* L_3 = __this->get_address_of_ilOffset_1(); int32_t* L_4 = __this->get_address_of_nativeOffset_2(); String_t** L_5 = __this->get_address_of_fileName_4(); int32_t* L_6 = __this->get_address_of_lineNumber_5(); int32_t* L_7 = __this->get_address_of_columnNumber_6(); StackFrame_get_frame_info_m2312611643(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)2)), L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Boolean System.Diagnostics.StackFrame::get_frame_info(System.Int32,System.Boolean,System.Reflection.MethodBase&,System.Int32&,System.Int32&,System.String&,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool StackFrame_get_frame_info_m2312611643 (RuntimeObject * __this /* static, unused */, int32_t ___skip0, bool ___needFileInfo1, MethodBase_t ** ___method2, int32_t* ___iloffset3, int32_t* ___native_offset4, String_t** ___file5, int32_t* ___line6, int32_t* ___column7, const RuntimeMethod* method) { typedef bool (*StackFrame_get_frame_info_m2312611643_ftn) (int32_t, bool, MethodBase_t **, int32_t*, int32_t*, String_t**, int32_t*, int32_t*); using namespace il2cpp::icalls; return ((StackFrame_get_frame_info_m2312611643_ftn)mscorlib::System::Diagnostics::StackFrame::get_frame_info) (___skip0, ___needFileInfo1, ___method2, ___iloffset3, ___native_offset4, ___file5, ___line6, ___column7); } // System.Int32 System.Diagnostics.StackFrame::GetFileLineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t StackFrame_GetFileLineNumber_m1986974137 (StackFrame_t3217253059 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_5(); return L_0; } } // System.Int32 System.Diagnostics.StackFrame::GetFileColumnNumber() extern "C" IL2CPP_METHOD_ATTR int32_t StackFrame_GetFileColumnNumber_m4192530055 (StackFrame_t3217253059 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_columnNumber_6(); return L_0; } } // System.String System.Diagnostics.StackFrame::GetFileName() extern "C" IL2CPP_METHOD_ATTR String_t* StackFrame_GetFileName_m3683503392 (StackFrame_t3217253059 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StackFrame_GetFileName_m3683503392_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { 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_003e; } } { String_t* L_1 = __this->get_fileName_4(); if (!L_1) { goto IL_003e; } } { String_t* L_2 = __this->get_fileName_4(); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_003e; } } { String_t* L_4 = __this->get_fileName_4(); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_5 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; FileIOPermission_t3596906749 * L_7 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1915937234(L_7, 8, L_6, /*hidden argument*/NULL); NullCheck(L_7); CodeAccessPermission_Demand_m2609746972(L_7, /*hidden argument*/NULL); } IL_003e: { String_t* L_8 = __this->get_fileName_4(); return L_8; } } // System.String System.Diagnostics.StackFrame::GetSecureFileName() extern "C" IL2CPP_METHOD_ATTR String_t* StackFrame_GetSecureFileName_m1124504902 (StackFrame_t3217253059 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StackFrame_GetSecureFileName_m1124504902_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_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); { V_0 = _stringLiteral2232638044; String_t* L_0 = __this->get_fileName_4(); if (L_0) { goto IL_0013; } } { String_t* L_1 = V_0; return L_1; } IL_0013: try { // begin try (depth: 1) String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Diagnostics.StackFrame::GetFileName() */, __this); V_0 = L_2; goto IL_0025; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SecurityException_t975544473_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001f; throw e; } CATCH_001f: { // begin catch(System.Security.SecurityException) goto IL_0025; } // end catch (depth: 1) IL_0025: { String_t* L_3 = V_0; return L_3; } } // System.Int32 System.Diagnostics.StackFrame::GetILOffset() extern "C" IL2CPP_METHOD_ATTR int32_t StackFrame_GetILOffset_m1850960982 (StackFrame_t3217253059 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_ilOffset_1(); return L_0; } } // System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() extern "C" IL2CPP_METHOD_ATTR MethodBase_t * StackFrame_GetMethod_m1395840764 (StackFrame_t3217253059 * __this, const RuntimeMethod* method) { { MethodBase_t * L_0 = __this->get_methodBase_3(); return L_0; } } // System.Int32 System.Diagnostics.StackFrame::GetNativeOffset() extern "C" IL2CPP_METHOD_ATTR int32_t StackFrame_GetNativeOffset_m4140370738 (StackFrame_t3217253059 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nativeOffset_2(); return L_0; } } // System.String System.Diagnostics.StackFrame::GetInternalMethodName() extern "C" IL2CPP_METHOD_ATTR String_t* StackFrame_GetInternalMethodName_m1232559961 (StackFrame_t3217253059 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalMethodName_7(); return L_0; } } // System.String System.Diagnostics.StackFrame::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StackFrame_ToString_m431970945 (StackFrame_t3217253059 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StackFrame_ToString_m431970945_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; MethodBase_t * L_1 = __this->get_methodBase_3(); if (L_1) { goto IL_0027; } } { StringBuilder_t * L_2 = V_0; String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3134134314, /*hidden argument*/NULL); NullCheck(L_2); StringBuilder_Append_m1965104174(L_2, L_3, /*hidden argument*/NULL); goto IL_0039; } IL_0027: { StringBuilder_t * L_4 = V_0; MethodBase_t * L_5 = __this->get_methodBase_3(); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5); NullCheck(L_4); StringBuilder_Append_m1965104174(L_4, L_6, /*hidden argument*/NULL); } IL_0039: { StringBuilder_t * L_7 = V_0; String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral731054790, /*hidden argument*/NULL); NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, L_8, /*hidden argument*/NULL); int32_t L_9 = __this->get_ilOffset_1(); if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_006c; } } { StringBuilder_t * L_10 = V_0; String_t* L_11 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1843709948, /*hidden argument*/NULL); NullCheck(L_10); StringBuilder_Append_m1965104174(L_10, L_11, /*hidden argument*/NULL); goto IL_008a; } IL_006c: { StringBuilder_t * L_12 = V_0; String_t* L_13 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2760633934, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, L_13, /*hidden argument*/NULL); StringBuilder_t * L_14 = V_0; int32_t L_15 = __this->get_ilOffset_1(); NullCheck(L_14); StringBuilder_Append_m890240332(L_14, L_15, /*hidden argument*/NULL); } IL_008a: { StringBuilder_t * L_16 = V_0; String_t* L_17 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3783108869, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, L_17, /*hidden argument*/NULL); StringBuilder_t * L_18 = V_0; String_t* L_19 = StackFrame_GetSecureFileName_m1124504902(__this, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, L_19, /*hidden argument*/NULL); StringBuilder_t * L_20 = V_0; int32_t L_21 = __this->get_lineNumber_5(); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); int32_t L_24 = __this->get_columnNumber_6(); int32_t L_25 = L_24; RuntimeObject * L_26 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_25); NullCheck(L_20); StringBuilder_AppendFormat_m3255666490(L_20, _stringLiteral3967256917, L_23, L_26, /*hidden argument*/NULL); StringBuilder_t * L_27 = V_0; NullCheck(L_27); String_t* L_28 = StringBuilder_ToString_m3317489284(L_27, /*hidden argument*/NULL); 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.Diagnostics.StackTrace::.ctor() extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m206492268 (StackTrace_t1598645457 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); StackTrace_init_frames_m641783388(__this, 0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackTrace::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m1120275749 (StackTrace_t1598645457 * __this, bool ___fNeedFileInfo0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___fNeedFileInfo0; StackTrace_init_frames_m641783388(__this, 0, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackTrace::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m1685176557 (StackTrace_t1598645457 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___skipFrames0; bool L_1 = ___fNeedFileInfo1; StackTrace_init_frames_m641783388(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m727500069 (StackTrace_t1598645457 * __this, Exception_t * ___e0, bool ___fNeedFileInfo1, const RuntimeMethod* method) { { Exception_t * L_0 = ___e0; bool L_1 = ___fNeedFileInfo1; StackTrace__ctor_m3410750278(__this, L_0, 0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m3410750278 (StackTrace_t1598645457 * __this, Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method) { { Exception_t * L_0 = ___e0; int32_t L_1 = ___skipFrames1; bool L_2 = ___fNeedFileInfo2; StackTrace__ctor_m2642163899(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m2642163899 (StackTrace_t1598645457 * __this, Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, bool ___returnNativeFrames3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StackTrace__ctor_m2642163899_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; ArrayList_t2718874744 * V_2 = NULL; int32_t V_3 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Exception_t * L_0 = ___e0; 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, _stringLiteral3452614587, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StackTrace__ctor_m2642163899_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___skipFrames1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_002e; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral3073595182, _stringLiteral658566741, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StackTrace__ctor_m2642163899_RuntimeMethod_var); } IL_002e: { Exception_t * L_4 = ___e0; int32_t L_5 = ___skipFrames1; bool L_6 = ___fNeedFileInfo2; StackFrameU5BU5D_t1997726418* L_7 = StackTrace_get_trace_m1194606084(NULL /*static, unused*/, L_4, L_5, L_6, /*hidden argument*/NULL); __this->set_frames_1(L_7); bool L_8 = ___returnNativeFrames3; if (L_8) { goto IL_00d3; } } { V_0 = (bool)0; V_1 = 0; goto IL_0064; } IL_004c: { StackFrameU5BU5D_t1997726418* L_9 = __this->get_frames_1(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; StackFrame_t3217253059 * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); MethodBase_t * L_13 = VirtFuncInvoker0< MethodBase_t * >::Invoke(8 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_12); if (L_13) { goto IL_0060; } } { V_0 = (bool)1; } IL_0060: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0064: { int32_t L_15 = V_1; StackFrameU5BU5D_t1997726418* L_16 = __this->get_frames_1(); NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_004c; } } { bool L_17 = V_0; if (!L_17) { goto IL_00d3; } } { ArrayList_t2718874744 * L_18 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_18, /*hidden argument*/NULL); V_2 = L_18; V_3 = 0; goto IL_00aa; } IL_0085: { StackFrameU5BU5D_t1997726418* L_19 = __this->get_frames_1(); int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; StackFrame_t3217253059 * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); MethodBase_t * L_23 = VirtFuncInvoker0< MethodBase_t * >::Invoke(8 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_22); if (!L_23) { goto IL_00a6; } } { ArrayList_t2718874744 * L_24 = V_2; StackFrameU5BU5D_t1997726418* L_25 = __this->get_frames_1(); int32_t L_26 = V_3; NullCheck(L_25); int32_t L_27 = L_26; StackFrame_t3217253059 * L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_24); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_24, L_28); } IL_00a6: { int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00aa: { int32_t L_30 = V_3; StackFrameU5BU5D_t1997726418* L_31 = __this->get_frames_1(); NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))) { goto IL_0085; } } { ArrayList_t2718874744 * L_32 = V_2; RuntimeTypeHandle_t3027515415 L_33 = { reinterpret_cast (StackFrame_t3217253059_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); NullCheck(L_32); RuntimeArray * L_35 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_32, L_34); __this->set_frames_1(((StackFrameU5BU5D_t1997726418*)Castclass((RuntimeObject*)L_35, StackFrameU5BU5D_t1997726418_il2cpp_TypeInfo_var))); } IL_00d3: { return; } } // System.Void System.Diagnostics.StackTrace::init_frames(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StackTrace_init_frames_m641783388 (StackTrace_t1598645457 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StackTrace_init_frames_m641783388_MetadataUsageId); s_Il2CppMethodInitialized = true; } StackFrame_t3217253059 * V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; { int32_t L_0 = ___skipFrames0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral3073595182, _stringLiteral658566741, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StackTrace_init_frames_m641783388_RuntimeMethod_var); } IL_0017: { ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = ___skipFrames0; ___skipFrames0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)2)); goto IL_0034; } IL_0027: { ArrayList_t2718874744 * L_4 = V_1; StackFrame_t3217253059 * L_5 = V_0; NullCheck(L_4); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); int32_t L_6 = ___skipFrames0; ___skipFrames0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0034: { int32_t L_7 = ___skipFrames0; bool L_8 = ___fNeedFileInfo1; StackFrame_t3217253059 * L_9 = (StackFrame_t3217253059 *)il2cpp_codegen_object_new(StackFrame_t3217253059_il2cpp_TypeInfo_var); StackFrame__ctor_m2610717164(L_9, L_7, L_8, /*hidden argument*/NULL); StackFrame_t3217253059 * L_10 = L_9; V_0 = L_10; if (!L_10) { goto IL_004d; } } { StackFrame_t3217253059 * L_11 = V_0; NullCheck(L_11); MethodBase_t * L_12 = VirtFuncInvoker0< MethodBase_t * >::Invoke(8 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_11); if (L_12) { goto IL_0027; } } IL_004d: { bool L_13 = ___fNeedFileInfo1; __this->set_debug_info_2(L_13); ArrayList_t2718874744 * L_14 = V_1; RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (StackFrame_t3217253059_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); NullCheck(L_14); RuntimeArray * L_17 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_14, L_16); __this->set_frames_1(((StackFrameU5BU5D_t1997726418*)Castclass((RuntimeObject*)L_17, StackFrameU5BU5D_t1997726418_il2cpp_TypeInfo_var))); return; } } // System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::get_trace(System.Exception,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR StackFrameU5BU5D_t1997726418* StackTrace_get_trace_m1194606084 (RuntimeObject * __this /* static, unused */, Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method) { typedef StackFrameU5BU5D_t1997726418* (*StackTrace_get_trace_m1194606084_ftn) (Exception_t *, int32_t, bool); using namespace il2cpp::icalls; return ((StackTrace_get_trace_m1194606084_ftn)mscorlib::System::Diagnostics::StackTrace::get_trace) (___e0, ___skipFrames1, ___fNeedFileInfo2); } // System.Int32 System.Diagnostics.StackTrace::get_FrameCount() extern "C" IL2CPP_METHOD_ATTR int32_t StackTrace_get_FrameCount_m344690939 (StackTrace_t1598645457 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { StackFrameU5BU5D_t1997726418* L_0 = __this->get_frames_1(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_0019; } IL_0011: { StackFrameU5BU5D_t1997726418* L_1 = __this->get_frames_1(); NullCheck(L_1); G_B3_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); } IL_0019: { return G_B3_0; } } // System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32) extern "C" IL2CPP_METHOD_ATTR StackFrame_t3217253059 * StackTrace_GetFrame_m3844938190 (StackTrace_t1598645457 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, __this); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0015; } } IL_0013: { return (StackFrame_t3217253059 *)NULL; } IL_0015: { StackFrameU5BU5D_t1997726418* L_3 = __this->get_frames_1(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = L_4; StackFrame_t3217253059 * L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::GetFrames() extern "C" IL2CPP_METHOD_ATTR StackFrameU5BU5D_t1997726418* StackTrace_GetFrames_m1120562380 (StackTrace_t1598645457 * __this, const RuntimeMethod* method) { { StackFrameU5BU5D_t1997726418* L_0 = __this->get_frames_1(); return L_0; } } // System.String System.Diagnostics.StackTrace::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StackTrace_ToString_m1758556626 (StackTrace_t1598645457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StackTrace_ToString_m1758556626_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; StringBuilder_t * V_3 = NULL; int32_t V_4 = 0; StackFrame_t3217253059 * V_5 = NULL; MethodBase_t * V_6 = NULL; ParameterInfoU5BU5D_t390618515* V_7 = NULL; int32_t V_8 = 0; Type_t * V_9 = NULL; bool V_10 = false; String_t* V_11 = NULL; { String_t* L_0 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3455498175, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3658577913, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3134134314, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3520535471, /*hidden argument*/NULL); V_2 = L_4; StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_5, /*hidden argument*/NULL); V_3 = L_5; V_4 = 0; goto IL_01d6; } IL_003e: { int32_t L_6 = V_4; StackFrame_t3217253059 * L_7 = VirtFuncInvoker1< StackFrame_t3217253059 *, int32_t >::Invoke(5 /* System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32) */, __this, L_6); V_5 = L_7; int32_t L_8 = V_4; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_005d; } } { StringBuilder_t * L_9 = V_3; String_t* L_10 = V_0; NullCheck(L_9); StringBuilder_Append_m1965104174(L_9, L_10, /*hidden argument*/NULL); goto IL_0073; } IL_005d: { StringBuilder_t * L_11 = V_3; String_t* L_12 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3455498175, /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_AppendFormat_m3016532472(L_11, _stringLiteral1965601982, L_12, /*hidden argument*/NULL); } IL_0073: { StackFrame_t3217253059 * L_13 = V_5; NullCheck(L_13); MethodBase_t * L_14 = VirtFuncInvoker0< MethodBase_t * >::Invoke(8 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_13); V_6 = L_14; MethodBase_t * L_15 = V_6; if (!L_15) { goto IL_018d; } } { StringBuilder_t * L_16 = V_3; MethodBase_t * L_17 = V_6; NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_17); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_18); MethodBase_t * L_20 = V_6; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_20); NullCheck(L_16); StringBuilder_AppendFormat_m3255666490(L_16, _stringLiteral112877610, L_19, L_21, /*hidden argument*/NULL); StringBuilder_t * L_22 = V_3; NullCheck(L_22); StringBuilder_Append_m1965104174(L_22, _stringLiteral3452614536, /*hidden argument*/NULL); MethodBase_t * L_23 = V_6; NullCheck(L_23); ParameterInfoU5BU5D_t390618515* L_24 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_23); V_7 = L_24; V_8 = 0; goto IL_0171; } IL_00bf: { int32_t L_25 = V_8; if ((((int32_t)L_25) <= ((int32_t)0))) { goto IL_00d3; } } { StringBuilder_t * L_26 = V_3; NullCheck(L_26); StringBuilder_Append_m1965104174(L_26, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_00d3: { ParameterInfoU5BU5D_t390618515* L_27 = V_7; int32_t L_28 = V_8; NullCheck(L_27); int32_t L_29 = L_28; ParameterInfo_t1861056598 * L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_30); Type_t * L_31 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_30); V_9 = L_31; Type_t * L_32 = V_9; NullCheck(L_32); bool L_33 = Type_get_IsByRef_m1262524108(L_32, /*hidden argument*/NULL); V_10 = L_33; bool L_34 = V_10; if (!L_34) { goto IL_00f8; } } { Type_t * L_35 = V_9; NullCheck(L_35); Type_t * L_36 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_35); V_9 = L_36; } IL_00f8: { Type_t * L_37 = V_9; NullCheck(L_37); bool L_38 = Type_get_IsClass_m589177581(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0134; } } { Type_t * L_39 = V_9; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Type::get_Namespace() */, L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_42 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0134; } } { StringBuilder_t * L_43 = V_3; Type_t * L_44 = V_9; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Type::get_Namespace() */, L_44); NullCheck(L_43); StringBuilder_Append_m1965104174(L_43, L_45, /*hidden argument*/NULL); StringBuilder_t * L_46 = V_3; NullCheck(L_46); StringBuilder_Append_m1965104174(L_46, _stringLiteral3452614530, /*hidden argument*/NULL); } IL_0134: { StringBuilder_t * L_47 = V_3; Type_t * L_48 = V_9; NullCheck(L_48); String_t* L_49 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_48); NullCheck(L_47); StringBuilder_Append_m1965104174(L_47, L_49, /*hidden argument*/NULL); bool L_50 = V_10; if (!L_50) { goto IL_0155; } } { StringBuilder_t * L_51 = V_3; NullCheck(L_51); StringBuilder_Append_m1965104174(L_51, _stringLiteral3506090190, /*hidden argument*/NULL); } IL_0155: { StringBuilder_t * L_52 = V_3; ParameterInfoU5BU5D_t390618515* L_53 = V_7; int32_t L_54 = V_8; NullCheck(L_53); int32_t L_55 = L_54; ParameterInfo_t1861056598 * L_56 = (L_53)->GetAt(static_cast(L_55)); NullCheck(L_56); String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_56); NullCheck(L_52); StringBuilder_AppendFormat_m3016532472(L_52, _stringLiteral2091341594, L_57, /*hidden argument*/NULL); int32_t L_58 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0171: { int32_t L_59 = V_8; ParameterInfoU5BU5D_t390618515* L_60 = V_7; NullCheck(L_60); if ((((int32_t)L_59) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_60)->max_length))))))) { goto IL_00bf; } } { StringBuilder_t * L_61 = V_3; NullCheck(L_61); StringBuilder_Append_m1965104174(L_61, _stringLiteral3452614535, /*hidden argument*/NULL); goto IL_0195; } IL_018d: { StringBuilder_t * L_62 = V_3; String_t* L_63 = V_1; NullCheck(L_62); StringBuilder_Append_m1965104174(L_62, L_63, /*hidden argument*/NULL); } IL_0195: { bool L_64 = __this->get_debug_info_2(); if (!L_64) { goto IL_01d0; } } { StackFrame_t3217253059 * L_65 = V_5; NullCheck(L_65); String_t* L_66 = StackFrame_GetSecureFileName_m1124504902(L_65, /*hidden argument*/NULL); V_11 = L_66; String_t* L_67 = V_11; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_68 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_67, _stringLiteral2232638044, /*hidden argument*/NULL); if (!L_68) { goto IL_01d0; } } { StringBuilder_t * L_69 = V_3; String_t* L_70 = V_2; String_t* L_71 = V_11; StackFrame_t3217253059 * L_72 = V_5; NullCheck(L_72); int32_t L_73 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackFrame::GetFileLineNumber() */, L_72); int32_t L_74 = L_73; RuntimeObject * L_75 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_74); NullCheck(L_69); StringBuilder_AppendFormat_m3255666490(L_69, L_70, L_71, L_75, /*hidden argument*/NULL); } IL_01d0: { int32_t L_76 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_01d6: { int32_t L_77 = V_4; int32_t L_78 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, __this); if ((((int32_t)L_77) < ((int32_t)L_78))) { goto IL_003e; } } { StringBuilder_t * L_79 = V_3; NullCheck(L_79); String_t* L_80 = StringBuilder_ToString_m3317489284(L_79, /*hidden argument*/NULL); return L_80; } } #ifdef __clang__ #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.DivideByZeroException::.ctor() extern "C" IL2CPP_METHOD_ATTR void DivideByZeroException__ctor_m3496959969 (DivideByZeroException_t1856388118 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DivideByZeroException__ctor_m3496959969_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1110500917, /*hidden argument*/NULL); ArithmeticException__ctor_m3551809662(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147352558), /*hidden argument*/NULL); return; } } // System.Void System.DivideByZeroException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DivideByZeroException__ctor_m3315083383 (DivideByZeroException_t1856388118 * __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.DllNotFoundException::.ctor() extern "C" IL2CPP_METHOD_ATTR void DllNotFoundException__ctor_m3079838043 (DllNotFoundException_t2721418633 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DllNotFoundException__ctor_m3079838043_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral514167933, /*hidden argument*/NULL); TypeLoadException__ctor_m2362330792(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233052), /*hidden argument*/NULL); return; } } // System.Void System.DllNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DllNotFoundException__ctor_m1156705135 (DllNotFoundException_t2721418633 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; TypeLoadException__ctor_m3040414142(__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.Object System.Double::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Double_System_IConvertible_ToType_m1438630475 (double* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToType_m1438630475_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Double_System_IConvertible_ToType_m1438630475_RuntimeMethod_var); } IL_0011: { double L_2 = (*((double*)__this)); RuntimeObject * L_3 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Double_System_IConvertible_ToType_m1438630475_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToType_m1438630475(_thisAdjusted, ___targetType0, ___provider1, method); } // System.Boolean System.Double::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Double_System_IConvertible_ToBoolean_m652944629 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToBoolean_m652944629_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_0 = Convert_ToBoolean_m4098720762(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" bool Double_System_IConvertible_ToBoolean_m652944629_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToBoolean_m652944629(_thisAdjusted, ___provider0, method); } // System.Byte System.Double::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Double_System_IConvertible_ToByte_m410894149 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToByte_m410894149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_0 = Convert_ToByte_m3824130483(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint8_t Double_System_IConvertible_ToByte_m410894149_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToByte_m410894149(_thisAdjusted, ___provider0, method); } // System.Char System.Double::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Double_System_IConvertible_ToChar_m285688079 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToChar_m285688079_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Double_System_IConvertible_ToChar_m285688079_RuntimeMethod_var); } } extern "C" Il2CppChar Double_System_IConvertible_ToChar_m285688079_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToChar_m285688079(_thisAdjusted, ___provider0, method); } // System.DateTime System.Double::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Double_System_IConvertible_ToDateTime_m2414543049 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToDateTime_m2414543049_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Double_System_IConvertible_ToDateTime_m2414543049_RuntimeMethod_var); } } extern "C" DateTime_t3738529785 Double_System_IConvertible_ToDateTime_m2414543049_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToDateTime_m2414543049(_thisAdjusted, ___provider0, method); } // System.Decimal System.Double::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Double_System_IConvertible_ToDecimal_m2316246766 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToDecimal_m2316246766_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_0 = Convert_ToDecimal_m841368097(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Decimal_t2948259380 Double_System_IConvertible_ToDecimal_m2316246766_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToDecimal_m2316246766(_thisAdjusted, ___provider0, method); } // System.Double System.Double::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Double_System_IConvertible_ToDouble_m3692611612 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToDouble_m3692611612_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_0 = Convert_ToDouble_m278900635(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" double Double_System_IConvertible_ToDouble_m3692611612_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToDouble_m3692611612(_thisAdjusted, ___provider0, method); } // System.Int16 System.Double::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Double_System_IConvertible_ToInt16_m3591921965 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToInt16_m3591921965_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m2780199356(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Double_System_IConvertible_ToInt16_m3591921965_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToInt16_m3591921965(_thisAdjusted, ___provider0, method); } // System.Int32 System.Double::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Double_System_IConvertible_ToInt32_m2896275711 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToInt32_m2896275711_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_0 = Convert_ToInt32_m2880498116(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int32_t Double_System_IConvertible_ToInt32_m2896275711_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToInt32_m2896275711(_thisAdjusted, ___provider0, method); } // System.Int64 System.Double::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Double_System_IConvertible_ToInt64_m3968660899 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToInt64_m3968660899_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m3758262873(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Double_System_IConvertible_ToInt64_m3968660899_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToInt64_m3968660899(_thisAdjusted, ___provider0, method); } // System.SByte System.Double::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Double_System_IConvertible_ToSByte_m341638588 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToSByte_m341638588_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m3796870839(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Double_System_IConvertible_ToSByte_m341638588_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToSByte_m341638588(_thisAdjusted, ___provider0, method); } // System.Single System.Double::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Double_System_IConvertible_ToSingle_m4088557181 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToSingle_m4088557181_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_0 = Convert_ToSingle_m3227075028(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" float Double_System_IConvertible_ToSingle_m4088557181_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToSingle_m4088557181(_thisAdjusted, ___provider0, method); } // System.UInt16 System.Double::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Double_System_IConvertible_ToUInt16_m4132603953 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToUInt16_m4132603953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m3523269149(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Double_System_IConvertible_ToUInt16_m4132603953_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToUInt16_m4132603953(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Double::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Double_System_IConvertible_ToUInt32_m271206838 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToUInt32_m271206838_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m1453583008(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Double_System_IConvertible_ToUInt32_m271206838_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToUInt32_m271206838(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Double::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Double_System_IConvertible_ToUInt64_m3220586809 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_System_IConvertible_ToUInt64_m3220586809_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m1433697267(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Double_System_IConvertible_ToUInt64_m3220586809_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_System_IConvertible_ToUInt64_m3220586809(_thisAdjusted, ___provider0, method); } // System.Int32 System.Double::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m2275617179 (double* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_CompareTo_m2275617179_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral748999469, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Double_CompareTo_m2275617179_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; V_0 = ((*(double*)((double*)UnBox(L_4, Double_t594665363_il2cpp_TypeInfo_var)))); bool L_5 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); if (!L_5) { goto IL_0043; } } { double L_6 = V_0; bool L_7 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0043; } } { return 0; } IL_0043: { bool L_8 = Double_IsNegativeInfinity_m538614603(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); if (!L_8) { goto IL_005c; } } { double L_9 = V_0; bool L_10 = Double_IsNegativeInfinity_m538614603(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005c; } } { return 0; } IL_005c: { double L_11 = V_0; bool L_12 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0077; } } { bool L_13 = Double_IsNaN_m649024406(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); if (!L_13) { goto IL_0075; } } { return 0; } IL_0075: { return 1; } IL_0077: { bool L_14 = Double_IsNaN_m649024406(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); if (!L_14) { goto IL_0092; } } { double L_15 = V_0; bool L_16 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0090; } } { return 0; } IL_0090: { return (-1); } IL_0092: { double L_17 = V_0; if ((!(((double)(*((double*)__this))) > ((double)L_17)))) { goto IL_009c; } } { return 1; } IL_009c: { double L_18 = V_0; if ((!(((double)(*((double*)__this))) < ((double)L_18)))) { goto IL_00a6; } } { return (-1); } IL_00a6: { return 0; } } extern "C" int32_t Double_CompareTo_m2275617179_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_CompareTo_m2275617179(_thisAdjusted, ___value0, method); } // System.Boolean System.Double::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Double_Equals_m1674752021 (double* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_Equals_m1674752021_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; V_0 = ((*(double*)((double*)UnBox(L_1, Double_t594665363_il2cpp_TypeInfo_var)))); double L_2 = V_0; bool L_3 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0027; } } { bool L_4 = Double_IsNaN_m649024406(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); return L_4; } IL_0027: { double L_5 = V_0; return (bool)((((double)L_5) == ((double)(*((double*)__this))))? 1 : 0); } } extern "C" bool Double_Equals_m1674752021_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_Equals_m1674752021(_thisAdjusted, ___obj0, method); } // System.Int32 System.Double::CompareTo(System.Double) extern "C" IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m3151899116 (double* __this, double ___value0, const RuntimeMethod* method) { { bool L_0 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { double L_1 = ___value0; bool L_2 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { return 0; } IL_0019: { bool L_3 = Double_IsNegativeInfinity_m538614603(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); if (!L_3) { goto IL_0032; } } { double L_4 = ___value0; bool L_5 = Double_IsNegativeInfinity_m538614603(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0032; } } { return 0; } IL_0032: { double L_6 = ___value0; bool L_7 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004d; } } { bool L_8 = Double_IsNaN_m649024406(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); if (!L_8) { goto IL_004b; } } { return 0; } IL_004b: { return 1; } IL_004d: { bool L_9 = Double_IsNaN_m649024406(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); if (!L_9) { goto IL_0068; } } { double L_10 = ___value0; bool L_11 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0066; } } { return 0; } IL_0066: { return (-1); } IL_0068: { double L_12 = ___value0; if ((!(((double)(*((double*)__this))) > ((double)L_12)))) { goto IL_0072; } } { return 1; } IL_0072: { double L_13 = ___value0; if ((!(((double)(*((double*)__this))) < ((double)L_13)))) { goto IL_007c; } } { return (-1); } IL_007c: { return 0; } } extern "C" int32_t Double_CompareTo_m3151899116_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_CompareTo_m3151899116(_thisAdjusted, ___value0, method); } // System.Boolean System.Double::Equals(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_Equals_m2309369974 (double* __this, double ___obj0, const RuntimeMethod* method) { { double L_0 = ___obj0; bool L_1 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { bool L_2 = Double_IsNaN_m649024406(NULL /*static, unused*/, (*((double*)__this)), /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { return (bool)1; } IL_0019: { return (bool)0; } IL_001b: { double L_3 = ___obj0; return (bool)((((double)L_3) == ((double)(*((double*)__this))))? 1 : 0); } } extern "C" bool Double_Equals_m2309369974_AdjustorThunk (RuntimeObject * __this, double ___obj0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_Equals_m2309369974(_thisAdjusted, ___obj0, method); } // System.Int32 System.Double::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m2295714610 (double* __this, const RuntimeMethod* method) { return Int64_GetHashCode_m703091690((int64_t*)__this, NULL); } extern "C" int32_t Double_GetHashCode_m2295714610_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_GetHashCode_m2295714610(_thisAdjusted, method); } // System.Boolean System.Double::IsInfinity(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsInfinity_m820013146 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { double L_0 = ___d0; if ((((double)L_0) == ((double)(std::numeric_limits::infinity())))) { goto IL_001d; } } { double L_1 = ___d0; G_B3_0 = ((((double)L_1) == ((double)(-std::numeric_limits::infinity())))? 1 : 0); goto IL_001e; } IL_001d: { G_B3_0 = 1; } IL_001e: { return (bool)G_B3_0; } } // System.Boolean System.Double::IsNaN(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsNaN_m649024406 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method) { { double L_0 = ___d0; double L_1 = ___d0; return (bool)((((int32_t)((((double)L_0) == ((double)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Double::IsNegativeInfinity(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_m538614603 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { double L_0 = ___d0; if ((!(((double)L_0) < ((double)(0.0))))) { goto IL_002f; } } { double L_1 = ___d0; if ((((double)L_1) == ((double)(-std::numeric_limits::infinity())))) { goto IL_002c; } } { double L_2 = ___d0; G_B4_0 = ((((double)L_2) == ((double)(std::numeric_limits::infinity())))? 1 : 0); goto IL_002d; } IL_002c: { G_B4_0 = 1; } IL_002d: { G_B6_0 = G_B4_0; goto IL_0030; } IL_002f: { G_B6_0 = 0; } IL_0030: { return (bool)G_B6_0; } } // System.Boolean System.Double::IsPositiveInfinity(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m1245619811 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { double L_0 = ___d0; if ((!(((double)L_0) > ((double)(0.0))))) { goto IL_002f; } } { double L_1 = ___d0; if ((((double)L_1) == ((double)(-std::numeric_limits::infinity())))) { goto IL_002c; } } { double L_2 = ___d0; G_B4_0 = ((((double)L_2) == ((double)(std::numeric_limits::infinity())))? 1 : 0); goto IL_002d; } IL_002c: { G_B4_0 = 1; } IL_002d: { G_B6_0 = G_B4_0; goto IL_0030; } IL_002f: { G_B6_0 = 0; } IL_0030: { return (bool)G_B6_0; } } // System.Double System.Double::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m4153729520 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; double L_1 = Double_Parse_m1135962389(NULL /*static, unused*/, L_0, ((int32_t)231), (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } // 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) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; double L_2 = Double_Parse_m1135962389(NULL /*static, unused*/, L_0, ((int32_t)231), L_1, /*hidden argument*/NULL); return L_2; } } // System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m1135962389 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_Parse_m1135962389_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; double V_1 = 0.0; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; bool L_3 = Double_Parse_m2152196909(NULL /*static, unused*/, L_0, L_1, L_2, (bool)0, (&V_1), (&V_0), /*hidden argument*/NULL); if (L_3) { goto IL_0014; } } { Exception_t * L_4 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Double_Parse_m1135962389_RuntimeMethod_var); } IL_0014: { double L_5 = V_1; return L_5; } } // System.Boolean System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Boolean,System.Double&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Double_Parse_m2152196909 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, bool ___tryParse3, double* ___result4, Exception_t ** ___exc5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_Parse_m2152196909_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; NumberFormatInfo_t435877138 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; bool V_6 = false; bool V_7 = false; int32_t V_8 = 0; ByteU5BU5D_t4116647657* V_9 = NULL; int32_t V_10 = 0; String_t* V_11 = NULL; String_t* V_12 = NULL; String_t* V_13 = NULL; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; String_t* V_17 = NULL; String_t* V_18 = NULL; uint8_t* V_19 = NULL; double V_20 = 0.0; int32_t V_21 = 0; { double* L_0 = ___result4; *((double*)(L_0)) = (double)(0.0); Exception_t ** L_1 = ___exc5; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); String_t* L_2 = ___s0; if (L_2) { goto IL_002b; } } { bool L_3 = ___tryParse3; if (L_3) { goto IL_0029; } } { Exception_t ** L_4 = ___exc5; ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3452614605, /*hidden argument*/NULL); *((RuntimeObject **)(L_4)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)L_5); } IL_0029: { return (bool)0; } IL_002b: { String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0046; } } { bool L_8 = ___tryParse3; if (L_8) { goto IL_0044; } } { Exception_t ** L_9 = ___exc5; FormatException_t154580423 * L_10 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m1479314061(L_10, /*hidden argument*/NULL); *((RuntimeObject **)(L_9)) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_9), (RuntimeObject *)L_10); } IL_0044: { return (bool)0; } IL_0046: { int32_t L_11 = ___style1; if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)512)))) { goto IL_0072; } } { ObjectU5BU5D_t2843939325* L_12 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral3377595229); (L_12)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3377595229); String_t* L_13 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral2430508829, L_12, /*hidden argument*/NULL); V_0 = L_13; String_t* L_14 = V_0; ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Double_Parse_m2152196909_RuntimeMethod_var); } IL_0072: { int32_t L_16 = ___style1; if ((((int32_t)L_16) <= ((int32_t)((int32_t)511)))) { goto IL_008d; } } { bool L_17 = ___tryParse3; if (L_17) { goto IL_008b; } } { Exception_t ** L_18 = ___exc5; ArgumentException_t132251570 * L_19 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_19, /*hidden argument*/NULL); *((RuntimeObject **)(L_18)) = (RuntimeObject *)L_19; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_18), (RuntimeObject *)L_19); } IL_008b: { return (bool)0; } IL_008d: { RuntimeObject* L_20 = ___provider2; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_21 = NumberFormatInfo_GetInstance_m2833078205(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); V_1 = L_21; NumberFormatInfo_t435877138 * L_22 = V_1; if (L_22) { goto IL_00a5; } } { Exception_t * L_23 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_23, _stringLiteral244036539, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,Double_Parse_m2152196909_RuntimeMethod_var); } IL_00a5: { String_t* L_24 = ___s0; NullCheck(L_24); int32_t L_25 = String_get_Length_m3847582255(L_24, /*hidden argument*/NULL); V_2 = L_25; V_3 = 0; V_4 = 0; int32_t L_26 = ___style1; V_6 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_26&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_27 = ___style1; V_7 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_27&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_28 = V_6; if (!L_28) { goto IL_010b; } } { goto IL_00d9; } IL_00d3: { int32_t L_29 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00d9: { int32_t L_30 = V_4; int32_t L_31 = V_2; if ((((int32_t)L_30) >= ((int32_t)L_31))) { goto IL_00f3; } } { String_t* L_32 = ___s0; int32_t L_33 = V_4; NullCheck(L_32); Il2CppChar L_34 = String_get_Chars_m2986988803(L_32, L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_35 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); if (L_35) { goto IL_00d3; } } IL_00f3: { int32_t L_36 = V_4; int32_t L_37 = V_2; if ((!(((uint32_t)L_36) == ((uint32_t)L_37)))) { goto IL_010b; } } { bool L_38 = ___tryParse3; if (L_38) { goto IL_0109; } } { Exception_t ** L_39 = ___exc5; Exception_t * L_40 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_39)) = (RuntimeObject *)L_40; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_39), (RuntimeObject *)L_40); } IL_0109: { return (bool)0; } IL_010b: { String_t* L_41 = ___s0; NullCheck(L_41); int32_t L_42 = String_get_Length_m3847582255(L_41, /*hidden argument*/NULL); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1)); bool L_43 = V_7; if (!L_43) { goto IL_0139; } } { goto IL_0127; } IL_0121: { int32_t L_44 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); } IL_0127: { String_t* L_45 = ___s0; int32_t L_46 = V_8; NullCheck(L_45); Il2CppChar L_47 = String_get_Chars_m2986988803(L_45, L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_48 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); if (L_48) { goto IL_0121; } } IL_0139: { NumberFormatInfo_t435877138 * L_49 = V_1; NullCheck(L_49); String_t* L_50 = NumberFormatInfo_get_NaNSymbol_m2562844481(L_49, /*hidden argument*/NULL); String_t* L_51 = ___s0; int32_t L_52 = V_4; int32_t L_53 = V_8; bool L_54 = Double_TryParseStringConstant_m3290212599(NULL /*static, unused*/, L_50, L_51, L_52, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_015c; } } { double* L_55 = ___result4; *((double*)(L_55)) = (double)(std::numeric_limits::quiet_NaN()); return (bool)1; } IL_015c: { NumberFormatInfo_t435877138 * L_56 = V_1; NullCheck(L_56); String_t* L_57 = NumberFormatInfo_get_PositiveInfinitySymbol_m1141345134(L_56, /*hidden argument*/NULL); String_t* L_58 = ___s0; int32_t L_59 = V_4; int32_t L_60 = V_8; bool L_61 = Double_TryParseStringConstant_m3290212599(NULL /*static, unused*/, L_57, L_58, L_59, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_017f; } } { double* L_62 = ___result4; *((double*)(L_62)) = (double)(std::numeric_limits::infinity()); return (bool)1; } IL_017f: { NumberFormatInfo_t435877138 * L_63 = V_1; NullCheck(L_63); String_t* L_64 = NumberFormatInfo_get_NegativeInfinitySymbol_m3630938097(L_63, /*hidden argument*/NULL); String_t* L_65 = ___s0; int32_t L_66 = V_4; int32_t L_67 = V_8; bool L_68 = Double_TryParseStringConstant_m3290212599(NULL /*static, unused*/, L_64, L_65, L_66, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01a2; } } { double* L_69 = ___result4; *((double*)(L_69)) = (double)(-std::numeric_limits::infinity()); return (bool)1; } IL_01a2: { int32_t L_70 = V_2; V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)))); V_10 = 1; V_11 = (String_t*)NULL; V_12 = (String_t*)NULL; V_13 = (String_t*)NULL; V_14 = 0; V_15 = 0; V_16 = 0; int32_t L_71 = ___style1; if (!((int32_t)((int32_t)L_71&(int32_t)((int32_t)32)))) { goto IL_01db; } } { NumberFormatInfo_t435877138 * L_72 = V_1; NullCheck(L_72); String_t* L_73 = NumberFormatInfo_get_NumberDecimalSeparator_m33502788(L_72, /*hidden argument*/NULL); V_11 = L_73; String_t* L_74 = V_11; NullCheck(L_74); int32_t L_75 = String_get_Length_m3847582255(L_74, /*hidden argument*/NULL); V_14 = L_75; } IL_01db: { int32_t L_76 = ___style1; if (!((int32_t)((int32_t)L_76&(int32_t)((int32_t)64)))) { goto IL_01f5; } } { NumberFormatInfo_t435877138 * L_77 = V_1; NullCheck(L_77); String_t* L_78 = NumberFormatInfo_get_NumberGroupSeparator_m3292795925(L_77, /*hidden argument*/NULL); V_12 = L_78; String_t* L_79 = V_12; NullCheck(L_79); int32_t L_80 = String_get_Length_m3847582255(L_79, /*hidden argument*/NULL); V_15 = L_80; } IL_01f5: { int32_t L_81 = ___style1; if (!((int32_t)((int32_t)L_81&(int32_t)((int32_t)256)))) { goto IL_0212; } } { NumberFormatInfo_t435877138 * L_82 = V_1; NullCheck(L_82); String_t* L_83 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_82, /*hidden argument*/NULL); V_13 = L_83; String_t* L_84 = V_13; NullCheck(L_84); int32_t L_85 = String_get_Length_m3847582255(L_84, /*hidden argument*/NULL); V_16 = L_85; } IL_0212: { NumberFormatInfo_t435877138 * L_86 = V_1; NullCheck(L_86); String_t* L_87 = NumberFormatInfo_get_PositiveSign_m240350949(L_86, /*hidden argument*/NULL); V_17 = L_87; NumberFormatInfo_t435877138 * L_88 = V_1; NullCheck(L_88); String_t* L_89 = NumberFormatInfo_get_NegativeSign_m2757109362(L_88, /*hidden argument*/NULL); V_18 = L_89; goto IL_062a; } IL_0227: { String_t* L_90 = ___s0; int32_t L_91 = V_4; NullCheck(L_90); Il2CppChar L_92 = String_get_Chars_m2986988803(L_90, L_91, /*hidden argument*/NULL); V_5 = L_92; Il2CppChar L_93 = V_5; if (L_93) { goto IL_0240; } } { int32_t L_94 = V_2; V_4 = L_94; goto IL_0624; } IL_0240: { int32_t L_95 = V_10; V_21 = L_95; int32_t L_96 = V_21; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1))) { case 0: { goto IL_026a; } case 1: { goto IL_0304; } case 2: { goto IL_0429; } case 3: { goto IL_04c9; } case 4: { goto IL_0599; } case 5: { goto IL_05e7; } } } { goto IL_0617; } IL_026a: { int32_t L_97 = ___style1; if (!((int32_t)((int32_t)L_97&(int32_t)4))) { goto IL_02fc; } } { Il2CppChar L_98 = V_5; String_t* L_99 = V_17; NullCheck(L_99); Il2CppChar L_100 = String_get_Chars_m2986988803(L_99, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_98) == ((uint32_t)L_100)))) { goto IL_02b2; } } { String_t* L_101 = ___s0; int32_t L_102 = V_4; String_t* L_103 = V_17; NullCheck(L_103); int32_t L_104 = String_get_Length_m3847582255(L_103, /*hidden argument*/NULL); NullCheck(L_101); String_t* L_105 = String_Substring_m1610150815(L_101, L_102, L_104, /*hidden argument*/NULL); String_t* L_106 = V_17; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_107 = String_op_Equality_m920492651(NULL /*static, unused*/, L_105, L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_02b2; } } { V_10 = 2; int32_t L_108 = V_4; String_t* L_109 = V_17; NullCheck(L_109); int32_t L_110 = String_get_Length_m3847582255(L_109, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)))); goto IL_0624; } IL_02b2: { Il2CppChar L_111 = V_5; String_t* L_112 = V_18; NullCheck(L_112); Il2CppChar L_113 = String_get_Chars_m2986988803(L_112, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_111) == ((uint32_t)L_113)))) { goto IL_02fc; } } { String_t* L_114 = ___s0; int32_t L_115 = V_4; String_t* L_116 = V_18; NullCheck(L_116); int32_t L_117 = String_get_Length_m3847582255(L_116, /*hidden argument*/NULL); NullCheck(L_114); String_t* L_118 = String_Substring_m1610150815(L_114, L_115, L_117, /*hidden argument*/NULL); String_t* L_119 = V_18; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_120 = String_op_Equality_m920492651(NULL /*static, unused*/, L_118, L_119, /*hidden argument*/NULL); if (!L_120) { goto IL_02fc; } } { V_10 = 2; ByteU5BU5D_t4116647657* L_121 = V_9; int32_t L_122 = V_3; int32_t L_123 = L_122; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); NullCheck(L_121); (L_121)->SetAt(static_cast(L_123), (uint8_t)((int32_t)45)); int32_t L_124 = V_4; String_t* L_125 = V_18; NullCheck(L_125); int32_t L_126 = String_get_Length_m3847582255(L_125, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_126, (int32_t)1)))); goto IL_0624; } IL_02fc: { V_10 = 2; goto IL_0304; } IL_0304: { Il2CppChar L_127 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_128 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_127, /*hidden argument*/NULL); if (!L_128) { goto IL_0320; } } { ByteU5BU5D_t4116647657* L_129 = V_9; int32_t L_130 = V_3; int32_t L_131 = L_130; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); Il2CppChar L_132 = V_5; NullCheck(L_129); (L_129)->SetAt(static_cast(L_131), (uint8_t)(((int32_t)((uint8_t)L_132)))); goto IL_0617; } IL_0320: { Il2CppChar L_133 = V_5; if ((((int32_t)L_133) == ((int32_t)((int32_t)101)))) { goto IL_0332; } } { Il2CppChar L_134 = V_5; if ((!(((uint32_t)L_134) == ((uint32_t)((int32_t)69))))) { goto IL_0337; } } IL_0332: { goto IL_0429; } IL_0337: { int32_t L_135 = V_14; if ((((int32_t)L_135) <= ((int32_t)0))) { goto IL_037b; } } { String_t* L_136 = V_11; NullCheck(L_136); Il2CppChar L_137 = String_get_Chars_m2986988803(L_136, 0, /*hidden argument*/NULL); Il2CppChar L_138 = V_5; if ((!(((uint32_t)L_137) == ((uint32_t)L_138)))) { goto IL_037b; } } { String_t* L_139 = ___s0; int32_t L_140 = V_4; String_t* L_141 = V_11; int32_t L_142 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_143 = String_CompareOrdinal_m1012192092(NULL /*static, unused*/, L_139, L_140, L_141, 0, L_142, /*hidden argument*/NULL); if (L_143) { goto IL_037b; } } { ByteU5BU5D_t4116647657* L_144 = V_9; int32_t L_145 = V_3; int32_t L_146 = L_145; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)); NullCheck(L_144); (L_144)->SetAt(static_cast(L_146), (uint8_t)((int32_t)46)); int32_t L_147 = V_4; int32_t L_148 = V_14; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_147, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_148, (int32_t)1)))); V_10 = 3; goto IL_0617; } IL_037b: { int32_t L_149 = V_15; if ((((int32_t)L_149) <= ((int32_t)0))) { goto IL_03b9; } } { String_t* L_150 = V_12; NullCheck(L_150); Il2CppChar L_151 = String_get_Chars_m2986988803(L_150, 0, /*hidden argument*/NULL); Il2CppChar L_152 = V_5; if ((!(((uint32_t)L_151) == ((uint32_t)L_152)))) { goto IL_03b9; } } { String_t* L_153 = ___s0; int32_t L_154 = V_4; int32_t L_155 = V_15; NullCheck(L_153); String_t* L_156 = String_Substring_m1610150815(L_153, L_154, L_155, /*hidden argument*/NULL); String_t* L_157 = V_12; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_158 = String_op_Equality_m920492651(NULL /*static, unused*/, L_156, L_157, /*hidden argument*/NULL); if (!L_158) { goto IL_03b9; } } { int32_t L_159 = V_4; int32_t L_160 = V_15; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_160, (int32_t)1)))); V_10 = 2; goto IL_0617; } IL_03b9: { int32_t L_161 = V_16; if ((((int32_t)L_161) <= ((int32_t)0))) { goto IL_03f7; } } { String_t* L_162 = V_13; NullCheck(L_162); Il2CppChar L_163 = String_get_Chars_m2986988803(L_162, 0, /*hidden argument*/NULL); Il2CppChar L_164 = V_5; if ((!(((uint32_t)L_163) == ((uint32_t)L_164)))) { goto IL_03f7; } } { String_t* L_165 = ___s0; int32_t L_166 = V_4; int32_t L_167 = V_16; NullCheck(L_165); String_t* L_168 = String_Substring_m1610150815(L_165, L_166, L_167, /*hidden argument*/NULL); String_t* L_169 = V_13; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_170 = String_op_Equality_m920492651(NULL /*static, unused*/, L_168, L_169, /*hidden argument*/NULL); if (!L_170) { goto IL_03f7; } } { int32_t L_171 = V_4; int32_t L_172 = V_16; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_171, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_172, (int32_t)1)))); V_10 = 2; goto IL_0617; } IL_03f7: { Il2CppChar L_173 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_174 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_173, /*hidden argument*/NULL); if (!L_174) { goto IL_0408; } } { goto IL_05e7; } IL_0408: { bool L_175 = ___tryParse3; if (L_175) { goto IL_0427; } } { Exception_t ** L_176 = ___exc5; Il2CppChar L_177 = V_5; Il2CppChar L_178 = L_177; RuntimeObject * L_179 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_178); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_180 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3349965232, L_179, /*hidden argument*/NULL); FormatException_t154580423 * L_181 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_181, L_180, /*hidden argument*/NULL); *((RuntimeObject **)(L_176)) = (RuntimeObject *)L_181; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_176), (RuntimeObject *)L_181); } IL_0427: { return (bool)0; } IL_0429: { Il2CppChar L_182 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_183 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_182, /*hidden argument*/NULL); if (!L_183) { goto IL_0445; } } { ByteU5BU5D_t4116647657* L_184 = V_9; int32_t L_185 = V_3; int32_t L_186 = L_185; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)1)); Il2CppChar L_187 = V_5; NullCheck(L_184); (L_184)->SetAt(static_cast(L_186), (uint8_t)(((int32_t)((uint8_t)L_187)))); goto IL_0617; } IL_0445: { Il2CppChar L_188 = V_5; if ((((int32_t)L_188) == ((int32_t)((int32_t)101)))) { goto IL_0457; } } { Il2CppChar L_189 = V_5; if ((!(((uint32_t)L_189) == ((uint32_t)((int32_t)69))))) { goto IL_0497; } } IL_0457: { int32_t L_190 = ___style1; if (((int32_t)((int32_t)L_190&(int32_t)((int32_t)128)))) { goto IL_0484; } } { bool L_191 = ___tryParse3; if (L_191) { goto IL_0482; } } { Exception_t ** L_192 = ___exc5; Il2CppChar L_193 = V_5; Il2CppChar L_194 = L_193; RuntimeObject * L_195 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_194); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_196 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3349965232, L_195, /*hidden argument*/NULL); FormatException_t154580423 * L_197 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_197, L_196, /*hidden argument*/NULL); *((RuntimeObject **)(L_192)) = (RuntimeObject *)L_197; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_192), (RuntimeObject *)L_197); } IL_0482: { return (bool)0; } IL_0484: { ByteU5BU5D_t4116647657* L_198 = V_9; int32_t L_199 = V_3; int32_t L_200 = L_199; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)1)); Il2CppChar L_201 = V_5; NullCheck(L_198); (L_198)->SetAt(static_cast(L_200), (uint8_t)(((int32_t)((uint8_t)L_201)))); V_10 = 4; goto IL_0617; } IL_0497: { Il2CppChar L_202 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_203 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_202, /*hidden argument*/NULL); if (!L_203) { goto IL_04a8; } } { goto IL_05e7; } IL_04a8: { bool L_204 = ___tryParse3; if (L_204) { goto IL_04c7; } } { Exception_t ** L_205 = ___exc5; Il2CppChar L_206 = V_5; Il2CppChar L_207 = L_206; RuntimeObject * L_208 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_207); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_209 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3349965232, L_208, /*hidden argument*/NULL); FormatException_t154580423 * L_210 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_210, L_209, /*hidden argument*/NULL); *((RuntimeObject **)(L_205)) = (RuntimeObject *)L_210; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_205), (RuntimeObject *)L_210); } IL_04c7: { return (bool)0; } IL_04c9: { Il2CppChar L_211 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_212 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_211, /*hidden argument*/NULL); if (!L_212) { goto IL_04dd; } } { V_10 = 5; goto IL_0599; } IL_04dd: { Il2CppChar L_213 = V_5; String_t* L_214 = V_17; NullCheck(L_214); Il2CppChar L_215 = String_get_Chars_m2986988803(L_214, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_213) == ((uint32_t)L_215)))) { goto IL_051d; } } { String_t* L_216 = ___s0; int32_t L_217 = V_4; String_t* L_218 = V_17; NullCheck(L_218); int32_t L_219 = String_get_Length_m3847582255(L_218, /*hidden argument*/NULL); NullCheck(L_216); String_t* L_220 = String_Substring_m1610150815(L_216, L_217, L_219, /*hidden argument*/NULL); String_t* L_221 = V_17; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_222 = String_op_Equality_m920492651(NULL /*static, unused*/, L_220, L_221, /*hidden argument*/NULL); if (!L_222) { goto IL_051d; } } { V_10 = 2; int32_t L_223 = V_4; String_t* L_224 = V_17; NullCheck(L_224); int32_t L_225 = String_get_Length_m3847582255(L_224, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_225, (int32_t)1)))); goto IL_0624; } IL_051d: { Il2CppChar L_226 = V_5; String_t* L_227 = V_18; NullCheck(L_227); Il2CppChar L_228 = String_get_Chars_m2986988803(L_227, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_226) == ((uint32_t)L_228)))) { goto IL_0567; } } { String_t* L_229 = ___s0; int32_t L_230 = V_4; String_t* L_231 = V_18; NullCheck(L_231); int32_t L_232 = String_get_Length_m3847582255(L_231, /*hidden argument*/NULL); NullCheck(L_229); String_t* L_233 = String_Substring_m1610150815(L_229, L_230, L_232, /*hidden argument*/NULL); String_t* L_234 = V_18; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_235 = String_op_Equality_m920492651(NULL /*static, unused*/, L_233, L_234, /*hidden argument*/NULL); if (!L_235) { goto IL_0567; } } { V_10 = 2; ByteU5BU5D_t4116647657* L_236 = V_9; int32_t L_237 = V_3; int32_t L_238 = L_237; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_238, (int32_t)1)); NullCheck(L_236); (L_236)->SetAt(static_cast(L_238), (uint8_t)((int32_t)45)); int32_t L_239 = V_4; String_t* L_240 = V_18; NullCheck(L_240); int32_t L_241 = String_get_Length_m3847582255(L_240, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_239, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_241, (int32_t)1)))); goto IL_0624; } IL_0567: { Il2CppChar L_242 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_243 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_242, /*hidden argument*/NULL); if (!L_243) { goto IL_0578; } } { goto IL_05e7; } IL_0578: { bool L_244 = ___tryParse3; if (L_244) { goto IL_0597; } } { Exception_t ** L_245 = ___exc5; Il2CppChar L_246 = V_5; Il2CppChar L_247 = L_246; RuntimeObject * L_248 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_247); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_249 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3349965232, L_248, /*hidden argument*/NULL); FormatException_t154580423 * L_250 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_250, L_249, /*hidden argument*/NULL); *((RuntimeObject **)(L_245)) = (RuntimeObject *)L_250; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_245), (RuntimeObject *)L_250); } IL_0597: { return (bool)0; } IL_0599: { Il2CppChar L_251 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_252 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_251, /*hidden argument*/NULL); if (!L_252) { goto IL_05b5; } } { ByteU5BU5D_t4116647657* L_253 = V_9; int32_t L_254 = V_3; int32_t L_255 = L_254; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_255, (int32_t)1)); Il2CppChar L_256 = V_5; NullCheck(L_253); (L_253)->SetAt(static_cast(L_255), (uint8_t)(((int32_t)((uint8_t)L_256)))); goto IL_0617; } IL_05b5: { Il2CppChar L_257 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_258 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_257, /*hidden argument*/NULL); if (!L_258) { goto IL_05c6; } } { goto IL_05e7; } IL_05c6: { bool L_259 = ___tryParse3; if (L_259) { goto IL_05e5; } } { Exception_t ** L_260 = ___exc5; Il2CppChar L_261 = V_5; Il2CppChar L_262 = L_261; RuntimeObject * L_263 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_262); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_264 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3349965232, L_263, /*hidden argument*/NULL); FormatException_t154580423 * L_265 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_265, L_264, /*hidden argument*/NULL); *((RuntimeObject **)(L_260)) = (RuntimeObject *)L_265; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_260), (RuntimeObject *)L_265); } IL_05e5: { return (bool)0; } IL_05e7: { bool L_266 = V_7; if (!L_266) { goto IL_0602; } } { Il2CppChar L_267 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_268 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_267, /*hidden argument*/NULL); if (!L_268) { goto IL_0602; } } { V_10 = 6; goto IL_0617; } IL_0602: { bool L_269 = ___tryParse3; if (L_269) { goto IL_0615; } } { Exception_t ** L_270 = ___exc5; FormatException_t154580423 * L_271 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_271, _stringLiteral97304207, /*hidden argument*/NULL); *((RuntimeObject **)(L_270)) = (RuntimeObject *)L_271; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_270), (RuntimeObject *)L_271); } IL_0615: { return (bool)0; } IL_0617: { int32_t L_272 = V_10; if ((!(((uint32_t)L_272) == ((uint32_t)7)))) { goto IL_0624; } } { goto IL_0632; } IL_0624: { int32_t L_273 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_273, (int32_t)1)); } IL_062a: { int32_t L_274 = V_4; int32_t L_275 = V_2; if ((((int32_t)L_274) < ((int32_t)L_275))) { goto IL_0227; } } IL_0632: { ByteU5BU5D_t4116647657* L_276 = V_9; int32_t L_277 = V_3; NullCheck(L_276); (L_276)->SetAt(static_cast(L_277), (uint8_t)0); ByteU5BU5D_t4116647657* L_278 = V_9; NullCheck(L_278); V_19 = (uint8_t*)((L_278)->GetAddressAt(static_cast(0))); uint8_t* L_279 = V_19; bool L_280 = Double_ParseImpl_m3514935432(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_279, (&V_20), /*hidden argument*/NULL); if (L_280) { goto IL_065f; } } { bool L_281 = ___tryParse3; if (L_281) { goto IL_065d; } } { Exception_t ** L_282 = ___exc5; Exception_t * L_283 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_282)) = (RuntimeObject *)L_283; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_282), (RuntimeObject *)L_283); } IL_065d: { return (bool)0; } IL_065f: { double L_284 = V_20; bool L_285 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, L_284, /*hidden argument*/NULL); if (L_285) { goto IL_0677; } } { double L_286 = V_20; bool L_287 = Double_IsNegativeInfinity_m538614603(NULL /*static, unused*/, L_286, /*hidden argument*/NULL); if (!L_287) { goto IL_0687; } } IL_0677: { bool L_288 = ___tryParse3; if (L_288) { goto IL_0685; } } { Exception_t ** L_289 = ___exc5; OverflowException_t2020128637 * L_290 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_290, /*hidden argument*/NULL); *((RuntimeObject **)(L_289)) = (RuntimeObject *)L_290; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_289), (RuntimeObject *)L_290); } IL_0685: { return (bool)0; } IL_0687: { double* L_291 = ___result4; double L_292 = V_20; *((double*)(L_291)) = (double)L_292; return (bool)1; } } // System.Boolean System.Double::TryParseStringConstant(System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Double_TryParseStringConstant_m3290212599 (RuntimeObject * __this /* static, unused */, String_t* ___format0, String_t* ___s1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_TryParseStringConstant_m3290212599_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { int32_t L_0 = ___end3; int32_t L_1 = ___start2; String_t* L_2 = ___format0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)1))) == ((uint32_t)L_3)))) { goto IL_0024; } } { String_t* L_4 = ___format0; String_t* L_5 = ___s1; int32_t L_6 = ___start2; String_t* L_7 = ___format0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_9 = String_CompareOrdinal_m1012192092(NULL /*static, unused*/, L_4, 0, L_5, L_6, L_8, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0); goto IL_0025; } IL_0024: { G_B3_0 = 0; } IL_0025: { return (bool)G_B3_0; } } // System.Boolean System.Double::ParseImpl(System.Byte*,System.Double&) extern "C" IL2CPP_METHOD_ATTR bool Double_ParseImpl_m3514935432 (RuntimeObject * __this /* static, unused */, uint8_t* ___byte_ptr0, double* ___value1, const RuntimeMethod* method) { typedef bool (*Double_ParseImpl_m3514935432_ftn) (uint8_t*, double*); using namespace il2cpp::icalls; return ((Double_ParseImpl_m3514935432_ftn)mscorlib::System::Double::ParseImpl) (___byte_ptr0, ___value1); } // System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&) extern "C" IL2CPP_METHOD_ATTR bool Double_TryParse_m623190659 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method) { Exception_t * V_0 = NULL; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; double* L_3 = ___result3; bool L_4 = Double_Parse_m2152196909(NULL /*static, unused*/, L_0, L_1, L_2, (bool)1, L_3, (&V_0), /*hidden argument*/NULL); if (L_4) { goto IL_001e; } } { double* L_5 = ___result3; *((double*)(L_5)) = (double)(0.0); return (bool)0; } IL_001e: { return (bool)1; } } // System.Boolean System.Double::TryParse(System.String,System.Double&) extern "C" IL2CPP_METHOD_ATTR bool Double_TryParse_m3021978240 (RuntimeObject * __this /* static, unused */, String_t* ___s0, double* ___result1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; double* L_1 = ___result1; bool L_2 = Double_TryParse_m623190659(NULL /*static, unused*/, L_0, ((int32_t)511), (RuntimeObject*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Double::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1229922074 (double* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_ToString_m1229922074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_0 = NumberFormatter_NumberToString_m2966570377(NULL /*static, unused*/, (*((double*)__this)), (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Double_ToString_m1229922074_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_ToString_m1229922074(_thisAdjusted, method); } // System.String System.Double::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m3828879243 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_ToString_m3828879243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_1 = NumberFormatter_NumberToString_m2966570377(NULL /*static, unused*/, (*((double*)__this)), L_0, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Double_ToString_m3828879243_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_ToString_m3828879243(_thisAdjusted, ___provider0, method); } // System.String System.Double::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1051753975 (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Double_ToString_m1051753975_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_2 = NumberFormatter_NumberToString_m1373805200(NULL /*static, unused*/, L_0, (*((double*)__this)), L_1, /*hidden argument*/NULL); return L_2; } } extern "C" String_t* Double_ToString_m1051753975_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { double* _thisAdjusted = reinterpret_cast(__this + 1); return Double_ToString_m1051753975(_thisAdjusted, ___format0, ___provider1, 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.EntryPointNotFoundException::.ctor() extern "C" IL2CPP_METHOD_ATTR void EntryPointNotFoundException__ctor_m4137625441 (EntryPointNotFoundException_t1356862416 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EntryPointNotFoundException__ctor_m4137625441_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3021081496, /*hidden argument*/NULL); TypeLoadException__ctor_m2362330792(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233053), /*hidden argument*/NULL); return; } } // System.Void System.EntryPointNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void EntryPointNotFoundException__ctor_m1278765702 (EntryPointNotFoundException_t1356862416 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; TypeLoadException__ctor_m3040414142(__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 // Conversion methods for marshalling of: System.Enum extern "C" void Enum_t4135868527_marshal_pinvoke(const Enum_t4135868527& unmarshaled, Enum_t4135868527_marshaled_pinvoke& marshaled) { } extern "C" void Enum_t4135868527_marshal_pinvoke_back(const Enum_t4135868527_marshaled_pinvoke& marshaled, Enum_t4135868527& unmarshaled) { } // Conversion method for clean up from marshalling of: System.Enum extern "C" void Enum_t4135868527_marshal_pinvoke_cleanup(Enum_t4135868527_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Enum extern "C" void Enum_t4135868527_marshal_com(const Enum_t4135868527& unmarshaled, Enum_t4135868527_marshaled_com& marshaled) { } extern "C" void Enum_t4135868527_marshal_com_back(const Enum_t4135868527_marshaled_com& marshaled, Enum_t4135868527& unmarshaled) { } // Conversion method for clean up from marshalling of: System.Enum extern "C" void Enum_t4135868527_marshal_com_cleanup(Enum_t4135868527_marshaled_com& marshaled) { } // System.Void System.Enum::.ctor() extern "C" IL2CPP_METHOD_ATTR void Enum__ctor_m3602080049 (RuntimeObject * __this, const RuntimeMethod* method) { { ValueType__ctor_m2036258423(__this, /*hidden argument*/NULL); return; } } // System.Void System.Enum::.cctor() extern "C" IL2CPP_METHOD_ATTR void Enum__cctor_m2925047542 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum__cctor_m2925047542_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); ((Enum_t4135868527_StaticFields*)il2cpp_codegen_static_fields_for(Enum_t4135868527_il2cpp_TypeInfo_var))->set_split_char_0(L_0); return; } } // System.Boolean System.Enum::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Enum_System_IConvertible_ToBoolean_m1977632688 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToBoolean_m1977632688_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_2 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte System.Enum::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Enum_System_IConvertible_ToByte_m1219166845 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToByte_m1219166845_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_2 = Convert_ToByte_m3527805587(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Char System.Enum::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Enum_System_IConvertible_ToChar_m3901971946 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToChar_m3901971946_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_2 = Convert_ToChar_m3757390865(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Enum::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Enum_System_IConvertible_ToDateTime_m3823814707 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToDateTime_m3823814707_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = Convert_ToDateTime_m1567637286(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Decimal System.Enum::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Enum_System_IConvertible_ToDecimal_m3435237785 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToDecimal_m3435237785_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = Convert_ToDecimal_m3815908452(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Double System.Enum::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Enum_System_IConvertible_ToDouble_m440464077 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToDouble_m440464077_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_2 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int16 System.Enum::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Enum_System_IConvertible_ToInt16_m2887101011 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToInt16_m2887101011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_2 = Convert_ToInt16_m1223489986(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Enum::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Enum_System_IConvertible_ToInt32_m2383479183 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToInt32_m2383479183_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ToInt32_m3211312035(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int64 System.Enum::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Enum_System_IConvertible_ToInt64_m3491891092 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToInt64_m3491891092_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_2 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.SByte System.Enum::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Enum_System_IConvertible_ToSByte_m779472798 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToSByte_m779472798_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_2 = Convert_ToSByte_m4061885981(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Single System.Enum::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Enum_System_IConvertible_ToSingle_m1234919892 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToSingle_m1234919892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_2 = Convert_ToSingle_m3605848385(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.Enum::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_System_IConvertible_ToType_m2699994218 (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToType_m2699994218_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enum_System_IConvertible_ToType_m2699994218_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___targetType0; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_0029; } } { RuntimeObject* L_5 = ___provider1; String_t* L_6 = Enum_ToString_m3124963174(__this, L_5, /*hidden argument*/NULL); return L_6; } IL_0029: { RuntimeObject * L_7 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); Type_t * L_8 = ___targetType0; RuntimeObject* L_9 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_10 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_7, L_8, L_9, (bool)0, /*hidden argument*/NULL); return L_10; } } // System.UInt16 System.Enum::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Enum_System_IConvertible_ToUInt16_m4216751959 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToUInt16_m4216751959_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_2 = Convert_ToUInt16_m4211508274(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.UInt32 System.Enum::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Enum_System_IConvertible_ToUInt32_m2421368233 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToUInt32_m2421368233_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_2 = Convert_ToUInt32_m2061619287(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.UInt64 System.Enum::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Enum_System_IConvertible_ToUInt64_m2641010424 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToUInt64_m2641010424_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_2 = Convert_ToUInt64_m3170916409(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.TypeCode System.Enum::GetTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t Enum_GetTypeCode_m3381045179 (RuntimeObject * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_GetTypeCode_m3381045179_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); Type_t * L_1 = Enum_GetUnderlyingType_m2480312097(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_2 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.Enum::get_value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_get_value_m3943994903 (RuntimeObject * __this, const RuntimeMethod* method) { typedef RuntimeObject * (*Enum_get_value_m3943994903_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((Enum_get_value_m3943994903_ftn)mscorlib::System::Enum::get_value) (__this); } // System.Object System.Enum::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_get_Value_m3943993911 (RuntimeObject * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = Enum_get_value_m3943994903(__this, /*hidden argument*/NULL); return L_0; } } // System.Array System.Enum::GetValues(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Enum_GetValues_m4192343468 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_GetValues_m4192343468_MetadataUsageId); s_Il2CppMethodInitialized = true; } MonoEnumInfo_t3694469084 V_0; memset(&V_0, 0, sizeof(V_0)); { Type_t * L_0 = ___enumType0; 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, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enum_GetValues_m4192343468_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___enumType0; NullCheck(L_2); bool L_3 = Type_get_IsEnum_m208091508(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral4223561873, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Enum_GetValues_m4192343468_RuntimeMethod_var); } IL_002c: { Type_t * L_5 = ___enumType0; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); MonoEnumInfo_GetInfo_m1670492558(NULL /*static, unused*/, L_5, (&V_0), /*hidden argument*/NULL); RuntimeArray * L_6 = (&V_0)->get_values_1(); NullCheck(L_6); RuntimeObject * L_7 = Array_Clone_m2672907798(L_6, /*hidden argument*/NULL); return ((RuntimeArray *)CastclassClass((RuntimeObject*)L_7, RuntimeArray_il2cpp_TypeInfo_var)); } } // System.Int32 System.Enum::FindPosition(System.Object,System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Enum_FindPosition_m1093426213 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeArray * ___values1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_FindPosition_m1093426213_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { V_0 = (RuntimeObject*)NULL; RuntimeArray * L_0 = ___values1; if (((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_0, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) { goto IL_008e; } } { RuntimeArray * L_1 = ___values1; if (((UInt16U5BU5D_t3326319531*)IsInst((RuntimeObject*)L_1, UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var))) { goto IL_008e; } } { RuntimeArray * L_2 = ___values1; if (((UInt32U5BU5D_t2770800703*)IsInst((RuntimeObject*)L_2, UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var))) { goto IL_008e; } } { RuntimeArray * L_3 = ___values1; if (((UInt64U5BU5D_t1659327989*)IsInst((RuntimeObject*)L_3, UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var))) { goto IL_008e; } } { RuntimeArray * L_4 = ___values1; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_4, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0046; } } { RuntimeArray * L_5 = ___values1; RuntimeObject * L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); IntComparer_t3812095803 * L_7 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_int_comparer_9(); int32_t L_8 = Array_BinarySearch_m157235616(NULL /*static, unused*/, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_0046: { RuntimeArray * L_9 = ___values1; if (!((Int16U5BU5D_t3686840178*)IsInst((RuntimeObject*)L_9, Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var))) { goto IL_005e; } } { RuntimeArray * L_10 = ___values1; RuntimeObject * L_11 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); ShortComparer_t2253094562 * L_12 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_short_comparer_8(); int32_t L_13 = Array_BinarySearch_m157235616(NULL /*static, unused*/, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_005e: { RuntimeArray * L_14 = ___values1; if (!((SByteU5BU5D_t2651576203*)IsInst((RuntimeObject*)L_14, SByteU5BU5D_t2651576203_il2cpp_TypeInfo_var))) { goto IL_0076; } } { RuntimeArray * L_15 = ___values1; RuntimeObject * L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); SByteComparer_t2329725001 * L_17 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_sbyte_comparer_7(); int32_t L_18 = Array_BinarySearch_m157235616(NULL /*static, unused*/, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_0076: { RuntimeArray * L_19 = ___values1; if (!((Int64U5BU5D_t2559172825*)IsInst((RuntimeObject*)L_19, Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var))) { goto IL_008e; } } { RuntimeArray * L_20 = ___values1; RuntimeObject * L_21 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); LongComparer_t1798269597 * L_22 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_long_comparer_10(); int32_t L_23 = Array_BinarySearch_m157235616(NULL /*static, unused*/, L_20, L_21, L_22, /*hidden argument*/NULL); return L_23; } IL_008e: { RuntimeArray * L_24 = ___values1; RuntimeObject * L_25 = ___value0; int32_t L_26 = Array_BinarySearch_m687718979(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); return L_26; } } // System.String System.Enum::GetName(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_GetName_m2151614395 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_GetName_m2151614395_MetadataUsageId); s_Il2CppMethodInitialized = true; } MonoEnumInfo_t3694469084 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; String_t* G_B9_0 = NULL; { Type_t * L_0 = ___enumType0; 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, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enum_GetName_m2151614395_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value1; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Enum_GetName_m2151614395_RuntimeMethod_var); } IL_0022: { Type_t * L_4 = ___enumType0; NullCheck(L_4); bool L_5 = Type_get_IsEnum_m208091508(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, _stringLiteral4223561873, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Enum_GetName_m2151614395_RuntimeMethod_var); } IL_003d: { Type_t * L_7 = ___enumType0; RuntimeObject * L_8 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_9 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); ___value1 = L_9; Type_t * L_10 = ___enumType0; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); MonoEnumInfo_GetInfo_m1670492558(NULL /*static, unused*/, L_10, (&V_0), /*hidden argument*/NULL); RuntimeObject * L_11 = ___value1; RuntimeArray * L_12 = (&V_0)->get_values_1(); int32_t L_13 = Enum_FindPosition_m1093426213(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; int32_t L_14 = V_1; if ((((int32_t)L_14) < ((int32_t)0))) { goto IL_0071; } } { StringU5BU5D_t1281789340* L_15 = (&V_0)->get_names_2(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; String_t* L_18 = (L_15)->GetAt(static_cast(L_17)); G_B9_0 = L_18; goto IL_0072; } IL_0071: { G_B9_0 = ((String_t*)(NULL)); } IL_0072: { return G_B9_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_IsDefined_m1442314461_MetadataUsageId); s_Il2CppMethodInitialized = true; } MonoEnumInfo_t3694469084 V_0; memset(&V_0, 0, sizeof(V_0)); Type_t * V_1 = NULL; { Type_t * L_0 = ___enumType0; 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, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enum_IsDefined_m1442314461_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value1; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Enum_IsDefined_m1442314461_RuntimeMethod_var); } IL_0022: { Type_t * L_4 = ___enumType0; NullCheck(L_4); bool L_5 = Type_get_IsEnum_m208091508(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, _stringLiteral4223561873, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Enum_IsDefined_m1442314461_RuntimeMethod_var); } IL_003d: { Type_t * L_7 = ___enumType0; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); MonoEnumInfo_GetInfo_m1670492558(NULL /*static, unused*/, L_7, (&V_0), /*hidden argument*/NULL); RuntimeObject * L_8 = ___value1; NullCheck(L_8); Type_t * L_9 = Object_GetType_m88164663(L_8, /*hidden argument*/NULL); V_1 = L_9; Type_t * L_10 = V_1; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_12)))) { goto IL_006a; } } { StringU5BU5D_t1281789340* L_13 = (&V_0)->get_names_2(); RuntimeObject * L_14 = ___value1; NullCheck((RuntimeObject*)(RuntimeObject*)L_13); bool L_15 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)(RuntimeObject*)L_13, L_14); return L_15; } IL_006a: { Type_t * L_16 = V_1; Type_t * L_17 = (&V_0)->get_utype_0(); if ((((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_17))) { goto IL_007e; } } { Type_t * L_18 = V_1; Type_t * L_19 = ___enumType0; if ((!(((RuntimeObject*)(Type_t *)L_18) == ((RuntimeObject*)(Type_t *)L_19)))) { goto IL_00a3; } } IL_007e: { Type_t * L_20 = ___enumType0; RuntimeObject * L_21 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_22 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); ___value1 = L_22; Type_t * L_23 = ___enumType0; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); MonoEnumInfo_GetInfo_m1670492558(NULL /*static, unused*/, L_23, (&V_0), /*hidden argument*/NULL); RuntimeObject * L_24 = ___value1; RuntimeArray * L_25 = (&V_0)->get_values_1(); int32_t L_26 = Enum_FindPosition_m1093426213(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_26) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_00a3: { ArgumentException_t132251570 * L_27 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_27, _stringLiteral2559151904, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,Enum_IsDefined_m1442314461_RuntimeMethod_var); } } // System.Type System.Enum::get_underlying_type(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Enum_get_underlying_type_m267913430 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, const RuntimeMethod* method) { typedef Type_t * (*Enum_get_underlying_type_m267913430_ftn) (Type_t *); using namespace il2cpp::icalls; return ((Enum_get_underlying_type_m267913430_ftn)mscorlib::System::Enum::get_underlying_type) (___enumType0); } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_GetUnderlyingType_m2480312097_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___enumType0; 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, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enum_GetUnderlyingType_m2480312097_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___enumType0; NullCheck(L_2); bool L_3 = Type_get_IsEnum_m208091508(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral4223561873, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Enum_GetUnderlyingType_m2480312097_RuntimeMethod_var); } IL_002c: { Type_t * L_5 = ___enumType0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); Type_t * L_6 = Enum_get_underlying_type_m267913430(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.Enum::Parse(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1871331077 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_Parse_m1871331077_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___enumType0; String_t* L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_2 = Enum_Parse_m1579637477(NULL /*static, unused*/, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Enum::FindName(System.Collections.Hashtable,System.String[],System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Enum_FindName_m293338090 (RuntimeObject * __this /* static, unused */, Hashtable_t1853889766 * ___name_hash0, StringU5BU5D_t1281789340* ___names1, String_t* ___name2, bool ___ignoreCase3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_FindName_m293338090_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = ___ignoreCase3; if (L_0) { goto IL_004f; } } { Hashtable_t1853889766 * L_1 = ___name_hash0; if (!L_1) { goto IL_0026; } } { Hashtable_t1853889766 * L_2 = ___name_hash0; String_t* L_3 = ___name2; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_0 = L_4; RuntimeObject * L_5 = V_0; if (!L_5) { goto IL_0021; } } { RuntimeObject * L_6 = V_0; return ((*(int32_t*)((int32_t*)UnBox(L_6, Int32_t2950945753_il2cpp_TypeInfo_var)))); } IL_0021: { goto IL_004a; } IL_0026: { V_1 = 0; goto IL_0041; } IL_002d: { String_t* L_7 = ___name2; StringU5BU5D_t1281789340* L_8 = ___names1; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003d; } } { int32_t L_13 = V_1; return L_13; } IL_003d: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0041: { int32_t L_15 = V_1; StringU5BU5D_t1281789340* L_16 = ___names1; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_002d; } } IL_004a: { goto IL_0079; } IL_004f: { V_2 = 0; goto IL_0070; } IL_0056: { String_t* L_17 = ___name2; StringU5BU5D_t1281789340* L_18 = ___names1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = L_19; String_t* L_21 = (L_18)->GetAt(static_cast(L_20)); bool L_22 = ___ignoreCase3; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_23 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_24 = String_Compare_m1293271421(NULL /*static, unused*/, L_17, L_21, L_22, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_006c; } } { int32_t L_25 = V_2; return L_25; } IL_006c: { int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0070: { int32_t L_27 = V_2; StringU5BU5D_t1281789340* L_28 = ___names1; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_0056; } } IL_0079: { return (-1); } } // System.UInt64 System.Enum::GetValue(System.Object,System.TypeCode) extern "C" IL2CPP_METHOD_ATTR uint64_t Enum_GetValue_m3535945367 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, int32_t ___typeCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_GetValue_m3535945367_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___typeCode1; V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)5))) { case 0: { goto IL_0037; } case 1: { goto IL_002f; } case 2: { goto IL_0040; } case 3: { goto IL_0058; } case 4: { goto IL_0049; } case 5: { goto IL_0060; } case 6: { goto IL_0051; } case 7: { goto IL_0068; } } } { goto IL_006f; } IL_002f: { RuntimeObject * L_2 = ___value0; return (((int64_t)((uint64_t)((*(uint8_t*)((uint8_t*)UnBox(L_2, Byte_t1134296376_il2cpp_TypeInfo_var))))))); } IL_0037: { RuntimeObject * L_3 = ___value0; return (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint8_t)((*(int8_t*)((int8_t*)UnBox(L_3, SByte_t1669577662_il2cpp_TypeInfo_var))))))))))))); } IL_0040: { RuntimeObject * L_4 = ___value0; return (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint16_t)((*(int16_t*)((int16_t*)UnBox(L_4, Int16_t2552820387_il2cpp_TypeInfo_var))))))))))))); } IL_0049: { RuntimeObject * L_5 = ___value0; return (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t2950945753_il2cpp_TypeInfo_var)))))))))); } IL_0051: { RuntimeObject * L_6 = ___value0; return ((*(int64_t*)((int64_t*)UnBox(L_6, Int64_t3736567304_il2cpp_TypeInfo_var)))); } IL_0058: { RuntimeObject * L_7 = ___value0; return (((int64_t)((uint64_t)((*(uint16_t*)((uint16_t*)UnBox(L_7, UInt16_t2177724958_il2cpp_TypeInfo_var))))))); } IL_0060: { RuntimeObject * L_8 = ___value0; return (((int64_t)((uint64_t)((*(uint32_t*)((uint32_t*)UnBox(L_8, UInt32_t2560061978_il2cpp_TypeInfo_var))))))); } IL_0068: { RuntimeObject * L_9 = ___value0; return ((*(uint64_t*)((uint64_t*)UnBox(L_9, UInt64_t4134040092_il2cpp_TypeInfo_var)))); } IL_006f: { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, _stringLiteral2818009559, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Enum_GetValue_m3535945367_RuntimeMethod_var); } } // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1579637477 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_Parse_m1579637477_MetadataUsageId); s_Il2CppMethodInitialized = true; } MonoEnumInfo_t3694469084 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; StringU5BU5D_t1281789340* V_3 = NULL; uint64_t V_4 = 0; int32_t V_5 = 0; int8_t V_6 = 0x0; uint8_t V_7 = 0x0; int16_t V_8 = 0; uint16_t V_9 = 0; int32_t V_10 = 0; uint32_t V_11 = 0; int64_t V_12 = 0; uint64_t V_13 = 0; int32_t V_14 = 0; { Type_t * L_0 = ___enumType0; 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, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enum_Parse_m1579637477_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___value1; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Enum_Parse_m1579637477_RuntimeMethod_var); } IL_0022: { Type_t * L_4 = ___enumType0; NullCheck(L_4); bool L_5 = Type_get_IsEnum_m208091508(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, _stringLiteral4223561873, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Enum_Parse_m1579637477_RuntimeMethod_var); } IL_003d: { String_t* L_7 = ___value1; NullCheck(L_7); String_t* L_8 = String_Trim_m923598732(L_7, /*hidden argument*/NULL); ___value1 = L_8; String_t* L_9 = ___value1; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005b; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral1658153848, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Enum_Parse_m1579637477_RuntimeMethod_var); } IL_005b: { Type_t * L_12 = ___enumType0; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); MonoEnumInfo_GetInfo_m1670492558(NULL /*static, unused*/, L_12, (&V_0), /*hidden argument*/NULL); Hashtable_t1853889766 * L_13 = (&V_0)->get_name_hash_3(); StringU5BU5D_t1281789340* L_14 = (&V_0)->get_names_2(); String_t* L_15 = ___value1; bool L_16 = ___ignoreCase2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); int32_t L_17 = Enum_FindName_m293338090(NULL /*static, unused*/, L_13, L_14, L_15, L_16, /*hidden argument*/NULL); V_1 = L_17; int32_t L_18 = V_1; if ((((int32_t)L_18) < ((int32_t)0))) { goto IL_008e; } } { RuntimeArray * L_19 = (&V_0)->get_values_1(); int32_t L_20 = V_1; NullCheck(L_19); RuntimeObject * L_21 = Array_GetValue_m2528546681(L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_008e: { RuntimeArray * L_22 = (&V_0)->get_values_1(); NullCheck(L_22); RuntimeObject * L_23 = Array_GetValue_m2528546681(L_22, 0, /*hidden argument*/NULL); NullCheck(((Enum_t4135868527 *)CastclassClass((RuntimeObject*)L_23, Enum_t4135868527_il2cpp_TypeInfo_var))); int32_t L_24 = Enum_GetTypeCode_m3381045179(((Enum_t4135868527 *)CastclassClass((RuntimeObject*)L_23, Enum_t4135868527_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_24; String_t* L_25 = ___value1; NullCheck(L_25); int32_t L_26 = String_IndexOf_m363431711(L_25, ((int32_t)44), /*hidden argument*/NULL); if ((((int32_t)L_26) == ((int32_t)(-1)))) { goto IL_012d; } } { String_t* L_27 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_28 = ((Enum_t4135868527_StaticFields*)il2cpp_codegen_static_fields_for(Enum_t4135868527_il2cpp_TypeInfo_var))->get_split_char_0(); NullCheck(L_27); StringU5BU5D_t1281789340* L_29 = String_Split_m3646115398(L_27, L_28, /*hidden argument*/NULL); V_3 = L_29; V_4 = (((int64_t)((int64_t)0))); V_5 = 0; goto IL_011a; } IL_00cc: { Hashtable_t1853889766 * L_30 = (&V_0)->get_name_hash_3(); StringU5BU5D_t1281789340* L_31 = (&V_0)->get_names_2(); StringU5BU5D_t1281789340* L_32 = V_3; int32_t L_33 = V_5; NullCheck(L_32); int32_t L_34 = L_33; String_t* L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_35); String_t* L_36 = String_Trim_m923598732(L_35, /*hidden argument*/NULL); bool L_37 = ___ignoreCase2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); int32_t L_38 = Enum_FindName_m293338090(NULL /*static, unused*/, L_30, L_31, L_36, L_37, /*hidden argument*/NULL); V_1 = L_38; int32_t L_39 = V_1; if ((((int32_t)L_39) >= ((int32_t)0))) { goto IL_00fc; } } { ArgumentException_t132251570 * L_40 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_40, _stringLiteral17206807, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,Enum_Parse_m1579637477_RuntimeMethod_var); } IL_00fc: { uint64_t L_41 = V_4; RuntimeArray * L_42 = (&V_0)->get_values_1(); int32_t L_43 = V_1; NullCheck(L_42); RuntimeObject * L_44 = Array_GetValue_m2528546681(L_42, L_43, /*hidden argument*/NULL); int32_t L_45 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); uint64_t L_46 = Enum_GetValue_m3535945367(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL); V_4 = ((int64_t)((int64_t)L_41|(int64_t)L_46)); int32_t L_47 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_011a: { int32_t L_48 = V_5; StringU5BU5D_t1281789340* L_49 = V_3; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length))))))) { goto IL_00cc; } } { Type_t * L_50 = ___enumType0; uint64_t L_51 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_52 = Enum_ToObject_m121831801(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL); return L_52; } IL_012d: { int32_t L_53 = V_2; V_14 = L_53; int32_t L_54 = V_14; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)5))) { case 0: { goto IL_015e; } case 1: { goto IL_0179; } case 2: { goto IL_0194; } case 3: { goto IL_01af; } case 4: { goto IL_01ca; } case 5: { goto IL_01e5; } case 6: { goto IL_0200; } case 7: { goto IL_021b; } } } { goto IL_0236; } IL_015e: { String_t* L_55 = ___value1; bool L_56 = SByte_TryParse_m2431806379(NULL /*static, unused*/, L_55, (&V_6), /*hidden argument*/NULL); if (!L_56) { goto IL_0174; } } { Type_t * L_57 = ___enumType0; int8_t L_58 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_59 = Enum_ToObject_m26687919(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); return L_59; } IL_0174: { goto IL_023b; } IL_0179: { String_t* L_60 = ___value1; bool L_61 = Byte_TryParse_m1615417784(NULL /*static, unused*/, L_60, (&V_7), /*hidden argument*/NULL); if (!L_61) { goto IL_018f; } } { Type_t * L_62 = ___enumType0; uint8_t L_63 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_64 = Enum_ToObject_m1949662789(NULL /*static, unused*/, L_62, L_63, /*hidden argument*/NULL); return L_64; } IL_018f: { goto IL_023b; } IL_0194: { String_t* L_65 = ___value1; bool L_66 = Int16_TryParse_m1675418240(NULL /*static, unused*/, L_65, (&V_8), /*hidden argument*/NULL); if (!L_66) { goto IL_01aa; } } { Type_t * L_67 = ___enumType0; int16_t L_68 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_69 = Enum_ToObject_m3092348831(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL); return L_69; } IL_01aa: { goto IL_023b; } IL_01af: { String_t* L_70 = ___value1; bool L_71 = UInt16_TryParse_m4139137016(NULL /*static, unused*/, L_70, (&V_9), /*hidden argument*/NULL); if (!L_71) { goto IL_01c5; } } { Type_t * L_72 = ___enumType0; uint16_t L_73 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_74 = Enum_ToObject_m121962870(NULL /*static, unused*/, L_72, L_73, /*hidden argument*/NULL); return L_74; } IL_01c5: { goto IL_023b; } IL_01ca: { String_t* L_75 = ___value1; bool L_76 = Int32_TryParse_m2404707562(NULL /*static, unused*/, L_75, (&V_10), /*hidden argument*/NULL); if (!L_76) { goto IL_01e0; } } { Type_t * L_77 = ___enumType0; int32_t L_78 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_79 = Enum_ToObject_m2710011811(NULL /*static, unused*/, L_77, L_78, /*hidden argument*/NULL); return L_79; } IL_01e0: { goto IL_023b; } IL_01e5: { String_t* L_80 = ___value1; bool L_81 = UInt32_TryParse_m2819179361(NULL /*static, unused*/, L_80, (&V_11), /*hidden argument*/NULL); if (!L_81) { goto IL_01fb; } } { Type_t * L_82 = ___enumType0; uint32_t L_83 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_84 = Enum_ToObject_m122225012(NULL /*static, unused*/, L_82, L_83, /*hidden argument*/NULL); return L_84; } IL_01fb: { goto IL_023b; } IL_0200: { String_t* L_85 = ___value1; bool L_86 = Int64_TryParse_m2208578514(NULL /*static, unused*/, L_85, (&V_12), /*hidden argument*/NULL); if (!L_86) { goto IL_0216; } } { Type_t * L_87 = ___enumType0; int64_t L_88 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_89 = Enum_ToObject_m1136033697(NULL /*static, unused*/, L_87, L_88, /*hidden argument*/NULL); return L_89; } IL_0216: { goto IL_023b; } IL_021b: { String_t* L_90 = ___value1; bool L_91 = UInt64_TryParse_m2263420204(NULL /*static, unused*/, L_90, (&V_13), /*hidden argument*/NULL); if (!L_91) { goto IL_0231; } } { Type_t * L_92 = ___enumType0; uint64_t L_93 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_94 = Enum_ToObject_m121831801(NULL /*static, unused*/, L_92, L_93, /*hidden argument*/NULL); return L_94; } IL_0231: { goto IL_023b; } IL_0236: { goto IL_023b; } IL_023b: { String_t* L_95 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_96 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1100868965, L_95, /*hidden argument*/NULL); ArgumentException_t132251570 * L_97 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_97, L_96, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_97,Enum_Parse_m1579637477_RuntimeMethod_var); } } // System.Int32 System.Enum::compare_value_to(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Enum_compare_value_to_m1105953270 (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { typedef int32_t (*Enum_compare_value_to_m1105953270_ftn) (RuntimeObject *, RuntimeObject *); using namespace il2cpp::icalls; return ((Enum_compare_value_to_m1105953270_ftn)mscorlib::System::Enum::compare_value_to) (__this, ___other0); } // System.Int32 System.Enum::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Enum_CompareTo_m4158304618 (RuntimeObject * __this, RuntimeObject * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_CompareTo_m4158304618_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___target0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = ___target0; NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); Type_t * L_4 = V_0; if ((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4))) { goto IL_0032; } } { RuntimeObject * L_5 = ___target0; NullCheck(L_5); Type_t * L_6 = Object_GetType_m88164663(L_5, /*hidden argument*/NULL); Type_t * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2360306675, L_6, L_7, /*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,Enum_CompareTo_m4158304618_RuntimeMethod_var); } IL_0032: { RuntimeObject * L_10 = ___target0; int32_t L_11 = Enum_compare_value_to_m1105953270(__this, L_10, /*hidden argument*/NULL); return L_11; } } // System.String System.Enum::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Enum_ToString_m2240012010 (RuntimeObject * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToString_m2240012010_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Enum_ToString_m2477889358(__this, _stringLiteral3452614617, /*hidden argument*/NULL); return L_0; } } // System.String System.Enum::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_ToString_m3124963174 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToString_m3124963174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; String_t* L_1 = Enum_ToString_m3248653065(__this, _stringLiteral3452614617, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Enum::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_ToString_m2477889358 (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToString_m2477889358_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; 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(); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0016; } } { String_t* L_3 = ___format0; if (L_3) { goto IL_001d; } } IL_0016: { ___format0 = _stringLiteral3452614617; } IL_001d: { Type_t * L_4 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); RuntimeObject * L_5 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); String_t* L_6 = ___format0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); String_t* L_7 = Enum_Format_m2588135982(NULL /*static, unused*/, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.String System.Enum::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_ToString_m3248653065 (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToString_m3248653065_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; 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(); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0016; } } { String_t* L_3 = ___format0; if (L_3) { goto IL_001d; } } IL_0016: { ___format0 = _stringLiteral3452614617; } IL_001d: { Type_t * L_4 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); RuntimeObject * L_5 = Enum_get_Value_m3943993911(__this, /*hidden argument*/NULL); String_t* L_6 = ___format0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); String_t* L_7 = Enum_Format_m2588135982(NULL /*static, unused*/, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Object System.Enum::ToObject(System.Type,System.Byte) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1949662789 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, uint8_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToObject_m1949662789_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___enumType0; uint8_t L_1 = ___value1; uint8_t L_2 = L_1; RuntimeObject * L_3 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_4 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Enum::ToObject(System.Type,System.Int16) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m3092348831 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, int16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToObject_m3092348831_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___enumType0; int16_t L_1 = ___value1; int16_t L_2 = L_1; RuntimeObject * L_3 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_4 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Enum::ToObject(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m2710011811 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, int32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToObject_m2710011811_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___enumType0; int32_t L_1 = ___value1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_4 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Enum::ToObject(System.Type,System.Int64) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1136033697 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, int64_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToObject_m1136033697_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___enumType0; int64_t L_1 = ___value1; int64_t L_2 = L_1; RuntimeObject * L_3 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_4 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); return L_4; } } // 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) { typedef RuntimeObject * (*Enum_ToObject_m1628250250_ftn) (Type_t *, RuntimeObject *); using namespace il2cpp::icalls; return ((Enum_ToObject_m1628250250_ftn)mscorlib::System::Enum::ToObject) (___enumType0, ___value1); } // System.Object System.Enum::ToObject(System.Type,System.SByte) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m26687919 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, int8_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToObject_m26687919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___enumType0; int8_t L_1 = ___value1; int8_t L_2 = L_1; RuntimeObject * L_3 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_4 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Enum::ToObject(System.Type,System.UInt16) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m121962870 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, uint16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToObject_m121962870_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___enumType0; uint16_t L_1 = ___value1; uint16_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_4 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Enum::ToObject(System.Type,System.UInt32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m122225012 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, uint32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToObject_m122225012_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___enumType0; uint32_t L_1 = ___value1; uint32_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_4 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Enum::ToObject(System.Type,System.UInt64) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m121831801 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, uint64_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_ToObject_m121831801_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___enumType0; uint64_t L_1 = ___value1; uint64_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_4 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Enum::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Enum_Equals_m3617313991 (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; bool L_1 = ValueType_DefaultEquals_m2927252100(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Enum::get_hashcode() extern "C" IL2CPP_METHOD_ATTR int32_t Enum_get_hashcode_m902175016 (RuntimeObject * __this, const RuntimeMethod* method) { typedef int32_t (*Enum_get_hashcode_m902175016_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((Enum_get_hashcode_m902175016_ftn)mscorlib::System::Enum::get_hashcode) (__this); } // System.Int32 System.Enum::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Enum_GetHashCode_m2848082716 (RuntimeObject * __this, const RuntimeMethod* method) { { int32_t L_0 = Enum_get_hashcode_m902175016(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Enum::FormatSpecifier_X(System.Type,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_FormatSpecifier_X_m2932245600 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, bool ___upper2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_FormatSpecifier_X_m2932245600_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int8_t V_1 = 0x0; uint8_t V_2 = 0x0; int16_t V_3 = 0; uint16_t V_4 = 0; int32_t V_5 = 0; uint32_t V_6 = 0; int64_t V_7 = 0; uint64_t V_8 = 0; int8_t* G_B4_0 = NULL; int8_t* G_B3_0 = NULL; String_t* G_B5_0 = NULL; int8_t* G_B5_1 = NULL; uint8_t* G_B8_0 = NULL; uint8_t* G_B7_0 = NULL; String_t* G_B9_0 = NULL; uint8_t* G_B9_1 = NULL; int16_t* G_B12_0 = NULL; int16_t* G_B11_0 = NULL; String_t* G_B13_0 = NULL; int16_t* G_B13_1 = NULL; uint16_t* G_B16_0 = NULL; uint16_t* G_B15_0 = NULL; String_t* G_B17_0 = NULL; uint16_t* G_B17_1 = NULL; int32_t* G_B20_0 = NULL; int32_t* G_B19_0 = NULL; String_t* G_B21_0 = NULL; int32_t* G_B21_1 = NULL; uint32_t* G_B24_0 = NULL; uint32_t* G_B23_0 = NULL; String_t* G_B25_0 = NULL; uint32_t* G_B25_1 = NULL; int64_t* G_B28_0 = NULL; int64_t* G_B27_0 = NULL; String_t* G_B29_0 = NULL; int64_t* G_B29_1 = NULL; uint64_t* G_B32_0 = NULL; uint64_t* G_B31_0 = NULL; String_t* G_B33_0 = NULL; uint64_t* G_B33_1 = NULL; { Type_t * L_0 = ___enumType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_1 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)5))) { case 0: { goto IL_0034; } case 1: { goto IL_0058; } case 2: { goto IL_007c; } case 3: { goto IL_00a0; } case 4: { goto IL_00c5; } case 5: { goto IL_00ea; } case 6: { goto IL_010f; } case 7: { goto IL_0134; } } } { goto IL_0159; } IL_0034: { RuntimeObject * L_3 = ___value1; V_1 = ((*(int8_t*)((int8_t*)UnBox(L_3, SByte_t1669577662_il2cpp_TypeInfo_var)))); bool L_4 = ___upper2; G_B3_0 = (&V_1); if (!L_4) { G_B4_0 = (&V_1); goto IL_004d; } } { G_B5_0 = _stringLiteral3451435000; G_B5_1 = G_B3_0; goto IL_0052; } IL_004d: { G_B5_0 = _stringLiteral3451434968; G_B5_1 = G_B4_0; } IL_0052: { String_t* L_5 = SByte_ToString_m2762508873(G_B5_1, G_B5_0, /*hidden argument*/NULL); return L_5; } IL_0058: { RuntimeObject * L_6 = ___value1; V_2 = ((*(uint8_t*)((uint8_t*)UnBox(L_6, Byte_t1134296376_il2cpp_TypeInfo_var)))); bool L_7 = ___upper2; G_B7_0 = (&V_2); if (!L_7) { G_B8_0 = (&V_2); goto IL_0071; } } { G_B9_0 = _stringLiteral3451435000; G_B9_1 = G_B7_0; goto IL_0076; } IL_0071: { G_B9_0 = _stringLiteral3451434968; G_B9_1 = G_B8_0; } IL_0076: { String_t* L_8 = Byte_ToString_m3735479648(G_B9_1, G_B9_0, /*hidden argument*/NULL); return L_8; } IL_007c: { RuntimeObject * L_9 = ___value1; V_3 = ((*(int16_t*)((int16_t*)UnBox(L_9, Int16_t2552820387_il2cpp_TypeInfo_var)))); bool L_10 = ___upper2; G_B11_0 = (&V_3); if (!L_10) { G_B12_0 = (&V_3); goto IL_0095; } } { G_B13_0 = _stringLiteral3451303928; G_B13_1 = G_B11_0; goto IL_009a; } IL_0095: { G_B13_0 = _stringLiteral3451303896; G_B13_1 = G_B12_0; } IL_009a: { String_t* L_11 = Int16_ToString_m2072232391(G_B13_1, G_B13_0, /*hidden argument*/NULL); return L_11; } IL_00a0: { RuntimeObject * L_12 = ___value1; V_4 = ((*(uint16_t*)((uint16_t*)UnBox(L_12, UInt16_t2177724958_il2cpp_TypeInfo_var)))); bool L_13 = ___upper2; G_B15_0 = (&V_4); if (!L_13) { G_B16_0 = (&V_4); goto IL_00ba; } } { G_B17_0 = _stringLiteral3451303928; G_B17_1 = G_B15_0; goto IL_00bf; } IL_00ba: { G_B17_0 = _stringLiteral3451303896; G_B17_1 = G_B16_0; } IL_00bf: { String_t* L_14 = UInt16_ToString_m3056878594(G_B17_1, G_B17_0, /*hidden argument*/NULL); return L_14; } IL_00c5: { RuntimeObject * L_15 = ___value1; V_5 = ((*(int32_t*)((int32_t*)UnBox(L_15, Int32_t2950945753_il2cpp_TypeInfo_var)))); bool L_16 = ___upper2; G_B19_0 = (&V_5); if (!L_16) { G_B20_0 = (&V_5); goto IL_00df; } } { G_B21_0 = _stringLiteral3452090360; G_B21_1 = G_B19_0; goto IL_00e4; } IL_00df: { G_B21_0 = _stringLiteral3452090328; G_B21_1 = G_B20_0; } IL_00e4: { String_t* L_17 = Int32_ToString_m372259452(G_B21_1, G_B21_0, /*hidden argument*/NULL); return L_17; } IL_00ea: { RuntimeObject * L_18 = ___value1; V_6 = ((*(uint32_t*)((uint32_t*)UnBox(L_18, UInt32_t2560061978_il2cpp_TypeInfo_var)))); bool L_19 = ___upper2; G_B23_0 = (&V_6); if (!L_19) { G_B24_0 = (&V_6); goto IL_0104; } } { G_B25_0 = _stringLiteral3452090360; G_B25_1 = G_B23_0; goto IL_0109; } IL_0104: { G_B25_0 = _stringLiteral3452090328; G_B25_1 = G_B24_0; } IL_0109: { String_t* L_20 = UInt32_ToString_m2066897296(G_B25_1, G_B25_0, /*hidden argument*/NULL); return L_20; } IL_010f: { RuntimeObject * L_21 = ___value1; V_7 = ((*(int64_t*)((int64_t*)UnBox(L_21, Int64_t3736567304_il2cpp_TypeInfo_var)))); bool L_22 = ___upper2; G_B27_0 = (&V_7); if (!L_22) { G_B28_0 = (&V_7); goto IL_0129; } } { G_B29_0 = _stringLiteral2268009268; G_B29_1 = G_B27_0; goto IL_012e; } IL_0129: { G_B29_0 = _stringLiteral2268009236; G_B29_1 = G_B28_0; } IL_012e: { String_t* L_23 = Int64_ToString_m414616559(G_B29_1, G_B29_0, /*hidden argument*/NULL); return L_23; } IL_0134: { RuntimeObject * L_24 = ___value1; V_8 = ((*(uint64_t*)((uint64_t*)UnBox(L_24, UInt64_t4134040092_il2cpp_TypeInfo_var)))); bool L_25 = ___upper2; G_B31_0 = (&V_8); if (!L_25) { G_B32_0 = (&V_8); goto IL_014e; } } { G_B33_0 = _stringLiteral2268009268; G_B33_1 = G_B31_0; goto IL_0153; } IL_014e: { G_B33_0 = _stringLiteral2268009236; G_B33_1 = G_B32_0; } IL_0153: { String_t* L_26 = UInt64_ToString_m2177233542(G_B33_1, G_B33_0, /*hidden argument*/NULL); return L_26; } IL_0159: { Exception_t * L_27 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_27, _stringLiteral2036586825, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,Enum_FormatSpecifier_X_m2932245600_RuntimeMethod_var); } } // System.String System.Enum::FormatFlags(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_FormatFlags_m102703041 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_FormatFlags_m102703041_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; MonoEnumInfo_t3694469084 V_1; memset(&V_1, 0, sizeof(V_1)); String_t* V_2 = NULL; int8_t V_3 = 0x0; int8_t V_4 = 0x0; int32_t V_5 = 0; uint8_t V_6 = 0x0; uint8_t V_7 = 0x0; int32_t V_8 = 0; int16_t V_9 = 0; int16_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; uint16_t V_15 = 0; uint16_t V_16 = 0; int32_t V_17 = 0; uint32_t V_18 = 0; uint32_t V_19 = 0; int32_t V_20 = 0; int64_t V_21 = 0; int64_t V_22 = 0; int32_t V_23 = 0; uint64_t V_24 = 0; uint64_t V_25 = 0; int32_t V_26 = 0; int32_t V_27 = 0; String_t* G_B12_0 = NULL; String_t* G_B11_0 = NULL; String_t* G_B13_0 = NULL; String_t* G_B13_1 = NULL; String_t* G_B25_0 = NULL; String_t* G_B24_0 = NULL; String_t* G_B26_0 = NULL; String_t* G_B26_1 = NULL; String_t* G_B38_0 = NULL; String_t* G_B37_0 = NULL; String_t* G_B39_0 = NULL; String_t* G_B39_1 = NULL; String_t* G_B51_0 = NULL; String_t* G_B50_0 = NULL; String_t* G_B52_0 = NULL; String_t* G_B52_1 = NULL; String_t* G_B64_0 = NULL; String_t* G_B63_0 = NULL; String_t* G_B65_0 = NULL; String_t* G_B65_1 = NULL; String_t* G_B77_0 = NULL; String_t* G_B76_0 = NULL; String_t* G_B78_0 = NULL; String_t* G_B78_1 = NULL; String_t* G_B90_0 = NULL; String_t* G_B89_0 = NULL; String_t* G_B91_0 = NULL; String_t* G_B91_1 = NULL; String_t* G_B103_0 = NULL; String_t* G_B102_0 = NULL; String_t* G_B104_0 = NULL; String_t* G_B104_1 = NULL; { 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; Type_t * L_1 = ___enumType0; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); MonoEnumInfo_GetInfo_m1670492558(NULL /*static, unused*/, L_1, (&V_1), /*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); V_2 = L_3; String_t* L_4 = V_2; bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral3452614544, /*hidden argument*/NULL); if (!L_5) { goto IL_0037; } } { Type_t * L_6 = ___enumType0; RuntimeObject * L_7 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); String_t* L_8 = Enum_GetName_m2151614395(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = V_0; if (L_9) { goto IL_0035; } } { String_t* L_10 = V_2; V_0 = L_10; } IL_0035: { String_t* L_11 = V_0; return L_11; } IL_0037: { RuntimeArray * L_12 = (&V_1)->get_values_1(); NullCheck(L_12); RuntimeObject * L_13 = Array_GetValue_m2528546681(L_12, 0, /*hidden argument*/NULL); NullCheck(((Enum_t4135868527 *)CastclassClass((RuntimeObject*)L_13, Enum_t4135868527_il2cpp_TypeInfo_var))); int32_t L_14 = Enum_GetTypeCode_m3381045179(((Enum_t4135868527 *)CastclassClass((RuntimeObject*)L_13, Enum_t4135868527_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_27 = L_14; int32_t L_15 = V_27; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)5))) { case 0: { goto IL_007e; } case 1: { goto IL_011e; } case 2: { goto IL_01bc; } case 3: { goto IL_02f7; } case 4: { goto IL_025a; } case 5: { goto IL_0395; } case 6: { goto IL_0432; } case 7: { goto IL_04cf; } } } { goto IL_056c; } IL_007e: { RuntimeObject * L_16 = ___value1; V_3 = ((*(int8_t*)((int8_t*)UnBox(L_16, SByte_t1669577662_il2cpp_TypeInfo_var)))); RuntimeArray * L_17 = (&V_1)->get_values_1(); NullCheck(L_17); int32_t L_18 = Array_get_Length_m21610649(L_17, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); goto IL_0108; } IL_009a: { RuntimeArray * L_19 = (&V_1)->get_values_1(); int32_t L_20 = V_5; NullCheck(L_19); RuntimeObject * L_21 = Array_GetValue_m2528546681(L_19, L_20, /*hidden argument*/NULL); V_4 = ((*(int8_t*)((int8_t*)UnBox(L_21, SByte_t1669577662_il2cpp_TypeInfo_var)))); int8_t L_22 = V_4; if ((((int32_t)((int32_t)L_22)))) { goto IL_00bc; } } { goto IL_0102; } IL_00bc: { int8_t L_23 = V_3; int8_t L_24 = V_4; int8_t L_25 = V_4; if ((!(((uint32_t)((int32_t)((int32_t)(((int32_t)((int32_t)L_23)))&(int32_t)(((int32_t)((int32_t)L_24)))))) == ((uint32_t)(((int32_t)((int32_t)L_25))))))) { goto IL_0102; } } { StringU5BU5D_t1281789340* L_26 = (&V_1)->get_names_2(); int32_t L_27 = V_5; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); String_t* L_30 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_32 = String_op_Equality_m920492651(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); G_B11_0 = L_29; if (!L_32) { G_B12_0 = L_29; goto IL_00ee; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B13_0 = L_33; G_B13_1 = G_B11_0; goto IL_00f3; } IL_00ee: { G_B13_0 = _stringLiteral3450517380; G_B13_1 = G_B12_0; } IL_00f3: { String_t* L_34 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Concat_m3755062657(NULL /*static, unused*/, G_B13_1, G_B13_0, L_34, /*hidden argument*/NULL); V_0 = L_35; int8_t L_36 = V_3; int8_t L_37 = V_4; V_3 = (((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)L_36))), (int32_t)(((int32_t)((int32_t)L_37)))))))); } IL_0102: { int32_t L_38 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)); } IL_0108: { int32_t L_39 = V_5; if ((((int32_t)L_39) >= ((int32_t)0))) { goto IL_009a; } } { int8_t L_40 = V_3; if (!(((int32_t)((int32_t)L_40)))) { goto IL_0119; } } { String_t* L_41 = V_2; return L_41; } IL_0119: { goto IL_056c; } IL_011e: { RuntimeObject * L_42 = ___value1; V_6 = ((*(uint8_t*)((uint8_t*)UnBox(L_42, Byte_t1134296376_il2cpp_TypeInfo_var)))); RuntimeArray * L_43 = (&V_1)->get_values_1(); NullCheck(L_43); int32_t L_44 = Array_get_Length_m21610649(L_43, /*hidden argument*/NULL); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); goto IL_01a6; } IL_013b: { RuntimeArray * L_45 = (&V_1)->get_values_1(); int32_t L_46 = V_8; NullCheck(L_45); RuntimeObject * L_47 = Array_GetValue_m2528546681(L_45, L_46, /*hidden argument*/NULL); V_7 = ((*(uint8_t*)((uint8_t*)UnBox(L_47, Byte_t1134296376_il2cpp_TypeInfo_var)))); uint8_t L_48 = V_7; if (L_48) { goto IL_015c; } } { goto IL_01a0; } IL_015c: { uint8_t L_49 = V_6; uint8_t L_50 = V_7; uint8_t L_51 = V_7; if ((!(((uint32_t)((int32_t)((int32_t)L_49&(int32_t)L_50))) == ((uint32_t)L_51)))) { goto IL_01a0; } } { StringU5BU5D_t1281789340* L_52 = (&V_1)->get_names_2(); int32_t L_53 = V_8; NullCheck(L_52); int32_t L_54 = L_53; String_t* L_55 = (L_52)->GetAt(static_cast(L_54)); String_t* L_56 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_58 = String_op_Equality_m920492651(NULL /*static, unused*/, L_56, L_57, /*hidden argument*/NULL); G_B24_0 = L_55; if (!L_58) { G_B25_0 = L_55; goto IL_018c; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B26_0 = L_59; G_B26_1 = G_B24_0; goto IL_0191; } IL_018c: { G_B26_0 = _stringLiteral3450517380; G_B26_1 = G_B25_0; } IL_0191: { String_t* L_60 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_61 = String_Concat_m3755062657(NULL /*static, unused*/, G_B26_1, G_B26_0, L_60, /*hidden argument*/NULL); V_0 = L_61; uint8_t L_62 = V_6; uint8_t L_63 = V_7; V_6 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63))))); } IL_01a0: { int32_t L_64 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)1)); } IL_01a6: { int32_t L_65 = V_8; if ((((int32_t)L_65) >= ((int32_t)0))) { goto IL_013b; } } { uint8_t L_66 = V_6; if (!L_66) { goto IL_01b7; } } { String_t* L_67 = V_2; return L_67; } IL_01b7: { goto IL_056c; } IL_01bc: { RuntimeObject * L_68 = ___value1; V_9 = ((*(int16_t*)((int16_t*)UnBox(L_68, Int16_t2552820387_il2cpp_TypeInfo_var)))); RuntimeArray * L_69 = (&V_1)->get_values_1(); NullCheck(L_69); int32_t L_70 = Array_get_Length_m21610649(L_69, /*hidden argument*/NULL); V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1)); goto IL_0244; } IL_01d9: { RuntimeArray * L_71 = (&V_1)->get_values_1(); int32_t L_72 = V_11; NullCheck(L_71); RuntimeObject * L_73 = Array_GetValue_m2528546681(L_71, L_72, /*hidden argument*/NULL); V_10 = ((*(int16_t*)((int16_t*)UnBox(L_73, Int16_t2552820387_il2cpp_TypeInfo_var)))); int16_t L_74 = V_10; if (L_74) { goto IL_01fa; } } { goto IL_023e; } IL_01fa: { int16_t L_75 = V_9; int16_t L_76 = V_10; int16_t L_77 = V_10; if ((!(((uint32_t)((int32_t)((int32_t)L_75&(int32_t)L_76))) == ((uint32_t)L_77)))) { goto IL_023e; } } { StringU5BU5D_t1281789340* L_78 = (&V_1)->get_names_2(); int32_t L_79 = V_11; NullCheck(L_78); int32_t L_80 = L_79; String_t* L_81 = (L_78)->GetAt(static_cast(L_80)); String_t* L_82 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_83 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_84 = String_op_Equality_m920492651(NULL /*static, unused*/, L_82, L_83, /*hidden argument*/NULL); G_B37_0 = L_81; if (!L_84) { G_B38_0 = L_81; goto IL_022a; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_85 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B39_0 = L_85; G_B39_1 = G_B37_0; goto IL_022f; } IL_022a: { G_B39_0 = _stringLiteral3450517380; G_B39_1 = G_B38_0; } IL_022f: { String_t* L_86 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_87 = String_Concat_m3755062657(NULL /*static, unused*/, G_B39_1, G_B39_0, L_86, /*hidden argument*/NULL); V_0 = L_87; int16_t L_88 = V_9; int16_t L_89 = V_10; V_9 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)L_89))))); } IL_023e: { int32_t L_90 = V_11; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)1)); } IL_0244: { int32_t L_91 = V_11; if ((((int32_t)L_91) >= ((int32_t)0))) { goto IL_01d9; } } { int16_t L_92 = V_9; if (!L_92) { goto IL_0255; } } { String_t* L_93 = V_2; return L_93; } IL_0255: { goto IL_056c; } IL_025a: { RuntimeObject * L_94 = ___value1; V_12 = ((*(int32_t*)((int32_t*)UnBox(L_94, Int32_t2950945753_il2cpp_TypeInfo_var)))); RuntimeArray * L_95 = (&V_1)->get_values_1(); NullCheck(L_95); int32_t L_96 = Array_get_Length_m21610649(L_95, /*hidden argument*/NULL); V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1)); goto IL_02e1; } IL_0277: { RuntimeArray * L_97 = (&V_1)->get_values_1(); int32_t L_98 = V_14; NullCheck(L_97); RuntimeObject * L_99 = Array_GetValue_m2528546681(L_97, L_98, /*hidden argument*/NULL); V_13 = ((*(int32_t*)((int32_t*)UnBox(L_99, Int32_t2950945753_il2cpp_TypeInfo_var)))); int32_t L_100 = V_13; if (L_100) { goto IL_0298; } } { goto IL_02db; } IL_0298: { int32_t L_101 = V_12; int32_t L_102 = V_13; int32_t L_103 = V_13; if ((!(((uint32_t)((int32_t)((int32_t)L_101&(int32_t)L_102))) == ((uint32_t)L_103)))) { goto IL_02db; } } { StringU5BU5D_t1281789340* L_104 = (&V_1)->get_names_2(); int32_t L_105 = V_14; NullCheck(L_104); int32_t L_106 = L_105; String_t* L_107 = (L_104)->GetAt(static_cast(L_106)); String_t* L_108 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_109 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_110 = String_op_Equality_m920492651(NULL /*static, unused*/, L_108, L_109, /*hidden argument*/NULL); G_B50_0 = L_107; if (!L_110) { G_B51_0 = L_107; goto IL_02c8; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_111 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B52_0 = L_111; G_B52_1 = G_B50_0; goto IL_02cd; } IL_02c8: { G_B52_0 = _stringLiteral3450517380; G_B52_1 = G_B51_0; } IL_02cd: { String_t* L_112 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_113 = String_Concat_m3755062657(NULL /*static, unused*/, G_B52_1, G_B52_0, L_112, /*hidden argument*/NULL); V_0 = L_113; int32_t L_114 = V_12; int32_t L_115 = V_13; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_114, (int32_t)L_115)); } IL_02db: { int32_t L_116 = V_14; V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)1)); } IL_02e1: { int32_t L_117 = V_14; if ((((int32_t)L_117) >= ((int32_t)0))) { goto IL_0277; } } { int32_t L_118 = V_12; if (!L_118) { goto IL_02f2; } } { String_t* L_119 = V_2; return L_119; } IL_02f2: { goto IL_056c; } IL_02f7: { RuntimeObject * L_120 = ___value1; V_15 = ((*(uint16_t*)((uint16_t*)UnBox(L_120, UInt16_t2177724958_il2cpp_TypeInfo_var)))); RuntimeArray * L_121 = (&V_1)->get_values_1(); NullCheck(L_121); int32_t L_122 = Array_get_Length_m21610649(L_121, /*hidden argument*/NULL); V_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)1)); goto IL_037f; } IL_0314: { RuntimeArray * L_123 = (&V_1)->get_values_1(); int32_t L_124 = V_17; NullCheck(L_123); RuntimeObject * L_125 = Array_GetValue_m2528546681(L_123, L_124, /*hidden argument*/NULL); V_16 = ((*(uint16_t*)((uint16_t*)UnBox(L_125, UInt16_t2177724958_il2cpp_TypeInfo_var)))); uint16_t L_126 = V_16; if (L_126) { goto IL_0335; } } { goto IL_0379; } IL_0335: { uint16_t L_127 = V_15; uint16_t L_128 = V_16; uint16_t L_129 = V_16; if ((!(((uint32_t)((int32_t)((int32_t)L_127&(int32_t)L_128))) == ((uint32_t)L_129)))) { goto IL_0379; } } { StringU5BU5D_t1281789340* L_130 = (&V_1)->get_names_2(); int32_t L_131 = V_17; NullCheck(L_130); int32_t L_132 = L_131; String_t* L_133 = (L_130)->GetAt(static_cast(L_132)); String_t* L_134 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_135 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_136 = String_op_Equality_m920492651(NULL /*static, unused*/, L_134, L_135, /*hidden argument*/NULL); G_B63_0 = L_133; if (!L_136) { G_B64_0 = L_133; goto IL_0365; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_137 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B65_0 = L_137; G_B65_1 = G_B63_0; goto IL_036a; } IL_0365: { G_B65_0 = _stringLiteral3450517380; G_B65_1 = G_B64_0; } IL_036a: { String_t* L_138 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_139 = String_Concat_m3755062657(NULL /*static, unused*/, G_B65_1, G_B65_0, L_138, /*hidden argument*/NULL); V_0 = L_139; uint16_t L_140 = V_15; uint16_t L_141 = V_16; V_15 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)L_141))))); } IL_0379: { int32_t L_142 = V_17; V_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)1)); } IL_037f: { int32_t L_143 = V_17; if ((((int32_t)L_143) >= ((int32_t)0))) { goto IL_0314; } } { uint16_t L_144 = V_15; if (!L_144) { goto IL_0390; } } { String_t* L_145 = V_2; return L_145; } IL_0390: { goto IL_056c; } IL_0395: { RuntimeObject * L_146 = ___value1; V_18 = ((*(uint32_t*)((uint32_t*)UnBox(L_146, UInt32_t2560061978_il2cpp_TypeInfo_var)))); RuntimeArray * L_147 = (&V_1)->get_values_1(); NullCheck(L_147); int32_t L_148 = Array_get_Length_m21610649(L_147, /*hidden argument*/NULL); V_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_148, (int32_t)1)); goto IL_041c; } IL_03b2: { RuntimeArray * L_149 = (&V_1)->get_values_1(); int32_t L_150 = V_20; NullCheck(L_149); RuntimeObject * L_151 = Array_GetValue_m2528546681(L_149, L_150, /*hidden argument*/NULL); V_19 = ((*(uint32_t*)((uint32_t*)UnBox(L_151, UInt32_t2560061978_il2cpp_TypeInfo_var)))); uint32_t L_152 = V_19; if (L_152) { goto IL_03d3; } } { goto IL_0416; } IL_03d3: { uint32_t L_153 = V_18; uint32_t L_154 = V_19; uint32_t L_155 = V_19; if ((!(((uint32_t)((int32_t)((int32_t)L_153&(int32_t)L_154))) == ((uint32_t)L_155)))) { goto IL_0416; } } { StringU5BU5D_t1281789340* L_156 = (&V_1)->get_names_2(); int32_t L_157 = V_20; NullCheck(L_156); int32_t L_158 = L_157; String_t* L_159 = (L_156)->GetAt(static_cast(L_158)); String_t* L_160 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_161 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_162 = String_op_Equality_m920492651(NULL /*static, unused*/, L_160, L_161, /*hidden argument*/NULL); G_B76_0 = L_159; if (!L_162) { G_B77_0 = L_159; goto IL_0403; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_163 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B78_0 = L_163; G_B78_1 = G_B76_0; goto IL_0408; } IL_0403: { G_B78_0 = _stringLiteral3450517380; G_B78_1 = G_B77_0; } IL_0408: { String_t* L_164 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_165 = String_Concat_m3755062657(NULL /*static, unused*/, G_B78_1, G_B78_0, L_164, /*hidden argument*/NULL); V_0 = L_165; uint32_t L_166 = V_18; uint32_t L_167 = V_19; V_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_166, (int32_t)L_167)); } IL_0416: { int32_t L_168 = V_20; V_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_168, (int32_t)1)); } IL_041c: { int32_t L_169 = V_20; if ((((int32_t)L_169) >= ((int32_t)0))) { goto IL_03b2; } } { uint32_t L_170 = V_18; if (!L_170) { goto IL_042d; } } { String_t* L_171 = V_2; return L_171; } IL_042d: { goto IL_056c; } IL_0432: { RuntimeObject * L_172 = ___value1; V_21 = ((*(int64_t*)((int64_t*)UnBox(L_172, Int64_t3736567304_il2cpp_TypeInfo_var)))); RuntimeArray * L_173 = (&V_1)->get_values_1(); NullCheck(L_173); int32_t L_174 = Array_get_Length_m21610649(L_173, /*hidden argument*/NULL); V_23 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_174, (int32_t)1)); goto IL_04b9; } IL_044f: { RuntimeArray * L_175 = (&V_1)->get_values_1(); int32_t L_176 = V_23; NullCheck(L_175); RuntimeObject * L_177 = Array_GetValue_m2528546681(L_175, L_176, /*hidden argument*/NULL); V_22 = ((*(int64_t*)((int64_t*)UnBox(L_177, Int64_t3736567304_il2cpp_TypeInfo_var)))); int64_t L_178 = V_22; if (L_178) { goto IL_0470; } } { goto IL_04b3; } IL_0470: { int64_t L_179 = V_21; int64_t L_180 = V_22; int64_t L_181 = V_22; if ((!(((uint64_t)((int64_t)((int64_t)L_179&(int64_t)L_180))) == ((uint64_t)L_181)))) { goto IL_04b3; } } { StringU5BU5D_t1281789340* L_182 = (&V_1)->get_names_2(); int32_t L_183 = V_23; NullCheck(L_182); int32_t L_184 = L_183; String_t* L_185 = (L_182)->GetAt(static_cast(L_184)); String_t* L_186 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_187 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_188 = String_op_Equality_m920492651(NULL /*static, unused*/, L_186, L_187, /*hidden argument*/NULL); G_B89_0 = L_185; if (!L_188) { G_B90_0 = L_185; goto IL_04a0; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_189 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B91_0 = L_189; G_B91_1 = G_B89_0; goto IL_04a5; } IL_04a0: { G_B91_0 = _stringLiteral3450517380; G_B91_1 = G_B90_0; } IL_04a5: { String_t* L_190 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_191 = String_Concat_m3755062657(NULL /*static, unused*/, G_B91_1, G_B91_0, L_190, /*hidden argument*/NULL); V_0 = L_191; int64_t L_192 = V_21; int64_t L_193 = V_22; V_21 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_192, (int64_t)L_193)); } IL_04b3: { int32_t L_194 = V_23; V_23 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_194, (int32_t)1)); } IL_04b9: { int32_t L_195 = V_23; if ((((int32_t)L_195) >= ((int32_t)0))) { goto IL_044f; } } { int64_t L_196 = V_21; if (!L_196) { goto IL_04ca; } } { String_t* L_197 = V_2; return L_197; } IL_04ca: { goto IL_056c; } IL_04cf: { RuntimeObject * L_198 = ___value1; V_24 = ((*(uint64_t*)((uint64_t*)UnBox(L_198, UInt64_t4134040092_il2cpp_TypeInfo_var)))); RuntimeArray * L_199 = (&V_1)->get_values_1(); NullCheck(L_199); int32_t L_200 = Array_get_Length_m21610649(L_199, /*hidden argument*/NULL); V_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_200, (int32_t)1)); goto IL_0556; } IL_04ec: { RuntimeArray * L_201 = (&V_1)->get_values_1(); int32_t L_202 = V_26; NullCheck(L_201); RuntimeObject * L_203 = Array_GetValue_m2528546681(L_201, L_202, /*hidden argument*/NULL); V_25 = ((*(uint64_t*)((uint64_t*)UnBox(L_203, UInt64_t4134040092_il2cpp_TypeInfo_var)))); uint64_t L_204 = V_25; if (L_204) { goto IL_050d; } } { goto IL_0550; } IL_050d: { uint64_t L_205 = V_24; uint64_t L_206 = V_25; uint64_t L_207 = V_25; if ((!(((uint64_t)((int64_t)((int64_t)L_205&(int64_t)L_206))) == ((uint64_t)L_207)))) { goto IL_0550; } } { StringU5BU5D_t1281789340* L_208 = (&V_1)->get_names_2(); int32_t L_209 = V_26; NullCheck(L_208); int32_t L_210 = L_209; String_t* L_211 = (L_208)->GetAt(static_cast(L_210)); String_t* L_212 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_213 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_214 = String_op_Equality_m920492651(NULL /*static, unused*/, L_212, L_213, /*hidden argument*/NULL); G_B102_0 = L_211; if (!L_214) { G_B103_0 = L_211; goto IL_053d; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_215 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B104_0 = L_215; G_B104_1 = G_B102_0; goto IL_0542; } IL_053d: { G_B104_0 = _stringLiteral3450517380; G_B104_1 = G_B103_0; } IL_0542: { String_t* L_216 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_217 = String_Concat_m3755062657(NULL /*static, unused*/, G_B104_1, G_B104_0, L_216, /*hidden argument*/NULL); V_0 = L_217; uint64_t L_218 = V_24; uint64_t L_219 = V_25; V_24 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_218, (int64_t)L_219)); } IL_0550: { int32_t L_220 = V_26; V_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_220, (int32_t)1)); } IL_0556: { int32_t L_221 = V_26; if ((((int32_t)L_221) >= ((int32_t)0))) { goto IL_04ec; } } { uint64_t L_222 = V_24; if (!L_222) { goto IL_0567; } } { String_t* L_223 = V_2; return L_223; } IL_0567: { goto IL_056c; } IL_056c: { String_t* L_224 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_225 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_226 = String_op_Equality_m920492651(NULL /*static, unused*/, L_224, L_225, /*hidden argument*/NULL); if (!L_226) { goto IL_057e; } } { String_t* L_227 = V_2; return L_227; } IL_057e: { String_t* L_228 = V_0; return L_228; } } // System.String System.Enum::Format(System.Type,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_Format_m2588135982 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, RuntimeObject * ___value1, String_t* ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enum_Format_m2588135982_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; Il2CppChar V_2 = 0x0; String_t* V_3 = NULL; uint64_t V_4 = 0; int64_t V_5 = 0; Il2CppChar V_6 = 0x0; { Type_t * L_0 = ___enumType0; 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, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enum_Format_m2588135982_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value1; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Enum_Format_m2588135982_RuntimeMethod_var); } IL_0022: { String_t* L_4 = ___format2; if (L_4) { goto IL_0033; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral446157247, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enum_Format_m2588135982_RuntimeMethod_var); } IL_0033: { Type_t * L_6 = ___enumType0; NullCheck(L_6); bool L_7 = Type_get_IsEnum_m208091508(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_004e; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, _stringLiteral4223561873, _stringLiteral3217749252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Enum_Format_m2588135982_RuntimeMethod_var); } IL_004e: { RuntimeObject * L_9 = ___value1; NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); V_0 = L_10; Type_t * L_11 = ___enumType0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); Type_t * L_12 = Enum_GetUnderlyingType_m2480312097(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_1 = L_12; Type_t * L_13 = V_0; NullCheck(L_13); bool L_14 = Type_get_IsEnum_m208091508(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00a0; } } { Type_t * L_15 = V_0; Type_t * L_16 = ___enumType0; if ((((RuntimeObject*)(Type_t *)L_15) == ((RuntimeObject*)(Type_t *)L_16))) { goto IL_009b; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_17 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_18 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_19 = V_0; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_19); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_20); ObjectU5BU5D_t2843939325* L_21 = L_18; Type_t * L_22 = ___enumType0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_22); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Format_m1881875187(NULL /*static, unused*/, L_17, _stringLiteral2360306675, L_21, /*hidden argument*/NULL); ArgumentException_t132251570 * L_25 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,Enum_Format_m2588135982_RuntimeMethod_var); } IL_009b: { goto IL_00d4; } IL_00a0: { Type_t * L_26 = V_0; Type_t * L_27 = V_1; if ((((RuntimeObject*)(Type_t *)L_26) == ((RuntimeObject*)(Type_t *)L_27))) { goto IL_00d4; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_28 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_29 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_30 = V_0; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_30); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_31); (L_29)->SetAt(static_cast(0), (RuntimeObject *)L_31); ObjectU5BU5D_t2843939325* L_32 = L_29; Type_t * L_33 = V_1; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_33); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_34); (L_32)->SetAt(static_cast(1), (RuntimeObject *)L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Format_m1881875187(NULL /*static, unused*/, L_28, _stringLiteral191286128, L_32, /*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,Enum_Format_m2588135982_RuntimeMethod_var); } IL_00d4: { String_t* L_37 = ___format2; NullCheck(L_37); int32_t L_38 = String_get_Length_m3847582255(L_37, /*hidden argument*/NULL); if ((((int32_t)L_38) == ((int32_t)1))) { goto IL_00eb; } } { FormatException_t154580423 * L_39 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_39, _stringLiteral3741302250, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,Enum_Format_m2588135982_RuntimeMethod_var); } IL_00eb: { String_t* L_40 = ___format2; NullCheck(L_40); Il2CppChar L_41 = String_get_Chars_m2986988803(L_40, 0, /*hidden argument*/NULL); V_2 = L_41; Il2CppChar L_42 = V_2; if ((((int32_t)L_42) == ((int32_t)((int32_t)71)))) { goto IL_0103; } } { Il2CppChar L_43 = V_2; if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)103))))) { goto IL_0133; } } IL_0103: { Type_t * L_44 = ___enumType0; RuntimeTypeHandle_t3027515415 L_45 = { reinterpret_cast (FlagsAttribute_t2262502849_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_46 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); NullCheck(L_44); bool L_47 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(11 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_44, L_46, (bool)0); if (L_47) { goto IL_0130; } } { Type_t * L_48 = ___enumType0; RuntimeObject * L_49 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); String_t* L_50 = Enum_GetName_m2151614395(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); V_3 = L_50; String_t* L_51 = V_3; if (L_51) { goto IL_012e; } } { RuntimeObject * L_52 = ___value1; NullCheck(L_52); String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_52); V_3 = L_53; } IL_012e: { String_t* L_54 = V_3; return L_54; } IL_0130: { V_2 = ((int32_t)102); } IL_0133: { Il2CppChar L_55 = V_2; if ((((int32_t)L_55) == ((int32_t)((int32_t)102)))) { goto IL_0143; } } { Il2CppChar L_56 = V_2; if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)70))))) { goto IL_014b; } } IL_0143: { Type_t * L_57 = ___enumType0; RuntimeObject * L_58 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); String_t* L_59 = Enum_FormatFlags_m102703041(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); return L_59; } IL_014b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_3 = L_60; Il2CppChar L_61 = V_2; V_6 = L_61; Il2CppChar L_62 = V_6; if ((((int32_t)L_62) == ((int32_t)((int32_t)68)))) { goto IL_0199; } } { Il2CppChar L_63 = V_6; if ((((int32_t)L_63) == ((int32_t)((int32_t)88)))) { goto IL_017d; } } { Il2CppChar L_64 = V_6; if ((((int32_t)L_64) == ((int32_t)((int32_t)100)))) { goto IL_0199; } } { Il2CppChar L_65 = V_6; if ((((int32_t)L_65) == ((int32_t)((int32_t)120)))) { goto IL_018b; } } { goto IL_01d3; } IL_017d: { Type_t * L_66 = ___enumType0; RuntimeObject * L_67 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); String_t* L_68 = Enum_FormatSpecifier_X_m2932245600(NULL /*static, unused*/, L_66, L_67, (bool)1, /*hidden argument*/NULL); V_3 = L_68; goto IL_01de; } IL_018b: { Type_t * L_69 = ___enumType0; RuntimeObject * L_70 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); String_t* L_71 = Enum_FormatSpecifier_X_m2932245600(NULL /*static, unused*/, L_69, L_70, (bool)0, /*hidden argument*/NULL); V_3 = L_71; goto IL_01de; } IL_0199: { Type_t * L_72 = V_1; RuntimeTypeHandle_t3027515415 L_73 = { reinterpret_cast (UInt64_t4134040092_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_01be; } } { RuntimeObject * L_75 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_76 = Convert_ToUInt64_m1841050714(NULL /*static, unused*/, L_75, /*hidden argument*/NULL); V_4 = L_76; String_t* L_77 = UInt64_ToString_m1529093114((&V_4), /*hidden argument*/NULL); V_3 = L_77; goto IL_01ce; } IL_01be: { RuntimeObject * L_78 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_79 = Convert_ToInt64_m3240678588(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); V_5 = L_79; String_t* L_80 = Int64_ToString_m2986581816((&V_5), /*hidden argument*/NULL); V_3 = L_80; } IL_01ce: { goto IL_01de; } IL_01d3: { FormatException_t154580423 * L_81 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_81, _stringLiteral3741302250, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81,Enum_Format_m2588135982_RuntimeMethod_var); } IL_01de: { String_t* L_82 = V_3; return L_82; } } #ifdef __clang__ #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.Environment::get_SocketSecurityEnabled() extern "C" IL2CPP_METHOD_ATTR bool Environment_get_SocketSecurityEnabled_m190813817 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef bool (*Environment_get_SocketSecurityEnabled_m190813817_ftn) (); using namespace il2cpp::icalls; return ((Environment_get_SocketSecurityEnabled_m190813817_ftn)mscorlib::System::Environment::get_SocketSecurityEnabled) (); } // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef String_t* (*Environment_get_NewLine_m3211016485_ftn) (); using namespace il2cpp::icalls; return ((Environment_get_NewLine_m3211016485_ftn)mscorlib::System::Environment::get_NewLine) (); } // System.PlatformID System.Environment::get_Platform() extern "C" IL2CPP_METHOD_ATTR int32_t Environment_get_Platform_m520224871 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (*Environment_get_Platform_m520224871_ftn) (); using namespace il2cpp::icalls; return ((Environment_get_Platform_m520224871_ftn)mscorlib::System::Environment::get_Platform) (); } // System.String System.Environment::GetOSVersionString() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetOSVersionString_m407782784 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef String_t* (*Environment_GetOSVersionString_m407782784_ftn) (); using namespace il2cpp::icalls; return ((Environment_GetOSVersionString_m407782784_ftn)mscorlib::System::Environment::GetOSVersionString) (); } // System.OperatingSystem System.Environment::get_OSVersion() extern "C" IL2CPP_METHOD_ATTR OperatingSystem_t3730783609 * Environment_get_OSVersion_m961136977 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Environment_get_OSVersion_m961136977_MetadataUsageId); s_Il2CppMethodInitialized = true; } Version_t3456873960 * V_0 = NULL; int32_t V_1 = 0; { OperatingSystem_t3730783609 * L_0 = ((Environment_t2712485525_StaticFields*)il2cpp_codegen_static_fields_for(Environment_t2712485525_il2cpp_TypeInfo_var))->get_os_1(); if (L_0) { goto IL_0027; } } { String_t* L_1 = Environment_GetOSVersionString_m407782784(NULL /*static, unused*/, /*hidden argument*/NULL); Version_t3456873960 * L_2 = Version_CreateFromString_m719054818(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = Environment_get_Platform_m520224871(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; Version_t3456873960 * L_5 = V_0; OperatingSystem_t3730783609 * L_6 = (OperatingSystem_t3730783609 *)il2cpp_codegen_object_new(OperatingSystem_t3730783609_il2cpp_TypeInfo_var); OperatingSystem__ctor_m1545635730(L_6, L_4, L_5, /*hidden argument*/NULL); ((Environment_t2712485525_StaticFields*)il2cpp_codegen_static_fields_for(Environment_t2712485525_il2cpp_TypeInfo_var))->set_os_1(L_6); } IL_0027: { OperatingSystem_t3730783609 * L_7 = ((Environment_t2712485525_StaticFields*)il2cpp_codegen_static_fields_for(Environment_t2712485525_il2cpp_TypeInfo_var))->get_os_1(); return L_7; } } // System.Int32 System.Environment::get_TickCount() extern "C" IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m2088073110 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (*Environment_get_TickCount_m2088073110_ftn) (); using namespace il2cpp::icalls; return ((Environment_get_TickCount_m2088073110_ftn)mscorlib::System::Environment::get_TickCount) (); } // System.Void System.Environment::Exit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Environment_Exit_m313790512 (RuntimeObject * __this /* static, unused */, int32_t ___exitCode0, const RuntimeMethod* method) { typedef void (*Environment_Exit_m313790512_ftn) (int32_t); using namespace il2cpp::icalls; ((Environment_Exit_m313790512_ftn)mscorlib::System::Environment::Exit) (___exitCode0); } // System.String System.Environment::internalGetEnvironmentVariable(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_internalGetEnvironmentVariable_m3668851860 (RuntimeObject * __this /* static, unused */, String_t* ___variable0, const RuntimeMethod* method) { typedef String_t* (*Environment_internalGetEnvironmentVariable_m3668851860_ftn) (String_t*); using namespace il2cpp::icalls; return ((Environment_internalGetEnvironmentVariable_m3668851860_ftn)mscorlib::System::Environment::internalGetEnvironmentVariable) (___variable0); } // System.String System.Environment::GetEnvironmentVariable(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_m394552009 (RuntimeObject * __this /* static, unused */, String_t* ___variable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Environment_GetEnvironmentVariable_m394552009_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_0016; } } { String_t* L_1 = ___variable0; EnvironmentPermission_t1242010617 * L_2 = (EnvironmentPermission_t1242010617 *)il2cpp_codegen_object_new(EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var); EnvironmentPermission__ctor_m3571291367(L_2, 1, L_1, /*hidden argument*/NULL); NullCheck(L_2); CodeAccessPermission_Demand_m2609746972(L_2, /*hidden argument*/NULL); } IL_0016: { String_t* L_3 = ___variable0; String_t* L_4 = Environment_internalGetEnvironmentVariable_m3668851860(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Environment::GetWindowsFolderPath(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetWindowsFolderPath_m1738399646 (RuntimeObject * __this /* static, unused */, int32_t ___folder0, const RuntimeMethod* method) { typedef String_t* (*Environment_GetWindowsFolderPath_m1738399646_ftn) (int32_t); using namespace il2cpp::icalls; return ((Environment_GetWindowsFolderPath_m1738399646_ftn)mscorlib::System::Environment::GetWindowsFolderPath) (___folder0); } // System.String System.Environment::GetFolderPath(System.Environment/SpecialFolder) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetFolderPath_m327623990 (RuntimeObject * __this /* static, unused */, int32_t ___folder0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Environment_GetFolderPath_m327623990_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; bool L_0 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { int32_t L_1 = ___folder0; String_t* L_2 = Environment_GetWindowsFolderPath_m1738399646(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_001f; } IL_0018: { int32_t L_3 = ___folder0; String_t* L_4 = Environment_InternalGetFolderPath_m468390978(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_001f: { String_t* L_5 = V_0; if (!L_5) { goto IL_0047; } } { String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0047; } } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_8 = SecurityManager_get_SecurityEnabled_m3467182822(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_8) { goto IL_0047; } } { String_t* L_9 = V_0; FileIOPermission_t3596906749 * L_10 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1915937234(L_10, 8, L_9, /*hidden argument*/NULL); NullCheck(L_10); CodeAccessPermission_Demand_m2609746972(L_10, /*hidden argument*/NULL); } IL_0047: { String_t* L_11 = V_0; return L_11; } } // System.String System.Environment::ReadXdgUserDir(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_ReadXdgUserDir_m2654856189 (RuntimeObject * __this /* static, unused */, String_t* ___config_dir0, String_t* ___home_dir1, String_t* ___key2, String_t* ___fallback3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Environment_ReadXdgUserDir_m2654856189_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; StreamReader_t4009935899 * V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; bool V_6 = false; String_t* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B16_0 = NULL; { String_t* L_0 = ___key2; String_t* L_1 = Environment_internalGetEnvironmentVariable_m3668851860(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_001f; } } { 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_001f; } } { String_t* L_6 = V_0; return L_6; } IL_001f: { String_t* L_7 = ___config_dir0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_8 = Path_Combine_m3389272516(NULL /*static, unused*/, L_7, _stringLiteral3890905923, /*hidden argument*/NULL); V_1 = L_8; String_t* L_9 = V_1; bool L_10 = File_Exists_m3943585060(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003e; } } { String_t* L_11 = ___home_dir1; String_t* L_12 = ___fallback3; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_13 = Path_Combine_m3389272516(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_003e: try { // begin try (depth: 1) { String_t* L_14 = V_1; StreamReader_t4009935899 * L_15 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m1616861391(L_15, L_14, /*hidden argument*/NULL); V_2 = L_15; } IL_0045: try { // begin try (depth: 2) { goto IL_00ea; } IL_004a: { String_t* L_16 = V_3; NullCheck(L_16); String_t* L_17 = String_Trim_m923598732(L_16, /*hidden argument*/NULL); V_3 = L_17; String_t* L_18 = V_3; NullCheck(L_18); int32_t L_19 = String_IndexOf_m363431711(L_18, ((int32_t)61), /*hidden argument*/NULL); V_4 = L_19; int32_t L_20 = V_4; if ((((int32_t)L_20) <= ((int32_t)8))) { goto IL_00ea; } } IL_0063: { String_t* L_21 = V_3; int32_t L_22 = V_4; NullCheck(L_21); String_t* L_23 = String_Substring_m1610150815(L_21, 0, L_22, /*hidden argument*/NULL); String_t* L_24 = ___key2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_25 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00ea; } } IL_0077: { String_t* L_26 = V_3; int32_t L_27 = V_4; NullCheck(L_26); String_t* L_28 = String_Substring_m2848979100(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_29 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_29); (L_29)->SetAt(static_cast(0), (Il2CppChar)((int32_t)34)); NullCheck(L_28); String_t* L_30 = String_Trim_m3384720403(L_28, L_29, /*hidden argument*/NULL); V_5 = L_30; V_6 = (bool)0; String_t* L_31 = V_5; NullCheck(L_31); bool L_32 = String_StartsWith_m1759067526(L_31, _stringLiteral2045256228, /*hidden argument*/NULL); if (!L_32) { goto IL_00b9; } } IL_00a7: { V_6 = (bool)1; String_t* L_33 = V_5; NullCheck(L_33); String_t* L_34 = String_Substring_m2848979100(L_33, 6, /*hidden argument*/NULL); V_5 = L_34; goto IL_00cd; } IL_00b9: { String_t* L_35 = V_5; NullCheck(L_35); bool L_36 = String_StartsWith_m1759067526(L_35, _stringLiteral3452614529, /*hidden argument*/NULL); if (L_36) { goto IL_00cd; } } IL_00ca: { V_6 = (bool)1; } IL_00cd: { bool L_37 = V_6; if (!L_37) { goto IL_00e1; } } IL_00d4: { String_t* L_38 = ___home_dir1; String_t* L_39 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_40 = Path_Combine_m3389272516(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); G_B16_0 = L_40; goto IL_00e3; } IL_00e1: { String_t* L_41 = V_5; G_B16_0 = L_41; } IL_00e3: { V_7 = G_B16_0; IL2CPP_LEAVE(0x11C, FINALLY_00fc); } IL_00ea: { StreamReader_t4009935899 * L_42 = V_2; NullCheck(L_42); String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.StreamReader::ReadLine() */, L_42); String_t* L_44 = L_43; V_3 = L_44; if (L_44) { goto IL_004a; } } IL_00f7: { IL2CPP_LEAVE(0x109, FINALLY_00fc); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fc; } FINALLY_00fc: { // begin finally (depth: 2) { StreamReader_t4009935899 * L_45 = V_2; if (!L_45) { goto IL_0108; } } IL_0102: { StreamReader_t4009935899 * L_46 = V_2; NullCheck(L_46); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_46); } IL_0108: { IL2CPP_END_FINALLY(252) } } // end finally (depth: 2) IL2CPP_CLEANUP(252) { IL2CPP_JUMP_TBL(0x11C, IL_011c) IL2CPP_JUMP_TBL(0x109, IL_0109) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0109: { goto IL_0114; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FileNotFoundException_t225391025_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_010e; throw e; } CATCH_010e: { // begin catch(System.IO.FileNotFoundException) goto IL_0114; } // end catch (depth: 1) IL_0114: { String_t* L_47 = ___home_dir1; String_t* L_48 = ___fallback3; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_49 = Path_Combine_m3389272516(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); return L_49; } IL_011c: { String_t* L_50 = V_7; return L_50; } } // System.String System.Environment::InternalGetFolderPath(System.Environment/SpecialFolder) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_InternalGetFolderPath_m468390978 (RuntimeObject * __this /* static, unused */, int32_t ___folder0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Environment_InternalGetFolderPath_m468390978_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; { String_t* L_0 = Environment_internalGetHome_m2575860206(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = Environment_internalGetEnvironmentVariable_m3668851860(NULL /*static, unused*/, _stringLiteral1839545422, /*hidden argument*/NULL); V_1 = L_1; String_t* L_2 = V_1; if (!L_2) { goto IL_0027; } } { String_t* L_3 = V_1; 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_Equality_m920492651(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003f; } } IL_0027: { String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_7 = Path_Combine_m3389272516(NULL /*static, unused*/, L_6, _stringLiteral423474918, /*hidden argument*/NULL); V_1 = L_7; String_t* L_8 = V_1; String_t* L_9 = Path_Combine_m3389272516(NULL /*static, unused*/, L_8, _stringLiteral2698619213, /*hidden argument*/NULL); V_1 = L_9; } IL_003f: { String_t* L_10 = Environment_internalGetEnvironmentVariable_m3668851860(NULL /*static, unused*/, _stringLiteral1274574761, /*hidden argument*/NULL); V_2 = L_10; String_t* L_11 = V_2; if (!L_11) { goto IL_0060; } } { String_t* L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_006c; } } IL_0060: { String_t* L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_16 = Path_Combine_m3389272516(NULL /*static, unused*/, L_15, _stringLiteral1696986518, /*hidden argument*/NULL); V_2 = L_16; } IL_006c: { int32_t L_17 = ___folder0; V_3 = L_17; int32_t L_18 = V_3; switch (L_18) { case 0: { goto IL_0135; } case 1: { goto IL_0177; } case 2: { goto IL_016b; } case 3: { goto IL_0177; } case 4: { goto IL_0177; } case 5: { goto IL_012f; } case 6: { goto IL_016b; } case 7: { goto IL_016b; } case 8: { goto IL_016b; } case 9: { goto IL_016b; } case 10: { goto IL_0177; } case 11: { goto IL_016b; } case 12: { goto IL_0177; } case 13: { goto IL_0147; } case 14: { goto IL_0177; } case 15: { goto IL_0177; } case 16: { goto IL_0135; } case 17: { goto IL_0129; } case 18: { goto IL_0177; } case 19: { goto IL_0177; } case 20: { goto IL_0177; } case 21: { goto IL_016b; } case 22: { goto IL_0177; } case 23: { goto IL_0177; } case 24: { goto IL_0177; } case 25: { goto IL_0177; } case 26: { goto IL_0131; } case 27: { goto IL_0177; } case 28: { goto IL_0133; } case 29: { goto IL_0177; } case 30: { goto IL_0177; } case 31: { goto IL_0177; } case 32: { goto IL_016b; } case 33: { goto IL_016b; } case 34: { goto IL_016b; } case 35: { goto IL_0171; } case 36: { goto IL_0177; } case 37: { goto IL_016b; } case 38: { goto IL_016b; } case 39: { goto IL_0159; } case 40: { goto IL_0177; } case 41: { goto IL_0177; } case 42: { goto IL_0177; } case 43: { goto IL_016b; } } } { goto IL_0177; } IL_0129: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_19; } IL_012f: { String_t* L_20 = V_0; return L_20; } IL_0131: { String_t* L_21 = V_2; return L_21; } IL_0133: { String_t* L_22 = V_1; return L_22; } IL_0135: { String_t* L_23 = V_2; String_t* L_24 = V_0; String_t* L_25 = Environment_ReadXdgUserDir_m2654856189(NULL /*static, unused*/, L_23, L_24, _stringLiteral3600589161, _stringLiteral76625711, /*hidden argument*/NULL); return L_25; } IL_0147: { String_t* L_26 = V_2; String_t* L_27 = V_0; String_t* L_28 = Environment_ReadXdgUserDir_m2654856189(NULL /*static, unused*/, L_26, L_27, _stringLiteral232127260, _stringLiteral3964750823, /*hidden argument*/NULL); return L_28; } IL_0159: { String_t* L_29 = V_2; String_t* L_30 = V_0; String_t* L_31 = Environment_ReadXdgUserDir_m2654856189(NULL /*static, unused*/, L_29, L_30, _stringLiteral2399894514, _stringLiteral1494586675, /*hidden argument*/NULL); return L_31; } IL_016b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_32; } IL_0171: { return _stringLiteral3674334071; } IL_0177: { ArgumentException_t132251570 * L_33 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_33, _stringLiteral3236866680, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,Environment_InternalGetFolderPath_m468390978_RuntimeMethod_var); } } // System.Boolean System.Environment::get_IsRunningOnWindows() extern "C" IL2CPP_METHOD_ATTR bool Environment_get_IsRunningOnWindows_m1804804030 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { int32_t L_0 = Environment_get_Platform_m520224871(NULL /*static, unused*/, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) < ((int32_t)4))? 1 : 0); } } // System.String System.Environment::GetMachineConfigPath() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetMachineConfigPath_m43519138 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef String_t* (*Environment_GetMachineConfigPath_m43519138_ftn) (); using namespace il2cpp::icalls; return ((Environment_GetMachineConfigPath_m43519138_ftn)mscorlib::System::Environment::GetMachineConfigPath) (); } // System.String System.Environment::internalGetHome() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_internalGetHome_m2575860206 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef String_t* (*Environment_internalGetHome_m2575860206_ftn) (); using namespace il2cpp::icalls; return ((Environment_internalGetHome_m2575860206_ftn)mscorlib::System::Environment::internalGetHome) (); } #ifdef __clang__ #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.EventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m32674013 (EventArgs_t3591816995 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.EventArgs::.cctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__cctor_m1889823314 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EventArgs__cctor_m1889823314_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EventArgs_t3591816995 * L_0 = (EventArgs_t3591816995 *)il2cpp_codegen_object_new(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(L_0, /*hidden argument*/NULL); ((EventArgs_t3591816995_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t3591816995_il2cpp_TypeInfo_var))->set_Empty_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EventHandler__ctor_m3449229857 (EventHandler_t1348719766 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.EventHandler::Invoke(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void EventHandler_Invoke_m2047579917 (EventHandler_t1348719766 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { EventHandler_Invoke_m2047579917((EventHandler_t1348719766 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, EventArgs_t3591816995 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, EventArgs_t3591816995 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, EventArgs_t3591816995 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, EventArgs_t3591816995 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< EventArgs_t3591816995 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< EventArgs_t3591816995 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< EventArgs_t3591816995 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< EventArgs_t3591816995 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.EventHandler::BeginInvoke(System.Object,System.EventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EventHandler_BeginInvoke_m829877076 (EventHandler_t1348719766 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.EventHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void EventHandler_EndInvoke_m269746120 (EventHandler_t1348719766 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Exception::.ctor() extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m213470898 (Exception_t * __this, const RuntimeMethod* method) { { __this->set_hresult_8(((int32_t)-2146233088)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method) { { __this->set_hresult_8(((int32_t)-2146233088)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___message0; __this->set_message_2(L_0); return; } } // System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m2499432361 (Exception_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Exception__ctor_m2499432361_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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); { __this->set_hresult_8(((int32_t)-2146233088)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; if (L_0) { goto IL_0022; } } { 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,Exception__ctor_m2499432361_RuntimeMethod_var); } IL_0022: { SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral1676011428, /*hidden argument*/NULL); __this->set_class_name_4(L_3); SerializationInfo_t950877179 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = SerializationInfo_GetString_m3155282843(L_4, _stringLiteral3253942988, /*hidden argument*/NULL); __this->set_message_2(L_5); SerializationInfo_t950877179 * L_6 = ___info0; NullCheck(L_6); String_t* L_7 = SerializationInfo_GetString_m3155282843(L_6, _stringLiteral3971324049, /*hidden argument*/NULL); __this->set_help_link_3(L_7); SerializationInfo_t950877179 * L_8 = ___info0; NullCheck(L_8); String_t* L_9 = SerializationInfo_GetString_m3155282843(L_8, _stringLiteral4259386888, /*hidden argument*/NULL); __this->set_stack_trace_5(L_9); SerializationInfo_t950877179 * L_10 = ___info0; NullCheck(L_10); String_t* L_11 = SerializationInfo_GetString_m3155282843(L_10, _stringLiteral3058327094, /*hidden argument*/NULL); __this->set__remoteStackTraceString_6(L_11); SerializationInfo_t950877179 * L_12 = ___info0; NullCheck(L_12); int32_t L_13 = SerializationInfo_GetInt32_m2640574809(L_12, _stringLiteral3700117992, /*hidden argument*/NULL); __this->set_remote_stack_index_7(L_13); SerializationInfo_t950877179 * L_14 = ___info0; NullCheck(L_14); int32_t L_15 = SerializationInfo_GetInt32_m2640574809(L_14, _stringLiteral2814226412, /*hidden argument*/NULL); __this->set_hresult_8(L_15); SerializationInfo_t950877179 * L_16 = ___info0; NullCheck(L_16); String_t* L_17 = SerializationInfo_GetString_m3155282843(L_16, _stringLiteral4294194659, /*hidden argument*/NULL); __this->set_source_9(L_17); SerializationInfo_t950877179 * L_18 = ___info0; RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (Exception_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_21 = SerializationInfo_GetValue_m42271953(L_18, _stringLiteral3723112287, L_20, /*hidden argument*/NULL); __this->set_inner_exception_1(((Exception_t *)CastclassClass((RuntimeObject*)L_21, Exception_t_il2cpp_TypeInfo_var))); } IL_00ca: try { // begin try (depth: 1) SerializationInfo_t950877179 * L_22 = ___info0; RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (IDictionary_t1363984059_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); RuntimeObject * L_25 = SerializationInfo_GetValue_m42271953(L_22, _stringLiteral2037252898, L_24, /*hidden argument*/NULL); __this->set__data_10(((RuntimeObject*)Castclass((RuntimeObject*)L_25, IDictionary_t1363984059_il2cpp_TypeInfo_var))); goto IL_00f5; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SerializationException_t3941511869_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ef; throw e; } CATCH_00ef: { // begin catch(System.Runtime.Serialization.SerializationException) goto IL_00f5; } // end catch (depth: 1) IL_00f5: { return; } } // System.Void System.Exception::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1406832249 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { __this->set_hresult_8(((int32_t)-2146233088)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Exception_t * L_0 = ___innerException1; __this->set_inner_exception_1(L_0); String_t* L_1 = ___message0; __this->set_message_2(L_1); return; } } // System.Exception System.Exception::get_InnerException() extern "C" IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m3836775 (Exception_t * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_inner_exception_1(); return L_0; } } // System.Int32 System.Exception::get_HResult() extern "C" IL2CPP_METHOD_ATTR int32_t Exception_get_HResult_m1877758991 (Exception_t * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_hresult_8(); return L_0; } } // 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) { { int32_t L_0 = ___value0; __this->set_hresult_8(L_0); return; } } // System.String System.Exception::get_ClassName() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_ClassName_m2428844642 (Exception_t * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_class_name_4(); if (L_0) { goto IL_001c; } } { Type_t * L_1 = Exception_GetType_m2227967756(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_1); __this->set_class_name_4(L_2); } IL_001c: { String_t* L_3 = __this->get_class_name_4(); return L_3; } } // System.String System.Exception::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m3320461627 (Exception_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Exception_get_Message_m3320461627_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_message_2(); if (L_0) { goto IL_0026; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2069251112, /*hidden argument*/NULL); String_t* L_2 = Exception_get_ClassName_m2428844642(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); __this->set_message_2(L_3); } IL_0026: { String_t* L_4 = __this->get_message_2(); return L_4; } } // System.String System.Exception::get_Source() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_Source_m2777609286 (Exception_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Exception_get_Source_m2777609286_MetadataUsageId); s_Il2CppMethodInitialized = true; } StackTrace_t1598645457 * V_0 = NULL; StackFrame_t3217253059 * V_1 = NULL; MethodBase_t * V_2 = NULL; { String_t* L_0 = __this->get_source_9(); if (L_0) { goto IL_0055; } } { StackTrace_t1598645457 * L_1 = (StackTrace_t1598645457 *)il2cpp_codegen_object_new(StackTrace_t1598645457_il2cpp_TypeInfo_var); StackTrace__ctor_m727500069(L_1, __this, (bool)1, /*hidden argument*/NULL); V_0 = L_1; StackTrace_t1598645457 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, L_2); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0055; } } { StackTrace_t1598645457 * L_4 = V_0; NullCheck(L_4); StackFrame_t3217253059 * L_5 = VirtFuncInvoker1< StackFrame_t3217253059 *, int32_t >::Invoke(5 /* System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32) */, L_4, 0); V_1 = L_5; StackTrace_t1598645457 * L_6 = V_0; if (!L_6) { goto IL_0055; } } { StackFrame_t3217253059 * L_7 = V_1; NullCheck(L_7); MethodBase_t * L_8 = VirtFuncInvoker0< MethodBase_t * >::Invoke(8 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_7); V_2 = L_8; MethodBase_t * L_9 = V_2; if (!L_9) { goto IL_0055; } } { MethodBase_t * L_10 = V_2; NullCheck(L_10); Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_10); NullCheck(L_11); Assembly_t * L_12 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_11); NullCheck(L_12); AssemblyName_t270931938 * L_13 = VirtFuncInvoker0< AssemblyName_t270931938 * >::Invoke(21 /* System.Reflection.AssemblyName System.Reflection.Assembly::UnprotectedGetName() */, L_12); NullCheck(L_13); String_t* L_14 = AssemblyName_get_Name_m4072373679(L_13, /*hidden argument*/NULL); __this->set_source_9(L_14); } IL_0055: { String_t* L_15 = __this->get_source_9(); return L_15; } } // System.String System.Exception::get_StackTrace() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_StackTrace_m1954706653 (Exception_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Exception_get_StackTrace_m1954706653_MetadataUsageId); s_Il2CppMethodInitialized = true; } StackTrace_t1598645457 * V_0 = NULL; StringBuilder_t * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; StackFrame_t3217253059 * V_5 = NULL; String_t* V_6 = NULL; { String_t* L_0 = __this->get_stack_trace_5(); if (L_0) { goto IL_015f; } } { IntPtrU5BU5D_t4013366056* L_1 = __this->get_trace_ips_0(); if (L_1) { goto IL_0018; } } { return (String_t*)NULL; } IL_0018: { StackTrace_t1598645457 * L_2 = (StackTrace_t1598645457 *)il2cpp_codegen_object_new(StackTrace_t1598645457_il2cpp_TypeInfo_var); StackTrace__ctor_m2642163899(L_2, __this, 0, (bool)1, (bool)1, /*hidden argument*/NULL); V_0 = L_2; StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_3, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3455498175, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2244226212, L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; String_t* L_7 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3134134314, /*hidden argument*/NULL); V_3 = L_7; V_4 = 0; goto IL_0146; } IL_0055: { StackTrace_t1598645457 * L_8 = V_0; int32_t L_9 = V_4; NullCheck(L_8); StackFrame_t3217253059 * L_10 = VirtFuncInvoker1< StackFrame_t3217253059 *, int32_t >::Invoke(5 /* System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32) */, L_8, L_9); V_5 = L_10; int32_t L_11 = V_4; if (L_11) { goto IL_0081; } } { StringBuilder_t * L_12 = V_1; String_t* L_13 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3455498175, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_AppendFormat_m3016532472(L_12, _stringLiteral3667368428, L_13, /*hidden argument*/NULL); goto IL_0089; } IL_0081: { StringBuilder_t * L_14 = V_1; String_t* L_15 = V_2; NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, L_15, /*hidden argument*/NULL); } IL_0089: { StackFrame_t3217253059 * L_16 = V_5; NullCheck(L_16); MethodBase_t * L_17 = VirtFuncInvoker0< MethodBase_t * >::Invoke(8 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_16); if (L_17) { goto IL_00d1; } } { StackFrame_t3217253059 * L_18 = V_5; NullCheck(L_18); String_t* L_19 = StackFrame_GetInternalMethodName_m1232559961(L_18, /*hidden argument*/NULL); V_6 = L_19; String_t* L_20 = V_6; if (!L_20) { goto IL_00b3; } } { StringBuilder_t * L_21 = V_1; String_t* L_22 = V_6; NullCheck(L_21); StringBuilder_Append_m1965104174(L_21, L_22, /*hidden argument*/NULL); goto IL_00cc; } IL_00b3: { StringBuilder_t * L_23 = V_1; StackFrame_t3217253059 * L_24 = V_5; NullCheck(L_24); int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Diagnostics.StackFrame::GetNativeOffset() */, L_24); int32_t L_26 = L_25; RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); String_t* L_28 = V_3; NullCheck(L_23); StringBuilder_AppendFormat_m3255666490(L_23, _stringLiteral4117993242, L_27, L_28, /*hidden argument*/NULL); } IL_00cc: { goto IL_0140; } IL_00d1: { StringBuilder_t * L_29 = V_1; StackFrame_t3217253059 * L_30 = V_5; NullCheck(L_30); MethodBase_t * L_31 = VirtFuncInvoker0< MethodBase_t * >::Invoke(8 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_30); Exception_GetFullNameForStackTrace_m2634641773(__this, L_29, L_31, /*hidden argument*/NULL); StackFrame_t3217253059 * L_32 = V_5; NullCheck(L_32); int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Diagnostics.StackFrame::GetILOffset() */, L_32); if ((!(((uint32_t)L_33) == ((uint32_t)(-1))))) { goto IL_0109; } } { StringBuilder_t * L_34 = V_1; StackFrame_t3217253059 * L_35 = V_5; NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Diagnostics.StackFrame::GetNativeOffset() */, L_35); int32_t L_37 = L_36; RuntimeObject * L_38 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_37); NullCheck(L_34); StringBuilder_AppendFormat_m3016532472(L_34, _stringLiteral2636284749, L_38, /*hidden argument*/NULL); goto IL_0121; } IL_0109: { StringBuilder_t * L_39 = V_1; StackFrame_t3217253059 * L_40 = V_5; NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Diagnostics.StackFrame::GetILOffset() */, L_40); int32_t L_42 = L_41; RuntimeObject * L_43 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_42); NullCheck(L_39); StringBuilder_AppendFormat_m3016532472(L_39, _stringLiteral557816633, L_43, /*hidden argument*/NULL); } IL_0121: { StringBuilder_t * L_44 = V_1; StackFrame_t3217253059 * L_45 = V_5; NullCheck(L_45); String_t* L_46 = StackFrame_GetSecureFileName_m1124504902(L_45, /*hidden argument*/NULL); StackFrame_t3217253059 * L_47 = V_5; NullCheck(L_47); int32_t L_48 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackFrame::GetFileLineNumber() */, L_47); int32_t L_49 = L_48; RuntimeObject * L_50 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_49); NullCheck(L_44); StringBuilder_AppendFormat_m3255666490(L_44, _stringLiteral3051109017, L_46, L_50, /*hidden argument*/NULL); } IL_0140: { int32_t L_51 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_0146: { int32_t L_52 = V_4; StackTrace_t1598645457 * L_53 = V_0; NullCheck(L_53); int32_t L_54 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, L_53); if ((((int32_t)L_52) < ((int32_t)L_54))) { goto IL_0055; } } { StringBuilder_t * L_55 = V_1; NullCheck(L_55); String_t* L_56 = StringBuilder_ToString_m3317489284(L_55, /*hidden argument*/NULL); __this->set_stack_trace_5(L_56); } IL_015f: { String_t* L_57 = __this->get_stack_trace_5(); return L_57; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Exception_GetObjectData_m1103241326_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,Exception_GetObjectData_m1103241326_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = Exception_get_ClassName_m2428844642(__this, /*hidden argument*/NULL); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral1676011428, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; String_t* L_5 = __this->get_message_2(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral3253942988, L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; Exception_t * L_7 = __this->get_inner_exception_1(); NullCheck(L_6); SerializationInfo_AddValue_m2872281893(L_6, _stringLiteral3723112287, L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; String_t* L_9 = __this->get_help_link_3(); NullCheck(L_8); SerializationInfo_AddValue_m2872281893(L_8, _stringLiteral3971324049, L_9, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_10 = ___info0; String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this); NullCheck(L_10); SerializationInfo_AddValue_m2872281893(L_10, _stringLiteral4259386888, L_11, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_12 = ___info0; String_t* L_13 = __this->get__remoteStackTraceString_6(); NullCheck(L_12); SerializationInfo_AddValue_m2872281893(L_12, _stringLiteral3058327094, L_13, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_14 = ___info0; int32_t L_15 = __this->get_remote_stack_index_7(); NullCheck(L_14); SerializationInfo_AddValue_m412754688(L_14, _stringLiteral3700117992, L_15, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_16 = ___info0; int32_t L_17 = __this->get_hresult_8(); NullCheck(L_16); SerializationInfo_AddValue_m412754688(L_16, _stringLiteral2814226412, L_17, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_18 = ___info0; String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Exception::get_Source() */, __this); NullCheck(L_18); SerializationInfo_AddValue_m2872281893(L_18, _stringLiteral4294194659, L_19, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_20 = ___info0; NullCheck(L_20); SerializationInfo_AddValue_m2872281893(L_20, _stringLiteral378587948, NULL, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_21 = ___info0; RuntimeObject* L_22 = __this->get__data_10(); RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (IDictionary_t1363984059_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_21); SerializationInfo_AddValue_m3906743584(L_21, _stringLiteral2037252898, L_22, L_24, /*hidden argument*/NULL); return; } } // System.String System.Exception::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_ToString_m1413572637 (Exception_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Exception_ToString_m1413572637_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { String_t* L_0 = Exception_get_ClassName_m2428844642(__this, /*hidden argument*/NULL); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; StringBuilder_t * L_2 = V_0; NullCheck(L_2); StringBuilder_t * L_3 = StringBuilder_Append_m1965104174(L_2, _stringLiteral3450517398, /*hidden argument*/NULL); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, __this); NullCheck(L_3); StringBuilder_Append_m1965104174(L_3, L_4, /*hidden argument*/NULL); String_t* L_5 = __this->get__remoteStackTraceString_6(); if (!L_5) { goto IL_003b; } } { StringBuilder_t * L_6 = V_0; String_t* L_7 = __this->get__remoteStackTraceString_6(); NullCheck(L_6); StringBuilder_Append_m1965104174(L_6, L_7, /*hidden argument*/NULL); } IL_003b: { Exception_t * L_8 = __this->get_inner_exception_1(); if (!L_8) { goto IL_007f; } } { StringBuilder_t * L_9 = V_0; NullCheck(L_9); StringBuilder_t * L_10 = StringBuilder_Append_m1965104174(L_9, _stringLiteral3766285269, /*hidden argument*/NULL); Exception_t * L_11 = __this->get_inner_exception_1(); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Exception::ToString() */, L_11); NullCheck(L_10); StringBuilder_Append_m1965104174(L_10, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_0; String_t* L_14 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, L_14, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; String_t* L_16 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2479635963, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_Append_m1965104174(L_15, L_16, /*hidden argument*/NULL); } IL_007f: { String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this); if (!L_17) { goto IL_00a1; } } { StringBuilder_t * L_18 = V_0; String_t* L_19 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_t * L_20 = StringBuilder_Append_m1965104174(L_18, L_19, /*hidden argument*/NULL); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this); NullCheck(L_20); StringBuilder_Append_m1965104174(L_20, L_21, /*hidden argument*/NULL); } IL_00a1: { StringBuilder_t * L_22 = V_0; NullCheck(L_22); String_t* L_23 = StringBuilder_ToString_m3317489284(L_22, /*hidden argument*/NULL); return L_23; } } // System.Void System.Exception::GetFullNameForStackTrace(System.Text.StringBuilder,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void Exception_GetFullNameForStackTrace_m2634641773 (Exception_t * __this, StringBuilder_t * ___sb0, MethodBase_t * ___mi1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Exception_GetFullNameForStackTrace_m2634641773_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Type_t * V_4 = NULL; { MethodBase_t * L_0 = ___mi1; NullCheck(L_0); ParameterInfoU5BU5D_t390618515* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_0); V_0 = L_1; StringBuilder_t * L_2 = ___sb0; MethodBase_t * L_3 = ___mi1; NullCheck(L_3); Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_3); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_4); NullCheck(L_2); StringBuilder_Append_m1965104174(L_2, L_5, /*hidden argument*/NULL); StringBuilder_t * L_6 = ___sb0; NullCheck(L_6); StringBuilder_Append_m1965104174(L_6, _stringLiteral3452614530, /*hidden argument*/NULL); StringBuilder_t * L_7 = ___sb0; MethodBase_t * L_8 = ___mi1; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8); NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, L_9, /*hidden argument*/NULL); MethodBase_t * L_10 = ___mi1; NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_10); if (!L_11) { goto IL_0092; } } { MethodBase_t * L_12 = ___mi1; NullCheck(L_12); TypeU5BU5D_t3940880105* L_13 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(27 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_12); V_1 = L_13; StringBuilder_t * L_14 = ___sb0; NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, _stringLiteral3452614645, /*hidden argument*/NULL); V_2 = 0; goto IL_007d; } IL_0057: { int32_t L_15 = V_2; if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_006a; } } { StringBuilder_t * L_16 = ___sb0; NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, _stringLiteral3452614532, /*hidden argument*/NULL); } IL_006a: { StringBuilder_t * L_17 = ___sb0; TypeU5BU5D_t3940880105* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = L_19; Type_t * L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_21); NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, L_22, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_007d: { int32_t L_24 = V_2; TypeU5BU5D_t3940880105* L_25 = V_1; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0057; } } { StringBuilder_t * L_26 = ___sb0; NullCheck(L_26); StringBuilder_Append_m1965104174(L_26, _stringLiteral3452614643, /*hidden argument*/NULL); } IL_0092: { StringBuilder_t * L_27 = ___sb0; NullCheck(L_27); StringBuilder_Append_m1965104174(L_27, _stringLiteral3451041664, /*hidden argument*/NULL); V_3 = 0; goto IL_0138; } IL_00a5: { int32_t L_28 = V_3; if ((((int32_t)L_28) <= ((int32_t)0))) { goto IL_00b8; } } { StringBuilder_t * L_29 = ___sb0; NullCheck(L_29); StringBuilder_Append_m1965104174(L_29, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_00b8: { ParameterInfoU5BU5D_t390618515* L_30 = V_0; int32_t L_31 = V_3; NullCheck(L_30); int32_t L_32 = L_31; ParameterInfo_t1861056598 * L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_33); Type_t * L_34 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_33); V_4 = L_34; Type_t * L_35 = V_4; NullCheck(L_35); bool L_36 = Type_get_IsClass_m589177581(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00fe; } } { Type_t * L_37 = V_4; NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Type::get_Namespace() */, L_37); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_40 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00fe; } } { StringBuilder_t * L_41 = ___sb0; Type_t * L_42 = V_4; NullCheck(L_42); String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(34 /* System.String System.Type::get_Namespace() */, L_42); NullCheck(L_41); StringBuilder_Append_m1965104174(L_41, L_43, /*hidden argument*/NULL); StringBuilder_t * L_44 = ___sb0; NullCheck(L_44); StringBuilder_Append_m1965104174(L_44, _stringLiteral3452614530, /*hidden argument*/NULL); } IL_00fe: { StringBuilder_t * L_45 = ___sb0; Type_t * L_46 = V_4; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_46); NullCheck(L_45); StringBuilder_Append_m1965104174(L_45, L_47, /*hidden argument*/NULL); ParameterInfoU5BU5D_t390618515* L_48 = V_0; int32_t L_49 = V_3; NullCheck(L_48); int32_t L_50 = L_49; ParameterInfo_t1861056598 * L_51 = (L_48)->GetAt(static_cast(L_50)); NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_51); if (!L_52) { goto IL_0134; } } { StringBuilder_t * L_53 = ___sb0; NullCheck(L_53); StringBuilder_Append_m1965104174(L_53, _stringLiteral3452614528, /*hidden argument*/NULL); StringBuilder_t * L_54 = ___sb0; ParameterInfoU5BU5D_t390618515* L_55 = V_0; int32_t L_56 = V_3; NullCheck(L_55); int32_t L_57 = L_56; ParameterInfo_t1861056598 * L_58 = (L_55)->GetAt(static_cast(L_57)); NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_58); NullCheck(L_54); StringBuilder_Append_m1965104174(L_54, L_59, /*hidden argument*/NULL); } IL_0134: { int32_t L_60 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_0138: { int32_t L_61 = V_3; ParameterInfoU5BU5D_t390618515* L_62 = V_0; NullCheck(L_62); if ((((int32_t)L_61) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_62)->max_length))))))) { goto IL_00a5; } } { StringBuilder_t * L_63 = ___sb0; NullCheck(L_63); StringBuilder_Append_m1965104174(L_63, _stringLiteral3452614535, /*hidden argument*/NULL); return; } } // System.Type System.Exception::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Exception_GetType_m2227967756 (Exception_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = Object_GetType_m88164663(__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.ExecutionEngineException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_m4205817610 (ExecutionEngineException_t1142598034 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExecutionEngineException__ctor_m4205817610_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral780081874, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.ExecutionEngineException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_m673563413 (ExecutionEngineException_t1142598034 * __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.FieldAccessException::.ctor() extern "C" IL2CPP_METHOD_ATTR void FieldAccessException__ctor_m3583219052 (FieldAccessException_t238379456 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FieldAccessException__ctor_m3583219052_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3273543186, /*hidden argument*/NULL); MemberAccessException__ctor_m3059744007(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233081), /*hidden argument*/NULL); return; } } // System.Void System.FieldAccessException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FieldAccessException__ctor_m3482795704 (FieldAccessException_t238379456 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; MemberAccessException__ctor_m3059744007(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233081), /*hidden argument*/NULL); return; } } // System.Void System.FieldAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FieldAccessException__ctor_m2776896078 (FieldAccessException_t238379456 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; MemberAccessException__ctor_m3713703094(__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.FlagsAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void FlagsAttribute__ctor_m2686422840 (FlagsAttribute_t2262502849 * __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.FormatException::.ctor() extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m1479314061 (FormatException_t154580423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FormatException__ctor_m1479314061_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral689755251, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233033), /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233033), /*hidden argument*/NULL); return; } } // System.Void System.FormatException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m1707675600 (FormatException_t154580423 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; SystemException__ctor_m4132668650(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233033), /*hidden argument*/NULL); return; } } // System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m3747066592 (FormatException_t154580423 * __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.Int32 System.GC::get_MaxGeneration() extern "C" IL2CPP_METHOD_ATTR int32_t GC_get_MaxGeneration_m2376144064 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (*GC_get_MaxGeneration_m2376144064_ftn) (); using namespace il2cpp::icalls; return ((GC_get_MaxGeneration_m2376144064_ftn)mscorlib::System::GC::get_MaxGeneration) (); } // System.Void System.GC::InternalCollect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void GC_InternalCollect_m742461464 (RuntimeObject * __this /* static, unused */, int32_t ___generation0, const RuntimeMethod* method) { typedef void (*GC_InternalCollect_m742461464_ftn) (int32_t); using namespace il2cpp::icalls; ((GC_InternalCollect_m742461464_ftn)mscorlib::System::GC::InternalCollect) (___generation0); } // System.Void System.GC::Collect() extern "C" IL2CPP_METHOD_ATTR void GC_Collect_m743975114 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { int32_t L_0 = GC_get_MaxGeneration_m2376144064(NULL /*static, unused*/, /*hidden argument*/NULL); GC_InternalCollect_m742461464(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method) { typedef void (*GC_SuppressFinalize_m1177400158_ftn) (RuntimeObject *); using namespace il2cpp::icalls; ((GC_SuppressFinalize_m1177400158_ftn)mscorlib::System::GC::SuppressFinalize) (___obj0); } #ifdef __clang__ #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.Globalization.Calendar::.ctor() extern "C" IL2CPP_METHOD_ATTR void Calendar__ctor_m106290643 (Calendar_t1661121569 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_twoDigitYearMax_1(((int32_t)99)); return; } } // System.Object System.Globalization.Calendar::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Calendar_Clone_m1356182658 (Calendar_t1661121569 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Calendar_Clone_m1356182658_MetadataUsageId); s_Il2CppMethodInitialized = true; } Calendar_t1661121569 * V_0 = NULL; { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); V_0 = ((Calendar_t1661121569 *)CastclassClass((RuntimeObject*)L_0, Calendar_t1661121569_il2cpp_TypeInfo_var)); Calendar_t1661121569 * L_1 = V_0; NullCheck(L_1); L_1->set_m_isReadOnly_0((bool)0); Calendar_t1661121569 * L_2 = V_0; return L_2; } } // System.Void System.Globalization.Calendar::CheckReadOnly() extern "C" IL2CPP_METHOD_ATTR void Calendar_CheckReadOnly_m519800900 (Calendar_t1661121569 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Calendar_CheckReadOnly_m519800900_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_isReadOnly_0(); 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, _stringLiteral3881130820, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Calendar_CheckReadOnly_m519800900_RuntimeMethod_var); } IL_0016: { return; } } // System.String[] System.Globalization.Calendar::get_EraNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Calendar_get_EraNames_m2754466818 (Calendar_t1661121569 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Calendar_get_EraNames_m2754466818_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = __this->get_M_EraNames_3(); if (!L_0) { goto IL_0020; } } { StringU5BU5D_t1281789340* L_1 = __this->get_M_EraNames_3(); NullCheck(L_1); Int32U5BU5D_t385246372* L_2 = VirtFuncInvoker0< Int32U5BU5D_t385246372* >::Invoke(5 /* System.Int32[] System.Globalization.Calendar::get_Eras() */, __this); NullCheck(L_2); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_002b; } } IL_0020: { Exception_t * L_3 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_3, _stringLiteral2105264014, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Calendar_get_EraNames_m2754466818_RuntimeMethod_var); } IL_002b: { StringU5BU5D_t1281789340* L_4 = __this->get_M_EraNames_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_4); RuntimeObject * L_5 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL); return ((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_5, StringU5BU5D_t1281789340_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.Int32 System.Globalization.CCFixed::FromDateTime(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t CCFixed_FromDateTime_m3894190577 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { { int64_t L_0 = DateTime_get_Ticks_m1550640881((&___time0), /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)L_0/(int64_t)((int64_t)864000000000LL)))))))); } } // System.DayOfWeek System.Globalization.CCFixed::day_of_week(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCFixed_day_of_week_m674639858 (RuntimeObject * __this /* static, unused */, int32_t ___date0, const RuntimeMethod* method) { { int32_t L_0 = ___date0; int32_t L_1 = CCMath_mod_m3631663509(NULL /*static, unused*/, L_0, 7, /*hidden argument*/NULL); return (int32_t)(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.Boolean System.Globalization.CCGregorianCalendar::is_leap_year(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CCGregorianCalendar_is_leap_year_m2193335769 (RuntimeObject * __this /* static, unused */, int32_t ___year0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___year0; int32_t L_1 = CCMath_mod_m3631663509(NULL /*static, unused*/, L_0, 4, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { int32_t L_2 = ___year0; int32_t L_3 = CCMath_mod_m3631663509(NULL /*static, unused*/, L_2, ((int32_t)400), /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)100)))) { goto IL_003d; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)200)))) { goto IL_003f; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)300)))) { goto IL_0041; } } { goto IL_0043; } IL_003d: { return (bool)0; } IL_003f: { return (bool)0; } IL_0041: { return (bool)0; } IL_0043: { return (bool)1; } } // System.Int32 System.Globalization.CCGregorianCalendar::fixed_from_dmy(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_fixed_from_dmy_m806432533 (RuntimeObject * __this /* static, unused */, int32_t ___day0, int32_t ___month1, int32_t ___year2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; int32_t G_B2_0 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; { V_0 = 0; int32_t L_0 = V_0; int32_t L_1 = ___year2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)365), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))))); int32_t L_2 = V_0; int32_t L_3 = ___year2; int32_t L_4 = CCMath_div_m3792567336(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), 4, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_4)); int32_t L_5 = V_0; int32_t L_6 = ___year2; int32_t L_7 = CCMath_div_m3792567336(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), ((int32_t)100), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_7)); int32_t L_8 = V_0; int32_t L_9 = ___year2; int32_t L_10 = CCMath_div_m3792567336(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)), ((int32_t)400), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_10)); int32_t L_11 = V_0; int32_t L_12 = ___month1; int32_t L_13 = CCMath_div_m3792567336(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)367), (int32_t)L_12)), (int32_t)((int32_t)362))), ((int32_t)12), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13)); int32_t L_14 = ___month1; if ((((int32_t)L_14) <= ((int32_t)2))) { goto IL_006b; } } { int32_t L_15 = V_0; int32_t L_16 = ___year2; bool L_17 = CCGregorianCalendar_is_leap_year_m2193335769(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); G_B2_0 = L_15; if (!L_17) { G_B3_0 = L_15; goto IL_0067; } } { G_B4_0 = (-1); G_B4_1 = G_B2_0; goto IL_0069; } IL_0067: { G_B4_0 = ((int32_t)-2); G_B4_1 = G_B3_0; } IL_0069: { V_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B4_1, (int32_t)G_B4_0)); } IL_006b: { int32_t L_18 = V_0; int32_t L_19 = ___day0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); int32_t L_20 = V_0; return L_20; } } // System.Int32 System.Globalization.CCGregorianCalendar::year_from_fixed(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_year_from_fixed_m463929682 (RuntimeObject * __this /* static, unused */, int32_t ___date0, 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 G_B4_0 = 0; { int32_t L_0 = ___date0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); int32_t L_1 = V_0; int32_t L_2 = CCMath_div_mod_m348500398(NULL /*static, unused*/, (&V_0), L_1, ((int32_t)146097), /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_0; int32_t L_4 = CCMath_div_mod_m348500398(NULL /*static, unused*/, (&V_0), L_3, ((int32_t)36524), /*hidden argument*/NULL); V_2 = L_4; int32_t L_5 = V_0; int32_t L_6 = CCMath_div_mod_m348500398(NULL /*static, unused*/, (&V_0), L_5, ((int32_t)1461), /*hidden argument*/NULL); V_3 = L_6; int32_t L_7 = V_0; int32_t L_8 = CCMath_div_m3792567336(NULL /*static, unused*/, L_7, ((int32_t)365), /*hidden argument*/NULL); V_4 = L_8; int32_t L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = V_3; int32_t L_12 = V_4; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)400), (int32_t)L_9)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)100), (int32_t)L_10)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_11)))), (int32_t)L_12)); int32_t L_13 = V_2; if ((((int32_t)L_13) == ((int32_t)4))) { goto IL_005f; } } { int32_t L_14 = V_4; if ((!(((uint32_t)L_14) == ((uint32_t)4)))) { goto IL_0066; } } IL_005f: { int32_t L_15 = V_5; G_B4_0 = L_15; goto IL_006a; } IL_0066: { int32_t L_16 = V_5; G_B4_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_006a: { return G_B4_0; } } // System.Void System.Globalization.CCGregorianCalendar::my_from_fixed(System.Int32&,System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CCGregorianCalendar_my_from_fixed_m715151395 (RuntimeObject * __this /* static, unused */, int32_t* ___month0, int32_t* ___year1, int32_t ___date2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t* L_0 = ___year1; int32_t L_1 = ___date2; int32_t L_2 = CCGregorianCalendar_year_from_fixed_m463929682(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); *((int32_t*)(L_0)) = (int32_t)L_2; int32_t L_3 = ___date2; int32_t* L_4 = ___year1; int32_t L_5 = CCGregorianCalendar_fixed_from_dmy_m806432533(NULL /*static, unused*/, 1, 1, (*((int32_t*)L_4)), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_5)); int32_t L_6 = ___date2; int32_t* L_7 = ___year1; int32_t L_8 = CCGregorianCalendar_fixed_from_dmy_m806432533(NULL /*static, unused*/, 1, 3, (*((int32_t*)L_7)), /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_002a; } } { V_1 = 0; goto IL_003f; } IL_002a: { int32_t* L_9 = ___year1; bool L_10 = CCGregorianCalendar_is_leap_year_m2193335769(NULL /*static, unused*/, (*((int32_t*)L_9)), /*hidden argument*/NULL); if (!L_10) { goto IL_003d; } } { V_1 = 1; goto IL_003f; } IL_003d: { V_1 = 2; } IL_003f: { int32_t* L_11 = ___month0; int32_t L_12 = V_0; int32_t L_13 = V_1; int32_t L_14 = CCMath_div_m3792567336(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)12), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)))), (int32_t)((int32_t)373))), ((int32_t)367), /*hidden argument*/NULL); *((int32_t*)(L_11)) = (int32_t)L_14; return; } } // System.Void System.Globalization.CCGregorianCalendar::dmy_from_fixed(System.Int32&,System.Int32&,System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CCGregorianCalendar_dmy_from_fixed_m494173177 (RuntimeObject * __this /* static, unused */, int32_t* ___day0, int32_t* ___month1, int32_t* ___year2, int32_t ___date3, const RuntimeMethod* method) { { int32_t* L_0 = ___month1; int32_t* L_1 = ___year2; int32_t L_2 = ___date3; CCGregorianCalendar_my_from_fixed_m715151395(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); int32_t* L_3 = ___day0; int32_t L_4 = ___date3; int32_t* L_5 = ___month1; int32_t* L_6 = ___year2; int32_t L_7 = CCGregorianCalendar_fixed_from_dmy_m806432533(NULL /*static, unused*/, 1, (*((int32_t*)L_5)), (*((int32_t*)L_6)), /*hidden argument*/NULL); *((int32_t*)(L_3)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_7)), (int32_t)1)); return; } } // System.Int32 System.Globalization.CCGregorianCalendar::month_from_fixed(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_month_from_fixed_m4268992710 (RuntimeObject * __this /* static, unused */, int32_t ___date0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___date0; CCGregorianCalendar_my_from_fixed_m715151395(NULL /*static, unused*/, (&V_0), (&V_1), L_0, /*hidden argument*/NULL); int32_t L_1 = V_0; return L_1; } } // System.Int32 System.Globalization.CCGregorianCalendar::day_from_fixed(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_day_from_fixed_m1674702403 (RuntimeObject * __this /* static, unused */, int32_t ___date0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___date0; CCGregorianCalendar_dmy_from_fixed_m494173177(NULL /*static, unused*/, (&V_0), (&V_1), (&V_2), L_0, /*hidden argument*/NULL); int32_t L_1 = V_0; return L_1; } } // System.Int32 System.Globalization.CCGregorianCalendar::GetDayOfMonth(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_GetDayOfMonth_m1578922674 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = ___time0; int32_t L_1 = CCFixed_FromDateTime_m3894190577(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = CCGregorianCalendar_day_from_fixed_m1674702403(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Globalization.CCGregorianCalendar::GetMonth(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_GetMonth_m1547203696 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = ___time0; int32_t L_1 = CCFixed_FromDateTime_m3894190577(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = CCGregorianCalendar_month_from_fixed_m4268992710(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Globalization.CCGregorianCalendar::GetYear(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t CCGregorianCalendar_GetYear_m1605108522 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = ___time0; int32_t L_1 = CCFixed_FromDateTime_m3894190577(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = CCGregorianCalendar_year_from_fixed_m463929682(NULL /*static, unused*/, 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.Int32 System.Globalization.CCMath::div(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCMath_div_m3792567336 (RuntimeObject * __this /* static, unused */, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { { int32_t L_0 = ___x0; int32_t L_1 = ___y1; double L_2 = floor(((double)((double)(((double)((double)L_0)))/(double)(((double)((double)L_1)))))); return (((int32_t)((int32_t)L_2))); } } // System.Int32 System.Globalization.CCMath::mod(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCMath_mod_m3631663509 (RuntimeObject * __this /* static, unused */, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { { int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___x0; int32_t L_3 = ___y1; int32_t L_4 = CCMath_div_m3792567336(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)L_4)))); } } // System.Int32 System.Globalization.CCMath::div_mod(System.Int32&,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CCMath_div_mod_m348500398 (RuntimeObject * __this /* static, unused */, int32_t* ___remainder0, int32_t ___x1, int32_t ___y2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___x1; int32_t L_1 = ___y2; int32_t L_2 = CCMath_div_m3792567336(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t* L_3 = ___remainder0; int32_t L_4 = ___x1; int32_t L_5 = ___y2; int32_t L_6 = V_0; *((int32_t*)(L_3)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)L_6)))); int32_t L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Globalization.CompareInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CompareInfo__ctor_m3782165035 (CompareInfo_t1092934962 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.CompareInfo::.ctor(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void CompareInfo__ctor_m1655607648 (CompareInfo_t1092934962 * __this, CultureInfo_t4157843068 * ___ci0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo__ctor_m1655607648_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_0 = ___ci0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_0); __this->set_culture_1(L_1); IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); bool L_2 = CompareInfo_get_UseManagedCollation_m3599558938(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_009f; } } { IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); RuntimeObject * L_3 = ((CompareInfo_t1092934962_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1092934962_il2cpp_TypeInfo_var))->get_monitor_7(); V_0 = L_3; RuntimeObject * L_4 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); } IL_0028: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_5 = ((CompareInfo_t1092934962_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1092934962_il2cpp_TypeInfo_var))->get_collators_6(); if (L_5) { goto IL_003c; } } IL_0032: { Hashtable_t1853889766 * L_6 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); ((CompareInfo_t1092934962_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1092934962_il2cpp_TypeInfo_var))->set_collators_6(L_6); } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_7 = ((CompareInfo_t1092934962_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1092934962_il2cpp_TypeInfo_var))->get_collators_6(); CultureInfo_t4157843068 * L_8 = ___ci0; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_8); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_7); RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_11); __this->set_collator_5(((SimpleCollator_t2877834729 *)CastclassClass((RuntimeObject*)L_12, SimpleCollator_t2877834729_il2cpp_TypeInfo_var))); SimpleCollator_t2877834729 * L_13 = __this->get_collator_5(); if (L_13) { goto IL_008e; } } IL_0067: { CultureInfo_t4157843068 * L_14 = ___ci0; SimpleCollator_t2877834729 * L_15 = (SimpleCollator_t2877834729 *)il2cpp_codegen_object_new(SimpleCollator_t2877834729_il2cpp_TypeInfo_var); SimpleCollator__ctor_m1587210019(L_15, L_14, /*hidden argument*/NULL); __this->set_collator_5(L_15); IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_16 = ((CompareInfo_t1092934962_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1092934962_il2cpp_TypeInfo_var))->get_collators_6(); CultureInfo_t4157843068 * L_17 = ___ci0; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_17); int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); SimpleCollator_t2877834729 * L_21 = __this->get_collator_5(); NullCheck(L_16); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_16, L_20, L_21); } IL_008e: { IL2CPP_LEAVE(0x9A, FINALLY_0093); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0093; } FINALLY_0093: { // begin finally (depth: 1) RuntimeObject * L_22 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); IL2CPP_END_FINALLY(147) } // end finally (depth: 1) IL2CPP_CLEANUP(147) { IL2CPP_JUMP_TBL(0x9A, IL_009a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009a: { goto IL_00b7; } IL_009f: { CultureInfo_t4157843068 * L_23 = ___ci0; NullCheck(L_23); String_t* L_24 = CultureInfo_get_IcuName_m2258611679(L_23, /*hidden argument*/NULL); __this->set_icu_name_2(L_24); String_t* L_25 = __this->get_icu_name_2(); CompareInfo_construct_compareinfo_m509660150(__this, L_25, /*hidden argument*/NULL); } IL_00b7: { return; } } // System.Void System.Globalization.CompareInfo::.cctor() extern "C" IL2CPP_METHOD_ATTR void CompareInfo__cctor_m1837489679 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo__cctor_m1837489679_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { String_t* L_0 = Environment_internalGetEnvironmentVariable_m3668851860(NULL /*static, unused*/, _stringLiteral3221664753, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_0, _stringLiteral4119301762, /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var); bool L_2 = MSCompatUnicodeTable_get_IsReady_m366684638(NULL /*static, unused*/, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_2)); goto IL_0021; } IL_0020: { G_B3_0 = 0; } IL_0021: { ((CompareInfo_t1092934962_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1092934962_il2cpp_TypeInfo_var))->set_useManagedCollation_0((bool)G_B3_0); RuntimeObject * L_3 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_3, /*hidden argument*/NULL); ((CompareInfo_t1092934962_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1092934962_il2cpp_TypeInfo_var))->set_monitor_7(L_3); return; } } // System.Void System.Globalization.CompareInfo::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void CompareInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m734465833 (CompareInfo_t1092934962 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m734465833_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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); { IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); bool L_0 = CompareInfo_get_UseManagedCollation_m3599558938(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0025; } } { int32_t L_1 = __this->get_culture_1(); CultureInfo_t4157843068 * L_2 = (CultureInfo_t4157843068 *)il2cpp_codegen_object_new(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo__ctor_m2628215565(L_2, L_1, /*hidden argument*/NULL); SimpleCollator_t2877834729 * L_3 = (SimpleCollator_t2877834729 *)il2cpp_codegen_object_new(SimpleCollator_t2877834729_il2cpp_TypeInfo_var); SimpleCollator__ctor_m1587210019(L_3, L_2, /*hidden argument*/NULL); __this->set_collator_5(L_3); goto IL_003c; } IL_0025: try { // begin try (depth: 1) String_t* L_4 = __this->get_icu_name_2(); CompareInfo_construct_compareinfo_m509660150(__this, L_4, /*hidden argument*/NULL); goto IL_003c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0036; throw e; } CATCH_0036: { // begin catch(System.Object) goto IL_003c; } // end catch (depth: 1) IL_003c: { return; } } // System.Boolean System.Globalization.CompareInfo::get_UseManagedCollation() extern "C" IL2CPP_METHOD_ATTR bool CompareInfo_get_UseManagedCollation_m3599558938 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_get_UseManagedCollation_m3599558938_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); bool L_0 = ((CompareInfo_t1092934962_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1092934962_il2cpp_TypeInfo_var))->get_useManagedCollation_0(); return L_0; } } // System.Void System.Globalization.CompareInfo::construct_compareinfo(System.String) extern "C" IL2CPP_METHOD_ATTR void CompareInfo_construct_compareinfo_m509660150 (CompareInfo_t1092934962 * __this, String_t* ___locale0, const RuntimeMethod* method) { typedef void (*CompareInfo_construct_compareinfo_m509660150_ftn) (CompareInfo_t1092934962 *, String_t*); using namespace il2cpp::icalls; ((CompareInfo_construct_compareinfo_m509660150_ftn)mscorlib::System::Globalization::CompareInfo::construct_compareinfo) (__this, ___locale0); } // System.Void System.Globalization.CompareInfo::free_internal_collator() extern "C" IL2CPP_METHOD_ATTR void CompareInfo_free_internal_collator_m2341193055 (CompareInfo_t1092934962 * __this, const RuntimeMethod* method) { typedef void (*CompareInfo_free_internal_collator_m2341193055_ftn) (CompareInfo_t1092934962 *); using namespace il2cpp::icalls; ((CompareInfo_free_internal_collator_m2341193055_ftn)mscorlib::System::Globalization::CompareInfo::free_internal_collator) (__this); } // System.Int32 System.Globalization.CompareInfo::internal_compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_m2522722857 (CompareInfo_t1092934962 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method) { typedef int32_t (*CompareInfo_internal_compare_m2522722857_ftn) (CompareInfo_t1092934962 *, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t); using namespace il2cpp::icalls; return ((CompareInfo_internal_compare_m2522722857_ftn)mscorlib::System::Globalization::CompareInfo::internal_compare) (__this, ___str10, ___offset11, ___length12, ___str23, ___offset24, ___length25, ___options6); } // System.Void System.Globalization.CompareInfo::assign_sortkey(System.Object,System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR void CompareInfo_assign_sortkey_m2100240770 (CompareInfo_t1092934962 * __this, RuntimeObject * ___key0, String_t* ___source1, int32_t ___options2, const RuntimeMethod* method) { typedef void (*CompareInfo_assign_sortkey_m2100240770_ftn) (CompareInfo_t1092934962 *, RuntimeObject *, String_t*, int32_t); using namespace il2cpp::icalls; ((CompareInfo_assign_sortkey_m2100240770_ftn)mscorlib::System::Globalization::CompareInfo::assign_sortkey) (__this, ___key0, ___source1, ___options2); } // System.Int32 System.Globalization.CompareInfo::internal_index(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_m2592793775 (CompareInfo_t1092934962 * __this, String_t* ___source0, int32_t ___sindex1, int32_t ___count2, String_t* ___value3, int32_t ___options4, bool ___first5, const RuntimeMethod* method) { typedef int32_t (*CompareInfo_internal_index_m2592793775_ftn) (CompareInfo_t1092934962 *, String_t*, int32_t, int32_t, String_t*, int32_t, bool); using namespace il2cpp::icalls; return ((CompareInfo_internal_index_m2592793775_ftn)mscorlib::System::Globalization::CompareInfo::internal_index) (__this, ___source0, ___sindex1, ___count2, ___value3, ___options4, ___first5); } // System.Void System.Globalization.CompareInfo::Finalize() extern "C" IL2CPP_METHOD_ATTR void CompareInfo_Finalize_m404687489 (CompareInfo_t1092934962 * __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) CompareInfo_free_internal_collator_m2341193055(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x12, FINALLY_000b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000b; } FINALLY_000b: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(11) } // end finally (depth: 1) IL2CPP_CLEANUP(11) { IL2CPP_JUMP_TBL(0x12, IL_0012) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0012: { return; } } // System.Int32 System.Globalization.CompareInfo::internal_compare_managed(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_managed_m718834345 (CompareInfo_t1092934962 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method) { { SimpleCollator_t2877834729 * L_0 = __this->get_collator_5(); String_t* L_1 = ___str10; int32_t L_2 = ___offset11; int32_t L_3 = ___length12; String_t* L_4 = ___str23; int32_t L_5 = ___offset24; int32_t L_6 = ___length25; int32_t L_7 = ___options6; NullCheck(L_0); int32_t L_8 = SimpleCollator_Compare_m809124712(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Int32 System.Globalization.CompareInfo::internal_compare_switch(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_switch_m1882891666 (CompareInfo_t1092934962 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_internal_compare_switch_m1882891666_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); bool L_0 = CompareInfo_get_UseManagedCollation_m3599558938(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } { String_t* L_1 = ___str10; int32_t L_2 = ___offset11; int32_t L_3 = ___length12; String_t* L_4 = ___str23; int32_t L_5 = ___offset24; int32_t L_6 = ___length25; int32_t L_7 = ___options6; int32_t L_8 = CompareInfo_internal_compare_managed_m718834345(__this, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); G_B3_0 = L_8; goto IL_0031; } IL_0020: { String_t* L_9 = ___str10; int32_t L_10 = ___offset11; int32_t L_11 = ___length12; String_t* L_12 = ___str23; int32_t L_13 = ___offset24; int32_t L_14 = ___length25; int32_t L_15 = ___options6; int32_t L_16 = CompareInfo_internal_compare_m2522722857(__this, L_9, L_10, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); G_B3_0 = L_16; } IL_0031: { return G_B3_0; } } // System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_Compare_m894311506 (CompareInfo_t1092934962 * __this, String_t* ___string10, String_t* ___string21, const RuntimeMethod* method) { { String_t* L_0 = ___string10; String_t* L_1 = ___string21; int32_t L_2 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, __this, L_0, L_1, 0); return L_2; } } // System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_Compare_m1980361250 (CompareInfo_t1092934962 * __this, String_t* ___string10, String_t* ___string21, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_Compare_m1980361250_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___options2; int32_t L_1 = ___options2; if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)1879048223)))) == ((int32_t)L_1))) { goto IL_0018; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral2715197523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,CompareInfo_Compare_m1980361250_RuntimeMethod_var); } IL_0018: { String_t* L_3 = ___string10; if (L_3) { goto IL_0028; } } { String_t* L_4 = ___string21; if (L_4) { goto IL_0026; } } { return 0; } IL_0026: { return (-1); } IL_0028: { String_t* L_5 = ___string21; if (L_5) { goto IL_0030; } } { return 1; } IL_0030: { String_t* L_6 = ___string10; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0048; } } { String_t* L_8 = ___string21; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0048; } } { return 0; } IL_0048: { String_t* L_10 = ___string10; String_t* L_11 = ___string10; NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); String_t* L_13 = ___string21; String_t* L_14 = ___string21; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); int32_t L_16 = ___options2; int32_t L_17 = CompareInfo_internal_compare_switch_m1882891666(__this, L_10, 0, L_12, L_13, 0, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_Compare_m1030179556 (CompareInfo_t1092934962 * __this, String_t* ___string10, int32_t ___offset11, int32_t ___length12, String_t* ___string23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_Compare_m1030179556_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___options6; int32_t L_1 = ___options6; if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)1879048223)))) == ((int32_t)L_1))) { goto IL_001a; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral2715197523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,CompareInfo_Compare_m1030179556_RuntimeMethod_var); } IL_001a: { String_t* L_3 = ___string10; if (L_3) { goto IL_002b; } } { String_t* L_4 = ___string23; if (L_4) { goto IL_0029; } } { return 0; } IL_0029: { return (-1); } IL_002b: { String_t* L_5 = ___string23; if (L_5) { goto IL_0034; } } { return 1; } IL_0034: { String_t* L_6 = ___string10; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0051; } } { int32_t L_8 = ___offset11; String_t* L_9 = ___string10; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0051; } } { int32_t L_11 = ___length12; if (L_11) { goto IL_0074; } } IL_0051: { String_t* L_12 = ___string23; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0072; } } { int32_t L_14 = ___offset24; String_t* L_15 = ___string23; NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) == ((int32_t)L_16))) { goto IL_0072; } } { int32_t L_17 = ___length25; if (L_17) { goto IL_0074; } } IL_0072: { return 0; } IL_0074: { int32_t L_18 = ___offset11; if ((((int32_t)L_18) < ((int32_t)0))) { goto IL_0092; } } { int32_t L_19 = ___length12; if ((((int32_t)L_19) < ((int32_t)0))) { goto IL_0092; } } { int32_t L_20 = ___offset24; if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_0092; } } { int32_t L_21 = ___length25; if ((((int32_t)L_21) >= ((int32_t)0))) { goto IL_009d; } } IL_0092: { ArgumentOutOfRangeException_t777629997 * L_22 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_22, _stringLiteral3997192902, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,CompareInfo_Compare_m1030179556_RuntimeMethod_var); } IL_009d: { int32_t L_23 = ___offset11; String_t* L_24 = ___string10; NullCheck(L_24); int32_t L_25 = String_get_Length_m3847582255(L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) <= ((int32_t)L_25))) { goto IL_00b4; } } { ArgumentOutOfRangeException_t777629997 * L_26 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_26, _stringLiteral2716856417, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,CompareInfo_Compare_m1030179556_RuntimeMethod_var); } IL_00b4: { int32_t L_27 = ___offset24; String_t* L_28 = ___string23; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); if ((((int32_t)L_27) <= ((int32_t)L_29))) { goto IL_00cd; } } { ArgumentOutOfRangeException_t777629997 * L_30 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_30, _stringLiteral1037594608, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,CompareInfo_Compare_m1030179556_RuntimeMethod_var); } IL_00cd: { int32_t L_31 = ___length12; String_t* L_32 = ___string10; NullCheck(L_32); int32_t L_33 = String_get_Length_m3847582255(L_32, /*hidden argument*/NULL); int32_t L_34 = ___offset11; if ((((int32_t)L_31) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34))))) { goto IL_00e6; } } { ArgumentOutOfRangeException_t777629997 * L_35 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_35, _stringLiteral3274314199, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,CompareInfo_Compare_m1030179556_RuntimeMethod_var); } IL_00e6: { int32_t L_36 = ___length25; String_t* L_37 = ___string23; NullCheck(L_37); int32_t L_38 = String_get_Length_m3847582255(L_37, /*hidden argument*/NULL); int32_t L_39 = ___offset24; if ((((int32_t)L_36) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39))))) { goto IL_0102; } } { ArgumentOutOfRangeException_t777629997 * L_40 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_40, _stringLiteral3115827549, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,CompareInfo_Compare_m1030179556_RuntimeMethod_var); } IL_0102: { String_t* L_41 = ___string10; int32_t L_42 = ___offset11; int32_t L_43 = ___length12; String_t* L_44 = ___string23; int32_t L_45 = ___offset24; int32_t L_46 = ___length25; int32_t L_47 = ___options6; int32_t L_48 = CompareInfo_internal_compare_switch_m1882891666(__this, L_41, L_42, L_43, L_44, L_45, L_46, L_47, /*hidden argument*/NULL); return L_48; } } // System.Boolean System.Globalization.CompareInfo::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CompareInfo_Equals_m1257808801 (CompareInfo_t1092934962 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_Equals_m1257808801_MetadataUsageId); s_Il2CppMethodInitialized = true; } CompareInfo_t1092934962 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((CompareInfo_t1092934962 *)IsInstClass((RuntimeObject*)L_0, CompareInfo_t1092934962_il2cpp_TypeInfo_var)); CompareInfo_t1092934962 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { CompareInfo_t1092934962 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_culture_1(); int32_t L_4 = __this->get_culture_1(); return (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } } // System.Int32 System.Globalization.CompareInfo::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_GetHashCode_m912891044 (CompareInfo_t1092934962 * __this, const RuntimeMethod* method) { { int32_t L_0 = CompareInfo_get_LCID_m2851766819(__this, /*hidden argument*/NULL); return L_0; } } // System.Globalization.SortKey System.Globalization.CompareInfo::GetSortKey(System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR SortKey_t3955336732 * CompareInfo_GetSortKey_m1915852346 (CompareInfo_t1092934962 * __this, String_t* ___source0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_GetSortKey_m1915852346_MetadataUsageId); s_Il2CppMethodInitialized = true; } SortKey_t3955336732 * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___options1; V_1 = L_0; int32_t L_1 = V_1; if ((((int32_t)L_1) == ((int32_t)((int32_t)268435456)))) { goto IL_001d; } } { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)1073741824)))) { goto IL_001d; } } { goto IL_002d; } IL_001d: { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral4212654033, _stringLiteral2715197523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,CompareInfo_GetSortKey_m1915852346_RuntimeMethod_var); } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); bool L_4 = CompareInfo_get_UseManagedCollation_m3599558938(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_4) { goto IL_0045; } } { SimpleCollator_t2877834729 * L_5 = __this->get_collator_5(); String_t* L_6 = ___source0; int32_t L_7 = ___options1; NullCheck(L_5); SortKey_t3955336732 * L_8 = SimpleCollator_GetSortKey_m3181176421(L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_0045: { int32_t L_9 = __this->get_culture_1(); String_t* L_10 = ___source0; int32_t L_11 = ___options1; SortKey_t3955336732 * L_12 = (SortKey_t3955336732 *)il2cpp_codegen_object_new(SortKey_t3955336732_il2cpp_TypeInfo_var); SortKey__ctor_m853383193(L_12, L_9, L_10, L_11, /*hidden argument*/NULL); V_0 = L_12; SortKey_t3955336732 * L_13 = V_0; String_t* L_14 = ___source0; int32_t L_15 = ___options1; CompareInfo_assign_sortkey_m2100240770(__this, L_13, L_14, L_15, /*hidden argument*/NULL); SortKey_t3955336732 * L_16 = V_0; return L_16; } } // System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_IndexOf_m1601177264 (CompareInfo_t1092934962 * __this, String_t* ___source0, String_t* ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___source0; String_t* L_1 = ___value1; String_t* L_2 = ___source0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); int32_t L_4 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, __this, L_0, L_1, 0, L_3, 0); return L_4; } } // System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_IndexOf_m2631915198 (CompareInfo_t1092934962 * __this, String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { { String_t* L_0 = ___source0; String_t* L_1 = ___value1; int32_t L_2 = ___startIndex2; int32_t L_3 = ___count3; int32_t L_4 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, __this, L_0, L_1, L_2, L_3, 0); return L_4; } } // System.Int32 System.Globalization.CompareInfo::internal_index_managed(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_managed_m2912760462 (CompareInfo_t1092934962 * __this, String_t* ___s10, int32_t ___sindex1, int32_t ___count2, String_t* ___s23, int32_t ___opt4, bool ___first5, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___first5; if (!L_0) { goto IL_001e; } } { SimpleCollator_t2877834729 * L_1 = __this->get_collator_5(); String_t* L_2 = ___s10; String_t* L_3 = ___s23; int32_t L_4 = ___sindex1; int32_t L_5 = ___count2; int32_t L_6 = ___opt4; NullCheck(L_1); int32_t L_7 = SimpleCollator_IndexOf_m2273655786(L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); G_B3_0 = L_7; goto IL_0030; } IL_001e: { SimpleCollator_t2877834729 * L_8 = __this->get_collator_5(); String_t* L_9 = ___s10; String_t* L_10 = ___s23; int32_t L_11 = ___sindex1; int32_t L_12 = ___count2; int32_t L_13 = ___opt4; NullCheck(L_8); int32_t L_14 = SimpleCollator_LastIndexOf_m3026739976(L_8, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); G_B3_0 = L_14; } IL_0030: { return G_B3_0; } } // System.Int32 System.Globalization.CompareInfo::internal_index_switch(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_switch_m2232588269 (CompareInfo_t1092934962 * __this, String_t* ___s10, int32_t ___sindex1, int32_t ___count2, String_t* ___s23, int32_t ___opt4, bool ___first5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_internal_index_switch_m2232588269_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); bool L_0 = CompareInfo_get_UseManagedCollation_m3599558938(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0031; } } { bool L_1 = ___first5; if (!L_1) { goto IL_001d; } } { int32_t L_2 = ___opt4; if ((((int32_t)L_2) == ((int32_t)((int32_t)1073741824)))) { goto IL_0031; } } IL_001d: { String_t* L_3 = ___s10; int32_t L_4 = ___sindex1; int32_t L_5 = ___count2; String_t* L_6 = ___s23; int32_t L_7 = ___opt4; bool L_8 = ___first5; int32_t L_9 = CompareInfo_internal_index_managed_m2912760462(__this, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); G_B5_0 = L_9; goto IL_0040; } IL_0031: { String_t* L_10 = ___s10; int32_t L_11 = ___sindex1; int32_t L_12 = ___count2; String_t* L_13 = ___s23; int32_t L_14 = ___opt4; bool L_15 = ___first5; int32_t L_16 = CompareInfo_internal_index_m2592793775(__this, L_10, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); G_B5_0 = L_16; } IL_0040: { return G_B5_0; } } // System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_IndexOf_m667936183 (CompareInfo_t1092934962 * __this, String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, int32_t ___options4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_IndexOf_m667936183_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___source0; 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, _stringLiteral4294193667, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CompareInfo_IndexOf_m667936183_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___value1; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,CompareInfo_IndexOf_m667936183_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___startIndex2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0034; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral2410720131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,CompareInfo_IndexOf_m667936183_RuntimeMethod_var); } IL_0034: { int32_t L_6 = ___count3; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_004b; } } { String_t* L_7 = ___source0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); int32_t L_9 = ___startIndex2; int32_t L_10 = ___count3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_0056; } } IL_004b: { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_11, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,CompareInfo_IndexOf_m667936183_RuntimeMethod_var); } IL_0056: { int32_t L_12 = ___options4; int32_t L_13 = ___options4; if ((((int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)1342177311)))) == ((int32_t)L_13))) { goto IL_0070; } } { ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_14, _stringLiteral2715197523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,CompareInfo_IndexOf_m667936183_RuntimeMethod_var); } IL_0070: { String_t* L_15 = ___value1; NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_007d; } } { int32_t L_17 = ___startIndex2; return L_17; } IL_007d: { int32_t L_18 = ___count3; if (L_18) { goto IL_0086; } } { return (-1); } IL_0086: { String_t* L_19 = ___source0; int32_t L_20 = ___startIndex2; int32_t L_21 = ___count3; String_t* L_22 = ___value1; int32_t L_23 = ___options4; int32_t L_24 = CompareInfo_internal_index_switch_m2232588269(__this, L_19, L_20, L_21, L_22, L_23, (bool)1, /*hidden argument*/NULL); return L_24; } } // System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR bool CompareInfo_IsPrefix_m796715920 (CompareInfo_t1092934962 * __this, String_t* ___source0, String_t* ___prefix1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_IsPrefix_m796715920_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___source0; 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, _stringLiteral4294193667, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CompareInfo_IsPrefix_m796715920_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___prefix1; 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, _stringLiteral1220639822, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,CompareInfo_IsPrefix_m796715920_RuntimeMethod_var); } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); bool L_4 = CompareInfo_get_UseManagedCollation_m3599558938(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_4) { goto IL_003b; } } { SimpleCollator_t2877834729 * L_5 = __this->get_collator_5(); String_t* L_6 = ___source0; String_t* L_7 = ___prefix1; int32_t L_8 = ___options2; NullCheck(L_5); bool L_9 = SimpleCollator_IsPrefix_m3581642267(L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_003b: { String_t* L_10 = ___source0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); String_t* L_12 = ___prefix1; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) >= ((int32_t)L_13))) { goto IL_004e; } } { return (bool)0; } IL_004e: { String_t* L_14 = ___source0; String_t* L_15 = ___prefix1; NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); String_t* L_17 = ___prefix1; String_t* L_18 = ___prefix1; NullCheck(L_18); int32_t L_19 = String_get_Length_m3847582255(L_18, /*hidden argument*/NULL); int32_t L_20 = ___options2; int32_t L_21 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, __this, L_14, 0, L_16, L_17, 0, L_19, L_20); return (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR bool CompareInfo_IsSuffix_m1571711387 (CompareInfo_t1092934962 * __this, String_t* ___source0, String_t* ___suffix1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_IsSuffix_m1571711387_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___source0; 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, _stringLiteral4294193667, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CompareInfo_IsSuffix_m1571711387_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___suffix1; 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, _stringLiteral3938840648, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,CompareInfo_IsSuffix_m1571711387_RuntimeMethod_var); } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(CompareInfo_t1092934962_il2cpp_TypeInfo_var); bool L_4 = CompareInfo_get_UseManagedCollation_m3599558938(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_4) { goto IL_003b; } } { SimpleCollator_t2877834729 * L_5 = __this->get_collator_5(); String_t* L_6 = ___source0; String_t* L_7 = ___suffix1; int32_t L_8 = ___options2; NullCheck(L_5); bool L_9 = SimpleCollator_IsSuffix_m1548422615(L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_003b: { String_t* L_10 = ___source0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); String_t* L_12 = ___suffix1; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) >= ((int32_t)L_13))) { goto IL_004e; } } { return (bool)0; } IL_004e: { String_t* L_14 = ___source0; String_t* L_15 = ___source0; NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); String_t* L_17 = ___suffix1; NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); String_t* L_19 = ___suffix1; NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); String_t* L_21 = ___suffix1; String_t* L_22 = ___suffix1; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); int32_t L_24 = ___options2; int32_t L_25 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, __this, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_18)), L_20, L_21, 0, L_23, L_24); return (bool)((((int32_t)L_25) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_LastIndexOf_m2688553706 (CompareInfo_t1092934962 * __this, String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { { String_t* L_0 = ___source0; String_t* L_1 = ___value1; int32_t L_2 = ___startIndex2; int32_t L_3 = ___count3; int32_t L_4 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(15 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, __this, L_0, L_1, L_2, L_3, 0); return L_4; } } // System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_LastIndexOf_m3774208875 (CompareInfo_t1092934962 * __this, String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, int32_t ___options4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_LastIndexOf_m3774208875_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___source0; 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, _stringLiteral4294193667, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CompareInfo_LastIndexOf_m3774208875_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___value1; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,CompareInfo_LastIndexOf_m3774208875_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___startIndex2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0034; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral2410720131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,CompareInfo_LastIndexOf_m3774208875_RuntimeMethod_var); } IL_0034: { int32_t L_6 = ___count3; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0046; } } { int32_t L_7 = ___startIndex2; int32_t L_8 = ___count3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))) >= ((int32_t)(-1)))) { goto IL_0051; } } IL_0046: { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_9, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,CompareInfo_LastIndexOf_m3774208875_RuntimeMethod_var); } IL_0051: { int32_t L_10 = ___options4; int32_t L_11 = ___options4; if ((((int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)1342177311)))) == ((int32_t)L_11))) { goto IL_006b; } } { ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, _stringLiteral2715197523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,CompareInfo_LastIndexOf_m3774208875_RuntimeMethod_var); } IL_006b: { int32_t L_13 = ___count3; if (L_13) { goto IL_0074; } } { return (-1); } IL_0074: { String_t* L_14 = ___value1; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); V_0 = L_15; int32_t L_16 = V_0; if (L_16) { goto IL_0083; } } { return 0; } IL_0083: { String_t* L_17 = ___source0; int32_t L_18 = ___startIndex2; int32_t L_19 = ___count3; String_t* L_20 = ___value1; int32_t L_21 = ___options4; int32_t L_22 = CompareInfo_internal_index_switch_m2232588269(__this, L_17, L_18, L_19, L_20, L_21, (bool)0, /*hidden argument*/NULL); return L_22; } } // System.String System.Globalization.CompareInfo::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CompareInfo_ToString_m2684143229 (CompareInfo_t1092934962 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompareInfo_ToString_m2684143229_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_culture_1(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral39437199, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Globalization.CompareInfo::get_LCID() extern "C" IL2CPP_METHOD_ATTR int32_t CompareInfo_get_LCID_m2851766819 (CompareInfo_t1092934962 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_culture_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.Globalization.CultureInfo::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m2628215565 (CultureInfo_t4157843068 * __this, int32_t ___culture0, const RuntimeMethod* method) { { int32_t L_0 = ___culture0; CultureInfo__ctor_m3285927757(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m3285927757 (CultureInfo_t4157843068 * __this, int32_t ___culture0, bool ___useUserOverride1, const RuntimeMethod* method) { { int32_t L_0 = ___culture0; bool L_1 = ___useUserOverride1; CultureInfo__ctor_m385185322(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m385185322 (CultureInfo_t4157843068 * __this, int32_t ___culture0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo__ctor_m385185322_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___culture0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral461586467, _stringLiteral3589369415, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CultureInfo__ctor_m385185322_RuntimeMethod_var); } IL_001d: { __this->set_constructed_33((bool)1); bool L_2 = ___read_only2; __this->set_m_isReadOnly_7(L_2); bool L_3 = ___useUserOverride1; __this->set_m_useUserOverride_13(L_3); int32_t L_4 = ___culture0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)127))))) { goto IL_0042; } } { bool L_5 = ___read_only2; CultureInfo_ConstructInvariant_m3774343375(__this, L_5, /*hidden argument*/NULL); return; } IL_0042: { int32_t L_6 = ___culture0; bool L_7 = CultureInfo_ConstructInternalLocaleFromLcid_m2304903600(__this, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0069; } } { int32_t L_8 = ___culture0; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1601041609, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,CultureInfo__ctor_m385185322_RuntimeMethod_var); } IL_0069: { return; } } // System.Void System.Globalization.CultureInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m686319079 (CultureInfo_t4157843068 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; CultureInfo__ctor_m1798203683(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m1798203683 (CultureInfo_t4157843068 * __this, String_t* ___name0, bool ___useUserOverride1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; bool L_1 = ___useUserOverride1; CultureInfo__ctor_m1132565265(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m1132565265 (CultureInfo_t4157843068 * __this, String_t* ___name0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo__ctor_m1132565265_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; 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, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CultureInfo__ctor_m1132565265_RuntimeMethod_var); } IL_0017: { __this->set_constructed_33((bool)1); bool L_2 = ___read_only2; __this->set_m_isReadOnly_7(L_2); bool L_3 = ___useUserOverride1; __this->set_m_useUserOverride_13(L_3); 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_003f; } } { bool L_6 = ___read_only2; CultureInfo_ConstructInvariant_m3774343375(__this, L_6, /*hidden argument*/NULL); return; } IL_003f: { String_t* L_7 = ___name0; NullCheck(L_7); String_t* L_8 = String_ToLowerInvariant_m110751226(L_7, /*hidden argument*/NULL); bool L_9 = CultureInfo_ConstructInternalLocaleFromName_m4012802696(__this, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_006b; } } { String_t* L_10 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1415584285, L_10, _stringLiteral1198191465, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,CultureInfo__ctor_m1132565265_RuntimeMethod_var); } IL_006b: { return; } } // System.Void System.Globalization.CultureInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m1510335716 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_constructed_33((bool)1); return; } } // System.Void System.Globalization.CultureInfo::.cctor() extern "C" IL2CPP_METHOD_ATTR void CultureInfo__cctor_m1258429074 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo__cctor_m1258429074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->set_shared_table_lock_5(L_0); ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->set_MSG_READONLY_35(_stringLiteral3759034283); CultureInfo_t4157843068 * L_1 = (CultureInfo_t4157843068 *)il2cpp_codegen_object_new(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo__ctor_m385185322(L_1, ((int32_t)127), (bool)0, (bool)1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->set_invariant_culture_info_4(L_1); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_get_InvariantCulture_m3532445182_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_invariant_culture_info_4(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_CurrentCulture_m1632690660 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_get_CurrentCulture_m1632690660_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_0 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CultureInfo_t4157843068 * L_1 = Thread_get_CurrentCulture_m349116646(L_0, /*hidden argument*/NULL); return L_1; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_CurrentUICulture_m959203371 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_get_CurrentUICulture_m959203371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_0 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CultureInfo_t4157843068 * L_1 = Thread_get_CurrentUICulture_m1397429997(L_0, /*hidden argument*/NULL); return L_1; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_ConstructCurrentCulture_m2704365233 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_ConstructCurrentCulture_m2704365233_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; { CultureInfo_t4157843068 * L_0 = (CultureInfo_t4157843068 *)il2cpp_codegen_object_new(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo__ctor_m1510335716(L_0, /*hidden argument*/NULL); V_0 = L_0; CultureInfo_t4157843068 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); bool L_2 = CultureInfo_ConstructInternalLocaleFromCurrentLocale_m3684789125(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; } IL_0017: { CultureInfo_t4157843068 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_cultureID_8(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->set_BootstrapCultureID_6(L_5); CultureInfo_t4157843068 * L_6 = V_0; return L_6; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentUICulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_ConstructCurrentUICulture_m3439838233 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_ConstructCurrentUICulture_m3439838233_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_ConstructCurrentCulture_m2704365233(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.String System.Globalization.CultureInfo::get_Territory() extern "C" IL2CPP_METHOD_ATTR String_t* CultureInfo_get_Territory_m3971126713 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_territory_25(); return L_0; } } // System.Int32 System.Globalization.CultureInfo::get_LCID() extern "C" IL2CPP_METHOD_ATTR int32_t CultureInfo_get_LCID_m3475551012 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cultureID_8(); return L_0; } } // System.String System.Globalization.CultureInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* CultureInfo_get_Name_m3662098416 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_17(); return L_0; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_Parent_m672689885 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_get_Parent_m672689885_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t4157843068 * L_0 = __this->get_parent_culture_30(); if (L_0) { goto IL_0076; } } { bool L_1 = __this->get_constructed_33(); if (L_1) { goto IL_001c; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_001c: { int32_t L_2 = __this->get_parent_lcid_9(); int32_t L_3 = __this->get_cultureID_8(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_002f; } } { return (CultureInfo_t4157843068 *)NULL; } IL_002f: { int32_t L_4 = __this->get_parent_lcid_9(); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)127))))) { goto IL_004c; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_parent_culture_30(L_5); goto IL_0076; } IL_004c: { int32_t L_6 = __this->get_cultureID_8(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)127))))) { goto IL_0065; } } { __this->set_parent_culture_30(__this); goto IL_0076; } IL_0065: { int32_t L_7 = __this->get_parent_lcid_9(); CultureInfo_t4157843068 * L_8 = (CultureInfo_t4157843068 *)il2cpp_codegen_object_new(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo__ctor_m2628215565(L_8, L_7, /*hidden argument*/NULL); __this->set_parent_culture_30(L_8); } IL_0076: { CultureInfo_t4157843068 * L_9 = __this->get_parent_culture_30(); return L_9; } } // System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() extern "C" IL2CPP_METHOD_ATTR TextInfo_t3810425522 * CultureInfo_get_TextInfo_m2342840448 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { CultureInfo_t4157843068 * 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); { TextInfo_t3810425522 * L_0 = __this->get_textInfo_16(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0053; } } { bool L_1 = __this->get_constructed_33(); if (L_1) { goto IL_001e; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_001e: { V_0 = __this; CultureInfo_t4157843068 * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0026: try { // begin try (depth: 1) { TextInfo_t3810425522 * L_3 = __this->get_textInfo_16(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_0047; } } IL_0033: { bool L_4 = __this->get_m_isReadOnly_7(); TextInfo_t3810425522 * L_5 = CultureInfo_CreateTextInfo_m1222487997(__this, L_4, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_textInfo_16(L_5); } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_004c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004c; } FINALLY_004c: { // begin finally (depth: 1) CultureInfo_t4157843068 * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(76) } // end finally (depth: 1) IL2CPP_CLEANUP(76) { IL2CPP_JUMP_TBL(0x53, IL_0053) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0053: { TextInfo_t3810425522 * L_7 = __this->get_textInfo_16(); il2cpp_codegen_memory_barrier(); return L_7; } } // System.String System.Globalization.CultureInfo::get_IcuName() extern "C" IL2CPP_METHOD_ATTR String_t* CultureInfo_get_IcuName_m2258611679 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_constructed_33(); if (L_0) { goto IL_0011; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_0011: { String_t* L_1 = __this->get_icu_name_23(); return L_1; } } // System.Object System.Globalization.CultureInfo::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CultureInfo_Clone_m2597938387 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_Clone_m2597938387_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; { bool L_0 = __this->get_constructed_33(); if (L_0) { goto IL_0011; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_0011: { RuntimeObject * L_1 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); V_0 = ((CultureInfo_t4157843068 *)CastclassClass((RuntimeObject*)L_1, CultureInfo_t4157843068_il2cpp_TypeInfo_var)); CultureInfo_t4157843068 * L_2 = V_0; NullCheck(L_2); L_2->set_m_isReadOnly_7((bool)0); CultureInfo_t4157843068 * L_3 = V_0; NullCheck(L_3); L_3->set_cached_serialized_form_34((ByteU5BU5D_t4116647657*)NULL); bool L_4 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() */, __this); if (L_4) { goto IL_0062; } } { CultureInfo_t4157843068 * L_5 = V_0; NumberFormatInfo_t435877138 * L_6 = VirtFuncInvoker0< NumberFormatInfo_t435877138 * >::Invoke(13 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, __this); NullCheck(L_6); RuntimeObject * L_7 = NumberFormatInfo_Clone_m3276284539(L_6, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker1< NumberFormatInfo_t435877138 * >::Invoke(14 /* System.Void System.Globalization.CultureInfo::set_NumberFormat(System.Globalization.NumberFormatInfo) */, L_5, ((NumberFormatInfo_t435877138 *)CastclassSealed((RuntimeObject*)L_7, NumberFormatInfo_t435877138_il2cpp_TypeInfo_var))); CultureInfo_t4157843068 * L_8 = V_0; DateTimeFormatInfo_t2405853701 * L_9 = VirtFuncInvoker0< DateTimeFormatInfo_t2405853701 * >::Invoke(15 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, __this); NullCheck(L_9); RuntimeObject * L_10 = DateTimeFormatInfo_Clone_m335051388(L_9, /*hidden argument*/NULL); NullCheck(L_8); VirtActionInvoker1< DateTimeFormatInfo_t2405853701 * >::Invoke(16 /* System.Void System.Globalization.CultureInfo::set_DateTimeFormat(System.Globalization.DateTimeFormatInfo) */, L_8, ((DateTimeFormatInfo_t2405853701 *)CastclassSealed((RuntimeObject*)L_10, DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))); } IL_0062: { CultureInfo_t4157843068 * L_11 = V_0; return L_11; } } // System.Boolean System.Globalization.CultureInfo::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_Equals_m1360976324 (CultureInfo_t4157843068 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_Equals_m1360976324_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((CultureInfo_t4157843068 *)IsInstClass((RuntimeObject*)L_0, CultureInfo_t4157843068_il2cpp_TypeInfo_var)); CultureInfo_t4157843068 * L_1 = V_0; if (!L_1) { goto IL_001c; } } { CultureInfo_t4157843068 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_cultureID_8(); int32_t L_4 = __this->get_cultureID_8(); return (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } IL_001c: { return (bool)0; } } // System.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes) extern "C" IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t377611285* CultureInfo_GetCultures_m1089166172 (RuntimeObject * __this /* static, unused */, int32_t ___types0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_GetCultures_m1089166172_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; CultureInfoU5BU5D_t377611285* V_3 = NULL; { int32_t L_0 = ___types0; V_0 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_1 = ___types0; V_1 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_2 = ___types0; V_2 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)4))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_3 = V_0; bool L_4 = V_1; bool L_5 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfoU5BU5D_t377611285* L_6 = CultureInfo_internal_get_cultures_m2305623176(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; bool L_7 = V_0; if (!L_7) { goto IL_0050; } } { CultureInfoU5BU5D_t377611285* L_8 = V_3; NullCheck(L_8); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) <= ((int32_t)0))) { goto IL_0050; } } { CultureInfoU5BU5D_t377611285* L_9 = V_3; NullCheck(L_9); int32_t L_10 = 0; CultureInfo_t4157843068 * L_11 = (L_9)->GetAt(static_cast(L_10)); if (L_11) { goto IL_0050; } } { CultureInfoU5BU5D_t377611285* L_12 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject * L_14 = VirtFuncInvoker0< RuntimeObject * >::Invoke(10 /* System.Object System.Globalization.CultureInfo::Clone() */, L_13); NullCheck(L_12); ArrayElementTypeCheck (L_12, ((CultureInfo_t4157843068 *)CastclassClass((RuntimeObject*)L_14, CultureInfo_t4157843068_il2cpp_TypeInfo_var))); (L_12)->SetAt(static_cast(0), (CultureInfo_t4157843068 *)((CultureInfo_t4157843068 *)CastclassClass((RuntimeObject*)L_14, CultureInfo_t4157843068_il2cpp_TypeInfo_var))); } IL_0050: { CultureInfoU5BU5D_t377611285* L_15 = V_3; return L_15; } } // System.Int32 System.Globalization.CultureInfo::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CultureInfo_GetHashCode_m4280654343 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cultureID_8(); return L_0; } } // System.String System.Globalization.CultureInfo::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CultureInfo_ToString_m2909304639 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_17(); return L_0; } } // System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() extern "C" IL2CPP_METHOD_ATTR CompareInfo_t1092934962 * CultureInfo_get_CompareInfo_m2930343429 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_get_CompareInfo_m2930343429_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * 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); { CompareInfo_t1092934962 * L_0 = __this->get_compareInfo_26(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_004d; } } { bool L_1 = __this->get_constructed_33(); if (L_1) { goto IL_001e; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_001e: { V_0 = __this; CultureInfo_t4157843068 * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0026: try { // begin try (depth: 1) { CompareInfo_t1092934962 * L_3 = __this->get_compareInfo_26(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_0041; } } IL_0033: { CompareInfo_t1092934962 * L_4 = (CompareInfo_t1092934962 *)il2cpp_codegen_object_new(CompareInfo_t1092934962_il2cpp_TypeInfo_var); CompareInfo__ctor_m1655607648(L_4, __this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_compareInfo_26(L_4); } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0046); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0046; } FINALLY_0046: { // begin finally (depth: 1) CultureInfo_t4157843068 * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(70) } // end finally (depth: 1) IL2CPP_CLEANUP(70) { IL2CPP_JUMP_TBL(0x4D, IL_004d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004d: { CompareInfo_t1092934962 * L_6 = __this->get_compareInfo_26(); il2cpp_codegen_memory_barrier(); return L_6; } } // System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_get_IsNeutralCulture_m3370126681 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { int32_t G_B7_0 = 0; { bool L_0 = __this->get_constructed_33(); if (L_0) { goto IL_0011; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_0011: { int32_t L_1 = __this->get_cultureID_8(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)127))))) { goto IL_0020; } } { return (bool)0; } IL_0020: { int32_t L_2 = __this->get_cultureID_8(); if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)65280)))) { goto IL_003c; } } { int32_t L_3 = __this->get_specific_lcid_10(); G_B7_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0); goto IL_003d; } IL_003c: { G_B7_0 = 1; } IL_003d: { return (bool)G_B7_0; } } // System.Void System.Globalization.CultureInfo::CheckNeutral() extern "C" IL2CPP_METHOD_ATTR void CultureInfo_CheckNeutral_m3648960231 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_CheckNeutral_m3648960231_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() */, __this); if (!L_0) { goto IL_0026; } } { String_t* L_1 = __this->get_m_name_17(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2475788819, L_1, _stringLiteral965545644, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_3 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,CultureInfo_CheckNeutral_m3648960231_RuntimeMethod_var); } IL_0026: { return; } } // System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_t435877138 * CultureInfo_get_NumberFormat_m1244033732 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_get_NumberFormat_m1244033732_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * 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); { bool L_0 = __this->get_constructed_33(); if (L_0) { goto IL_0011; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_0011: { CultureInfo_CheckNeutral_m3648960231(__this, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_1 = __this->get_numInfo_14(); il2cpp_codegen_memory_barrier(); if (L_1) { goto IL_005e; } } { V_0 = __this; CultureInfo_t4157843068 * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_002c: try { // begin try (depth: 1) { NumberFormatInfo_t435877138 * L_3 = __this->get_numInfo_14(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_0052; } } IL_0039: { bool L_4 = __this->get_m_isReadOnly_7(); NumberFormatInfo_t435877138 * L_5 = (NumberFormatInfo_t435877138 *)il2cpp_codegen_object_new(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var); NumberFormatInfo__ctor_m702982685(L_5, L_4, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_numInfo_14(L_5); CultureInfo_construct_number_format_m3346478783(__this, /*hidden argument*/NULL); } IL_0052: { IL2CPP_LEAVE(0x5E, FINALLY_0057); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0057; } FINALLY_0057: { // begin finally (depth: 1) CultureInfo_t4157843068 * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(87) } // end finally (depth: 1) IL2CPP_CLEANUP(87) { IL2CPP_JUMP_TBL(0x5E, IL_005e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005e: { NumberFormatInfo_t435877138 * L_7 = __this->get_numInfo_14(); il2cpp_codegen_memory_barrier(); return L_7; } } // System.Void System.Globalization.CultureInfo::set_NumberFormat(System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR void CultureInfo_set_NumberFormat_m3501553660 (CultureInfo_t4157843068 * __this, NumberFormatInfo_t435877138 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_set_NumberFormat_m3501553660_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_constructed_33(); if (L_0) { goto IL_0011; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_0011: { bool L_1 = __this->get_m_isReadOnly_7(); if (!L_1) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); String_t* L_2 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_MSG_READONLY_35(); InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,CultureInfo_set_NumberFormat_m3501553660_RuntimeMethod_var); } IL_0027: { NumberFormatInfo_t435877138 * L_4 = ___value0; if (L_4) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3567685780, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,CultureInfo_set_NumberFormat_m3501553660_RuntimeMethod_var); } IL_0038: { NumberFormatInfo_t435877138 * L_6 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_numInfo_14(L_6); return; } } // System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * CultureInfo_get_DateTimeFormat_m1982351742 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_get_DateTimeFormat_m1982351742_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * 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); { bool L_0 = __this->get_constructed_33(); if (L_0) { goto IL_0011; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_0011: { CultureInfo_CheckNeutral_m3648960231(__this, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_1 = __this->get_dateTimeInfo_15(); il2cpp_codegen_memory_barrier(); if (L_1) { goto IL_007e; } } { V_0 = __this; CultureInfo_t4157843068 * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_002c: try { // begin try (depth: 1) { DateTimeFormatInfo_t2405853701 * L_3 = __this->get_dateTimeInfo_15(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_0072; } } IL_0039: { bool L_4 = __this->get_m_isReadOnly_7(); DateTimeFormatInfo_t2405853701 * L_5 = (DateTimeFormatInfo_t2405853701 *)il2cpp_codegen_object_new(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo__ctor_m3106345035(L_5, L_4, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_dateTimeInfo_15(L_5); CultureInfo_construct_datetime_format_m1928121315(__this, /*hidden argument*/NULL); CalendarU5BU5D_t3985046076* L_6 = __this->get_optional_calendars_29(); if (!L_6) { goto IL_0072; } } IL_005d: { DateTimeFormatInfo_t2405853701 * L_7 = __this->get_dateTimeInfo_15(); il2cpp_codegen_memory_barrier(); CalendarU5BU5D_t3985046076* L_8 = __this->get_optional_calendars_29(); NullCheck(L_8); int32_t L_9 = 0; Calendar_t1661121569 * L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck(L_7); DateTimeFormatInfo_set_Calendar_m4130265499(L_7, L_10, /*hidden argument*/NULL); } IL_0072: { IL2CPP_LEAVE(0x7E, FINALLY_0077); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0077; } FINALLY_0077: { // begin finally (depth: 1) CultureInfo_t4157843068 * L_11 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); IL2CPP_END_FINALLY(119) } // end finally (depth: 1) IL2CPP_CLEANUP(119) { IL2CPP_JUMP_TBL(0x7E, IL_007e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007e: { DateTimeFormatInfo_t2405853701 * L_12 = __this->get_dateTimeInfo_15(); il2cpp_codegen_memory_barrier(); return L_12; } } // System.Void System.Globalization.CultureInfo::set_DateTimeFormat(System.Globalization.DateTimeFormatInfo) extern "C" IL2CPP_METHOD_ATTR void CultureInfo_set_DateTimeFormat_m1843682751 (CultureInfo_t4157843068 * __this, DateTimeFormatInfo_t2405853701 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_set_DateTimeFormat_m1843682751_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_constructed_33(); if (L_0) { goto IL_0011; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_0011: { bool L_1 = __this->get_m_isReadOnly_7(); if (!L_1) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); String_t* L_2 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_MSG_READONLY_35(); InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,CultureInfo_set_DateTimeFormat_m1843682751_RuntimeMethod_var); } IL_0027: { DateTimeFormatInfo_t2405853701 * L_4 = ___value0; if (L_4) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral2284643539, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,CultureInfo_set_DateTimeFormat_m1843682751_RuntimeMethod_var); } IL_0038: { DateTimeFormatInfo_t2405853701 * L_6 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_dateTimeInfo_15(L_6); return; } } // System.String System.Globalization.CultureInfo::get_DisplayName() extern "C" IL2CPP_METHOD_ATTR String_t* CultureInfo_get_DisplayName_m147288476 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_constructed_33(); if (L_0) { goto IL_0011; } } { CultureInfo_Construct_m1572693873(__this, /*hidden argument*/NULL); } IL_0011: { String_t* L_1 = __this->get_displayname_18(); return L_1; } } // System.Boolean System.Globalization.CultureInfo::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_get_IsReadOnly_m3799952118 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_isReadOnly_7(); return L_0; } } // System.Object System.Globalization.CultureInfo::GetFormat(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CultureInfo_GetFormat_m732021304 (CultureInfo_t4157843068 * __this, Type_t * ___formatType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_GetFormat_m732021304_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { V_0 = NULL; Type_t * L_0 = ___formatType0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (NumberFormatInfo_t435877138_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_001e; } } { NumberFormatInfo_t435877138 * L_3 = VirtFuncInvoker0< NumberFormatInfo_t435877138 * >::Invoke(13 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, __this); V_0 = L_3; goto IL_0035; } IL_001e: { Type_t * L_4 = ___formatType0; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (DateTimeFormatInfo_t2405853701_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_0035; } } { DateTimeFormatInfo_t2405853701 * L_7 = VirtFuncInvoker0< DateTimeFormatInfo_t2405853701 * >::Invoke(15 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, __this); V_0 = L_7; } IL_0035: { RuntimeObject * L_8 = V_0; return L_8; } } // System.Void System.Globalization.CultureInfo::Construct() extern "C" IL2CPP_METHOD_ATTR void CultureInfo_Construct_m1572693873 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cultureID_8(); CultureInfo_construct_internal_locale_from_lcid_m2668301444(__this, L_0, /*hidden argument*/NULL); __this->set_constructed_33((bool)1); return; } } // System.Boolean System.Globalization.CultureInfo::ConstructInternalLocaleFromName(System.String) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_ConstructInternalLocaleFromName_m4012802696 (CultureInfo_t4157843068 * __this, String_t* ___locale0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_ConstructInternalLocaleFromName_m4012802696_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___locale0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0073; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_2 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1B_40(); if (L_2) { goto IL_0037; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral2537170609, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral4103254550, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map1B_40(L_6); } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_7 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1B_40(); String_t* L_8 = V_0; NullCheck(L_7); bool L_9 = Dictionary_2_TryGetValue_m1013208020(L_7, L_8, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_9) { goto IL_0073; } } { int32_t L_10 = V_2; if (!L_10) { goto IL_005b; } } { int32_t L_11 = V_2; if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_0067; } } { goto IL_0073; } IL_005b: { ___locale0 = _stringLiteral2119368333; goto IL_0073; } IL_0067: { ___locale0 = _stringLiteral2119171725; goto IL_0073; } IL_0073: { String_t* L_12 = ___locale0; bool L_13 = CultureInfo_construct_internal_locale_from_name_m3254739477(__this, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0081; } } { return (bool)0; } IL_0081: { return (bool)1; } } // System.Boolean System.Globalization.CultureInfo::ConstructInternalLocaleFromLcid(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_ConstructInternalLocaleFromLcid_m2304903600 (CultureInfo_t4157843068 * __this, int32_t ___lcid0, const RuntimeMethod* method) { { int32_t L_0 = ___lcid0; bool L_1 = CultureInfo_construct_internal_locale_from_lcid_m2668301444(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { return (bool)1; } } // System.Boolean System.Globalization.CultureInfo::ConstructInternalLocaleFromCurrentLocale(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_ConstructInternalLocaleFromCurrentLocale_m3684789125 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___ci0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_ConstructInternalLocaleFromCurrentLocale_m3684789125_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t4157843068 * L_0 = ___ci0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); bool L_1 = CultureInfo_construct_internal_locale_from_current_locale_m2484355412(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { return (bool)1; } } // System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_lcid(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_lcid_m2668301444 (CultureInfo_t4157843068 * __this, int32_t ___lcid0, const RuntimeMethod* method) { typedef bool (*CultureInfo_construct_internal_locale_from_lcid_m2668301444_ftn) (CultureInfo_t4157843068 *, int32_t); using namespace il2cpp::icalls; return ((CultureInfo_construct_internal_locale_from_lcid_m2668301444_ftn)mscorlib::System::Globalization::CultureInfo::construct_internal_locale_from_lcid) (__this, ___lcid0); } // System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_name(System.String) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_name_m3254739477 (CultureInfo_t4157843068 * __this, String_t* ___name0, const RuntimeMethod* method) { typedef bool (*CultureInfo_construct_internal_locale_from_name_m3254739477_ftn) (CultureInfo_t4157843068 *, String_t*); using namespace il2cpp::icalls; return ((CultureInfo_construct_internal_locale_from_name_m3254739477_ftn)mscorlib::System::Globalization::CultureInfo::construct_internal_locale_from_name) (__this, ___name0); } // System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_current_locale(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_current_locale_m2484355412 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___ci0, const RuntimeMethod* method) { typedef bool (*CultureInfo_construct_internal_locale_from_current_locale_m2484355412_ftn) (CultureInfo_t4157843068 *); using namespace il2cpp::icalls; return ((CultureInfo_construct_internal_locale_from_current_locale_m2484355412_ftn)mscorlib::System::Globalization::CultureInfo::construct_internal_locale_from_current_locale) (___ci0); } // System.Globalization.CultureInfo[] System.Globalization.CultureInfo::internal_get_cultures(System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t377611285* CultureInfo_internal_get_cultures_m2305623176 (RuntimeObject * __this /* static, unused */, bool ___neutral0, bool ___specific1, bool ___installed2, const RuntimeMethod* method) { typedef CultureInfoU5BU5D_t377611285* (*CultureInfo_internal_get_cultures_m2305623176_ftn) (bool, bool, bool); using namespace il2cpp::icalls; return ((CultureInfo_internal_get_cultures_m2305623176_ftn)mscorlib::System::Globalization::CultureInfo::internal_get_cultures) (___neutral0, ___specific1, ___installed2); } // System.Void System.Globalization.CultureInfo::construct_datetime_format() extern "C" IL2CPP_METHOD_ATTR void CultureInfo_construct_datetime_format_m1928121315 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { typedef void (*CultureInfo_construct_datetime_format_m1928121315_ftn) (CultureInfo_t4157843068 *); using namespace il2cpp::icalls; ((CultureInfo_construct_datetime_format_m1928121315_ftn)mscorlib::System::Globalization::CultureInfo::construct_datetime_format) (__this); } // System.Void System.Globalization.CultureInfo::construct_number_format() extern "C" IL2CPP_METHOD_ATTR void CultureInfo_construct_number_format_m3346478783 (CultureInfo_t4157843068 * __this, const RuntimeMethod* method) { typedef void (*CultureInfo_construct_number_format_m3346478783_ftn) (CultureInfo_t4157843068 *); using namespace il2cpp::icalls; ((CultureInfo_construct_number_format_m3346478783_ftn)mscorlib::System::Globalization::CultureInfo::construct_number_format) (__this); } // System.Void System.Globalization.CultureInfo::ConstructInvariant(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureInfo_ConstructInvariant_m3774343375 (CultureInfo_t4157843068 * __this, bool ___read_only0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_ConstructInvariant_m3774343375_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { __this->set_cultureID_8(((int32_t)127)); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_0 = NumberFormatInfo_get_InvariantInfo_m349577018(NULL /*static, unused*/, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_numInfo_14(L_0); IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_1 = DateTimeFormatInfo_get_InvariantInfo_m2329875772(NULL /*static, unused*/, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_dateTimeInfo_15(L_1); bool L_2 = ___read_only0; if (L_2) { goto IL_005c; } } { NumberFormatInfo_t435877138 * L_3 = __this->get_numInfo_14(); il2cpp_codegen_memory_barrier(); NullCheck(L_3); RuntimeObject * L_4 = NumberFormatInfo_Clone_m3276284539(L_3, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_numInfo_14(((NumberFormatInfo_t435877138 *)CastclassSealed((RuntimeObject*)L_4, NumberFormatInfo_t435877138_il2cpp_TypeInfo_var))); DateTimeFormatInfo_t2405853701 * L_5 = __this->get_dateTimeInfo_15(); il2cpp_codegen_memory_barrier(); NullCheck(L_5); RuntimeObject * L_6 = DateTimeFormatInfo_Clone_m335051388(L_5, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_dateTimeInfo_15(((DateTimeFormatInfo_t2405853701 *)CastclassSealed((RuntimeObject*)L_6, DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))); } IL_005c: { bool L_7 = ___read_only0; TextInfo_t3810425522 * L_8 = CultureInfo_CreateTextInfo_m1222487997(__this, L_7, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_textInfo_16(L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_m_name_17(L_9); String_t* L_10 = _stringLiteral1056576614; V_0 = L_10; __this->set_nativename_20(L_10); String_t* L_11 = V_0; String_t* L_12 = L_11; V_0 = L_12; __this->set_englishname_19(L_12); String_t* L_13 = V_0; __this->set_displayname_18(L_13); __this->set_iso3lang_21(_stringLiteral1487606949); __this->set_iso2lang_22(_stringLiteral3455367111); __this->set_icu_name_23(_stringLiteral233393903); __this->set_win3lang_24(_stringLiteral1487606949); return; } } // System.Globalization.TextInfo System.Globalization.CultureInfo::CreateTextInfo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR TextInfo_t3810425522 * CultureInfo_CreateTextInfo_m1222487997 (CultureInfo_t4157843068 * __this, bool ___readOnly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_CreateTextInfo_m1222487997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_cultureID_8(); void* L_1 = __this->get_textinfo_data_28(); bool L_2 = ___readOnly0; TextInfo_t3810425522 * L_3 = (TextInfo_t3810425522 *)il2cpp_codegen_object_new(TextInfo_t3810425522_il2cpp_TypeInfo_var); TextInfo__ctor_m2985371296(L_3, __this, L_0, (void*)(void*)L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Globalization.CultureInfo::insert_into_shared_tables(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void CultureInfo_insert_into_shared_tables_m4239017467 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_insert_into_shared_tables_m4239017467_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_shared_by_number_36(); if (L_0) { goto IL_001e; } } { Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->set_shared_by_number_36(L_1); Hashtable_t1853889766 * L_2 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_2, /*hidden argument*/NULL); ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->set_shared_by_name_37(L_2); } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_3 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_shared_by_number_36(); CultureInfo_t4157843068 * L_4 = ___c0; NullCheck(L_4); int32_t L_5 = L_4->get_cultureID_8(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); CultureInfo_t4157843068 * L_8 = ___c0; NullCheck(L_3); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_3, L_7, L_8); Hashtable_t1853889766 * L_9 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_shared_by_name_37(); CultureInfo_t4157843068 * L_10 = ___c0; NullCheck(L_10); String_t* L_11 = L_10->get_m_name_17(); CultureInfo_t4157843068 * L_12 = ___c0; NullCheck(L_9); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_9, L_11, L_12); return; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.Int32) extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_GetCultureInfo_m630276874 (RuntimeObject * __this /* static, unused */, int32_t ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_GetCultureInfo_m630276874_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; RuntimeObject * V_1 = NULL; CultureInfo_t4157843068 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_shared_table_lock_5(); V_1 = L_0; RuntimeObject * L_1 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_shared_by_number_36(); if (!L_2) { goto IL_0039; } } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_3 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_shared_by_number_36(); int32_t L_4 = ___culture0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_6); V_0 = ((CultureInfo_t4157843068 *)IsInstClass((RuntimeObject*)L_7, CultureInfo_t4157843068_il2cpp_TypeInfo_var)); CultureInfo_t4157843068 * L_8 = V_0; if (!L_8) { goto IL_0039; } } IL_0032: { CultureInfo_t4157843068 * L_9 = V_0; V_2 = L_9; IL2CPP_LEAVE(0x5B, FINALLY_0054); } IL_0039: { int32_t L_10 = ___culture0; CultureInfo_t4157843068 * L_11 = (CultureInfo_t4157843068 *)il2cpp_codegen_object_new(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo__ctor_m385185322(L_11, L_10, (bool)0, (bool)1, /*hidden argument*/NULL); V_0 = L_11; CultureInfo_t4157843068 * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_insert_into_shared_tables_m4239017467(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_13 = V_0; V_2 = L_13; IL2CPP_LEAVE(0x5B, FINALLY_0054); } IL_004f: { ; // IL_004f: leave IL_005b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: { // begin finally (depth: 1) RuntimeObject * L_14 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); IL2CPP_END_FINALLY(84) } // end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_JUMP_TBL(0x5B, IL_005b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005b: { CultureInfo_t4157843068 * L_15 = V_2; return L_15; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.String) extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_GetCultureInfo_m56098747 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_GetCultureInfo_m56098747_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; RuntimeObject * V_1 = NULL; CultureInfo_t4157843068 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { 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,CultureInfo_GetCultureInfo_m56098747_RuntimeMethod_var); } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_shared_table_lock_5(); V_1 = L_2; RuntimeObject * L_3 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_001d: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_4 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_shared_by_name_37(); if (!L_4) { goto IL_0045; } } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_5 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_shared_by_name_37(); String_t* L_6 = ___name0; NullCheck(L_5); RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_5, L_6); V_0 = ((CultureInfo_t4157843068 *)IsInstClass((RuntimeObject*)L_7, CultureInfo_t4157843068_il2cpp_TypeInfo_var)); CultureInfo_t4157843068 * L_8 = V_0; if (!L_8) { goto IL_0045; } } IL_003e: { CultureInfo_t4157843068 * L_9 = V_0; V_2 = L_9; IL2CPP_LEAVE(0x67, FINALLY_0060); } IL_0045: { String_t* L_10 = ___name0; CultureInfo_t4157843068 * L_11 = (CultureInfo_t4157843068 *)il2cpp_codegen_object_new(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo__ctor_m1132565265(L_11, L_10, (bool)0, (bool)1, /*hidden argument*/NULL); V_0 = L_11; CultureInfo_t4157843068 * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_insert_into_shared_tables_m4239017467(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_13 = V_0; V_2 = L_13; IL2CPP_LEAVE(0x67, FINALLY_0060); } IL_005b: { ; // IL_005b: leave IL_0067 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: { // begin finally (depth: 1) RuntimeObject * L_14 = V_1; 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: { CultureInfo_t4157843068 * L_15 = V_2; return L_15; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::CreateCulture(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_CreateCulture_m1493441763 (RuntimeObject * __this /* static, unused */, String_t* ___name0, bool ___reference1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfo_CreateCulture_m1493441763_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t G_B4_0 = 0; int32_t G_B8_0 = 0; { String_t* L_0 = ___name0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_2 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); bool L_2 = ___reference1; if (!L_2) { goto IL_0025; } } { bool L_3 = V_2; if (!L_3) { goto IL_001c; } } { G_B4_0 = 0; goto IL_001d; } IL_001c: { G_B4_0 = 1; } IL_001d: { V_1 = (bool)G_B4_0; V_0 = (bool)0; goto IL_0035; } IL_0025: { V_0 = (bool)0; bool L_4 = V_2; if (!L_4) { goto IL_0033; } } { G_B8_0 = 0; goto IL_0034; } IL_0033: { G_B8_0 = 1; } IL_0034: { V_1 = (bool)G_B8_0; } IL_0035: { String_t* L_5 = ___name0; bool L_6 = V_1; bool L_7 = V_0; CultureInfo_t4157843068 * L_8 = (CultureInfo_t4157843068 *)il2cpp_codegen_object_new(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo__ctor_m1132565265(L_8, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.Globalization.DateTimeFormatInfo::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo__ctor_m3106345035 (DateTimeFormatInfo_t2405853701 * __this, bool ___read_only0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo__ctor_m3106345035_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___read_only0; __this->set_m_isReadOnly_10(L_0); __this->set_amDesignator_11(_stringLiteral3457005535); __this->set_pmDesignator_12(_stringLiteral3457005552); __this->set_dateSeparator_13(_stringLiteral3452614529); __this->set_timeSeparator_14(_stringLiteral3452614550); __this->set_shortDatePattern_15(_stringLiteral2544560494); __this->set_longDatePattern_16(_stringLiteral2077212489); __this->set_shortTimePattern_17(_stringLiteral3027523993); __this->set_longTimePattern_18(_stringLiteral2357574120); __this->set_monthDayPattern_19(_stringLiteral3371030740); __this->set_yearMonthPattern_20(_stringLiteral2238997932); __this->set_fullDateTimePattern_21(_stringLiteral2624816618); __this->set__RFC1123Pattern_22(_stringLiteral2636455750); __this->set__SortableDateTimePattern_23(_stringLiteral2337686944); __this->set__UniversalSortableDateTimePattern_24(_stringLiteral3056521036); __this->set_firstDayOfWeek_25(0); GregorianCalendar_t2054525052 * L_1 = (GregorianCalendar_t2054525052 *)il2cpp_codegen_object_new(GregorianCalendar_t2054525052_il2cpp_TypeInfo_var); GregorianCalendar__ctor_m3097541152(L_1, /*hidden argument*/NULL); __this->set_calendar_26(L_1); __this->set_calendarWeekRule_27(0); IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_2 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_INVARIANT_ABBREVIATED_DAY_NAMES_4(); __this->set_abbreviatedDayNames_28(L_2); StringU5BU5D_t1281789340* L_3 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_INVARIANT_DAY_NAMES_5(); __this->set_dayNames_29(L_3); StringU5BU5D_t1281789340* L_4 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_INVARIANT_ABBREVIATED_MONTH_NAMES_6(); __this->set_abbreviatedMonthNames_31(L_4); StringU5BU5D_t1281789340* L_5 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_INVARIANT_MONTH_NAMES_7(); __this->set_monthNames_30(L_5); StringU5BU5D_t1281789340* L_6 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_INVARIANT_ABBREVIATED_MONTH_NAMES_6(); __this->set_m_genitiveAbbreviatedMonthNames_53(L_6); StringU5BU5D_t1281789340* L_7 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_INVARIANT_MONTH_NAMES_7(); __this->set_genitiveMonthNames_52(L_7); StringU5BU5D_t1281789340* L_8 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_INVARIANT_SHORT_DAY_NAMES_8(); __this->set_shortDayNames_38(L_8); return; } } // System.Void System.Globalization.DateTimeFormatInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo__ctor_m3284460055 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { DateTimeFormatInfo__ctor_m3106345035(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.DateTimeFormatInfo::.cctor() extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo__cctor_m4189929746 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo__cctor_m4189929746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->set_MSG_READONLY_1(_stringLiteral3759034283); ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->set_MSG_ARRAYSIZE_MONTH_2(_stringLiteral1919287915); ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->set_MSG_ARRAYSIZE_DAY_3(_stringLiteral2566704686); StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)7)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral4073296193); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral4073296193); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral4072640823); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral4072640823); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral1700643197); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral1700643197); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3265678559); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral3265678559); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral987985869); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral987985869); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3313977895); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral3313977895); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral2553479987); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral2553479987); ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->set_INVARIANT_ABBREVIATED_DAY_NAMES_4(L_6); StringU5BU5D_t1281789340* L_7 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)7)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3964882776); (L_7)->SetAt(static_cast(0), (String_t*)_stringLiteral3964882776); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3936964238); (L_8)->SetAt(static_cast(1), (String_t*)_stringLiteral3936964238); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral2692199186); (L_9)->SetAt(static_cast(2), (String_t*)_stringLiteral2692199186); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral2015320538); (L_10)->SetAt(static_cast(3), (String_t*)_stringLiteral2015320538); StringU5BU5D_t1281789340* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral228118695); (L_11)->SetAt(static_cast(4), (String_t*)_stringLiteral228118695); StringU5BU5D_t1281789340* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral3216180700); (L_12)->SetAt(static_cast(5), (String_t*)_stringLiteral3216180700); StringU5BU5D_t1281789340* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral745330816); (L_13)->SetAt(static_cast(6), (String_t*)_stringLiteral745330816); ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->set_INVARIANT_DAY_NAMES_5(L_13); StringU5BU5D_t1281789340* L_14 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13))); NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral4072509754); (L_14)->SetAt(static_cast(0), (String_t*)_stringLiteral4072509754); StringU5BU5D_t1281789340* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral2102879130); (L_15)->SetAt(static_cast(1), (String_t*)_stringLiteral2102879130); StringU5BU5D_t1281789340* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral1390680563); (L_16)->SetAt(static_cast(2), (String_t*)_stringLiteral1390680563); StringU5BU5D_t1281789340* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral1391794671); (L_17)->SetAt(static_cast(3), (String_t*)_stringLiteral1391794671); StringU5BU5D_t1281789340* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral2600534144); (L_18)->SetAt(static_cast(4), (String_t*)_stringLiteral2600534144); StringU5BU5D_t1281789340* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral4073296186); (L_19)->SetAt(static_cast(5), (String_t*)_stringLiteral4073296186); StringU5BU5D_t1281789340* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral2910496772); (L_20)->SetAt(static_cast(6), (String_t*)_stringLiteral2910496772); StringU5BU5D_t1281789340* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral2863442598); (L_21)->SetAt(static_cast(7), (String_t*)_stringLiteral2863442598); StringU5BU5D_t1281789340* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral227619015); (L_22)->SetAt(static_cast(8), (String_t*)_stringLiteral227619015); StringU5BU5D_t1281789340* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral2553348903); (L_23)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral2553348903); StringU5BU5D_t1281789340* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3716410462); (L_24)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral3716410462); StringU5BU5D_t1281789340* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral536795191); (L_25)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral536795191); StringU5BU5D_t1281789340* L_26 = L_25; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(((int32_t)12)), (String_t*)L_27); ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->set_INVARIANT_ABBREVIATED_MONTH_NAMES_6(L_26); StringU5BU5D_t1281789340* L_28 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13))); NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral2238463328); (L_28)->SetAt(static_cast(0), (String_t*)_stringLiteral2238463328); StringU5BU5D_t1281789340* L_29 = L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral87370415); (L_29)->SetAt(static_cast(1), (String_t*)_stringLiteral87370415); StringU5BU5D_t1281789340* L_30 = L_29; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral3593197393); (L_30)->SetAt(static_cast(2), (String_t*)_stringLiteral3593197393); StringU5BU5D_t1281789340* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral1246680825); (L_31)->SetAt(static_cast(3), (String_t*)_stringLiteral1246680825); StringU5BU5D_t1281789340* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral2600534144); (L_32)->SetAt(static_cast(4), (String_t*)_stringLiteral2600534144); StringU5BU5D_t1281789340* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral2792395066); (L_33)->SetAt(static_cast(5), (String_t*)_stringLiteral2792395066); StringU5BU5D_t1281789340* L_34 = L_33; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral2687346692); (L_34)->SetAt(static_cast(6), (String_t*)_stringLiteral2687346692); StringU5BU5D_t1281789340* L_35 = L_34; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral3475924911); (L_35)->SetAt(static_cast(7), (String_t*)_stringLiteral3475924911); StringU5BU5D_t1281789340* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral1008917561); (L_36)->SetAt(static_cast(8), (String_t*)_stringLiteral1008917561); StringU5BU5D_t1281789340* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral749678499); (L_37)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral749678499); StringU5BU5D_t1281789340* L_38 = L_37; NullCheck(L_38); ArrayElementTypeCheck (L_38, _stringLiteral3814459100); (L_38)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral3814459100); StringU5BU5D_t1281789340* L_39 = L_38; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral3346240207); (L_39)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral3346240207); StringU5BU5D_t1281789340* L_40 = L_39; String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_40); ArrayElementTypeCheck (L_40, L_41); (L_40)->SetAt(static_cast(((int32_t)12)), (String_t*)L_41); ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->set_INVARIANT_MONTH_NAMES_7(L_40); StringU5BU5D_t1281789340* L_42 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)7)); NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral3455432685); (L_42)->SetAt(static_cast(0), (String_t*)_stringLiteral3455432685); StringU5BU5D_t1281789340* L_43 = L_42; NullCheck(L_43); ArrayElementTypeCheck (L_43, _stringLiteral3454777315); (L_43)->SetAt(static_cast(1), (String_t*)_stringLiteral3454777315); StringU5BU5D_t1281789340* L_44 = L_43; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral3455432684); (L_44)->SetAt(static_cast(2), (String_t*)_stringLiteral3455432684); StringU5BU5D_t1281789340* L_45 = L_44; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral3454384105); (L_45)->SetAt(static_cast(3), (String_t*)_stringLiteral3454384105); StringU5BU5D_t1281789340* L_46 = L_45; NullCheck(L_46); ArrayElementTypeCheck (L_46, _stringLiteral3455236076); (L_46)->SetAt(static_cast(4), (String_t*)_stringLiteral3455236076); StringU5BU5D_t1281789340* L_47 = L_46; NullCheck(L_47); ArrayElementTypeCheck (L_47, _stringLiteral3455629274); (L_47)->SetAt(static_cast(5), (String_t*)_stringLiteral3455629274); StringU5BU5D_t1281789340* L_48 = L_47; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral3454646253); (L_48)->SetAt(static_cast(6), (String_t*)_stringLiteral3454646253); ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->set_INVARIANT_SHORT_DAY_NAMES_8(L_48); return; } } // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetInstance(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * DateTimeFormatInfo_GetInstance_m684998497 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_GetInstance_m684998497_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTimeFormatInfo_t2405853701 * V_0 = NULL; { RuntimeObject* L_0 = ___provider0; if (!L_0) { goto IL_0024; } } { RuntimeObject* L_1 = ___provider0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (DateTimeFormatInfo_t2405853701_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_4 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IFormatProvider::GetFormat(System.Type) */, IFormatProvider_t2518567562_il2cpp_TypeInfo_var, L_1, L_3); V_0 = ((DateTimeFormatInfo_t2405853701 *)CastclassSealed((RuntimeObject*)L_4, DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var)); DateTimeFormatInfo_t2405853701 * L_5 = V_0; if (!L_5) { goto IL_0024; } } { DateTimeFormatInfo_t2405853701 * L_6 = V_0; return L_6; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_7 = DateTimeFormatInfo_get_CurrentInfo_m2315174029(NULL /*static, unused*/, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.Globalization.DateTimeFormatInfo::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_get_IsReadOnly_m1173781646 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_isReadOnly_10(); return L_0; } } // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::ReadOnly(System.Globalization.DateTimeFormatInfo) extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * DateTimeFormatInfo_ReadOnly_m890935083 (RuntimeObject * __this /* static, unused */, DateTimeFormatInfo_t2405853701 * ___dtfi0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_ReadOnly_m890935083_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTimeFormatInfo_t2405853701 * V_0 = NULL; { DateTimeFormatInfo_t2405853701 * L_0 = ___dtfi0; NullCheck(L_0); RuntimeObject * L_1 = DateTimeFormatInfo_Clone_m335051388(L_0, /*hidden argument*/NULL); V_0 = ((DateTimeFormatInfo_t2405853701 *)CastclassSealed((RuntimeObject*)L_1, DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var)); DateTimeFormatInfo_t2405853701 * L_2 = V_0; NullCheck(L_2); L_2->set_m_isReadOnly_10((bool)1); DateTimeFormatInfo_t2405853701 * L_3 = V_0; return L_3; } } // System.Object System.Globalization.DateTimeFormatInfo::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DateTimeFormatInfo_Clone_m335051388 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_Clone_m335051388_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTimeFormatInfo_t2405853701 * V_0 = NULL; { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); V_0 = ((DateTimeFormatInfo_t2405853701 *)CastclassSealed((RuntimeObject*)L_0, DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var)); DateTimeFormatInfo_t2405853701 * L_1 = V_0; NullCheck(L_1); L_1->set_m_isReadOnly_10((bool)0); DateTimeFormatInfo_t2405853701 * L_2 = V_0; return L_2; } } // System.Object System.Globalization.DateTimeFormatInfo::GetFormat(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DateTimeFormatInfo_GetFormat_m3537254402 (DateTimeFormatInfo_t2405853701 * __this, Type_t * ___formatType0, const RuntimeMethod* method) { DateTimeFormatInfo_t2405853701 * G_B3_0 = NULL; { Type_t * L_0 = ___formatType0; Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_0012; } } { G_B3_0 = __this; goto IL_0013; } IL_0012: { G_B3_0 = ((DateTimeFormatInfo_t2405853701 *)(NULL)); } IL_0013: { return G_B3_0; } } // System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedMonthName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedMonthName_m364480624 (DateTimeFormatInfo_t2405853701 * __this, int32_t ___month0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_GetAbbreviatedMonthName_m364480624_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___month0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_000f; } } { int32_t L_1 = ___month0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)13)))) { goto IL_0015; } } IL_000f: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,DateTimeFormatInfo_GetAbbreviatedMonthName_m364480624_RuntimeMethod_var); } IL_0015: { StringU5BU5D_t1281789340* L_3 = __this->get_abbreviatedMonthNames_31(); int32_t L_4 = ___month0; NullCheck(L_3); int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.String System.Globalization.DateTimeFormatInfo::GetEraName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetEraName_m3151483707 (DateTimeFormatInfo_t2405853701 * __this, int32_t ___era0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_GetEraName_m3151483707_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___era0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_001a; } } { int32_t L_1 = ___era0; Calendar_t1661121569 * L_2 = __this->get_calendar_26(); NullCheck(L_2); StringU5BU5D_t1281789340* L_3 = Calendar_get_EraNames_m2754466818(L_2, /*hidden argument*/NULL); NullCheck(L_3); if ((((int32_t)L_1) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_002c; } } IL_001a: { String_t* L_4 = Int32_ToString_m141394615((&___era0), /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral3670208224, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DateTimeFormatInfo_GetEraName_m3151483707_RuntimeMethod_var); } IL_002c: { Calendar_t1661121569 * L_6 = __this->get_calendar_26(); NullCheck(L_6); StringU5BU5D_t1281789340* L_7 = Calendar_get_EraNames_m2754466818(L_6, /*hidden argument*/NULL); int32_t L_8 = ___era0; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); return L_10; } } // System.String System.Globalization.DateTimeFormatInfo::GetMonthName(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetMonthName_m2034512315 (DateTimeFormatInfo_t2405853701 * __this, int32_t ___month0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_GetMonthName_m2034512315_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___month0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_000f; } } { int32_t L_1 = ___month0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)13)))) { goto IL_0015; } } IL_000f: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,DateTimeFormatInfo_GetMonthName_m2034512315_RuntimeMethod_var); } IL_0015: { StringU5BU5D_t1281789340* L_3 = __this->get_monthNames_30(); int32_t L_4 = ___month0; NullCheck(L_3); int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.String[] System.Globalization.DateTimeFormatInfo::get_RawAbbreviatedDayNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_get_RawAbbreviatedDayNames_m1257850285 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_abbreviatedDayNames_28(); return L_0; } } // System.String[] System.Globalization.DateTimeFormatInfo::get_RawAbbreviatedMonthNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_get_RawAbbreviatedMonthNames_m2395953416 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_abbreviatedMonthNames_31(); return L_0; } } // System.String[] System.Globalization.DateTimeFormatInfo::get_RawDayNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_get_RawDayNames_m3876370387 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_dayNames_29(); return L_0; } } // System.String[] System.Globalization.DateTimeFormatInfo::get_RawMonthNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_get_RawMonthNames_m246920234 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_monthNames_30(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_AMDesignator() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_AMDesignator_m1610196743 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_amDesignator_11(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_PMDesignator() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_PMDesignator_m1609519124 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pmDesignator_12(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_DateSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateSeparator_m3346695364 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_dateSeparator_13(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_TimeSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_TimeSeparator_m1179730581 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_timeSeparator_14(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_LongDatePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_LongDatePattern_m2180875608 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_longDatePattern_16(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_ShortDatePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortDatePattern_m2502330401 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_shortDatePattern_15(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_ShortTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortTimePattern_m453440268 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_shortTimePattern_17(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_LongTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_LongTimePattern_m1595254249 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_longTimePattern_18(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_MonthDayPattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_MonthDayPattern_m4068069839 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_monthDayPattern_19(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_YearMonthPattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_YearMonthPattern_m2258041482 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_yearMonthPattern_20(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_FullDateTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_FullDateTimePattern_m2611794812 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_get_FullDateTimePattern_m2611794812_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_fullDateTimePattern_21(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_fullDateTimePattern_21(); return L_1; } IL_0012: { String_t* L_2 = __this->get_longDatePattern_16(); String_t* L_3 = __this->get_longTimePattern_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3452614528, L_3, /*hidden argument*/NULL); return L_4; } } // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_CurrentInfo() extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * DateTimeFormatInfo_get_CurrentInfo_m2315174029 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_get_CurrentInfo_m2315174029_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_0 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CultureInfo_t4157843068 * L_1 = Thread_get_CurrentCulture_m349116646(L_0, /*hidden argument*/NULL); NullCheck(L_1); DateTimeFormatInfo_t2405853701 * L_2 = VirtFuncInvoker0< DateTimeFormatInfo_t2405853701 * >::Invoke(15 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, L_1); return L_2; } } // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo() extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * DateTimeFormatInfo_get_InvariantInfo_m2329875772 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_get_InvariantInfo_m2329875772_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_0 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_theInvariantDateTimeFormatInfo_9(); if (L_0) { goto IL_0023; } } { DateTimeFormatInfo_t2405853701 * L_1 = (DateTimeFormatInfo_t2405853701 *)il2cpp_codegen_object_new(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo__ctor_m3284460055(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_2 = DateTimeFormatInfo_ReadOnly_m890935083(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->set_theInvariantDateTimeFormatInfo_9(L_2); DateTimeFormatInfo_t2405853701 * L_3 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_theInvariantDateTimeFormatInfo_9(); NullCheck(L_3); DateTimeFormatInfo_FillInvariantPatterns_m3827540258(L_3, /*hidden argument*/NULL); } IL_0023: { IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_4 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_theInvariantDateTimeFormatInfo_9(); return L_4; } } // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::get_Calendar() extern "C" IL2CPP_METHOD_ATTR Calendar_t1661121569 * DateTimeFormatInfo_get_Calendar_m2815249551 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { Calendar_t1661121569 * L_0 = __this->get_calendar_26(); return L_0; } } // System.Void System.Globalization.DateTimeFormatInfo::set_Calendar(System.Globalization.Calendar) extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo_set_Calendar_m4130265499 (DateTimeFormatInfo_t2405853701 * __this, Calendar_t1661121569 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_set_Calendar_m4130265499_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = DateTimeFormatInfo_get_IsReadOnly_m1173781646(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); String_t* L_1 = ((DateTimeFormatInfo_t2405853701_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var))->get_MSG_READONLY_1(); InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,DateTimeFormatInfo_set_Calendar_m4130265499_RuntimeMethod_var); } IL_0016: { Calendar_t1661121569 * L_3 = ___value0; if (L_3) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DateTimeFormatInfo_set_Calendar_m4130265499_RuntimeMethod_var); } IL_0022: { Calendar_t1661121569 * L_5 = ___value0; __this->set_calendar_26(L_5); return; } } // System.String System.Globalization.DateTimeFormatInfo::get_RFC1123Pattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_RFC1123Pattern_m1428703602 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__RFC1123Pattern_22(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_RoundtripPattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_RoundtripPattern_m796050488 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_get_RoundtripPattern_m796050488_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1867834306; } } // System.String System.Globalization.DateTimeFormatInfo::get_SortableDateTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_SortableDateTimePattern_m1596151441 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__SortableDateTimePattern_23(); return L_0; } } // System.String System.Globalization.DateTimeFormatInfo::get_UniversalSortableDateTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_UniversalSortableDateTimePattern_m205892812 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__UniversalSortableDateTimePattern_24(); return L_0; } } // System.String[] System.Globalization.DateTimeFormatInfo::GetAllDateTimePatternsInternal() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_GetAllDateTimePatternsInternal_m1798077795 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { { DateTimeFormatInfo_FillAllDateTimePatterns_m2683124783(__this, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_0 = __this->get_all_date_time_patterns_57(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Void System.Globalization.DateTimeFormatInfo::FillAllDateTimePatterns() extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo_FillAllDateTimePatterns_m2683124783 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_FillAllDateTimePatterns_m2683124783_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; { StringU5BU5D_t1281789340* L_0 = __this->get_all_date_time_patterns_57(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_000e; } } { return; } IL_000e: { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); V_0 = L_1; ArrayList_t2718874744 * L_2 = V_0; StringU5BU5D_t1281789340* L_3 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)100), /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_2, (RuntimeObject*)(RuntimeObject*)L_3); ArrayList_t2718874744 * L_4 = V_0; StringU5BU5D_t1281789340* L_5 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)68), /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_4, (RuntimeObject*)(RuntimeObject*)L_5); ArrayList_t2718874744 * L_6 = V_0; StringU5BU5D_t1281789340* L_7 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)103), /*hidden argument*/NULL); NullCheck(L_6); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_6, (RuntimeObject*)(RuntimeObject*)L_7); ArrayList_t2718874744 * L_8 = V_0; StringU5BU5D_t1281789340* L_9 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)71), /*hidden argument*/NULL); NullCheck(L_8); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_8, (RuntimeObject*)(RuntimeObject*)L_9); ArrayList_t2718874744 * L_10 = V_0; StringU5BU5D_t1281789340* L_11 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)102), /*hidden argument*/NULL); NullCheck(L_10); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_10, (RuntimeObject*)(RuntimeObject*)L_11); ArrayList_t2718874744 * L_12 = V_0; StringU5BU5D_t1281789340* L_13 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)70), /*hidden argument*/NULL); NullCheck(L_12); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_12, (RuntimeObject*)(RuntimeObject*)L_13); ArrayList_t2718874744 * L_14 = V_0; StringU5BU5D_t1281789340* L_15 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)109), /*hidden argument*/NULL); NullCheck(L_14); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_14, (RuntimeObject*)(RuntimeObject*)L_15); ArrayList_t2718874744 * L_16 = V_0; StringU5BU5D_t1281789340* L_17 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)77), /*hidden argument*/NULL); NullCheck(L_16); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_16, (RuntimeObject*)(RuntimeObject*)L_17); ArrayList_t2718874744 * L_18 = V_0; StringU5BU5D_t1281789340* L_19 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)114), /*hidden argument*/NULL); NullCheck(L_18); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_18, (RuntimeObject*)(RuntimeObject*)L_19); ArrayList_t2718874744 * L_20 = V_0; StringU5BU5D_t1281789340* L_21 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)82), /*hidden argument*/NULL); NullCheck(L_20); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_20, (RuntimeObject*)(RuntimeObject*)L_21); ArrayList_t2718874744 * L_22 = V_0; StringU5BU5D_t1281789340* L_23 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)115), /*hidden argument*/NULL); NullCheck(L_22); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_22, (RuntimeObject*)(RuntimeObject*)L_23); ArrayList_t2718874744 * L_24 = V_0; StringU5BU5D_t1281789340* L_25 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)116), /*hidden argument*/NULL); NullCheck(L_24); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_24, (RuntimeObject*)(RuntimeObject*)L_25); ArrayList_t2718874744 * L_26 = V_0; StringU5BU5D_t1281789340* L_27 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)84), /*hidden argument*/NULL); NullCheck(L_26); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_26, (RuntimeObject*)(RuntimeObject*)L_27); ArrayList_t2718874744 * L_28 = V_0; StringU5BU5D_t1281789340* L_29 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)117), /*hidden argument*/NULL); NullCheck(L_28); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_28, (RuntimeObject*)(RuntimeObject*)L_29); ArrayList_t2718874744 * L_30 = V_0; StringU5BU5D_t1281789340* L_31 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)85), /*hidden argument*/NULL); NullCheck(L_30); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_30, (RuntimeObject*)(RuntimeObject*)L_31); ArrayList_t2718874744 * L_32 = V_0; StringU5BU5D_t1281789340* L_33 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)121), /*hidden argument*/NULL); NullCheck(L_32); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_32, (RuntimeObject*)(RuntimeObject*)L_33); ArrayList_t2718874744 * L_34 = V_0; StringU5BU5D_t1281789340* L_35 = DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242(__this, ((int32_t)89), /*hidden argument*/NULL); NullCheck(L_34); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_34, (RuntimeObject*)(RuntimeObject*)L_35); ArrayList_t2718874744 * L_36 = V_0; RuntimeTypeHandle_t3027515415 L_37 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); NullCheck(L_36); RuntimeArray * L_39 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_36, L_38); il2cpp_codegen_memory_barrier(); __this->set_all_date_time_patterns_57(((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_39, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var))); return; } } // System.String[] System.Globalization.DateTimeFormatInfo::GetAllRawDateTimePatterns(System.Char) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242 (DateTimeFormatInfo_t2405853701 * __this, Il2CppChar ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; Il2CppChar V_1 = 0x0; { Il2CppChar L_0 = ___format0; V_1 = L_0; Il2CppChar L_1 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)82)))) { case 0: { goto IL_02cb; } case 1: { goto IL_002b; } case 2: { goto IL_00fb; } case 3: { goto IL_01e3; } case 4: { goto IL_002b; } case 5: { goto IL_002b; } case 6: { goto IL_002b; } case 7: { goto IL_029b; } } } IL_002b: { Il2CppChar L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)114)))) { case 0: { goto IL_02cb; } case 1: { goto IL_02db; } case 2: { goto IL_012b; } case 3: { goto IL_02eb; } case 4: { goto IL_0054; } case 5: { goto IL_0054; } case 6: { goto IL_0054; } case 7: { goto IL_029b; } } } IL_0054: { Il2CppChar L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)68)))) { case 0: { goto IL_009b; } case 1: { goto IL_006d; } case 2: { goto IL_01e3; } case 3: { goto IL_015b; } } } IL_006d: { Il2CppChar L_4 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)100)))) { case 0: { goto IL_00cb; } case 1: { goto IL_0086; } case 2: { goto IL_0227; } case 3: { goto IL_019f; } } } IL_0086: { Il2CppChar L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)77)))) { goto IL_026b; } } { Il2CppChar L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)109)))) { goto IL_026b; } } { goto IL_02fb; } IL_009b: { StringU5BU5D_t1281789340* L_7 = __this->get_allLongDatePatterns_33(); if (!L_7) { goto IL_00bb; } } { StringU5BU5D_t1281789340* L_8 = __this->get_allLongDatePatterns_33(); NullCheck(L_8); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) <= ((int32_t)0))) { goto IL_00bb; } } { StringU5BU5D_t1281789340* L_9 = __this->get_allLongDatePatterns_33(); return L_9; } IL_00bb: { StringU5BU5D_t1281789340* L_10 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_11 = DateTimeFormatInfo_get_LongDatePattern_m2180875608(__this, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (String_t*)L_11); return L_10; } IL_00cb: { StringU5BU5D_t1281789340* L_12 = __this->get_allShortDatePatterns_32(); if (!L_12) { goto IL_00eb; } } { StringU5BU5D_t1281789340* L_13 = __this->get_allShortDatePatterns_32(); NullCheck(L_13); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) <= ((int32_t)0))) { goto IL_00eb; } } { StringU5BU5D_t1281789340* L_14 = __this->get_allShortDatePatterns_32(); return L_14; } IL_00eb: { StringU5BU5D_t1281789340* L_15 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_16 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(__this, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(0), (String_t*)L_16); return L_15; } IL_00fb: { StringU5BU5D_t1281789340* L_17 = __this->get_allLongTimePatterns_35(); if (!L_17) { goto IL_011b; } } { StringU5BU5D_t1281789340* L_18 = __this->get_allLongTimePatterns_35(); NullCheck(L_18); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))) <= ((int32_t)0))) { goto IL_011b; } } { StringU5BU5D_t1281789340* L_19 = __this->get_allLongTimePatterns_35(); return L_19; } IL_011b: { StringU5BU5D_t1281789340* L_20 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_21 = DateTimeFormatInfo_get_LongTimePattern_m1595254249(__this, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (String_t*)L_21); return L_20; } IL_012b: { StringU5BU5D_t1281789340* L_22 = __this->get_allShortTimePatterns_34(); if (!L_22) { goto IL_014b; } } { StringU5BU5D_t1281789340* L_23 = __this->get_allShortTimePatterns_34(); NullCheck(L_23); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))) <= ((int32_t)0))) { goto IL_014b; } } { StringU5BU5D_t1281789340* L_24 = __this->get_allShortTimePatterns_34(); return L_24; } IL_014b: { StringU5BU5D_t1281789340* L_25 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_26 = DateTimeFormatInfo_get_ShortTimePattern_m453440268(__this, /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(0), (String_t*)L_26); return L_25; } IL_015b: { StringU5BU5D_t1281789340* L_27 = __this->get_allShortDatePatterns_32(); StringU5BU5D_t1281789340* L_28 = __this->get_allLongTimePatterns_35(); StringU5BU5D_t1281789340* L_29 = DateTimeFormatInfo_PopulateCombinedList_m3446790622(__this, L_27, L_28, /*hidden argument*/NULL); V_0 = L_29; StringU5BU5D_t1281789340* L_30 = V_0; if (!L_30) { goto IL_017f; } } { StringU5BU5D_t1281789340* L_31 = V_0; NullCheck(L_31); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))) <= ((int32_t)0))) { goto IL_017f; } } { StringU5BU5D_t1281789340* L_32 = V_0; return L_32; } IL_017f: { StringU5BU5D_t1281789340* L_33 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_34 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(__this, /*hidden argument*/NULL); String_t* L_35 = DateTimeFormatInfo_get_LongTimePattern_m1595254249(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m3755062657(NULL /*static, unused*/, L_34, _stringLiteral3452614528, L_35, /*hidden argument*/NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_36); (L_33)->SetAt(static_cast(0), (String_t*)L_36); return L_33; } IL_019f: { StringU5BU5D_t1281789340* L_37 = __this->get_allShortDatePatterns_32(); StringU5BU5D_t1281789340* L_38 = __this->get_allShortTimePatterns_34(); StringU5BU5D_t1281789340* L_39 = DateTimeFormatInfo_PopulateCombinedList_m3446790622(__this, L_37, L_38, /*hidden argument*/NULL); V_0 = L_39; StringU5BU5D_t1281789340* L_40 = V_0; if (!L_40) { goto IL_01c3; } } { StringU5BU5D_t1281789340* L_41 = V_0; NullCheck(L_41); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))) <= ((int32_t)0))) { goto IL_01c3; } } { StringU5BU5D_t1281789340* L_42 = V_0; return L_42; } IL_01c3: { StringU5BU5D_t1281789340* L_43 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_44 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(__this, /*hidden argument*/NULL); String_t* L_45 = DateTimeFormatInfo_get_ShortTimePattern_m453440268(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = String_Concat_m3755062657(NULL /*static, unused*/, L_44, _stringLiteral3452614528, L_45, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_46); (L_43)->SetAt(static_cast(0), (String_t*)L_46); return L_43; } IL_01e3: { StringU5BU5D_t1281789340* L_47 = __this->get_allLongDatePatterns_33(); StringU5BU5D_t1281789340* L_48 = __this->get_allLongTimePatterns_35(); StringU5BU5D_t1281789340* L_49 = DateTimeFormatInfo_PopulateCombinedList_m3446790622(__this, L_47, L_48, /*hidden argument*/NULL); V_0 = L_49; StringU5BU5D_t1281789340* L_50 = V_0; if (!L_50) { goto IL_0207; } } { StringU5BU5D_t1281789340* L_51 = V_0; NullCheck(L_51); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))) <= ((int32_t)0))) { goto IL_0207; } } { StringU5BU5D_t1281789340* L_52 = V_0; return L_52; } IL_0207: { StringU5BU5D_t1281789340* L_53 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_54 = DateTimeFormatInfo_get_LongDatePattern_m2180875608(__this, /*hidden argument*/NULL); String_t* L_55 = DateTimeFormatInfo_get_LongTimePattern_m1595254249(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_56 = String_Concat_m3755062657(NULL /*static, unused*/, L_54, _stringLiteral3452614528, L_55, /*hidden argument*/NULL); NullCheck(L_53); ArrayElementTypeCheck (L_53, L_56); (L_53)->SetAt(static_cast(0), (String_t*)L_56); return L_53; } IL_0227: { StringU5BU5D_t1281789340* L_57 = __this->get_allLongDatePatterns_33(); StringU5BU5D_t1281789340* L_58 = __this->get_allShortTimePatterns_34(); StringU5BU5D_t1281789340* L_59 = DateTimeFormatInfo_PopulateCombinedList_m3446790622(__this, L_57, L_58, /*hidden argument*/NULL); V_0 = L_59; StringU5BU5D_t1281789340* L_60 = V_0; if (!L_60) { goto IL_024b; } } { StringU5BU5D_t1281789340* L_61 = V_0; NullCheck(L_61); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length))))) <= ((int32_t)0))) { goto IL_024b; } } { StringU5BU5D_t1281789340* L_62 = V_0; return L_62; } IL_024b: { StringU5BU5D_t1281789340* L_63 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_64 = DateTimeFormatInfo_get_LongDatePattern_m2180875608(__this, /*hidden argument*/NULL); String_t* L_65 = DateTimeFormatInfo_get_ShortTimePattern_m453440268(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_66 = String_Concat_m3755062657(NULL /*static, unused*/, L_64, _stringLiteral3452614528, L_65, /*hidden argument*/NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_66); (L_63)->SetAt(static_cast(0), (String_t*)L_66); return L_63; } IL_026b: { StringU5BU5D_t1281789340* L_67 = __this->get_monthDayPatterns_36(); if (!L_67) { goto IL_028b; } } { StringU5BU5D_t1281789340* L_68 = __this->get_monthDayPatterns_36(); NullCheck(L_68); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length))))) <= ((int32_t)0))) { goto IL_028b; } } { StringU5BU5D_t1281789340* L_69 = __this->get_monthDayPatterns_36(); return L_69; } IL_028b: { StringU5BU5D_t1281789340* L_70 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_71 = DateTimeFormatInfo_get_MonthDayPattern_m4068069839(__this, /*hidden argument*/NULL); NullCheck(L_70); ArrayElementTypeCheck (L_70, L_71); (L_70)->SetAt(static_cast(0), (String_t*)L_71); return L_70; } IL_029b: { StringU5BU5D_t1281789340* L_72 = __this->get_yearMonthPatterns_37(); if (!L_72) { goto IL_02bb; } } { StringU5BU5D_t1281789340* L_73 = __this->get_yearMonthPatterns_37(); NullCheck(L_73); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_73)->max_length))))) <= ((int32_t)0))) { goto IL_02bb; } } { StringU5BU5D_t1281789340* L_74 = __this->get_yearMonthPatterns_37(); return L_74; } IL_02bb: { StringU5BU5D_t1281789340* L_75 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_76 = DateTimeFormatInfo_get_YearMonthPattern_m2258041482(__this, /*hidden argument*/NULL); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_76); (L_75)->SetAt(static_cast(0), (String_t*)L_76); return L_75; } IL_02cb: { StringU5BU5D_t1281789340* L_77 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_78 = DateTimeFormatInfo_get_RFC1123Pattern_m1428703602(__this, /*hidden argument*/NULL); NullCheck(L_77); ArrayElementTypeCheck (L_77, L_78); (L_77)->SetAt(static_cast(0), (String_t*)L_78); return L_77; } IL_02db: { StringU5BU5D_t1281789340* L_79 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_80 = DateTimeFormatInfo_get_SortableDateTimePattern_m1596151441(__this, /*hidden argument*/NULL); NullCheck(L_79); ArrayElementTypeCheck (L_79, L_80); (L_79)->SetAt(static_cast(0), (String_t*)L_80); return L_79; } IL_02eb: { StringU5BU5D_t1281789340* L_81 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_82 = DateTimeFormatInfo_get_UniversalSortableDateTimePattern_m205892812(__this, /*hidden argument*/NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_82); (L_81)->SetAt(static_cast(0), (String_t*)L_82); return L_81; } IL_02fb: { ArgumentException_t132251570 * L_83 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_83, _stringLiteral3935794509, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_83,DateTimeFormatInfo_GetAllRawDateTimePatterns_m4238261242_RuntimeMethod_var); } } // System.String System.Globalization.DateTimeFormatInfo::GetDayName(System.DayOfWeek) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetDayName_m2279787668 (DateTimeFormatInfo_t2405853701 * __this, int32_t ___dayofweek0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_GetDayName_m2279787668_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___dayofweek0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)6))) { goto IL_0016; } } IL_0010: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DateTimeFormatInfo_GetDayName_m2279787668_RuntimeMethod_var); } IL_0016: { StringU5BU5D_t1281789340* L_4 = __this->get_dayNames_29(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); return L_7; } } // System.String System.Globalization.DateTimeFormatInfo::GetAbbreviatedDayName(System.DayOfWeek) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_GetAbbreviatedDayName_m1307320526 (DateTimeFormatInfo_t2405853701 * __this, int32_t ___dayofweek0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_GetAbbreviatedDayName_m1307320526_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___dayofweek0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)6))) { goto IL_0016; } } IL_0010: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DateTimeFormatInfo_GetAbbreviatedDayName_m1307320526_RuntimeMethod_var); } IL_0016: { StringU5BU5D_t1281789340* L_4 = __this->get_abbreviatedDayNames_28(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); return L_7; } } // System.Void System.Globalization.DateTimeFormatInfo::FillInvariantPatterns() extern "C" IL2CPP_METHOD_ATTR void DateTimeFormatInfo_FillInvariantPatterns_m3827540258 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_FillInvariantPatterns_m3827540258_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral2544560494); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral2544560494); __this->set_allShortDatePatterns_32(L_0); StringU5BU5D_t1281789340* L_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral2077212489); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral2077212489); __this->set_allLongDatePatterns_33(L_1); StringU5BU5D_t1281789340* L_2 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral2357574120); (L_2)->SetAt(static_cast(0), (String_t*)_stringLiteral2357574120); __this->set_allLongTimePatterns_35(L_2); StringU5BU5D_t1281789340* L_3 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3027523993); (L_3)->SetAt(static_cast(0), (String_t*)_stringLiteral3027523993); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3089794507); (L_4)->SetAt(static_cast(1), (String_t*)_stringLiteral3089794507); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral1589386401); (L_5)->SetAt(static_cast(2), (String_t*)_stringLiteral1589386401); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3702875209); (L_6)->SetAt(static_cast(3), (String_t*)_stringLiteral3702875209); __this->set_allShortTimePatterns_34(L_6); StringU5BU5D_t1281789340* L_7 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3371030740); (L_7)->SetAt(static_cast(0), (String_t*)_stringLiteral3371030740); __this->set_monthDayPatterns_36(L_7); StringU5BU5D_t1281789340* L_8 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral2238997932); (L_8)->SetAt(static_cast(0), (String_t*)_stringLiteral2238997932); __this->set_yearMonthPatterns_37(L_8); return; } } // System.String[] System.Globalization.DateTimeFormatInfo::PopulateCombinedList(System.String[],System.String[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_PopulateCombinedList_m3446790622 (DateTimeFormatInfo_t2405853701 * __this, StringU5BU5D_t1281789340* ___dates0, StringU5BU5D_t1281789340* ___times1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeFormatInfo_PopulateCombinedList_m3446790622_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; StringU5BU5D_t1281789340* V_6 = NULL; int32_t V_7 = 0; { StringU5BU5D_t1281789340* L_0 = ___dates0; if (!L_0) { goto IL_0073; } } { StringU5BU5D_t1281789340* L_1 = ___times1; if (!L_1) { goto IL_0073; } } { StringU5BU5D_t1281789340* L_2 = ___dates0; NullCheck(L_2); StringU5BU5D_t1281789340* L_3 = ___times1; NullCheck(L_3); V_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))))); V_1 = 0; StringU5BU5D_t1281789340* L_4 = ___dates0; V_3 = L_4; V_4 = 0; goto IL_0067; } IL_0025: { StringU5BU5D_t1281789340* L_5 = V_3; int32_t L_6 = V_4; NullCheck(L_5); int32_t L_7 = L_6; String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); V_2 = L_8; StringU5BU5D_t1281789340* L_9 = ___times1; V_6 = L_9; V_7 = 0; goto IL_0056; } IL_0035: { StringU5BU5D_t1281789340* L_10 = V_6; int32_t L_11 = V_7; NullCheck(L_10); int32_t L_12 = L_11; String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); V_5 = L_13; StringU5BU5D_t1281789340* L_14 = V_0; int32_t L_15 = V_1; int32_t L_16 = L_15; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); String_t* L_17 = V_2; String_t* L_18 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m3755062657(NULL /*static, unused*/, L_17, _stringLiteral3452614528, L_18, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_19); (L_14)->SetAt(static_cast(L_16), (String_t*)L_19); int32_t L_20 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0056: { int32_t L_21 = V_7; StringU5BU5D_t1281789340* L_22 = V_6; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0035; } } { int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0067: { int32_t L_24 = V_4; StringU5BU5D_t1281789340* L_25 = V_3; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0025; } } { StringU5BU5D_t1281789340* L_26 = V_0; return L_26; } IL_0073: { return (StringU5BU5D_t1281789340*)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.Globalization.DaylightTime::.ctor(System.DateTime,System.DateTime,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void DaylightTime__ctor_m1928120219 (DaylightTime_t2582425773 * __this, DateTime_t3738529785 ___start0, DateTime_t3738529785 ___end1, TimeSpan_t881159249 ___delta2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); DateTime_t3738529785 L_0 = ___start0; __this->set_m_start_0(L_0); DateTime_t3738529785 L_1 = ___end1; __this->set_m_end_1(L_1); TimeSpan_t881159249 L_2 = ___delta2; __this->set_m_delta_2(L_2); return; } } // System.DateTime System.Globalization.DaylightTime::get_Start() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DaylightTime_get_Start_m2228394704 (DaylightTime_t2582425773 * __this, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = __this->get_m_start_0(); return L_0; } } // System.DateTime System.Globalization.DaylightTime::get_End() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DaylightTime_get_End_m724819253 (DaylightTime_t2582425773 * __this, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = __this->get_m_end_1(); return L_0; } } // System.TimeSpan System.Globalization.DaylightTime::get_Delta() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DaylightTime_get_Delta_m2355462786 (DaylightTime_t2582425773 * __this, const RuntimeMethod* method) { { TimeSpan_t881159249 L_0 = __this->get_m_delta_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Globalization.GregorianCalendar::.ctor(System.Globalization.GregorianCalendarTypes) extern "C" IL2CPP_METHOD_ATTR void GregorianCalendar__ctor_m979779718 (GregorianCalendar_t2054525052 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GregorianCalendar__ctor_m979779718_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Calendar__ctor_m106290643(__this, /*hidden argument*/NULL); int32_t L_0 = ___type0; VirtActionInvoker1< int32_t >::Invoke(12 /* System.Void System.Globalization.GregorianCalendar::set_CalendarType(System.Globalization.GregorianCalendarTypes) */, __this, L_0); StringU5BU5D_t1281789340* L_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral3456546783); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral3456546783); ((Calendar_t1661121569 *)__this)->set_M_AbbrEraNames_2(L_1); StringU5BU5D_t1281789340* L_2 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral396933493); (L_2)->SetAt(static_cast(0), (String_t*)_stringLiteral396933493); ((Calendar_t1661121569 *)__this)->set_M_EraNames_3(L_2); int32_t L_3 = ((Calendar_t1661121569 *)__this)->get_twoDigitYearMax_1(); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)99))))) { goto IL_004d; } } { ((Calendar_t1661121569 *)__this)->set_twoDigitYearMax_1(((int32_t)2029)); } IL_004d: { return; } } // System.Void System.Globalization.GregorianCalendar::.ctor() extern "C" IL2CPP_METHOD_ATTR void GregorianCalendar__ctor_m3097541152 (GregorianCalendar_t2054525052 * __this, const RuntimeMethod* method) { { GregorianCalendar__ctor_m979779718(__this, 1, /*hidden argument*/NULL); return; } } // System.Int32[] System.Globalization.GregorianCalendar::get_Eras() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* GregorianCalendar_get_Eras_m3930946427 (GregorianCalendar_t2054525052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GregorianCalendar_get_Eras_m3930946427_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)1); return L_0; } } // System.Void System.Globalization.GregorianCalendar::set_CalendarType(System.Globalization.GregorianCalendarTypes) extern "C" IL2CPP_METHOD_ATTR void GregorianCalendar_set_CalendarType_m2253089143 (GregorianCalendar_t2054525052 * __this, int32_t ___value0, const RuntimeMethod* method) { { Calendar_CheckReadOnly_m519800900(__this, /*hidden argument*/NULL); int32_t L_0 = ___value0; __this->set_m_type_4(L_0); return; } } // System.Int32 System.Globalization.GregorianCalendar::GetDayOfMonth(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t GregorianCalendar_GetDayOfMonth_m3068119146 (GregorianCalendar_t2054525052 * __this, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = ___time0; int32_t L_1 = CCGregorianCalendar_GetDayOfMonth_m1578922674(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.DayOfWeek System.Globalization.GregorianCalendar::GetDayOfWeek(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t GregorianCalendar_GetDayOfWeek_m3823546942 (GregorianCalendar_t2054525052 * __this, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { int32_t V_0 = 0; { DateTime_t3738529785 L_0 = ___time0; int32_t L_1 = CCFixed_FromDateTime_m3894190577(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = CCFixed_day_of_week_m674639858(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Globalization.GregorianCalendar::GetEra(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t GregorianCalendar_GetEra_m2369958449 (GregorianCalendar_t2054525052 * __this, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { { return 1; } } // System.Int32 System.Globalization.GregorianCalendar::GetMonth(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t GregorianCalendar_GetMonth_m3359423849 (GregorianCalendar_t2054525052 * __this, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = ___time0; int32_t L_1 = CCGregorianCalendar_GetMonth_m1547203696(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Globalization.GregorianCalendar::GetYear(System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t GregorianCalendar_GetYear_m854131864 (GregorianCalendar_t2054525052 * __this, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = ___time0; int32_t L_1 = CCGregorianCalendar_GetYear_m1605108522(NULL /*static, unused*/, 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 #ifdef __clang__ #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.Globalization.NumberFormatInfo::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberFormatInfo__ctor_m2249665202 (NumberFormatInfo_t435877138 * __this, int32_t ___lcid0, bool ___read_only1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatInfo__ctor_m2249665202_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { __this->set_digitPattern_4(_stringLiteral3452614525); __this->set_zeroPattern_5(_stringLiteral3452614544); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_0 = ((NumberFormatInfo_t435877138_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var))->get_invariantNativeDigits_38(); __this->set_nativeDigits_36(L_0); __this->set_digitSubstitution_37(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_1 = ___read_only1; __this->set_isReadOnly_0(L_1); int32_t L_2 = ___lcid0; if ((((int32_t)L_2) == ((int32_t)((int32_t)127)))) { goto IL_0041; } } { ___lcid0 = ((int32_t)127); } IL_0041: { int32_t L_3 = ___lcid0; V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)127)))) { goto IL_0050; } } { goto IL_015e; } IL_0050: { __this->set_isReadOnly_0((bool)0); __this->set_currencyDecimalDigits_6(2); __this->set_currencyDecimalSeparator_7(_stringLiteral3452614530); __this->set_currencyGroupSeparator_8(_stringLiteral3452614532); Int32U5BU5D_t385246372* L_5 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (int32_t)3); __this->set_currencyGroupSizes_9(L_5); __this->set_currencyNegativePattern_10(0); __this->set_currencyPositivePattern_11(0); __this->set_currencySymbol_12(_stringLiteral3452614524); __this->set_nanSymbol_13(_stringLiteral2647588310); __this->set_negativeInfinitySymbol_14(_stringLiteral2385296252); __this->set_negativeSign_15(_stringLiteral3452614531); __this->set_numberDecimalDigits_16(2); __this->set_numberDecimalSeparator_17(_stringLiteral3452614530); __this->set_numberGroupSeparator_18(_stringLiteral3452614532); Int32U5BU5D_t385246372* L_6 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (int32_t)3); __this->set_numberGroupSizes_19(L_6); __this->set_numberNegativePattern_20(1); __this->set_percentDecimalDigits_21(2); __this->set_percentDecimalSeparator_22(_stringLiteral3452614530); __this->set_percentGroupSeparator_23(_stringLiteral3452614532); Int32U5BU5D_t385246372* L_7 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (int32_t)3); __this->set_percentGroupSizes_24(L_7); __this->set_percentNegativePattern_25(0); __this->set_percentPositivePattern_26(0); __this->set_percentSymbol_27(_stringLiteral3452614523); __this->set_perMilleSymbol_28(_stringLiteral3452606352); __this->set_positiveInfinitySymbol_29(_stringLiteral670053913); __this->set_positiveSign_30(_stringLiteral3452614533); goto IL_015e; } IL_015e: { return; } } // System.Void System.Globalization.NumberFormatInfo::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NumberFormatInfo__ctor_m702982685 (NumberFormatInfo_t435877138 * __this, bool ___read_only0, const RuntimeMethod* method) { { bool L_0 = ___read_only0; NumberFormatInfo__ctor_m2249665202(__this, ((int32_t)127), L_0, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.NumberFormatInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void NumberFormatInfo__ctor_m3445216119 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { NumberFormatInfo__ctor_m702982685(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.NumberFormatInfo::.cctor() extern "C" IL2CPP_METHOD_ATTR void NumberFormatInfo__cctor_m2457328820 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatInfo__cctor_m2457328820_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3452614544); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614544); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral3452614543); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral3452614543); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral3452614542); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral3452614542); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3452614541); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral3452614541); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3452614540); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614540); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3452614539); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral3452614539); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3452614538); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral3452614538); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3452614537); (L_7)->SetAt(static_cast(7), (String_t*)_stringLiteral3452614537); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3452614552); (L_8)->SetAt(static_cast(8), (String_t*)_stringLiteral3452614552); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3452614551); (L_9)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral3452614551); ((NumberFormatInfo_t435877138_StaticFields*)il2cpp_codegen_static_fields_for(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var))->set_invariantNativeDigits_38(L_9); return; } } // System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyDecimalDigits() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyDecimalDigits_m4006331471 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currencyDecimalDigits_6(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_CurrencyDecimalSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyDecimalSeparator_m2685056987 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currencyDecimalSeparator_7(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_CurrencyGroupSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyGroupSeparator_m1514324779 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currencyGroupSeparator_8(); return L_0; } } // System.Int32[] System.Globalization.NumberFormatInfo::get_RawCurrencyGroupSizes() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* NumberFormatInfo_get_RawCurrencyGroupSizes_m815972208 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = __this->get_currencyGroupSizes_9(); return L_0; } } // System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyNegativePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyNegativePattern_m2134016253 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currencyNegativePattern_10(); return L_0; } } // System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyPositivePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyPositivePattern_m2327563925 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currencyPositivePattern_11(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_CurrencySymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_m5935691 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currencySymbol_12(); return L_0; } } // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo() extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_t435877138 * NumberFormatInfo_get_CurrentInfo_m2605582008 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatInfo_get_CurrentInfo_m2605582008_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t435877138 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_0 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CultureInfo_t4157843068 * L_1 = Thread_get_CurrentCulture_m349116646(L_0, /*hidden argument*/NULL); NullCheck(L_1); NumberFormatInfo_t435877138 * L_2 = VirtFuncInvoker0< NumberFormatInfo_t435877138 * >::Invoke(13 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_1); V_0 = L_2; NumberFormatInfo_t435877138 * L_3 = V_0; NullCheck(L_3); L_3->set_isReadOnly_0((bool)1); NumberFormatInfo_t435877138 * L_4 = V_0; return L_4; } } // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_t435877138 * NumberFormatInfo_get_InvariantInfo_m349577018 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatInfo_get_InvariantInfo_m349577018_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t435877138 * V_0 = NULL; { NumberFormatInfo_t435877138 * L_0 = (NumberFormatInfo_t435877138 *)il2cpp_codegen_object_new(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var); NumberFormatInfo__ctor_m3445216119(L_0, /*hidden argument*/NULL); V_0 = L_0; NumberFormatInfo_t435877138 * L_1 = V_0; NullCheck(L_1); NumberFormatInfo_set_NumberNegativePattern_m1999304795(L_1, 1, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_2 = V_0; NullCheck(L_2); L_2->set_isReadOnly_0((bool)1); NumberFormatInfo_t435877138 * L_3 = V_0; return L_3; } } // System.String System.Globalization.NumberFormatInfo::get_NaNSymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NaNSymbol_m2562844481 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_nanSymbol_13(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_NegativeInfinitySymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeInfinitySymbol_m3630938097 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_negativeInfinitySymbol_14(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_NegativeSign() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeSign_m2757109362 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_negativeSign_15(); return L_0; } } // System.Int32 System.Globalization.NumberFormatInfo::get_NumberDecimalDigits() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberDecimalDigits_m4271638382 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_numberDecimalDigits_16(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_NumberDecimalSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m33502788 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_numberDecimalSeparator_17(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_NumberGroupSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m3292795925 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_numberGroupSeparator_18(); return L_0; } } // System.Int32[] System.Globalization.NumberFormatInfo::get_RawNumberGroupSizes() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* NumberFormatInfo_get_RawNumberGroupSizes_m1148947207 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = __this->get_numberGroupSizes_19(); return L_0; } } // System.Int32 System.Globalization.NumberFormatInfo::get_NumberNegativePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_NumberNegativePattern_m1699547496 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_numberNegativePattern_20(); return L_0; } } // System.Void System.Globalization.NumberFormatInfo::set_NumberNegativePattern(System.Int32) extern "C" IL2CPP_METHOD_ATTR void NumberFormatInfo_set_NumberNegativePattern_m1999304795 (NumberFormatInfo_t435877138 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatInfo_set_NumberNegativePattern_m1999304795_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000e; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)4))) { goto IL_0019; } } IL_000e: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral3478281254, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,NumberFormatInfo_set_NumberNegativePattern_m1999304795_RuntimeMethod_var); } IL_0019: { bool L_3 = __this->get_isReadOnly_0(); if (!L_3) { goto IL_002f; } } { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, _stringLiteral268496071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,NumberFormatInfo_set_NumberNegativePattern_m1999304795_RuntimeMethod_var); } IL_002f: { int32_t L_5 = ___value0; __this->set_numberNegativePattern_20(L_5); return; } } // System.Int32 System.Globalization.NumberFormatInfo::get_PercentDecimalDigits() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentDecimalDigits_m4236240374 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_percentDecimalDigits_21(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_PercentDecimalSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentDecimalSeparator_m2449367000 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_percentDecimalSeparator_22(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_PercentGroupSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentGroupSeparator_m1849673260 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_percentGroupSeparator_23(); return L_0; } } // System.Int32[] System.Globalization.NumberFormatInfo::get_RawPercentGroupSizes() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* NumberFormatInfo_get_RawPercentGroupSizes_m97703232 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = __this->get_percentGroupSizes_24(); return L_0; } } // System.Int32 System.Globalization.NumberFormatInfo::get_PercentNegativePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentNegativePattern_m1304634118 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_percentNegativePattern_25(); return L_0; } } // System.Int32 System.Globalization.NumberFormatInfo::get_PercentPositivePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_PercentPositivePattern_m1800841633 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_percentPositivePattern_26(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_PercentSymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PercentSymbol_m2021660345 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_percentSymbol_27(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_PerMilleSymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PerMilleSymbol_m1360140831 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_perMilleSymbol_28(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_PositiveInfinitySymbol() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveInfinitySymbol_m1141345134 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_positiveInfinitySymbol_29(); return L_0; } } // System.String System.Globalization.NumberFormatInfo::get_PositiveSign() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveSign_m240350949 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_positiveSign_30(); return L_0; } } // System.Object System.Globalization.NumberFormatInfo::GetFormat(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NumberFormatInfo_GetFormat_m1699707893 (NumberFormatInfo_t435877138 * __this, Type_t * ___formatType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatInfo_GetFormat_m1699707893_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t435877138 * G_B3_0 = NULL; { Type_t * L_0 = ___formatType0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (NumberFormatInfo_t435877138_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0016; } } { G_B3_0 = __this; goto IL_0017; } IL_0016: { G_B3_0 = ((NumberFormatInfo_t435877138 *)(NULL)); } IL_0017: { return G_B3_0; } } // System.Object System.Globalization.NumberFormatInfo::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NumberFormatInfo_Clone_m3276284539 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatInfo_Clone_m3276284539_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t435877138 * V_0 = NULL; { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); V_0 = ((NumberFormatInfo_t435877138 *)CastclassSealed((RuntimeObject*)L_0, NumberFormatInfo_t435877138_il2cpp_TypeInfo_var)); NumberFormatInfo_t435877138 * L_1 = V_0; NullCheck(L_1); L_1->set_isReadOnly_0((bool)0); NumberFormatInfo_t435877138 * L_2 = V_0; return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NumberFormatInfo_GetInstance_m2833078205_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t435877138 * V_0 = NULL; { RuntimeObject* L_0 = ___formatProvider0; if (!L_0) { goto IL_0024; } } { RuntimeObject* L_1 = ___formatProvider0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (NumberFormatInfo_t435877138_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_4 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IFormatProvider::GetFormat(System.Type) */, IFormatProvider_t2518567562_il2cpp_TypeInfo_var, L_1, L_3); V_0 = ((NumberFormatInfo_t435877138 *)CastclassSealed((RuntimeObject*)L_4, NumberFormatInfo_t435877138_il2cpp_TypeInfo_var)); NumberFormatInfo_t435877138 * L_5 = V_0; if (!L_5) { goto IL_0024; } } { NumberFormatInfo_t435877138 * L_6 = V_0; return L_6; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_7 = NumberFormatInfo_get_CurrentInfo_m2605582008(NULL /*static, unused*/, /*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 #ifdef __clang__ #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.Globalization.RegionInfo::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RegionInfo__ctor_m1212234622 (RegionInfo_t1090270226 * __this, int32_t ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegionInfo__ctor_m1212234622_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___culture0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_GetCultureInfo_m630276874(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); bool L_2 = RegionInfo_GetByTerritory_m2536737365(__this, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0032; } } { int32_t L_3 = ___culture0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1113403996, L_5, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, L_6, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,RegionInfo__ctor_m1212234622_RuntimeMethod_var); } IL_0032: { return; } } // System.Void System.Globalization.RegionInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void RegionInfo__ctor_m1348635004 (RegionInfo_t1090270226 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegionInfo__ctor_m1348635004_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; if (L_0) { goto IL_0012; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RegionInfo__ctor_m1348635004_RuntimeMethod_var); } IL_0012: { String_t* L_2 = ___name0; NullCheck(L_2); String_t* L_3 = String_ToUpperInvariant_m2531236323(L_2, /*hidden argument*/NULL); bool L_4 = RegionInfo_construct_internal_region_from_name_m1315402456(__this, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0030; } } { String_t* L_5 = ___name0; NullCheck(L_5); int32_t L_6 = String_GetHashCode_m1906374149(L_5, /*hidden argument*/NULL); __this->set_lcid_1(L_6); return; } IL_0030: { String_t* L_7 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_GetCultureInfo_m56098747(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); bool L_9 = RegionInfo_GetByTerritory_m2536737365(__this, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0057; } } { String_t* L_10 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral456703901, L_10, /*hidden argument*/NULL); ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,RegionInfo__ctor_m1348635004_RuntimeMethod_var); } IL_0057: { return; } } // System.Globalization.RegionInfo System.Globalization.RegionInfo::get_CurrentRegion() extern "C" IL2CPP_METHOD_ATTR RegionInfo_t1090270226 * RegionInfo_get_CurrentRegion_m3443163374 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegionInfo_get_CurrentRegion_m3443163374_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; { RegionInfo_t1090270226 * L_0 = ((RegionInfo_t1090270226_StaticFields*)il2cpp_codegen_static_fields_for(RegionInfo_t1090270226_il2cpp_TypeInfo_var))->get_currentRegion_0(); if (L_0) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; CultureInfo_t4157843068 * L_2 = V_0; if (!L_2) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); int32_t L_3 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_BootstrapCultureID_6(); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)127))))) { goto IL_0024; } } IL_0022: { return (RegionInfo_t1090270226 *)NULL; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); int32_t L_4 = ((CultureInfo_t4157843068_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t4157843068_il2cpp_TypeInfo_var))->get_BootstrapCultureID_6(); RegionInfo_t1090270226 * L_5 = (RegionInfo_t1090270226 *)il2cpp_codegen_object_new(RegionInfo_t1090270226_il2cpp_TypeInfo_var); RegionInfo__ctor_m1212234622(L_5, L_4, /*hidden argument*/NULL); ((RegionInfo_t1090270226_StaticFields*)il2cpp_codegen_static_fields_for(RegionInfo_t1090270226_il2cpp_TypeInfo_var))->set_currentRegion_0(L_5); } IL_0033: { RegionInfo_t1090270226 * L_6 = ((RegionInfo_t1090270226_StaticFields*)il2cpp_codegen_static_fields_for(RegionInfo_t1090270226_il2cpp_TypeInfo_var))->get_currentRegion_0(); return L_6; } } // System.Boolean System.Globalization.RegionInfo::GetByTerritory(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool RegionInfo_GetByTerritory_m2536737365 (RegionInfo_t1090270226 * __this, CultureInfo_t4157843068 * ___ci0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegionInfo_GetByTerritory_m2536737365_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t4157843068 * L_0 = ___ci0; if (L_0) { goto IL_0011; } } { Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_1, _stringLiteral233245906, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RegionInfo_GetByTerritory_m2536737365_RuntimeMethod_var); } IL_0011: { CultureInfo_t4157843068 * L_2 = ___ci0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() */, L_2); if (L_3) { goto IL_0027; } } { CultureInfo_t4157843068 * L_4 = ___ci0; NullCheck(L_4); String_t* L_5 = CultureInfo_get_Territory_m3971126713(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0029; } } IL_0027: { return (bool)0; } IL_0029: { CultureInfo_t4157843068 * L_6 = ___ci0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_6); __this->set_lcid_1(L_7); CultureInfo_t4157843068 * L_8 = ___ci0; NullCheck(L_8); String_t* L_9 = CultureInfo_get_Territory_m3971126713(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = String_ToUpperInvariant_m2531236323(L_9, /*hidden argument*/NULL); bool L_11 = RegionInfo_construct_internal_region_from_name_m1315402456(__this, L_10, /*hidden argument*/NULL); return L_11; } } // System.Boolean System.Globalization.RegionInfo::construct_internal_region_from_name(System.String) extern "C" IL2CPP_METHOD_ATTR bool RegionInfo_construct_internal_region_from_name_m1315402456 (RegionInfo_t1090270226 * __this, String_t* ___name0, const RuntimeMethod* method) { typedef bool (*RegionInfo_construct_internal_region_from_name_m1315402456_ftn) (RegionInfo_t1090270226 *, String_t*); using namespace il2cpp::icalls; return ((RegionInfo_construct_internal_region_from_name_m1315402456_ftn)mscorlib::System::Globalization::RegionInfo::construct_internal_region_from_name) (__this, ___name0); } // System.String System.Globalization.RegionInfo::get_CurrencyEnglishName() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_CurrencyEnglishName_m1706473630 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currencyEnglishName_9(); return L_0; } } // System.String System.Globalization.RegionInfo::get_CurrencySymbol() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_CurrencySymbol_m1879783455 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currencySymbol_7(); return L_0; } } // System.String System.Globalization.RegionInfo::get_DisplayName() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_DisplayName_m3679349812 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_englishName_6(); return L_0; } } // System.String System.Globalization.RegionInfo::get_EnglishName() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_EnglishName_m4080324067 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_englishName_6(); return L_0; } } // System.Int32 System.Globalization.RegionInfo::get_GeoId() extern "C" IL2CPP_METHOD_ATTR int32_t RegionInfo_get_GeoId_m945815123 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_regionId_2(); return L_0; } } // System.Boolean System.Globalization.RegionInfo::get_IsMetric() extern "C" IL2CPP_METHOD_ATTR bool RegionInfo_get_IsMetric_m254276301 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegionInfo_get_IsMetric_m254276301_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = __this->get_iso2Name_3(); V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_005b; } } { Dictionary_2_t2736202052 * L_2 = ((RegionInfo_t1090270226_StaticFields*)il2cpp_codegen_static_fields_for(RegionInfo_t1090270226_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1D_10(); if (L_2) { goto IL_003c; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral3457660907, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3457136619, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; ((RegionInfo_t1090270226_StaticFields*)il2cpp_codegen_static_fields_for(RegionInfo_t1090270226_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map1D_10(L_6); } IL_003c: { Dictionary_2_t2736202052 * L_7 = ((RegionInfo_t1090270226_StaticFields*)il2cpp_codegen_static_fields_for(RegionInfo_t1090270226_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1D_10(); String_t* L_8 = V_0; NullCheck(L_7); bool L_9 = Dictionary_2_TryGetValue_m1013208020(L_7, L_8, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_9) { goto IL_005b; } } { int32_t L_10 = V_2; if (!L_10) { goto IL_0059; } } { goto IL_005b; } IL_0059: { return (bool)0; } IL_005b: { return (bool)1; } } // System.String System.Globalization.RegionInfo::get_ISOCurrencySymbol() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_ISOCurrencySymbol_m441808484 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_isoCurrencySymbol_8(); return L_0; } } // System.String System.Globalization.RegionInfo::get_NativeName() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_NativeName_m2676336050 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Globalization.RegionInfo::get_DisplayName() */, __this); return L_0; } } // System.String System.Globalization.RegionInfo::get_CurrencyNativeName() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_CurrencyNativeName_m2071178612 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegionInfo_get_CurrencyNativeName_m2071178612_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,RegionInfo_get_CurrencyNativeName_m2071178612_RuntimeMethod_var); } } // System.String System.Globalization.RegionInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_Name_m834510569 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_iso2Name_3(); return L_0; } } // System.String System.Globalization.RegionInfo::get_ThreeLetterISORegionName() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_ThreeLetterISORegionName_m3727404172 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_iso3Name_4(); return L_0; } } // System.String System.Globalization.RegionInfo::get_ThreeLetterWindowsRegionName() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_ThreeLetterWindowsRegionName_m3055965132 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_win3Name_5(); return L_0; } } // System.String System.Globalization.RegionInfo::get_TwoLetterISORegionName() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_get_TwoLetterISORegionName_m168656244 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_iso2Name_3(); return L_0; } } // System.Boolean System.Globalization.RegionInfo::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool RegionInfo_Equals_m2499055654 (RegionInfo_t1090270226 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegionInfo_Equals_m2499055654_MetadataUsageId); s_Il2CppMethodInitialized = true; } RegionInfo_t1090270226 * V_0 = NULL; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___value0; V_0 = ((RegionInfo_t1090270226 *)IsInstClass((RuntimeObject*)L_0, RegionInfo_t1090270226_il2cpp_TypeInfo_var)); RegionInfo_t1090270226 * L_1 = V_0; if (!L_1) { goto IL_001d; } } { int32_t L_2 = __this->get_lcid_1(); RegionInfo_t1090270226 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_lcid_1(); G_B3_0 = ((((int32_t)L_2) == ((int32_t)L_4))? 1 : 0); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (bool)G_B3_0; } } // System.Int32 System.Globalization.RegionInfo::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t RegionInfo_GetHashCode_m1608374012 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_regionId_2(); int32_t L_1 = __this->get_regionId_2(); return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL))))))), (int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_0<<(int32_t)3))))))), (int64_t)(((int64_t)((int64_t)L_1)))))))); } } // System.String System.Globalization.RegionInfo::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* RegionInfo_ToString_m1243674882 (RegionInfo_t1090270226 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Globalization.RegionInfo::get_Name() */, __this); 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.Globalization.SortKey::.ctor(System.Int32,System.String,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR void SortKey__ctor_m853383193 (SortKey_t3955336732 * __this, int32_t ___lcid0, String_t* ___source1, int32_t ___opt2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___lcid0; __this->set_lcid_3(L_0); String_t* L_1 = ___source1; __this->set_source_0(L_1); int32_t L_2 = ___opt2; __this->set_options_1(L_2); return; } } // System.Void System.Globalization.SortKey::.ctor(System.Int32,System.String,System.Byte[],System.Globalization.CompareOptions,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortKey__ctor_m2034425682 (SortKey_t3955336732 * __this, int32_t ___lcid0, String_t* ___source1, ByteU5BU5D_t4116647657* ___buffer2, int32_t ___opt3, int32_t ___lv1Length4, int32_t ___lv2Length5, int32_t ___lv3Length6, int32_t ___kanaSmallLength7, int32_t ___markTypeLength8, int32_t ___katakanaLength9, int32_t ___kanaWidthLength10, int32_t ___identLength11, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___lcid0; __this->set_lcid_3(L_0); String_t* L_1 = ___source1; __this->set_source_0(L_1); ByteU5BU5D_t4116647657* L_2 = ___buffer2; __this->set_key_2(L_2); int32_t L_3 = ___opt3; __this->set_options_1(L_3); return; } } // System.Int32 System.Globalization.SortKey::Compare(System.Globalization.SortKey,System.Globalization.SortKey) extern "C" IL2CPP_METHOD_ATTR int32_t SortKey_Compare_m1705990888 (RuntimeObject * __this /* static, unused */, SortKey_t3955336732 * ___sortkey10, SortKey_t3955336732 * ___sortkey21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortKey_Compare_m1705990888_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B10_0 = 0; int32_t G_B15_0 = 0; int32_t G_B23_0 = 0; { SortKey_t3955336732 * L_0 = ___sortkey10; 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, _stringLiteral3849809211, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SortKey_Compare_m1705990888_RuntimeMethod_var); } IL_0011: { SortKey_t3955336732 * L_2 = ___sortkey21; 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, _stringLiteral1128820027, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,SortKey_Compare_m1705990888_RuntimeMethod_var); } IL_0022: { SortKey_t3955336732 * L_4 = ___sortkey10; SortKey_t3955336732 * L_5 = ___sortkey21; bool L_6 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0044; } } { SortKey_t3955336732 * L_7 = ___sortkey10; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Globalization.SortKey::get_OriginalString() */, L_7); SortKey_t3955336732 * L_9 = ___sortkey21; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Globalization.SortKey::get_OriginalString() */, L_9); bool L_11 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0046; } } IL_0044: { return 0; } IL_0046: { SortKey_t3955336732 * L_12 = ___sortkey10; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(5 /* System.Byte[] System.Globalization.SortKey::get_KeyData() */, L_12); V_0 = L_13; SortKey_t3955336732 * L_14 = ___sortkey21; NullCheck(L_14); ByteU5BU5D_t4116647657* L_15 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(5 /* System.Byte[] System.Globalization.SortKey::get_KeyData() */, L_14); V_1 = L_15; ByteU5BU5D_t4116647657* L_16 = V_0; NullCheck(L_16); ByteU5BU5D_t4116647657* L_17 = V_1; NullCheck(L_17); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0067; } } { ByteU5BU5D_t4116647657* L_18 = V_1; NullCheck(L_18); G_B10_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))); goto IL_006a; } IL_0067: { ByteU5BU5D_t4116647657* L_19 = V_0; NullCheck(L_19); G_B10_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))); } IL_006a: { V_2 = G_B10_0; V_3 = 0; goto IL_0094; } IL_0072: { ByteU5BU5D_t4116647657* L_20 = V_0; int32_t L_21 = V_3; NullCheck(L_20); int32_t L_22 = L_21; uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); ByteU5BU5D_t4116647657* L_24 = V_1; int32_t L_25 = V_3; NullCheck(L_24); int32_t L_26 = L_25; uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); if ((((int32_t)L_23) == ((int32_t)L_27))) { goto IL_0090; } } { ByteU5BU5D_t4116647657* L_28 = V_0; int32_t L_29 = V_3; NullCheck(L_28); int32_t L_30 = L_29; uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); ByteU5BU5D_t4116647657* L_32 = V_1; int32_t L_33 = V_3; NullCheck(L_32); int32_t L_34 = L_33; uint8_t L_35 = (L_32)->GetAt(static_cast(L_34)); if ((((int32_t)L_31) >= ((int32_t)L_35))) { goto IL_008e; } } { G_B15_0 = (-1); goto IL_008f; } IL_008e: { G_B15_0 = 1; } IL_008f: { return G_B15_0; } IL_0090: { int32_t L_36 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_0094: { int32_t L_37 = V_3; int32_t L_38 = V_2; if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0072; } } { ByteU5BU5D_t4116647657* L_39 = V_0; NullCheck(L_39); ByteU5BU5D_t4116647657* L_40 = V_1; NullCheck(L_40); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length)))))))) { goto IL_00ac; } } { G_B23_0 = 0; goto IL_00be; } IL_00ac: { ByteU5BU5D_t4116647657* L_41 = V_0; NullCheck(L_41); ByteU5BU5D_t4116647657* L_42 = V_1; NullCheck(L_42); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_42)->max_length))))))) { goto IL_00bd; } } { G_B23_0 = (-1); goto IL_00be; } IL_00bd: { G_B23_0 = 1; } IL_00be: { return G_B23_0; } } // System.String System.Globalization.SortKey::get_OriginalString() extern "C" IL2CPP_METHOD_ATTR String_t* SortKey_get_OriginalString_m1428586816 (SortKey_t3955336732 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_source_0(); return L_0; } } // System.Byte[] System.Globalization.SortKey::get_KeyData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* SortKey_get_KeyData_m3446923386 (SortKey_t3955336732 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_key_2(); return L_0; } } // System.Boolean System.Globalization.SortKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SortKey_Equals_m3124075298 (SortKey_t3955336732 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortKey_Equals_m3124075298_MetadataUsageId); s_Il2CppMethodInitialized = true; } SortKey_t3955336732 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((SortKey_t3955336732 *)IsInstClass((RuntimeObject*)L_0, SortKey_t3955336732_il2cpp_TypeInfo_var)); SortKey_t3955336732 * L_1 = V_0; if (!L_1) { goto IL_003d; } } { int32_t L_2 = __this->get_lcid_3(); SortKey_t3955336732 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_lcid_3(); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_003d; } } { int32_t L_5 = __this->get_options_1(); SortKey_t3955336732 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = L_6->get_options_1(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_003d; } } { SortKey_t3955336732 * L_8 = V_0; int32_t L_9 = SortKey_Compare_m1705990888(NULL /*static, unused*/, __this, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_003d; } } { return (bool)1; } IL_003d: { return (bool)0; } } // System.Int32 System.Globalization.SortKey::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t SortKey_GetHashCode_m3547067087 (SortKey_t3955336732 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_key_2(); NullCheck(L_0); if ((((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) { goto IL_000f; } } { return 0; } IL_000f: { ByteU5BU5D_t4116647657* L_1 = __this->get_key_2(); NullCheck(L_1); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); V_0 = L_3; V_1 = 1; goto IL_0038; } IL_001f: { int32_t L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = __this->get_key_2(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); int32_t L_9 = V_1; V_0 = ((int32_t)((int32_t)L_4^(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9&(int32_t)3))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0038: { int32_t L_11 = V_1; ByteU5BU5D_t4116647657* L_12 = __this->get_key_2(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_001f; } } { int32_t L_13 = V_0; return L_13; } } // System.String System.Globalization.SortKey::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SortKey_ToString_m3992814724 (SortKey_t3955336732 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortKey_ToString_m3992814724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral2066806141); (L_0)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2066806141); ObjectU5BU5D_t2843939325* L_1 = L_0; int32_t L_2 = __this->get_lcid_3(); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(1), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_1; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3450517380); (L_5)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3450517380); ObjectU5BU5D_t2843939325* L_6 = L_5; int32_t L_7 = __this->get_options_1(); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(CompareOptions_t4130014775_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(3), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_6; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral3450517380); (L_10)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3450517380); ObjectU5BU5D_t2843939325* L_11 = L_10; String_t* L_12 = __this->get_source_0(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(5), (RuntimeObject *)L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m2971454694(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return L_13; } } #ifdef __clang__ #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.Globalization.TextInfo::.ctor(System.Globalization.CultureInfo,System.Int32,System.Void*,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TextInfo__ctor_m2985371296 (TextInfo_t3810425522 * __this, CultureInfo_t4157843068 * ___ci0, int32_t ___lcid1, void* ___data2, bool ___read_only3, const RuntimeMethod* method) { CultureInfo_t4157843068 * V_0 = NULL; Data_t2225474377 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___read_only3; __this->set_m_isReadOnly_1(L_0); int32_t L_1 = ___lcid1; __this->set_m_win32LangID_5(L_1); CultureInfo_t4157843068 * L_2 = ___ci0; __this->set_ci_6(L_2); void* L_3 = ___data2; if (!L_3) { goto IL_0033; } } { void* L_4 = ___data2; __this->set_data_8((*(Data_t2225474377 *)L_4)); goto IL_004f; } IL_0033: { il2cpp_codegen_initobj((&V_1), sizeof(Data_t2225474377 )); Data_t2225474377 L_5 = V_1; __this->set_data_8(L_5); Data_t2225474377 * L_6 = __this->get_address_of_data_8(); L_6->set_list_sep_4((uint8_t)((int32_t)44)); } IL_004f: { CultureInfo_t4157843068 * L_7 = ___ci0; V_0 = L_7; goto IL_005d; } IL_0056: { CultureInfo_t4157843068 * L_8 = V_0; NullCheck(L_8); CultureInfo_t4157843068 * L_9 = VirtFuncInvoker0< CultureInfo_t4157843068 * >::Invoke(8 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_8); V_0 = L_9; } IL_005d: { CultureInfo_t4157843068 * L_10 = V_0; NullCheck(L_10); CultureInfo_t4157843068 * L_11 = VirtFuncInvoker0< CultureInfo_t4157843068 * >::Invoke(8 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_10); if (!L_11) { goto IL_0086; } } { CultureInfo_t4157843068 * L_12 = V_0; NullCheck(L_12); CultureInfo_t4157843068 * L_13 = VirtFuncInvoker0< CultureInfo_t4157843068 * >::Invoke(8 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_12); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_13); if ((((int32_t)L_14) == ((int32_t)((int32_t)127)))) { goto IL_0086; } } { CultureInfo_t4157843068 * L_15 = V_0; NullCheck(L_15); CultureInfo_t4157843068 * L_16 = VirtFuncInvoker0< CultureInfo_t4157843068 * >::Invoke(8 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_15); CultureInfo_t4157843068 * L_17 = V_0; if ((!(((RuntimeObject*)(CultureInfo_t4157843068 *)L_16) == ((RuntimeObject*)(CultureInfo_t4157843068 *)L_17)))) { goto IL_0056; } } IL_0086: { CultureInfo_t4157843068 * L_18 = V_0; if (!L_18) { goto IL_00b4; } } { CultureInfo_t4157843068 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_19); V_2 = L_20; int32_t L_21 = V_2; if ((((int32_t)L_21) == ((int32_t)((int32_t)31)))) { goto IL_00a8; } } { int32_t L_22 = V_2; if ((((int32_t)L_22) == ((int32_t)((int32_t)44)))) { goto IL_00a8; } } { goto IL_00b4; } IL_00a8: { __this->set_handleDotI_7((bool)1); goto IL_00b4; } IL_00b4: { return; } } // System.Void System.Globalization.TextInfo::.ctor(System.Globalization.TextInfo) extern "C" IL2CPP_METHOD_ATTR void TextInfo__ctor_m1714721222 (TextInfo_t3810425522 * __this, TextInfo_t3810425522 * ___textInfo0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); TextInfo_t3810425522 * L_0 = ___textInfo0; NullCheck(L_0); int32_t L_1 = L_0->get_m_win32LangID_5(); __this->set_m_win32LangID_5(L_1); TextInfo_t3810425522 * L_2 = ___textInfo0; NullCheck(L_2); int32_t L_3 = L_2->get_m_nDataItem_3(); __this->set_m_nDataItem_3(L_3); TextInfo_t3810425522 * L_4 = ___textInfo0; NullCheck(L_4); bool L_5 = L_4->get_m_useUserOverride_4(); __this->set_m_useUserOverride_4(L_5); TextInfo_t3810425522 * L_6 = ___textInfo0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Globalization.TextInfo::get_ListSeparator() */, L_6); __this->set_m_listSeparator_0(L_7); TextInfo_t3810425522 * L_8 = ___textInfo0; NullCheck(L_8); String_t* L_9 = TextInfo_get_CultureName_m3892243949(L_8, /*hidden argument*/NULL); __this->set_customCultureName_2(L_9); TextInfo_t3810425522 * L_10 = ___textInfo0; NullCheck(L_10); CultureInfo_t4157843068 * L_11 = L_10->get_ci_6(); __this->set_ci_6(L_11); TextInfo_t3810425522 * L_12 = ___textInfo0; NullCheck(L_12); bool L_13 = L_12->get_handleDotI_7(); __this->set_handleDotI_7(L_13); TextInfo_t3810425522 * L_14 = ___textInfo0; NullCheck(L_14); Data_t2225474377 L_15 = L_14->get_data_8(); __this->set_data_8(L_15); return; } } // System.Void System.Globalization.TextInfo::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void TextInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m1492046432 (TextInfo_t3810425522 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { return; } } // System.Int32 System.Globalization.TextInfo::get_LCID() extern "C" IL2CPP_METHOD_ATTR int32_t TextInfo_get_LCID_m4151844436 (TextInfo_t3810425522 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_win32LangID_5(); return L_0; } } // System.String System.Globalization.TextInfo::get_ListSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* TextInfo_get_ListSeparator_m1628160079 (TextInfo_t3810425522 * __this, const RuntimeMethod* method) { Data_t2225474377 V_0; memset(&V_0, 0, sizeof(V_0)); Il2CppChar V_1 = 0x0; { String_t* L_0 = __this->get_m_listSeparator_0(); if (L_0) { goto IL_0028; } } { Data_t2225474377 L_1 = __this->get_data_8(); V_0 = L_1; uint8_t L_2 = (&V_0)->get_list_sep_4(); V_1 = (((int32_t)((uint16_t)L_2))); String_t* L_3 = Char_ToString_m3588025615((&V_1), /*hidden argument*/NULL); __this->set_m_listSeparator_0(L_3); } IL_0028: { String_t* L_4 = __this->get_m_listSeparator_0(); return L_4; } } // System.Int32 System.Globalization.TextInfo::get_OEMCodePage() extern "C" IL2CPP_METHOD_ATTR int32_t TextInfo_get_OEMCodePage_m54627569 (TextInfo_t3810425522 * __this, const RuntimeMethod* method) { Data_t2225474377 V_0; memset(&V_0, 0, sizeof(V_0)); { Data_t2225474377 L_0 = __this->get_data_8(); V_0 = L_0; int32_t L_1 = (&V_0)->get_oem_3(); return L_1; } } // System.String System.Globalization.TextInfo::get_CultureName() extern "C" IL2CPP_METHOD_ATTR String_t* TextInfo_get_CultureName_m3892243949 (TextInfo_t3810425522 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_customCultureName_2(); if (L_0) { goto IL_001c; } } { CultureInfo_t4157843068 * L_1 = __this->get_ci_6(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_1); __this->set_customCultureName_2(L_2); } IL_001c: { String_t* L_3 = __this->get_customCultureName_2(); return L_3; } } // System.Boolean System.Globalization.TextInfo::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool TextInfo_Equals_m3029092201 (TextInfo_t3810425522 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextInfo_Equals_m3029092201_MetadataUsageId); s_Il2CppMethodInitialized = true; } TextInfo_t3810425522 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___obj0; V_0 = ((TextInfo_t3810425522 *)IsInstClass((RuntimeObject*)L_1, TextInfo_t3810425522_il2cpp_TypeInfo_var)); TextInfo_t3810425522 * L_2 = V_0; if (L_2) { goto IL_0017; } } { return (bool)0; } IL_0017: { TextInfo_t3810425522 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_m_win32LangID_5(); int32_t L_5 = __this->get_m_win32LangID_5(); if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_002a; } } { return (bool)0; } IL_002a: { TextInfo_t3810425522 * L_6 = V_0; NullCheck(L_6); CultureInfo_t4157843068 * L_7 = L_6->get_ci_6(); CultureInfo_t4157843068 * L_8 = __this->get_ci_6(); if ((((RuntimeObject*)(CultureInfo_t4157843068 *)L_7) == ((RuntimeObject*)(CultureInfo_t4157843068 *)L_8))) { goto IL_003d; } } { return (bool)0; } IL_003d: { return (bool)1; } } // System.Int32 System.Globalization.TextInfo::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t TextInfo_GetHashCode_m4032637166 (TextInfo_t3810425522 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_win32LangID_5(); return L_0; } } // System.String System.Globalization.TextInfo::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* TextInfo_ToString_m3431897261 (TextInfo_t3810425522 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextInfo_ToString_m3431897261_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_win32LangID_5(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3250364786, L_2, /*hidden argument*/NULL); return L_3; } } // System.Char System.Globalization.TextInfo::ToLower(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToLower_m2744057472 (TextInfo_t3810425522 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextInfo_ToLower_m2744057472_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) < ((int32_t)((int32_t)64)))) { goto IL_001b; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)((int32_t)96)) >= ((int32_t)L_1))) { goto IL_001d; } } { Il2CppChar L_2 = ___c0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)128)))) { goto IL_001d; } } IL_001b: { Il2CppChar L_3 = ___c0; return L_3; } IL_001d: { Il2CppChar L_4 = ___c0; if ((((int32_t)((int32_t)65)) > ((int32_t)L_4))) { goto IL_0046; } } { Il2CppChar L_5 = ___c0; if ((((int32_t)L_5) > ((int32_t)((int32_t)90)))) { goto IL_0046; } } { bool L_6 = __this->get_handleDotI_7(); if (!L_6) { goto IL_0040; } } { Il2CppChar L_7 = ___c0; if ((((int32_t)L_7) == ((int32_t)((int32_t)73)))) { goto IL_0046; } } IL_0040: { Il2CppChar L_8 = ___c0; return (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)32)))))); } IL_0046: { CultureInfo_t4157843068 * L_9 = __this->get_ci_6(); if (!L_9) { goto IL_0063; } } { CultureInfo_t4157843068 * L_10 = __this->get_ci_6(); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_10); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)127))))) { goto IL_006a; } } IL_0063: { Il2CppChar L_12 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_13 = Char_ToLowerInvariant_m1926695830(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return L_13; } IL_006a: { Il2CppChar L_14 = ___c0; V_0 = L_14; Il2CppChar L_15 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)453)))) { case 0: { goto IL_00e7; } case 1: { goto IL_0088; } case 2: { goto IL_0088; } case 3: { goto IL_00ed; } } } IL_0088: { Il2CppChar L_16 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)978)))) { case 0: { goto IL_00ff; } case 1: { goto IL_0105; } case 2: { goto IL_010b; } } } { Il2CppChar L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)73)))) { goto IL_00ce; } } { Il2CppChar L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)304)))) { goto IL_00e4; } } { Il2CppChar L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)459)))) { goto IL_00f3; } } { Il2CppChar L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)498)))) { goto IL_00f9; } } { goto IL_0111; } IL_00ce: { bool L_21 = __this->get_handleDotI_7(); if (!L_21) { goto IL_00df; } } { return ((int32_t)305); } IL_00df: { goto IL_0111; } IL_00e4: { return ((int32_t)105); } IL_00e7: { return ((int32_t)454); } IL_00ed: { return ((int32_t)457); } IL_00f3: { return ((int32_t)460); } IL_00f9: { return ((int32_t)499); } IL_00ff: { return ((int32_t)965); } IL_0105: { return ((int32_t)973); } IL_010b: { return ((int32_t)971); } IL_0111: { Il2CppChar L_22 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_23 = Char_ToLowerInvariant_m1926695830(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); return L_23; } } // System.Char System.Globalization.TextInfo::ToUpper(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar TextInfo_ToUpper_m4031511609 (TextInfo_t3810425522 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextInfo_ToUpper_m4031511609_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)96)))) { goto IL_000a; } } { Il2CppChar L_1 = ___c0; return L_1; } IL_000a: { Il2CppChar L_2 = ___c0; if ((((int32_t)((int32_t)97)) > ((int32_t)L_2))) { goto IL_0033; } } { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) > ((int32_t)((int32_t)122)))) { goto IL_0033; } } { bool L_4 = __this->get_handleDotI_7(); if (!L_4) { goto IL_002d; } } { Il2CppChar L_5 = ___c0; if ((((int32_t)L_5) == ((int32_t)((int32_t)105)))) { goto IL_0033; } } IL_002d: { Il2CppChar L_6 = ___c0; return (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)32)))))); } IL_0033: { CultureInfo_t4157843068 * L_7 = __this->get_ci_6(); if (!L_7) { goto IL_0050; } } { CultureInfo_t4157843068 * L_8 = __this->get_ci_6(); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_8); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)127))))) { goto IL_0057; } } IL_0050: { Il2CppChar L_10 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_11 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); return L_11; } IL_0057: { Il2CppChar L_12 = ___c0; V_0 = L_12; Il2CppChar L_13 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)976)))) { case 0: { goto IL_0134; } case 1: { goto IL_013a; } case 2: { goto IL_0081; } case 3: { goto IL_0081; } case 4: { goto IL_0081; } case 5: { goto IL_0140; } case 6: { goto IL_0146; } } } IL_0081: { Il2CppChar L_14 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)453)))) { case 0: { goto IL_0110; } case 1: { goto IL_009d; } case 2: { goto IL_009d; } case 3: { goto IL_0116; } } } IL_009d: { Il2CppChar L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)1008)))) { goto IL_014c; } } { Il2CppChar L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)1009)))) { goto IL_0152; } } { Il2CppChar L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)105)))) { goto IL_00f7; } } { Il2CppChar L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)305)))) { goto IL_010d; } } { Il2CppChar L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)459)))) { goto IL_011c; } } { Il2CppChar L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)498)))) { goto IL_0122; } } { Il2CppChar L_21 = V_0; if ((((int32_t)L_21) == ((int32_t)((int32_t)912)))) { goto IL_0128; } } { Il2CppChar L_22 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)944)))) { goto IL_012e; } } { goto IL_0158; } IL_00f7: { bool L_23 = __this->get_handleDotI_7(); if (!L_23) { goto IL_0108; } } { return ((int32_t)304); } IL_0108: { goto IL_0158; } IL_010d: { return ((int32_t)73); } IL_0110: { return ((int32_t)452); } IL_0116: { return ((int32_t)455); } IL_011c: { return ((int32_t)458); } IL_0122: { return ((int32_t)497); } IL_0128: { return ((int32_t)938); } IL_012e: { return ((int32_t)939); } IL_0134: { return ((int32_t)914); } IL_013a: { return ((int32_t)920); } IL_0140: { return ((int32_t)934); } IL_0146: { return ((int32_t)928); } IL_014c: { return ((int32_t)922); } IL_0152: { return ((int32_t)929); } IL_0158: { Il2CppChar L_24 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_25 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); return L_25; } } // System.String System.Globalization.TextInfo::ToLower(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* TextInfo_ToLower_m2989196362 (TextInfo_t3810425522 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextInfo_ToLower_m2989196362_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; String_t* V_7 = NULL; { String_t* L_0 = ___str0; 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, _stringLiteral1391532509, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TextInfo_ToLower_m2989196362_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { 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(); return L_4; } IL_0022: { String_t* L_5 = ___str0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = ___str0; V_6 = L_8; String_t* L_9 = V_6; int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_9)), (int32_t)L_10)); String_t* L_11 = V_0; V_7 = L_11; String_t* L_12 = V_7; int32_t L_13 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_12)), (int32_t)L_13)); Il2CppChar* L_14 = V_2; V_3 = (Il2CppChar*)L_14; Il2CppChar* L_15 = V_1; V_4 = (Il2CppChar*)L_15; V_5 = 0; goto IL_0072; } IL_0055: { Il2CppChar* L_16 = V_3; Il2CppChar* L_17 = V_4; Il2CppChar L_18 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(8 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, __this, (*((uint16_t*)L_17))); *((int16_t*)(L_16)) = (int16_t)L_18; Il2CppChar* L_19 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_20 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)(((intptr_t)2)))); int32_t L_21 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0072: { int32_t L_22 = V_5; String_t* L_23 = ___str0; NullCheck(L_23); int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0055; } } { V_6 = (String_t*)NULL; V_7 = (String_t*)NULL; String_t* L_25 = V_0; return L_25; } } // System.String System.Globalization.TextInfo::ToUpper(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* TextInfo_ToUpper_m325888772 (TextInfo_t3810425522 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextInfo_ToUpper_m325888772_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; String_t* V_7 = NULL; { String_t* L_0 = ___str0; 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, _stringLiteral1391532509, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TextInfo_ToUpper_m325888772_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { 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(); return L_4; } IL_0022: { String_t* L_5 = ___str0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = ___str0; V_6 = L_8; String_t* L_9 = V_6; int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_9)), (int32_t)L_10)); String_t* L_11 = V_0; V_7 = L_11; String_t* L_12 = V_7; int32_t L_13 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_12)), (int32_t)L_13)); Il2CppChar* L_14 = V_2; V_3 = (Il2CppChar*)L_14; Il2CppChar* L_15 = V_1; V_4 = (Il2CppChar*)L_15; V_5 = 0; goto IL_0072; } IL_0055: { Il2CppChar* L_16 = V_3; Il2CppChar* L_17 = V_4; Il2CppChar L_18 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, __this, (*((uint16_t*)L_17))); *((int16_t*)(L_16)) = (int16_t)L_18; Il2CppChar* L_19 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_20 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)(((intptr_t)2)))); int32_t L_21 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0072: { int32_t L_22 = V_5; String_t* L_23 = ___str0; NullCheck(L_23); int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0055; } } { V_6 = (String_t*)NULL; V_7 = (String_t*)NULL; String_t* L_25 = V_0; return L_25; } } // System.Object System.Globalization.TextInfo::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TextInfo_Clone_m3838580862 (TextInfo_t3810425522 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextInfo_Clone_m3838580862_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TextInfo_t3810425522 * L_0 = (TextInfo_t3810425522 *)il2cpp_codegen_object_new(TextInfo_t3810425522_il2cpp_TypeInfo_var); TextInfo__ctor_m1714721222(L_0, __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 #ifdef __clang__ #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.Guid::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m3421080095 (Guid_t * __this, ByteU5BU5D_t4116647657* ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid__ctor_m3421080095_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_CheckArray_m921056615(NULL /*static, unused*/, L_0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___b0; int32_t L_2 = BitConverterLE_ToInt32_m1510163321(NULL /*static, unused*/, L_1, 0, /*hidden argument*/NULL); __this->set__a_0(L_2); ByteU5BU5D_t4116647657* L_3 = ___b0; int16_t L_4 = BitConverterLE_ToInt16_m1855092160(NULL /*static, unused*/, L_3, 4, /*hidden argument*/NULL); __this->set__b_1(L_4); ByteU5BU5D_t4116647657* L_5 = ___b0; int16_t L_6 = BitConverterLE_ToInt16_m1855092160(NULL /*static, unused*/, L_5, 6, /*hidden argument*/NULL); __this->set__c_2(L_6); ByteU5BU5D_t4116647657* L_7 = ___b0; NullCheck(L_7); int32_t L_8 = 8; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); __this->set__d_3(L_9); ByteU5BU5D_t4116647657* L_10 = ___b0; NullCheck(L_10); int32_t L_11 = ((int32_t)9); uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); __this->set__e_4(L_12); ByteU5BU5D_t4116647657* L_13 = ___b0; NullCheck(L_13); int32_t L_14 = ((int32_t)10); uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); __this->set__f_5(L_15); ByteU5BU5D_t4116647657* L_16 = ___b0; NullCheck(L_16); int32_t L_17 = ((int32_t)11); uint8_t L_18 = (L_16)->GetAt(static_cast(L_17)); __this->set__g_6(L_18); ByteU5BU5D_t4116647657* L_19 = ___b0; NullCheck(L_19); int32_t L_20 = ((int32_t)12); uint8_t L_21 = (L_19)->GetAt(static_cast(L_20)); __this->set__h_7(L_21); ByteU5BU5D_t4116647657* L_22 = ___b0; NullCheck(L_22); int32_t L_23 = ((int32_t)13); uint8_t L_24 = (L_22)->GetAt(static_cast(L_23)); __this->set__i_8(L_24); ByteU5BU5D_t4116647657* L_25 = ___b0; NullCheck(L_25); int32_t L_26 = ((int32_t)14); uint8_t L_27 = (L_25)->GetAt(static_cast(L_26)); __this->set__j_9(L_27); ByteU5BU5D_t4116647657* L_28 = ___b0; NullCheck(L_28); int32_t L_29 = ((int32_t)15); uint8_t L_30 = (L_28)->GetAt(static_cast(L_29)); __this->set__k_10(L_30); return; } } extern "C" void Guid__ctor_m3421080095_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_t4116647657* ___b0, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); Guid__ctor_m3421080095(_thisAdjusted, ___b0, method); } // System.Void System.Guid::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m2423264394 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid__ctor_m2423264394_MetadataUsageId); s_Il2CppMethodInitialized = true; } GuidParser_t2761237274 * V_0 = NULL; Guid_t V_1; memset(&V_1, 0, sizeof(V_1)); { String_t* L_0 = ___g0; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_CheckNull_m1870379983(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); String_t* L_1 = ___g0; NullCheck(L_1); String_t* L_2 = String_Trim_m923598732(L_1, /*hidden argument*/NULL); ___g0 = L_2; String_t* L_3 = ___g0; GuidParser_t2761237274 * L_4 = (GuidParser_t2761237274 *)il2cpp_codegen_object_new(GuidParser_t2761237274_il2cpp_TypeInfo_var); GuidParser__ctor_m3982448124(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; GuidParser_t2761237274 * L_5 = V_0; NullCheck(L_5); Guid_t L_6 = GuidParser_Parse_m3524913675(L_5, /*hidden argument*/NULL); V_1 = L_6; Guid_t L_7 = V_1; *(Guid_t *)__this = L_7; return; } } extern "C" void Guid__ctor_m2423264394_AdjustorThunk (RuntimeObject * __this, String_t* ___g0, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); Guid__ctor_m2423264394(_thisAdjusted, ___g0, method); } // System.Void System.Guid::.ctor(System.Int32,System.Int16,System.Int16,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m2373660607 (Guid_t * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, ByteU5BU5D_t4116647657* ___d3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid__ctor_m2373660607_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___d3; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_CheckArray_m921056615(NULL /*static, unused*/, L_0, 8, /*hidden argument*/NULL); int32_t L_1 = ___a0; __this->set__a_0(L_1); int16_t L_2 = ___b1; __this->set__b_1(L_2); int16_t L_3 = ___c2; __this->set__c_2(L_3); ByteU5BU5D_t4116647657* L_4 = ___d3; NullCheck(L_4); int32_t L_5 = 0; uint8_t L_6 = (L_4)->GetAt(static_cast(L_5)); __this->set__d_3(L_6); ByteU5BU5D_t4116647657* L_7 = ___d3; NullCheck(L_7); int32_t L_8 = 1; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); __this->set__e_4(L_9); ByteU5BU5D_t4116647657* L_10 = ___d3; NullCheck(L_10); int32_t L_11 = 2; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); __this->set__f_5(L_12); ByteU5BU5D_t4116647657* L_13 = ___d3; NullCheck(L_13); int32_t L_14 = 3; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); __this->set__g_6(L_15); ByteU5BU5D_t4116647657* L_16 = ___d3; NullCheck(L_16); int32_t L_17 = 4; uint8_t L_18 = (L_16)->GetAt(static_cast(L_17)); __this->set__h_7(L_18); ByteU5BU5D_t4116647657* L_19 = ___d3; NullCheck(L_19); int32_t L_20 = 5; uint8_t L_21 = (L_19)->GetAt(static_cast(L_20)); __this->set__i_8(L_21); ByteU5BU5D_t4116647657* L_22 = ___d3; NullCheck(L_22); int32_t L_23 = 6; uint8_t L_24 = (L_22)->GetAt(static_cast(L_23)); __this->set__j_9(L_24); ByteU5BU5D_t4116647657* L_25 = ___d3; NullCheck(L_25); int32_t L_26 = 7; uint8_t L_27 = (L_25)->GetAt(static_cast(L_26)); __this->set__k_10(L_27); return; } } extern "C" void Guid__ctor_m2373660607_AdjustorThunk (RuntimeObject * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, ByteU5BU5D_t4116647657* ___d3, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); Guid__ctor_m2373660607(_thisAdjusted, ___a0, ___b1, ___c2, ___d3, method); } // System.Void System.Guid::.ctor(System.Int32,System.Int16,System.Int16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m3562600567 (Guid_t * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method) { { int32_t L_0 = ___a0; __this->set__a_0(L_0); int16_t L_1 = ___b1; __this->set__b_1(L_1); int16_t L_2 = ___c2; __this->set__c_2(L_2); uint8_t L_3 = ___d3; __this->set__d_3(L_3); uint8_t L_4 = ___e4; __this->set__e_4(L_4); uint8_t L_5 = ___f5; __this->set__f_5(L_5); uint8_t L_6 = ___g6; __this->set__g_6(L_6); uint8_t L_7 = ___h7; __this->set__h_7(L_7); uint8_t L_8 = ___i8; __this->set__i_8(L_8); uint8_t L_9 = ___j9; __this->set__j_9(L_9); uint8_t L_10 = ___k10; __this->set__k_10(L_10); return; } } extern "C" void Guid__ctor_m3562600567_AdjustorThunk (RuntimeObject * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); Guid__ctor_m3562600567(_thisAdjusted, ___a0, ___b1, ___c2, ___d3, ___e4, ___f5, ___g6, ___h7, ___i8, ___j9, ___k10, method); } // System.Void System.Guid::.cctor() extern "C" IL2CPP_METHOD_ATTR void Guid__cctor_m1202095334 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid__cctor_m1202095334_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Guid_t L_0; memset(&L_0, 0, sizeof(L_0)); Guid__ctor_m3562600567((&L_0), 0, (int16_t)0, (int16_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL); ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->set_Empty_11(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_1, /*hidden argument*/NULL); ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->set__rngAccess_12(L_1); return; } } // System.Void System.Guid::CheckNull(System.Object) extern "C" IL2CPP_METHOD_ATTR void Guid_CheckNull_m1870379983 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_CheckNull_m1870379983_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o0; if (L_0) { goto IL_0016; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral407221896, /*hidden argument*/NULL); 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,Guid_CheckNull_m1870379983_RuntimeMethod_var); } IL_0016: { return; } } // System.Void System.Guid::CheckLength(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void Guid_CheckLength_m1615712498 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___o0, int32_t ___l1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_CheckLength_m1615712498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___o0; NullCheck(L_0); int32_t L_1 = ___l1; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)L_1))) { goto IL_0024; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4274898124, /*hidden argument*/NULL); int32_t L_3 = ___l1; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, L_2, L_5, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Guid_CheckLength_m1615712498_RuntimeMethod_var); } IL_0024: { return; } } // System.Void System.Guid::CheckArray(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void Guid_CheckArray_m921056615 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___o0, int32_t ___l1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_CheckArray_m921056615_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_CheckNull_m1870379983(NULL /*static, unused*/, (RuntimeObject *)(RuntimeObject *)L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___o0; int32_t L_2 = ___l1; Guid_CheckLength_m1615712498(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Int32 System.Guid::Compare(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Guid_Compare_m231009821 (RuntimeObject * __this /* static, unused */, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { { int32_t L_0 = ___x0; int32_t L_1 = ___y1; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0009; } } { return (-1); } IL_0009: { return 1; } } // System.Int32 System.Guid::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Guid_CompareTo_m243656946 (Guid_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_CompareTo_m243656946_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Guid_t_il2cpp_TypeInfo_var))) { goto IL_0028; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral67573282, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral3493618073, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Guid_CompareTo_m243656946_RuntimeMethod_var); } IL_0028: { RuntimeObject * L_4 = ___value0; int32_t L_5 = Guid_CompareTo_m2129361928(__this, ((*(Guid_t *)((Guid_t *)UnBox(L_4, Guid_t_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_5; } } extern "C" int32_t Guid_CompareTo_m243656946_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); return Guid_CompareTo_m243656946(_thisAdjusted, ___value0, method); } // System.Boolean System.Guid::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Guid_Equals_m1866984197 (Guid_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_Equals_m1866984197_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Guid_t_il2cpp_TypeInfo_var))) { goto IL_001b; } } { RuntimeObject * L_1 = ___o0; int32_t L_2 = Guid_CompareTo_m2129361928(__this, ((*(Guid_t *)((Guid_t *)UnBox(L_1, Guid_t_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_001b: { return (bool)0; } } extern "C" bool Guid_Equals_m1866984197_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); return Guid_Equals_m1866984197(_thisAdjusted, ___o0, method); } // System.Int32 System.Guid::CompareTo(System.Guid) extern "C" IL2CPP_METHOD_ATTR int32_t Guid_CompareTo_m2129361928 (Guid_t * __this, Guid_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_CompareTo_m2129361928_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__a_0(); int32_t L_1 = (&___value0)->get__a_0(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0025; } } { int32_t L_2 = __this->get__a_0(); int32_t L_3 = (&___value0)->get__a_0(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_4 = Guid_Compare_m231009821(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0025: { int16_t L_5 = __this->get__b_1(); int16_t L_6 = (&___value0)->get__b_1(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_004a; } } { int16_t L_7 = __this->get__b_1(); int16_t L_8 = (&___value0)->get__b_1(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_9 = Guid_Compare_m231009821(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_004a: { int16_t L_10 = __this->get__c_2(); int16_t L_11 = (&___value0)->get__c_2(); if ((((int32_t)L_10) == ((int32_t)L_11))) { goto IL_006f; } } { int16_t L_12 = __this->get__c_2(); int16_t L_13 = (&___value0)->get__c_2(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_14 = Guid_Compare_m231009821(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_006f: { uint8_t L_15 = __this->get__d_3(); uint8_t L_16 = (&___value0)->get__d_3(); if ((((int32_t)L_15) == ((int32_t)L_16))) { goto IL_0094; } } { uint8_t L_17 = __this->get__d_3(); uint8_t L_18 = (&___value0)->get__d_3(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_19 = Guid_Compare_m231009821(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); return L_19; } IL_0094: { uint8_t L_20 = __this->get__e_4(); uint8_t L_21 = (&___value0)->get__e_4(); if ((((int32_t)L_20) == ((int32_t)L_21))) { goto IL_00b9; } } { uint8_t L_22 = __this->get__e_4(); uint8_t L_23 = (&___value0)->get__e_4(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_24 = Guid_Compare_m231009821(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_00b9: { uint8_t L_25 = __this->get__f_5(); uint8_t L_26 = (&___value0)->get__f_5(); if ((((int32_t)L_25) == ((int32_t)L_26))) { goto IL_00de; } } { uint8_t L_27 = __this->get__f_5(); uint8_t L_28 = (&___value0)->get__f_5(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_29 = Guid_Compare_m231009821(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); return L_29; } IL_00de: { uint8_t L_30 = __this->get__g_6(); uint8_t L_31 = (&___value0)->get__g_6(); if ((((int32_t)L_30) == ((int32_t)L_31))) { goto IL_0103; } } { uint8_t L_32 = __this->get__g_6(); uint8_t L_33 = (&___value0)->get__g_6(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_34 = Guid_Compare_m231009821(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_0103: { uint8_t L_35 = __this->get__h_7(); uint8_t L_36 = (&___value0)->get__h_7(); if ((((int32_t)L_35) == ((int32_t)L_36))) { goto IL_0128; } } { uint8_t L_37 = __this->get__h_7(); uint8_t L_38 = (&___value0)->get__h_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_39 = Guid_Compare_m231009821(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL); return L_39; } IL_0128: { uint8_t L_40 = __this->get__i_8(); uint8_t L_41 = (&___value0)->get__i_8(); if ((((int32_t)L_40) == ((int32_t)L_41))) { goto IL_014d; } } { uint8_t L_42 = __this->get__i_8(); uint8_t L_43 = (&___value0)->get__i_8(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_44 = Guid_Compare_m231009821(NULL /*static, unused*/, L_42, L_43, /*hidden argument*/NULL); return L_44; } IL_014d: { uint8_t L_45 = __this->get__j_9(); uint8_t L_46 = (&___value0)->get__j_9(); if ((((int32_t)L_45) == ((int32_t)L_46))) { goto IL_0172; } } { uint8_t L_47 = __this->get__j_9(); uint8_t L_48 = (&___value0)->get__j_9(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_49 = Guid_Compare_m231009821(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); return L_49; } IL_0172: { uint8_t L_50 = __this->get__k_10(); uint8_t L_51 = (&___value0)->get__k_10(); if ((((int32_t)L_50) == ((int32_t)L_51))) { goto IL_0197; } } { uint8_t L_52 = __this->get__k_10(); uint8_t L_53 = (&___value0)->get__k_10(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); int32_t L_54 = Guid_Compare_m231009821(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); return L_54; } IL_0197: { return 0; } } extern "C" int32_t Guid_CompareTo_m2129361928_AdjustorThunk (RuntimeObject * __this, Guid_t ___value0, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); return Guid_CompareTo_m2129361928(_thisAdjusted, ___value0, method); } // System.Boolean System.Guid::Equals(System.Guid) extern "C" IL2CPP_METHOD_ATTR bool Guid_Equals_m3683678873 (Guid_t * __this, Guid_t ___g0, const RuntimeMethod* method) { { Guid_t L_0 = ___g0; int32_t L_1 = Guid_CompareTo_m2129361928(__this, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } extern "C" bool Guid_Equals_m3683678873_AdjustorThunk (RuntimeObject * __this, Guid_t ___g0, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); return Guid_Equals_m3683678873(_thisAdjusted, ___g0, method); } // System.Int32 System.Guid::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Guid_GetHashCode_m3042133858 (Guid_t * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__a_0(); V_0 = L_0; int32_t L_1 = V_0; int16_t L_2 = __this->get__b_1(); int16_t L_3 = __this->get__c_2(); V_0 = ((int32_t)((int32_t)L_1^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)16)))|(int32_t)L_3)))); int32_t L_4 = V_0; uint8_t L_5 = __this->get__d_3(); V_0 = ((int32_t)((int32_t)L_4^(int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)24))))); int32_t L_6 = V_0; uint8_t L_7 = __this->get__e_4(); V_0 = ((int32_t)((int32_t)L_6^(int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)16))))); int32_t L_8 = V_0; uint8_t L_9 = __this->get__f_5(); V_0 = ((int32_t)((int32_t)L_8^(int32_t)((int32_t)((int32_t)L_9<<(int32_t)8)))); int32_t L_10 = V_0; uint8_t L_11 = __this->get__g_6(); V_0 = ((int32_t)((int32_t)L_10^(int32_t)L_11)); int32_t L_12 = V_0; uint8_t L_13 = __this->get__h_7(); V_0 = ((int32_t)((int32_t)L_12^(int32_t)((int32_t)((int32_t)L_13<<(int32_t)((int32_t)24))))); int32_t L_14 = V_0; uint8_t L_15 = __this->get__i_8(); V_0 = ((int32_t)((int32_t)L_14^(int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)16))))); int32_t L_16 = V_0; uint8_t L_17 = __this->get__j_9(); V_0 = ((int32_t)((int32_t)L_16^(int32_t)((int32_t)((int32_t)L_17<<(int32_t)8)))); int32_t L_18 = V_0; uint8_t L_19 = __this->get__k_10(); V_0 = ((int32_t)((int32_t)L_18^(int32_t)L_19)); int32_t L_20 = V_0; return L_20; } } extern "C" int32_t Guid_GetHashCode_m3042133858_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); return Guid_GetHashCode_m3042133858(_thisAdjusted, method); } // System.Char System.Guid::ToHex(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Guid_ToHex_m2592644778 (RuntimeObject * __this /* static, unused */, int32_t ___b0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = ___b0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)10)))) { goto IL_0011; } } { int32_t L_1 = ___b0; G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)L_1)); goto IL_0018; } IL_0011: { int32_t L_2 = ___b0; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)97), (int32_t)L_2)), (int32_t)((int32_t)10))); } IL_0018: { return (((int32_t)((uint16_t)G_B3_0))); } } // System.Guid System.Guid::NewGuid() extern "C" IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m923091018 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_NewGuid_m923091018_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; RuntimeObject * V_1 = NULL; Guid_t V_2; memset(&V_2, 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16))); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__rngAccess_12(); V_1 = L_0; RuntimeObject * L_1 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_0014: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); RandomNumberGenerator_t386037858 * L_2 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__rng_13(); if (L_2) { goto IL_0028; } } IL_001e: { RandomNumberGenerator_t386037858 * L_3 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->set__rng_13(L_3); } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); RandomNumberGenerator_t386037858 * L_4 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__rng_13(); ByteU5BU5D_t4116647657* L_5 = V_0; NullCheck(L_4); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_4, L_5); IL2CPP_LEAVE(0x3F, FINALLY_0038); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0038; } FINALLY_0038: { // begin finally (depth: 1) RuntimeObject * L_6 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(56) } // end finally (depth: 1) IL2CPP_CLEANUP(56) { IL2CPP_JUMP_TBL(0x3F, IL_003f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003f: { ByteU5BU5D_t4116647657* L_7 = V_0; Guid__ctor_m3421080095((&V_2), L_7, /*hidden argument*/NULL); uint8_t L_8 = (&V_2)->get__d_3(); (&V_2)->set__d_3((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)63)))|(int32_t)((int32_t)128))))))); int16_t L_9 = (&V_2)->get__c_2(); (&V_2)->set__c_2((((int16_t)((int16_t)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_9)))&(int64_t)(((int64_t)((int64_t)((int32_t)4095))))))|(int64_t)(((int64_t)((int64_t)((int32_t)16384)))))))))); Guid_t L_10 = V_2; return L_10; } } // System.Byte[] System.Guid::FastNewGuidArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Guid_FastNewGuidArray_m920913610 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_FastNewGuidArray_m920913610_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* 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); { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16))); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__rngAccess_12(); V_1 = L_0; RuntimeObject * L_1 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_0014: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); RandomNumberGenerator_t386037858 * L_2 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__rng_13(); if (!L_2) { goto IL_0028; } } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); RandomNumberGenerator_t386037858 * L_3 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__rng_13(); ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->set__fastRng_14(L_3); } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); RandomNumberGenerator_t386037858 * L_4 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__fastRng_14(); if (L_4) { goto IL_003c; } } IL_0032: { RNGCryptoServiceProvider_t3397414743 * L_5 = (RNGCryptoServiceProvider_t3397414743 *)il2cpp_codegen_object_new(RNGCryptoServiceProvider_t3397414743_il2cpp_TypeInfo_var); RNGCryptoServiceProvider__ctor_m2355451105(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->set__fastRng_14(L_5); } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); RandomNumberGenerator_t386037858 * L_6 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__fastRng_14(); ByteU5BU5D_t4116647657* L_7 = V_0; NullCheck(L_6); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_6, L_7); IL2CPP_LEAVE(0x53, FINALLY_004c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004c; } FINALLY_004c: { // begin finally (depth: 1) RuntimeObject * L_8 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(76) } // end finally (depth: 1) IL2CPP_CLEANUP(76) { IL2CPP_JUMP_TBL(0x53, IL_0053) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0053: { ByteU5BU5D_t4116647657* L_9 = V_0; ByteU5BU5D_t4116647657* L_10 = V_0; NullCheck(L_10); int32_t L_11 = 8; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck(L_9); (L_9)->SetAt(static_cast(8), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)63)))|(int32_t)((int32_t)128))))))); ByteU5BU5D_t4116647657* L_13 = V_0; ByteU5BU5D_t4116647657* L_14 = V_0; NullCheck(L_14); int32_t L_15 = 7; uint8_t L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck(L_13); (L_13)->SetAt(static_cast(7), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_16&(int32_t)((int32_t)15)))|(int32_t)((int32_t)64))))))); ByteU5BU5D_t4116647657* L_17 = V_0; return L_17; } } // System.Void System.Guid::AppendInt(System.Text.StringBuilder,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Guid_AppendInt_m1995455822 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___builder0, int32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_AppendInt_m1995455822_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = ___builder0; int32_t L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Il2CppChar L_2 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)((int32_t)28)))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_0); StringBuilder_Append_m2383614642(L_0, L_2, /*hidden argument*/NULL); StringBuilder_t * L_3 = ___builder0; int32_t L_4 = ___value1; Il2CppChar L_5 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_4>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_3); StringBuilder_Append_m2383614642(L_3, L_5, /*hidden argument*/NULL); StringBuilder_t * L_6 = ___builder0; int32_t L_7 = ___value1; Il2CppChar L_8 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_7>>(int32_t)((int32_t)20)))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_Append_m2383614642(L_6, L_8, /*hidden argument*/NULL); StringBuilder_t * L_9 = ___builder0; int32_t L_10 = ___value1; Il2CppChar L_11 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_10>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_9); StringBuilder_Append_m2383614642(L_9, L_11, /*hidden argument*/NULL); StringBuilder_t * L_12 = ___builder0; int32_t L_13 = ___value1; Il2CppChar L_14 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_13>>(int32_t)((int32_t)12)))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_Append_m2383614642(L_12, L_14, /*hidden argument*/NULL); StringBuilder_t * L_15 = ___builder0; int32_t L_16 = ___value1; Il2CppChar L_17 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_16>>(int32_t)8))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_Append_m2383614642(L_15, L_17, /*hidden argument*/NULL); StringBuilder_t * L_18 = ___builder0; int32_t L_19 = ___value1; Il2CppChar L_20 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_19>>(int32_t)4))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_Append_m2383614642(L_18, L_20, /*hidden argument*/NULL); StringBuilder_t * L_21 = ___builder0; int32_t L_22 = ___value1; Il2CppChar L_23 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)L_22&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_21); StringBuilder_Append_m2383614642(L_21, L_23, /*hidden argument*/NULL); return; } } // System.Void System.Guid::AppendShort(System.Text.StringBuilder,System.Int16) extern "C" IL2CPP_METHOD_ATTR void Guid_AppendShort_m791023083 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___builder0, int16_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_AppendShort_m791023083_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = ___builder0; int16_t L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Il2CppChar L_2 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)((int32_t)12)))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_0); StringBuilder_Append_m2383614642(L_0, L_2, /*hidden argument*/NULL); StringBuilder_t * L_3 = ___builder0; int16_t L_4 = ___value1; Il2CppChar L_5 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_4>>(int32_t)8))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_3); StringBuilder_Append_m2383614642(L_3, L_5, /*hidden argument*/NULL); StringBuilder_t * L_6 = ___builder0; int16_t L_7 = ___value1; Il2CppChar L_8 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_7>>(int32_t)4))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_Append_m2383614642(L_6, L_8, /*hidden argument*/NULL); StringBuilder_t * L_9 = ___builder0; int16_t L_10 = ___value1; Il2CppChar L_11 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)L_10&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_9); StringBuilder_Append_m2383614642(L_9, L_11, /*hidden argument*/NULL); return; } } // System.Void System.Guid::AppendByte(System.Text.StringBuilder,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Guid_AppendByte_m4212783015 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___builder0, uint8_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_AppendByte_m4212783015_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = ___builder0; uint8_t L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Il2CppChar L_2 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)4))&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_0); StringBuilder_Append_m2383614642(L_0, L_2, /*hidden argument*/NULL); StringBuilder_t * L_3 = ___builder0; uint8_t L_4 = ___value1; Il2CppChar L_5 = Guid_ToHex_m2592644778(NULL /*static, unused*/, ((int32_t)((int32_t)L_4&(int32_t)((int32_t)15))), /*hidden argument*/NULL); NullCheck(L_3); StringBuilder_Append_m2383614642(L_3, L_5, /*hidden argument*/NULL); return; } } // System.String System.Guid::BaseToString(System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Guid_BaseToString_m3600006650 (Guid_t * __this, bool ___h0, bool ___p1, bool ___b2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_BaseToString_m3600006650_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_0, ((int32_t)40), /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___p1; if (!L_1) { goto IL_001c; } } { StringBuilder_t * L_2 = V_0; NullCheck(L_2); StringBuilder_Append_m2383614642(L_2, ((int32_t)40), /*hidden argument*/NULL); goto IL_002b; } IL_001c: { bool L_3 = ___b2; if (!L_3) { goto IL_002b; } } { StringBuilder_t * L_4 = V_0; NullCheck(L_4); StringBuilder_Append_m2383614642(L_4, ((int32_t)123), /*hidden argument*/NULL); } IL_002b: { StringBuilder_t * L_5 = V_0; int32_t L_6 = __this->get__a_0(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_AppendInt_m1995455822(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); bool L_7 = ___h0; if (!L_7) { goto IL_0046; } } { StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_Append_m2383614642(L_8, ((int32_t)45), /*hidden argument*/NULL); } IL_0046: { StringBuilder_t * L_9 = V_0; int16_t L_10 = __this->get__b_1(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_AppendShort_m791023083(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); bool L_11 = ___h0; if (!L_11) { goto IL_0061; } } { StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_Append_m2383614642(L_12, ((int32_t)45), /*hidden argument*/NULL); } IL_0061: { StringBuilder_t * L_13 = V_0; int16_t L_14 = __this->get__c_2(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_AppendShort_m791023083(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); bool L_15 = ___h0; if (!L_15) { goto IL_007c; } } { StringBuilder_t * L_16 = V_0; NullCheck(L_16); StringBuilder_Append_m2383614642(L_16, ((int32_t)45), /*hidden argument*/NULL); } IL_007c: { StringBuilder_t * L_17 = V_0; uint8_t L_18 = __this->get__d_3(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_AppendByte_m4212783015(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); StringBuilder_t * L_19 = V_0; uint8_t L_20 = __this->get__e_4(); Guid_AppendByte_m4212783015(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); bool L_21 = ___h0; if (!L_21) { goto IL_00a3; } } { StringBuilder_t * L_22 = V_0; NullCheck(L_22); StringBuilder_Append_m2383614642(L_22, ((int32_t)45), /*hidden argument*/NULL); } IL_00a3: { StringBuilder_t * L_23 = V_0; uint8_t L_24 = __this->get__f_5(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_AppendByte_m4212783015(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); StringBuilder_t * L_25 = V_0; uint8_t L_26 = __this->get__g_6(); Guid_AppendByte_m4212783015(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); StringBuilder_t * L_27 = V_0; uint8_t L_28 = __this->get__h_7(); Guid_AppendByte_m4212783015(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); StringBuilder_t * L_29 = V_0; uint8_t L_30 = __this->get__i_8(); Guid_AppendByte_m4212783015(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); StringBuilder_t * L_31 = V_0; uint8_t L_32 = __this->get__j_9(); Guid_AppendByte_m4212783015(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); StringBuilder_t * L_33 = V_0; uint8_t L_34 = __this->get__k_10(); Guid_AppendByte_m4212783015(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL); bool L_35 = ___p1; if (!L_35) { goto IL_00ff; } } { StringBuilder_t * L_36 = V_0; NullCheck(L_36); StringBuilder_Append_m2383614642(L_36, ((int32_t)41), /*hidden argument*/NULL); goto IL_010e; } IL_00ff: { bool L_37 = ___b2; if (!L_37) { goto IL_010e; } } { StringBuilder_t * L_38 = V_0; NullCheck(L_38); StringBuilder_Append_m2383614642(L_38, ((int32_t)125), /*hidden argument*/NULL); } IL_010e: { StringBuilder_t * L_39 = V_0; NullCheck(L_39); String_t* L_40 = StringBuilder_ToString_m3317489284(L_39, /*hidden argument*/NULL); return L_40; } } extern "C" String_t* Guid_BaseToString_m3600006650_AdjustorThunk (RuntimeObject * __this, bool ___h0, bool ___p1, bool ___b2, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); return Guid_BaseToString_m3600006650(_thisAdjusted, ___h0, ___p1, ___b2, method); } // System.String System.Guid::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m3279186591 (Guid_t * __this, const RuntimeMethod* method) { { String_t* L_0 = Guid_BaseToString_m3600006650(__this, (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Guid_ToString_m3279186591_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); return Guid_ToString_m3279186591(_thisAdjusted, method); } // System.String System.Guid::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m4056316049 (Guid_t * __this, String_t* ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Guid_ToString_m4056316049_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; String_t* V_3 = NULL; { V_0 = (bool)1; V_1 = (bool)0; V_2 = (bool)0; String_t* L_0 = ___format0; if (!L_0) { goto IL_0088; } } { String_t* L_1 = ___format0; NullCheck(L_1); String_t* L_2 = String_ToLowerInvariant_m110751226(L_1, /*hidden argument*/NULL); V_3 = L_2; String_t* L_3 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, _stringLiteral3452614590, /*hidden argument*/NULL); if (!L_4) { goto IL_002a; } } { V_2 = (bool)1; goto IL_0088; } IL_002a: { String_t* L_5 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral3452614608, /*hidden argument*/NULL); if (!L_6) { goto IL_0041; } } { V_1 = (bool)1; goto IL_0088; } IL_0041: { String_t* L_7 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, _stringLiteral3452614594, /*hidden argument*/NULL); if (!L_8) { goto IL_0058; } } { V_0 = (bool)0; goto IL_0088; } IL_0058: { String_t* L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, _stringLiteral3452614588, /*hidden argument*/NULL); if (!L_10) { goto IL_0088; } } { String_t* L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_13 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0088; } } { String_t* L_14 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1044357311, /*hidden argument*/NULL); FormatException_t154580423 * L_15 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Guid_ToString_m4056316049_RuntimeMethod_var); } IL_0088: { bool L_16 = V_0; bool L_17 = V_1; bool L_18 = V_2; String_t* L_19 = Guid_BaseToString_m3600006650(__this, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } extern "C" String_t* Guid_ToString_m4056316049_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); return Guid_ToString_m4056316049(_thisAdjusted, ___format0, method); } // System.String System.Guid::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2120285561 (Guid_t * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___format0; String_t* L_1 = Guid_ToString_m4056316049(__this, L_0, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Guid_ToString_m2120285561_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { Guid_t * _thisAdjusted = reinterpret_cast(__this + 1); return Guid_ToString_m2120285561(_thisAdjusted, ___format0, ___provider1, method); } // System.Boolean System.Guid::op_Equality(System.Guid,System.Guid) extern "C" IL2CPP_METHOD_ATTR bool Guid_op_Equality_m4289903222 (RuntimeObject * __this /* static, unused */, Guid_t ___a0, Guid_t ___b1, const RuntimeMethod* method) { { Guid_t L_0 = ___b1; bool L_1 = Guid_Equals_m3683678873((&___a0), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Guid::op_Inequality(System.Guid,System.Guid) extern "C" IL2CPP_METHOD_ATTR bool Guid_op_Inequality_m2302622814 (RuntimeObject * __this /* static, unused */, Guid_t ___a0, Guid_t ___b1, const RuntimeMethod* method) { { Guid_t L_0 = ___b1; bool L_1 = Guid_Equals_m3683678873((&___a0), L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 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.Guid/GuidParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void GuidParser__ctor_m3982448124 (GuidParser_t2761237274 * __this, String_t* ___src0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___src0; __this->set__src_0(L_0); GuidParser_Reset_m2640004655(__this, /*hidden argument*/NULL); return; } } // System.Void System.Guid/GuidParser::Reset() extern "C" IL2CPP_METHOD_ATTR void GuidParser_Reset_m2640004655 (GuidParser_t2761237274 * __this, const RuntimeMethod* method) { { __this->set__cur_2(0); String_t* L_0 = __this->get__src_0(); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); __this->set__length_1(L_1); return; } } // System.Boolean System.Guid/GuidParser::AtEnd() extern "C" IL2CPP_METHOD_ATTR bool GuidParser_AtEnd_m3409982497 (GuidParser_t2761237274 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__cur_2(); int32_t L_1 = __this->get__length_1(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Guid/GuidParser::ThrowFormatException() extern "C" IL2CPP_METHOD_ATTR void GuidParser_ThrowFormatException_m3223388534 (GuidParser_t2761237274 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GuidParser_ThrowFormatException_m3223388534_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1400121685, /*hidden argument*/NULL); FormatException_t154580423 * L_1 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,GuidParser_ThrowFormatException_m3223388534_RuntimeMethod_var); } } // System.UInt64 System.Guid/GuidParser::ParseHex(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR uint64_t GuidParser_ParseHex_m1764305333 (GuidParser_t2761237274 * __this, int32_t ___length0, bool ___strictLength1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GuidParser_ParseHex_m1764305333_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; Il2CppChar V_3 = 0x0; { V_0 = (((int64_t)((int64_t)0))); V_2 = (bool)0; V_1 = 0; goto IL_00c8; } IL_000c: { bool L_0 = GuidParser_AtEnd_m3409982497(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0035; } } { bool L_1 = ___strictLength1; if (L_1) { goto IL_0023; } } { int32_t L_2 = V_1; if (L_2) { goto IL_002e; } } IL_0023: { GuidParser_ThrowFormatException_m3223388534(__this, /*hidden argument*/NULL); goto IL_0030; } IL_002e: { V_2 = (bool)1; } IL_0030: { goto IL_00c4; } IL_0035: { String_t* L_3 = __this->get__src_0(); int32_t L_4 = __this->get__cur_2(); NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m2986988803(L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_6 = Char_ToLowerInvariant_m1926695830(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_3 = L_6; Il2CppChar L_7 = V_3; bool L_8 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0077; } } { uint64_t L_9 = V_0; Il2CppChar L_10 = V_3; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_9, (int64_t)(((int64_t)((int64_t)((int32_t)16)))))), (int64_t)(((int64_t)((uint64_t)L_10))))), (int64_t)(((int64_t)((int64_t)((int32_t)48)))))); int32_t L_11 = __this->get__cur_2(); __this->set__cur_2(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); goto IL_00c4; } IL_0077: { Il2CppChar L_12 = V_3; if ((((int32_t)L_12) < ((int32_t)((int32_t)97)))) { goto IL_00ab; } } { Il2CppChar L_13 = V_3; if ((((int32_t)L_13) > ((int32_t)((int32_t)102)))) { goto IL_00ab; } } { uint64_t L_14 = V_0; Il2CppChar L_15 = V_3; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_14, (int64_t)(((int64_t)((int64_t)((int32_t)16)))))), (int64_t)(((int64_t)((uint64_t)L_15))))), (int64_t)(((int64_t)((int64_t)((int32_t)97)))))), (int64_t)(((int64_t)((int64_t)((int32_t)10)))))); int32_t L_16 = __this->get__cur_2(); __this->set__cur_2(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); goto IL_00c4; } IL_00ab: { bool L_17 = ___strictLength1; if (L_17) { goto IL_00b7; } } { int32_t L_18 = V_1; if (L_18) { goto IL_00c2; } } IL_00b7: { GuidParser_ThrowFormatException_m3223388534(__this, /*hidden argument*/NULL); goto IL_00c4; } IL_00c2: { V_2 = (bool)1; } IL_00c4: { int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_00c8: { bool L_20 = V_2; if (L_20) { goto IL_00d5; } } { int32_t L_21 = V_1; int32_t L_22 = ___length0; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_000c; } } IL_00d5: { uint64_t L_23 = V_0; return L_23; } } // System.Boolean System.Guid/GuidParser::ParseOptChar(System.Char) extern "C" IL2CPP_METHOD_ATTR bool GuidParser_ParseOptChar_m1342400948 (GuidParser_t2761237274 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { bool L_0 = GuidParser_AtEnd_m3409982497(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0032; } } { String_t* L_1 = __this->get__src_0(); int32_t L_2 = __this->get__cur_2(); NullCheck(L_1); Il2CppChar L_3 = String_get_Chars_m2986988803(L_1, L_2, /*hidden argument*/NULL); Il2CppChar L_4 = ___c0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0032; } } { int32_t L_5 = __this->get__cur_2(); __this->set__cur_2(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return (bool)1; } IL_0032: { return (bool)0; } } // System.Void System.Guid/GuidParser::ParseChar(System.Char) extern "C" IL2CPP_METHOD_ATTR void GuidParser_ParseChar_m2782779985 (GuidParser_t2761237274 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { bool V_0 = false; { Il2CppChar L_0 = ___c0; bool L_1 = GuidParser_ParseOptChar_m1342400948(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = V_0; if (L_2) { goto IL_0014; } } { GuidParser_ThrowFormatException_m3223388534(__this, /*hidden argument*/NULL); } IL_0014: { return; } } // System.Guid System.Guid/GuidParser::ParseGuid1() extern "C" IL2CPP_METHOD_ATTR Guid_t GuidParser_ParseGuid1_m348754878 (GuidParser_t2761237274 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GuidParser_ParseGuid1_m348754878_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; int16_t V_4 = 0; int16_t V_5 = 0; ByteU5BU5D_t4116647657* V_6 = NULL; int32_t V_7 = 0; { V_1 = (bool)1; V_2 = ((int32_t)125); V_6 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)); bool L_0 = GuidParser_ParseOptChar_m1342400948(__this, ((int32_t)123), /*hidden argument*/NULL); V_0 = L_0; bool L_1 = V_0; if (L_1) { goto IL_002e; } } { bool L_2 = GuidParser_ParseOptChar_m1342400948(__this, ((int32_t)40), /*hidden argument*/NULL); V_0 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_002e; } } { V_2 = ((int32_t)41); } IL_002e: { uint64_t L_4 = GuidParser_ParseHex_m1764305333(__this, 8, (bool)1, /*hidden argument*/NULL); V_3 = (((int32_t)((int32_t)L_4))); bool L_5 = V_0; if (!L_5) { goto IL_004b; } } { GuidParser_ParseChar_m2782779985(__this, ((int32_t)45), /*hidden argument*/NULL); goto IL_0054; } IL_004b: { bool L_6 = GuidParser_ParseOptChar_m1342400948(__this, ((int32_t)45), /*hidden argument*/NULL); V_1 = L_6; } IL_0054: { uint64_t L_7 = GuidParser_ParseHex_m1764305333(__this, 4, (bool)1, /*hidden argument*/NULL); V_4 = (((int16_t)((int16_t)L_7))); bool L_8 = V_1; if (!L_8) { goto IL_006d; } } { GuidParser_ParseChar_m2782779985(__this, ((int32_t)45), /*hidden argument*/NULL); } IL_006d: { uint64_t L_9 = GuidParser_ParseHex_m1764305333(__this, 4, (bool)1, /*hidden argument*/NULL); V_5 = (((int16_t)((int16_t)L_9))); bool L_10 = V_1; if (!L_10) { goto IL_0086; } } { GuidParser_ParseChar_m2782779985(__this, ((int32_t)45), /*hidden argument*/NULL); } IL_0086: { V_7 = 0; goto IL_00b8; } IL_008e: { ByteU5BU5D_t4116647657* L_11 = V_6; int32_t L_12 = V_7; uint64_t L_13 = GuidParser_ParseHex_m1764305333(__this, 2, (bool)1, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (uint8_t)(((int32_t)((uint8_t)L_13)))); int32_t L_14 = V_7; if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_00b2; } } { bool L_15 = V_1; if (!L_15) { goto IL_00b2; } } { GuidParser_ParseChar_m2782779985(__this, ((int32_t)45), /*hidden argument*/NULL); } IL_00b2: { int32_t L_16 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_00b8: { int32_t L_17 = V_7; if ((((int32_t)L_17) < ((int32_t)8))) { goto IL_008e; } } { bool L_18 = V_0; if (!L_18) { goto IL_00d8; } } { Il2CppChar L_19 = V_2; bool L_20 = GuidParser_ParseOptChar_m1342400948(__this, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_00d8; } } { GuidParser_ThrowFormatException_m3223388534(__this, /*hidden argument*/NULL); } IL_00d8: { int32_t L_21 = V_3; int16_t L_22 = V_4; int16_t L_23 = V_5; ByteU5BU5D_t4116647657* L_24 = V_6; Guid_t L_25; memset(&L_25, 0, sizeof(L_25)); Guid__ctor_m2373660607((&L_25), L_21, L_22, L_23, L_24, /*hidden argument*/NULL); return L_25; } } // System.Void System.Guid/GuidParser::ParseHexPrefix() extern "C" IL2CPP_METHOD_ATTR void GuidParser_ParseHexPrefix_m3148550086 (GuidParser_t2761237274 * __this, const RuntimeMethod* method) { { GuidParser_ParseChar_m2782779985(__this, ((int32_t)48), /*hidden argument*/NULL); GuidParser_ParseChar_m2782779985(__this, ((int32_t)120), /*hidden argument*/NULL); return; } } // System.Guid System.Guid/GuidParser::ParseGuid2() extern "C" IL2CPP_METHOD_ATTR Guid_t GuidParser_ParseGuid2_m1914838819 (GuidParser_t2761237274 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GuidParser_ParseGuid2_m1914838819_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int16_t V_1 = 0; int16_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; int32_t V_4 = 0; { V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)); GuidParser_ParseChar_m2782779985(__this, ((int32_t)123), /*hidden argument*/NULL); GuidParser_ParseHexPrefix_m3148550086(__this, /*hidden argument*/NULL); uint64_t L_0 = GuidParser_ParseHex_m1764305333(__this, 8, (bool)0, /*hidden argument*/NULL); V_0 = (((int32_t)((int32_t)L_0))); GuidParser_ParseChar_m2782779985(__this, ((int32_t)44), /*hidden argument*/NULL); GuidParser_ParseHexPrefix_m3148550086(__this, /*hidden argument*/NULL); uint64_t L_1 = GuidParser_ParseHex_m1764305333(__this, 4, (bool)0, /*hidden argument*/NULL); V_1 = (((int16_t)((int16_t)L_1))); GuidParser_ParseChar_m2782779985(__this, ((int32_t)44), /*hidden argument*/NULL); GuidParser_ParseHexPrefix_m3148550086(__this, /*hidden argument*/NULL); uint64_t L_2 = GuidParser_ParseHex_m1764305333(__this, 4, (bool)0, /*hidden argument*/NULL); V_2 = (((int16_t)((int16_t)L_2))); GuidParser_ParseChar_m2782779985(__this, ((int32_t)44), /*hidden argument*/NULL); GuidParser_ParseChar_m2782779985(__this, ((int32_t)123), /*hidden argument*/NULL); V_4 = 0; goto IL_0090; } IL_0067: { GuidParser_ParseHexPrefix_m3148550086(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = V_3; int32_t L_4 = V_4; uint64_t L_5 = GuidParser_ParseHex_m1764305333(__this, 2, (bool)0, /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)L_5)))); int32_t L_6 = V_4; if ((((int32_t)L_6) == ((int32_t)7))) { goto IL_008a; } } { GuidParser_ParseChar_m2782779985(__this, ((int32_t)44), /*hidden argument*/NULL); } IL_008a: { int32_t L_7 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0090: { int32_t L_8 = V_4; if ((((int32_t)L_8) < ((int32_t)8))) { goto IL_0067; } } { GuidParser_ParseChar_m2782779985(__this, ((int32_t)125), /*hidden argument*/NULL); GuidParser_ParseChar_m2782779985(__this, ((int32_t)125), /*hidden argument*/NULL); int32_t L_9 = V_0; int16_t L_10 = V_1; int16_t L_11 = V_2; ByteU5BU5D_t4116647657* L_12 = V_3; Guid_t L_13; memset(&L_13, 0, sizeof(L_13)); Guid__ctor_m2373660607((&L_13), L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Guid System.Guid/GuidParser::Parse() extern "C" IL2CPP_METHOD_ATTR Guid_t GuidParser_Parse_m3524913675 (GuidParser_t2761237274 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GuidParser_Parse_m3524913675_MetadataUsageId); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset(&V_0, 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) Guid_t L_0 = GuidParser_ParseGuid1_m348754878(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_001f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FormatException_t154580423_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000c; throw e; } CATCH_000c: { // begin catch(System.FormatException) GuidParser_Reset_m2640004655(__this, /*hidden argument*/NULL); Guid_t L_1 = GuidParser_ParseGuid2_m1914838819(__this, /*hidden argument*/NULL); V_0 = L_1; goto IL_001f; } // end catch (depth: 1) IL_001f: { bool L_2 = GuidParser_AtEnd_m3409982497(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0030; } } { GuidParser_ThrowFormatException_m3223388534(__this, /*hidden argument*/NULL); } IL_0030: { Guid_t L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IndexOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m2441337274 (IndexOutOfRangeException_t1578797820 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IndexOutOfRangeException__ctor_m2441337274_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3834991760, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.IndexOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m3408750441 (IndexOutOfRangeException_t1578797820 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.IndexOutOfRangeException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m1384421447 (IndexOutOfRangeException_t1578797820 * __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 // Conversion methods for marshalling of: System.InputRecord extern "C" void InputRecord_t2660212290_marshal_pinvoke(const InputRecord_t2660212290& unmarshaled, InputRecord_t2660212290_marshaled_pinvoke& marshaled) { marshaled.___EventType_0 = unmarshaled.get_EventType_0(); marshaled.___KeyDown_1 = static_cast(unmarshaled.get_KeyDown_1()); marshaled.___RepeatCount_2 = unmarshaled.get_RepeatCount_2(); marshaled.___VirtualKeyCode_3 = unmarshaled.get_VirtualKeyCode_3(); marshaled.___VirtualScanCode_4 = unmarshaled.get_VirtualScanCode_4(); marshaled.___Character_5 = static_cast(unmarshaled.get_Character_5()); marshaled.___ControlKeyState_6 = unmarshaled.get_ControlKeyState_6(); marshaled.___pad1_7 = unmarshaled.get_pad1_7(); marshaled.___pad2_8 = static_cast(unmarshaled.get_pad2_8()); } extern "C" void InputRecord_t2660212290_marshal_pinvoke_back(const InputRecord_t2660212290_marshaled_pinvoke& marshaled, InputRecord_t2660212290& unmarshaled) { int16_t unmarshaled_EventType_temp_0 = 0; unmarshaled_EventType_temp_0 = marshaled.___EventType_0; unmarshaled.set_EventType_0(unmarshaled_EventType_temp_0); bool unmarshaled_KeyDown_temp_1 = false; unmarshaled_KeyDown_temp_1 = static_cast(marshaled.___KeyDown_1); unmarshaled.set_KeyDown_1(unmarshaled_KeyDown_temp_1); int16_t unmarshaled_RepeatCount_temp_2 = 0; unmarshaled_RepeatCount_temp_2 = marshaled.___RepeatCount_2; unmarshaled.set_RepeatCount_2(unmarshaled_RepeatCount_temp_2); int16_t unmarshaled_VirtualKeyCode_temp_3 = 0; unmarshaled_VirtualKeyCode_temp_3 = marshaled.___VirtualKeyCode_3; unmarshaled.set_VirtualKeyCode_3(unmarshaled_VirtualKeyCode_temp_3); int16_t unmarshaled_VirtualScanCode_temp_4 = 0; unmarshaled_VirtualScanCode_temp_4 = marshaled.___VirtualScanCode_4; unmarshaled.set_VirtualScanCode_4(unmarshaled_VirtualScanCode_temp_4); Il2CppChar unmarshaled_Character_temp_5 = 0x0; unmarshaled_Character_temp_5 = static_cast(marshaled.___Character_5); unmarshaled.set_Character_5(unmarshaled_Character_temp_5); int32_t unmarshaled_ControlKeyState_temp_6 = 0; unmarshaled_ControlKeyState_temp_6 = marshaled.___ControlKeyState_6; unmarshaled.set_ControlKeyState_6(unmarshaled_ControlKeyState_temp_6); int32_t unmarshaled_pad1_temp_7 = 0; unmarshaled_pad1_temp_7 = marshaled.___pad1_7; unmarshaled.set_pad1_7(unmarshaled_pad1_temp_7); bool unmarshaled_pad2_temp_8 = false; unmarshaled_pad2_temp_8 = static_cast(marshaled.___pad2_8); unmarshaled.set_pad2_8(unmarshaled_pad2_temp_8); } // Conversion method for clean up from marshalling of: System.InputRecord extern "C" void InputRecord_t2660212290_marshal_pinvoke_cleanup(InputRecord_t2660212290_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.InputRecord extern "C" void InputRecord_t2660212290_marshal_com(const InputRecord_t2660212290& unmarshaled, InputRecord_t2660212290_marshaled_com& marshaled) { marshaled.___EventType_0 = unmarshaled.get_EventType_0(); marshaled.___KeyDown_1 = static_cast(unmarshaled.get_KeyDown_1()); marshaled.___RepeatCount_2 = unmarshaled.get_RepeatCount_2(); marshaled.___VirtualKeyCode_3 = unmarshaled.get_VirtualKeyCode_3(); marshaled.___VirtualScanCode_4 = unmarshaled.get_VirtualScanCode_4(); marshaled.___Character_5 = static_cast(unmarshaled.get_Character_5()); marshaled.___ControlKeyState_6 = unmarshaled.get_ControlKeyState_6(); marshaled.___pad1_7 = unmarshaled.get_pad1_7(); marshaled.___pad2_8 = static_cast(unmarshaled.get_pad2_8()); } extern "C" void InputRecord_t2660212290_marshal_com_back(const InputRecord_t2660212290_marshaled_com& marshaled, InputRecord_t2660212290& unmarshaled) { int16_t unmarshaled_EventType_temp_0 = 0; unmarshaled_EventType_temp_0 = marshaled.___EventType_0; unmarshaled.set_EventType_0(unmarshaled_EventType_temp_0); bool unmarshaled_KeyDown_temp_1 = false; unmarshaled_KeyDown_temp_1 = static_cast(marshaled.___KeyDown_1); unmarshaled.set_KeyDown_1(unmarshaled_KeyDown_temp_1); int16_t unmarshaled_RepeatCount_temp_2 = 0; unmarshaled_RepeatCount_temp_2 = marshaled.___RepeatCount_2; unmarshaled.set_RepeatCount_2(unmarshaled_RepeatCount_temp_2); int16_t unmarshaled_VirtualKeyCode_temp_3 = 0; unmarshaled_VirtualKeyCode_temp_3 = marshaled.___VirtualKeyCode_3; unmarshaled.set_VirtualKeyCode_3(unmarshaled_VirtualKeyCode_temp_3); int16_t unmarshaled_VirtualScanCode_temp_4 = 0; unmarshaled_VirtualScanCode_temp_4 = marshaled.___VirtualScanCode_4; unmarshaled.set_VirtualScanCode_4(unmarshaled_VirtualScanCode_temp_4); Il2CppChar unmarshaled_Character_temp_5 = 0x0; unmarshaled_Character_temp_5 = static_cast(marshaled.___Character_5); unmarshaled.set_Character_5(unmarshaled_Character_temp_5); int32_t unmarshaled_ControlKeyState_temp_6 = 0; unmarshaled_ControlKeyState_temp_6 = marshaled.___ControlKeyState_6; unmarshaled.set_ControlKeyState_6(unmarshaled_ControlKeyState_temp_6); int32_t unmarshaled_pad1_temp_7 = 0; unmarshaled_pad1_temp_7 = marshaled.___pad1_7; unmarshaled.set_pad1_7(unmarshaled_pad1_temp_7); bool unmarshaled_pad2_temp_8 = false; unmarshaled_pad2_temp_8 = static_cast(marshaled.___pad2_8); unmarshaled.set_pad2_8(unmarshaled_pad2_temp_8); } // Conversion method for clean up from marshalling of: System.InputRecord extern "C" void InputRecord_t2660212290_marshal_com_cleanup(InputRecord_t2660212290_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.Boolean System.Int16::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Int16_System_IConvertible_ToBoolean_m1656400658 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToBoolean_m1656400658_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_0 = Convert_ToBoolean_m2833752130(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" bool Int16_System_IConvertible_ToBoolean_m1656400658_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToBoolean_m1656400658(_thisAdjusted, ___provider0, method); } // System.Byte System.Int16::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Int16_System_IConvertible_ToByte_m3161982419 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToByte_m3161982419_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_0 = Convert_ToByte_m1336644845(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint8_t Int16_System_IConvertible_ToByte_m3161982419_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToByte_m3161982419(_thisAdjusted, ___provider0, method); } // System.Char System.Int16::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Int16_System_IConvertible_ToChar_m1265932681 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToChar_m1265932681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_0 = Convert_ToChar_m2261593104(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Il2CppChar Int16_System_IConvertible_ToChar_m1265932681_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToChar_m1265932681(_thisAdjusted, ___provider0, method); } // System.DateTime System.Int16::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Int16_System_IConvertible_ToDateTime_m3080274979 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToDateTime_m3080274979_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = Convert_ToDateTime_m626620011(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" DateTime_t3738529785 Int16_System_IConvertible_ToDateTime_m3080274979_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToDateTime_m3080274979(_thisAdjusted, ___provider0, method); } // System.Decimal System.Int16::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Int16_System_IConvertible_ToDecimal_m660016172 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToDecimal_m660016172_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_0 = Convert_ToDecimal_m1284410333(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Decimal_t2948259380 Int16_System_IConvertible_ToDecimal_m660016172_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToDecimal_m660016172(_thisAdjusted, ___provider0, method); } // System.Double System.Int16::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Int16_System_IConvertible_ToDouble_m1661805412 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToDouble_m1661805412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_0 = Convert_ToDouble_m996590115(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" double Int16_System_IConvertible_ToDouble_m1661805412_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToDouble_m1661805412(_thisAdjusted, ___provider0, method); } // System.Int16 System.Int16::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int16_System_IConvertible_ToInt16_m2224134411 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToInt16_m2224134411_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m4174570464(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Int16_System_IConvertible_ToInt16_m2224134411_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToInt16_m2224134411(_thisAdjusted, ___provider0, method); } // System.Int32 System.Int16::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int16_System_IConvertible_ToInt32_m172369210 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToInt32_m172369210_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_0 = Convert_ToInt32_m1085744762(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int32_t Int16_System_IConvertible_ToInt32_m172369210_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToInt32_m172369210(_thisAdjusted, ___provider0, method); } // System.Int64 System.Int16::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int16_System_IConvertible_ToInt64_m4101803559 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToInt64_m4101803559_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m2075031821(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Int16_System_IConvertible_ToInt64_m4101803559_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToInt64_m4101803559(_thisAdjusted, ___provider0, method); } // System.SByte System.Int16::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Int16_System_IConvertible_ToSByte_m4128424691 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToSByte_m4128424691_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m2653680449(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Int16_System_IConvertible_ToSByte_m4128424691_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToSByte_m4128424691(_thisAdjusted, ___provider0, method); } // System.Single System.Int16::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Int16_System_IConvertible_ToSingle_m3569332870 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToSingle_m3569332870_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_0 = Convert_ToSingle_m4033824286(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" float Int16_System_IConvertible_ToSingle_m3569332870_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToSingle_m3569332870(_thisAdjusted, ___provider0, method); } // System.Object System.Int16::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int16_System_IConvertible_ToType_m3672347013 (int16_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToType_m3672347013_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Int16_System_IConvertible_ToType_m3672347013_RuntimeMethod_var); } IL_0011: { int16_t L_2 = ((int16_t)(*((int16_t*)__this))); RuntimeObject * L_3 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Int16_System_IConvertible_ToType_m3672347013_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToType_m3672347013(_thisAdjusted, ___targetType0, ___provider1, method); } // System.UInt16 System.Int16::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Int16_System_IConvertible_ToUInt16_m3040688695 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToUInt16_m3040688695_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m1147931813(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Int16_System_IConvertible_ToUInt16_m3040688695_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToUInt16_m3040688695(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Int16::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Int16_System_IConvertible_ToUInt32_m3410279543 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToUInt32_m3410279543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m4142998738(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Int16_System_IConvertible_ToUInt32_m3410279543_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToUInt32_m3410279543(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Int16::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Int16_System_IConvertible_ToUInt64_m134975563 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_System_IConvertible_ToUInt64_m134975563_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m388601487(NULL /*static, unused*/, (int16_t)(*((int16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Int16_System_IConvertible_ToUInt64_m134975563_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_System_IConvertible_ToUInt64_m134975563(_thisAdjusted, ___provider0, method); } // System.Int32 System.Int16::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m2285977076 (int16_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_CompareTo_m2285977076_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int16_t2552820387_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1158950395, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Int16_CompareTo_m2285977076_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; V_0 = ((*(int16_t*)((int16_t*)UnBox(L_4, Int16_t2552820387_il2cpp_TypeInfo_var)))); int16_t L_5 = V_0; if ((!(((uint32_t)(*((int16_t*)__this))) == ((uint32_t)L_5)))) { goto IL_0034; } } { return 0; } IL_0034: { int16_t L_6 = V_0; if ((((int32_t)(*((int16_t*)__this))) <= ((int32_t)L_6))) { goto IL_003e; } } { return 1; } IL_003e: { return (-1); } } extern "C" int32_t Int16_CompareTo_m2285977076_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_CompareTo_m2285977076(_thisAdjusted, ___value0, method); } // System.Boolean System.Int16::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int16_Equals_m82811458 (int16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_Equals_m82811458_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int16_t2552820387_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; return (bool)((((int32_t)((*(int16_t*)((int16_t*)UnBox(L_1, Int16_t2552820387_il2cpp_TypeInfo_var))))) == ((int32_t)(*((int16_t*)__this))))? 1 : 0); } } extern "C" bool Int16_Equals_m82811458_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_Equals_m82811458(_thisAdjusted, ___obj0, method); } // System.Int32 System.Int16::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int16_GetHashCode_m2858888309 (int16_t* __this, const RuntimeMethod* method) { { return (*((int16_t*)__this)); } } extern "C" int32_t Int16_GetHashCode_m2858888309_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_GetHashCode_m2858888309(_thisAdjusted, method); } // System.Int32 System.Int16::CompareTo(System.Int16) extern "C" IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m3705372115 (int16_t* __this, int16_t ___value0, const RuntimeMethod* method) { { int16_t L_0 = ___value0; if ((!(((uint32_t)(*((int16_t*)__this))) == ((uint32_t)L_0)))) { goto IL_000a; } } { return 0; } IL_000a: { int16_t L_1 = ___value0; if ((((int32_t)(*((int16_t*)__this))) <= ((int32_t)L_1))) { goto IL_0014; } } { return 1; } IL_0014: { return (-1); } } extern "C" int32_t Int16_CompareTo_m3705372115_AdjustorThunk (RuntimeObject * __this, int16_t ___value0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_CompareTo_m3705372115(_thisAdjusted, ___value0, method); } // System.Boolean System.Int16::Equals(System.Int16) extern "C" IL2CPP_METHOD_ATTR bool Int16_Equals_m1479112859 (int16_t* __this, int16_t ___obj0, const RuntimeMethod* method) { { int16_t L_0 = ___obj0; return (bool)((((int32_t)L_0) == ((int32_t)(*((int16_t*)__this))))? 1 : 0); } } extern "C" bool Int16_Equals_m1479112859_AdjustorThunk (RuntimeObject * __this, int16_t ___obj0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_Equals_m1479112859(_thisAdjusted, ___obj0, method); } // System.Boolean System.Int16::Parse(System.String,System.Boolean,System.Int16&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int16_Parse_m2276856944 (RuntimeObject * __this /* static, unused */, String_t* ___s0, bool ___tryParse1, int16_t* ___result2, Exception_t ** ___exc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_Parse_m2276856944_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; Il2CppChar V_5 = 0x0; uint8_t V_6 = 0x0; { V_0 = (int16_t)0; V_3 = 1; V_4 = (bool)0; int16_t* L_0 = ___result2; *((int16_t*)(L_0)) = (int16_t)0; Exception_t ** L_1 = ___exc3; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); String_t* L_2 = ___s0; if (L_2) { goto IL_0027; } } { bool L_3 = ___tryParse1; if (L_3) { goto IL_0025; } } { Exception_t ** L_4 = ___exc3; ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3452614605, /*hidden argument*/NULL); *((RuntimeObject **)(L_4)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)L_5); } IL_0025: { return (bool)0; } IL_0027: { String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; goto IL_0053; } IL_0035: { String_t* L_8 = ___s0; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); V_5 = L_10; Il2CppChar L_11 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_12 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_004f; } } { goto IL_005a; } IL_004f: { int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0053: { int32_t L_14 = V_2; int32_t L_15 = V_1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0035; } } IL_005a: { int32_t L_16 = V_2; int32_t L_17 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)L_17)))) { goto IL_0070; } } { bool L_18 = ___tryParse1; if (L_18) { goto IL_006e; } } { Exception_t ** L_19 = ___exc3; Exception_t * L_20 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_19)) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_19), (RuntimeObject *)L_20); } IL_006e: { return (bool)0; } IL_0070: { String_t* L_21 = ___s0; int32_t L_22 = V_2; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m2986988803(L_21, L_22, /*hidden argument*/NULL); V_5 = L_23; Il2CppChar L_24 = V_5; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)43))))) { goto IL_008b; } } { int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); goto IL_009a; } IL_008b: { Il2CppChar L_26 = V_5; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)45))))) { goto IL_009a; } } { V_3 = (-1); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_009a: { goto IL_0158; } IL_009f: { String_t* L_28 = ___s0; int32_t L_29 = V_2; NullCheck(L_28); Il2CppChar L_30 = String_get_Chars_m2986988803(L_28, L_29, /*hidden argument*/NULL); V_5 = L_30; Il2CppChar L_31 = V_5; if ((((int32_t)L_31) < ((int32_t)((int32_t)48)))) { goto IL_0144; } } { Il2CppChar L_32 = V_5; if ((((int32_t)L_32) > ((int32_t)((int32_t)57)))) { goto IL_0144; } } { Il2CppChar L_33 = V_5; V_6 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)48)))))); int16_t L_34 = V_0; if ((((int32_t)L_34) <= ((int32_t)((int32_t)3276)))) { goto IL_00d2; } } { goto IL_018c; } IL_00d2: { int16_t L_35 = V_0; if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)3276))))) { goto IL_0133; } } { uint8_t L_36 = V_6; if ((((int32_t)L_36) <= ((int32_t)7))) { goto IL_00f9; } } { int32_t L_37 = V_3; if ((((int32_t)L_37) == ((int32_t)1))) { goto IL_00f4; } } { uint8_t L_38 = V_6; if ((((int32_t)L_38) <= ((int32_t)8))) { goto IL_00f9; } } IL_00f4: { goto IL_018c; } IL_00f9: { int32_t L_39 = V_3; if ((!(((uint32_t)L_39) == ((uint32_t)(-1))))) { goto IL_0110; } } { int16_t L_40 = V_0; int32_t L_41 = V_3; uint8_t L_42 = V_6; V_0 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_40, (int32_t)L_41)), (int32_t)((int32_t)10))), (int32_t)L_42))))); goto IL_0119; } IL_0110: { int16_t L_43 = V_0; uint8_t L_44 = V_6; V_0 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_43, (int32_t)((int32_t)10))), (int32_t)L_44))))); } IL_0119: { bool L_45 = ___tryParse1; String_t* L_46 = ___s0; int32_t L_47 = V_2; Exception_t ** L_48 = ___exc3; bool L_49 = Int32_ProcessTrailingWhitespace_m220059206(NULL /*static, unused*/, L_45, L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)), L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_012e; } } { int16_t* L_50 = ___result2; int16_t L_51 = V_0; *((int16_t*)(L_50)) = (int16_t)L_51; return (bool)1; } IL_012e: { goto IL_018c; } IL_0133: { int16_t L_52 = V_0; uint8_t L_53 = V_6; V_0 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_52, (int32_t)((int32_t)10))), (int32_t)L_53))))); V_4 = (bool)1; goto IL_0154; } IL_0144: { bool L_54 = ___tryParse1; String_t* L_55 = ___s0; int32_t L_56 = V_2; Exception_t ** L_57 = ___exc3; bool L_58 = Int32_ProcessTrailingWhitespace_m220059206(NULL /*static, unused*/, L_54, L_55, L_56, L_57, /*hidden argument*/NULL); if (L_58) { goto IL_0154; } } { return (bool)0; } IL_0154: { int32_t L_59 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0158: { int32_t L_60 = V_2; int32_t L_61 = V_1; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_009f; } } { bool L_62 = V_4; if (L_62) { goto IL_0175; } } { bool L_63 = ___tryParse1; if (L_63) { goto IL_0173; } } { Exception_t ** L_64 = ___exc3; Exception_t * L_65 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_64)) = (RuntimeObject *)L_65; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_64), (RuntimeObject *)L_65); } IL_0173: { return (bool)0; } IL_0175: { int32_t L_66 = V_3; if ((!(((uint32_t)L_66) == ((uint32_t)(-1))))) { goto IL_0187; } } { int16_t* L_67 = ___result2; int16_t L_68 = V_0; int32_t L_69 = V_3; *((int16_t*)(L_67)) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_68, (int32_t)L_69))))); goto IL_018a; } IL_0187: { int16_t* L_70 = ___result2; int16_t L_71 = V_0; *((int16_t*)(L_70)) = (int16_t)L_71; } IL_018a: { return (bool)1; } IL_018c: { bool L_72 = ___tryParse1; if (L_72) { goto IL_019e; } } { Exception_t ** L_73 = ___exc3; OverflowException_t2020128637 * L_74 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_74, _stringLiteral724221676, /*hidden argument*/NULL); *((RuntimeObject **)(L_73)) = (RuntimeObject *)L_74; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_73), (RuntimeObject *)L_74); } IL_019e: { return (bool)0; } } // System.Int16 System.Int16::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int16_Parse_m138525169 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; int16_t L_2 = Int16_Parse_m3641256939(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int16_Parse_m3641256939 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_Parse_m3641256939_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; int32_t L_3 = Int32_Parse_m3682462547(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)((int32_t)32767)))) { goto IL_001f; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)-32768)))) { goto IL_002a; } } IL_001f: { OverflowException_t2020128637 * L_6 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_6, _stringLiteral1489265497, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Int16_Parse_m3641256939_RuntimeMethod_var); } IL_002a: { int32_t L_7 = V_0; return (((int16_t)((int16_t)L_7))); } } // System.Boolean System.Int16::TryParse(System.String,System.Int16&) extern "C" IL2CPP_METHOD_ATTR bool Int16_TryParse_m1675418240 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int16_t* ___result1, const RuntimeMethod* method) { Exception_t * V_0 = NULL; { String_t* L_0 = ___s0; int16_t* L_1 = ___result1; bool L_2 = Int16_Parse_m2276856944(NULL /*static, unused*/, L_0, (bool)1, L_1, (&V_0), /*hidden argument*/NULL); if (L_2) { goto IL_0014; } } { int16_t* L_3 = ___result1; *((int16_t*)(L_3)) = (int16_t)0; return (bool)0; } IL_0014: { return (bool)1; } } // System.String System.Int16::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m1270547562 (int16_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_ToString_m1270547562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_0 = NumberFormatter_NumberToString_m1790947760(NULL /*static, unused*/, (*((int16_t*)__this)), (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Int16_ToString_m1270547562_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_ToString_m1270547562(_thisAdjusted, method); } // System.String System.Int16::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m2013897809 (int16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_ToString_m2013897809_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_1 = NumberFormatter_NumberToString_m1790947760(NULL /*static, unused*/, (*((int16_t*)__this)), L_0, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Int16_ToString_m2013897809_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_ToString_m2013897809(_thisAdjusted, ___provider0, method); } // System.String System.Int16::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m2072232391 (int16_t* __this, String_t* ___format0, const RuntimeMethod* method) { { String_t* L_0 = ___format0; String_t* L_1 = Int16_ToString_m1931491687(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Int16_ToString_m2072232391_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_ToString_m2072232391(_thisAdjusted, ___format0, method); } // System.String System.Int16::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m1931491687 (int16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16_ToString_m1931491687_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_2 = NumberFormatter_NumberToString_m4048866862(NULL /*static, unused*/, L_0, (int16_t)(*((int16_t*)__this)), L_1, /*hidden argument*/NULL); return L_2; } } extern "C" String_t* Int16_ToString_m1931491687_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int16_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int16_ToString_m1931491687(_thisAdjusted, ___format0, ___provider1, 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.Boolean System.Int32::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Int32_System_IConvertible_ToBoolean_m2787524506 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToBoolean_m2787524506_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_0 = Convert_ToBoolean_m2833489984(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" bool Int32_System_IConvertible_ToBoolean_m2787524506_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToBoolean_m2787524506(_thisAdjusted, ___provider0, method); } // System.Byte System.Int32::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Int32_System_IConvertible_ToByte_m3832391412 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToByte_m3832391412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_0 = Convert_ToByte_m1734770211(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint8_t Int32_System_IConvertible_ToByte_m3832391412_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToByte_m3832391412(_thisAdjusted, ___provider0, method); } // System.Char System.Int32::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Int32_System_IConvertible_ToChar_m2005926864 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToChar_m2005926864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_0 = Convert_ToChar_m4189066566(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Il2CppChar Int32_System_IConvertible_ToChar_m2005926864_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToChar_m2005926864(_thisAdjusted, ___provider0, method); } // System.DateTime System.Int32::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Int32_System_IConvertible_ToDateTime_m1824716955 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToDateTime_m1824716955_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = Convert_ToDateTime_m228494645(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" DateTime_t3738529785 Int32_System_IConvertible_ToDateTime_m1824716955_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToDateTime_m1824716955(_thisAdjusted, ___provider0, method); } // System.Decimal System.Int32::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Int32_System_IConvertible_ToDecimal_m2190376994 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToDecimal_m2190376994_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_0 = Convert_ToDecimal_m1284148187(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Decimal_t2948259380 Int32_System_IConvertible_ToDecimal_m2190376994_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToDecimal_m2190376994(_thisAdjusted, ___provider0, method); } // System.Double System.Int32::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Int32_System_IConvertible_ToDouble_m1464782260 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToDouble_m1464782260_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_0 = Convert_ToDouble_m2924063577(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" double Int32_System_IConvertible_ToDouble_m1464782260_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToDouble_m1464782260(_thisAdjusted, ___provider0, method); } // System.Int16 System.Int32::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int32_System_IConvertible_ToInt16_m453278239 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToInt16_m453278239_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m4174308322(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Int32_System_IConvertible_ToInt16_m453278239_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToInt16_m453278239(_thisAdjusted, ___provider0, method); } // System.Int32 System.Int32::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_System_IConvertible_ToInt32_m265310525 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return (*((int32_t*)__this)); } } extern "C" int32_t Int32_System_IConvertible_ToInt32_m265310525_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToInt32_m265310525(_thisAdjusted, ___provider0, method); } // System.Int64 System.Int32::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int32_System_IConvertible_ToInt64_m3520470966 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToInt64_m3520470966_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m2075293963(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Int32_System_IConvertible_ToInt64_m3520470966_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToInt64_m3520470966(_thisAdjusted, ___provider0, method); } // System.SByte System.Int32::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Int32_System_IConvertible_ToSByte_m3133688512 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToSByte_m3133688512_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m2653418303(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Int32_System_IConvertible_ToSByte_m3133688512_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToSByte_m3133688512(_thisAdjusted, ___provider0, method); } // System.Single System.Int32::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Int32_System_IConvertible_ToSingle_m896140682 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToSingle_m896140682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_0 = Convert_ToSingle_m3635698920(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" float Int32_System_IConvertible_ToSingle_m896140682_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToSingle_m896140682(_thisAdjusted, ___provider0, method); } // System.Object System.Int32::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int32_System_IConvertible_ToType_m3009233912 (int32_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToType_m3009233912_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Int32_System_IConvertible_ToType_m3009233912_RuntimeMethod_var); } IL_0011: { int32_t L_2 = (*((int32_t*)__this)); RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Int32_System_IConvertible_ToType_m3009233912_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToType_m3009233912(_thisAdjusted, ___targetType0, ___provider1, method); } // System.UInt16 System.Int32::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Int32_System_IConvertible_ToUInt16_m943736619 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToUInt16_m943736619_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m3515425647(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Int32_System_IConvertible_ToUInt16_m943736619_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToUInt16_m943736619(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Int32::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Int32_System_IConvertible_ToUInt32_m3557270157 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToUInt32_m3557270157_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m2215525276(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Int32_System_IConvertible_ToUInt32_m3557270157_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToUInt32_m3557270157(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Int32::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Int32_System_IConvertible_ToUInt64_m2502338186 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_System_IConvertible_ToUInt64_m2502338186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m786726853(NULL /*static, unused*/, (*((int32_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Int32_System_IConvertible_ToUInt64_m2502338186_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_System_IConvertible_ToUInt64_m2502338186(_thisAdjusted, ___provider0, method); } // System.Int32 System.Int32::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m2864982090 (int32_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_CompareTo_m2864982090_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3128449935, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Int32_CompareTo_m2864982090_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; V_0 = ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_t2950945753_il2cpp_TypeInfo_var)))); int32_t L_5 = V_0; if ((!(((uint32_t)(*((int32_t*)__this))) == ((uint32_t)L_5)))) { goto IL_0034; } } { return 0; } IL_0034: { int32_t L_6 = V_0; if ((((int32_t)(*((int32_t*)__this))) <= ((int32_t)L_6))) { goto IL_003e; } } { return 1; } IL_003e: { return (-1); } } extern "C" int32_t Int32_CompareTo_m2864982090_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_CompareTo_m2864982090(_thisAdjusted, ___value0, method); } // System.Boolean System.Int32::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int32_Equals_m3996243976 (int32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_Equals_m3996243976_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; return (bool)((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var))))) == ((int32_t)(*((int32_t*)__this))))? 1 : 0); } } extern "C" bool Int32_Equals_m3996243976_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_Equals_m3996243976(_thisAdjusted, ___obj0, method); } // System.Int32 System.Int32::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m1876651407 (int32_t* __this, const RuntimeMethod* method) { { return (*((int32_t*)__this)); } } extern "C" int32_t Int32_GetHashCode_m1876651407_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_GetHashCode_m1876651407(_thisAdjusted, method); } // System.Int32 System.Int32::CompareTo(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m4284770383 (int32_t* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((!(((uint32_t)(*((int32_t*)__this))) == ((uint32_t)L_0)))) { goto IL_000a; } } { return 0; } IL_000a: { int32_t L_1 = ___value0; if ((((int32_t)(*((int32_t*)__this))) <= ((int32_t)L_1))) { goto IL_0014; } } { return 1; } IL_0014: { return (-1); } } extern "C" int32_t Int32_CompareTo_m4284770383_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_CompareTo_m4284770383(_thisAdjusted, ___value0, method); } // System.Boolean System.Int32::Equals(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Int32_Equals_m2976157357 (int32_t* __this, int32_t ___obj0, const RuntimeMethod* method) { { int32_t L_0 = ___obj0; return (bool)((((int32_t)L_0) == ((int32_t)(*((int32_t*)__this))))? 1 : 0); } } extern "C" bool Int32_Equals_m2976157357_AdjustorThunk (RuntimeObject * __this, int32_t ___obj0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_Equals_m2976157357(_thisAdjusted, ___obj0, method); } // System.Boolean System.Int32::ProcessTrailingWhitespace(System.Boolean,System.String,System.Int32,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_ProcessTrailingWhitespace_m220059206 (RuntimeObject * __this /* static, unused */, bool ___tryParse0, String_t* ___s1, int32_t ___position2, Exception_t ** ___exc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_ProcessTrailingWhitespace_m220059206_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { String_t* L_0 = ___s1; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___position2; V_1 = L_2; goto IL_003a; } IL_000e: { String_t* L_3 = ___s1; int32_t L_4 = V_1; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m2986988803(L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; Il2CppChar L_6 = V_2; if (!L_6) { goto IL_0036; } } { Il2CppChar L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_8 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0036; } } { bool L_9 = ___tryParse0; if (L_9) { goto IL_0034; } } { Exception_t ** L_10 = ___exc3; Exception_t * L_11 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_10)) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_10), (RuntimeObject *)L_11); } IL_0034: { return (bool)0; } IL_0036: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000e; } } { return (bool)1; } } // System.Boolean System.Int32::Parse(System.String,System.Boolean,System.Int32&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_Parse_m2309670223 (RuntimeObject * __this /* static, unused */, String_t* ___s0, bool ___tryParse1, int32_t* ___result2, Exception_t ** ___exc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_Parse_m2309670223_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; Il2CppChar V_5 = 0x0; uint8_t V_6 = 0x0; { V_0 = 0; V_3 = 1; V_4 = (bool)0; int32_t* L_0 = ___result2; *((int32_t*)(L_0)) = (int32_t)0; Exception_t ** L_1 = ___exc3; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); String_t* L_2 = ___s0; if (L_2) { goto IL_0027; } } { bool L_3 = ___tryParse1; if (L_3) { goto IL_0025; } } { Exception_t ** L_4 = ___exc3; ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3452614605, /*hidden argument*/NULL); *((RuntimeObject **)(L_4)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)L_5); } IL_0025: { return (bool)0; } IL_0027: { String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; goto IL_0053; } IL_0035: { String_t* L_8 = ___s0; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); V_5 = L_10; Il2CppChar L_11 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_12 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_004f; } } { goto IL_005a; } IL_004f: { int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0053: { int32_t L_14 = V_2; int32_t L_15 = V_1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0035; } } IL_005a: { int32_t L_16 = V_2; int32_t L_17 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)L_17)))) { goto IL_0070; } } { bool L_18 = ___tryParse1; if (L_18) { goto IL_006e; } } { Exception_t ** L_19 = ___exc3; Exception_t * L_20 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_19)) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_19), (RuntimeObject *)L_20); } IL_006e: { return (bool)0; } IL_0070: { String_t* L_21 = ___s0; int32_t L_22 = V_2; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m2986988803(L_21, L_22, /*hidden argument*/NULL); V_5 = L_23; Il2CppChar L_24 = V_5; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)43))))) { goto IL_008b; } } { int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); goto IL_009a; } IL_008b: { Il2CppChar L_26 = V_5; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)45))))) { goto IL_009a; } } { V_3 = (-1); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_009a: { goto IL_0163; } IL_009f: { String_t* L_28 = ___s0; int32_t L_29 = V_2; NullCheck(L_28); Il2CppChar L_30 = String_get_Chars_m2986988803(L_28, L_29, /*hidden argument*/NULL); V_5 = L_30; Il2CppChar L_31 = V_5; if (L_31) { goto IL_00b6; } } { int32_t L_32 = V_1; V_2 = L_32; goto IL_015f; } IL_00b6: { Il2CppChar L_33 = V_5; if ((((int32_t)L_33) < ((int32_t)((int32_t)48)))) { goto IL_014f; } } { Il2CppChar L_34 = V_5; if ((((int32_t)L_34) > ((int32_t)((int32_t)57)))) { goto IL_014f; } } { Il2CppChar L_35 = V_5; V_6 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)48)))))); int32_t L_36 = V_0; if ((((int32_t)L_36) <= ((int32_t)((int32_t)214748364)))) { goto IL_00e0; } } { goto IL_0196; } IL_00e0: { int32_t L_37 = V_0; if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)214748364))))) { goto IL_013f; } } { uint8_t L_38 = V_6; if ((((int32_t)L_38) <= ((int32_t)7))) { goto IL_0107; } } { int32_t L_39 = V_3; if ((((int32_t)L_39) == ((int32_t)1))) { goto IL_0102; } } { uint8_t L_40 = V_6; if ((((int32_t)L_40) <= ((int32_t)8))) { goto IL_0107; } } IL_0102: { goto IL_0196; } IL_0107: { int32_t L_41 = V_3; if ((!(((uint32_t)L_41) == ((uint32_t)(-1))))) { goto IL_011d; } } { int32_t L_42 = V_0; int32_t L_43 = V_3; uint8_t L_44 = V_6; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_42, (int32_t)L_43)), (int32_t)((int32_t)10))), (int32_t)L_44)); goto IL_0125; } IL_011d: { int32_t L_45 = V_0; uint8_t L_46 = V_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_45, (int32_t)((int32_t)10))), (int32_t)L_46)); } IL_0125: { bool L_47 = ___tryParse1; String_t* L_48 = ___s0; int32_t L_49 = V_2; Exception_t ** L_50 = ___exc3; bool L_51 = Int32_ProcessTrailingWhitespace_m220059206(NULL /*static, unused*/, L_47, L_48, ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)), L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_013a; } } { int32_t* L_52 = ___result2; int32_t L_53 = V_0; *((int32_t*)(L_52)) = (int32_t)L_53; return (bool)1; } IL_013a: { goto IL_0196; } IL_013f: { int32_t L_54 = V_0; uint8_t L_55 = V_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_54, (int32_t)((int32_t)10))), (int32_t)L_55)); V_4 = (bool)1; goto IL_015f; } IL_014f: { bool L_56 = ___tryParse1; String_t* L_57 = ___s0; int32_t L_58 = V_2; Exception_t ** L_59 = ___exc3; bool L_60 = Int32_ProcessTrailingWhitespace_m220059206(NULL /*static, unused*/, L_56, L_57, L_58, L_59, /*hidden argument*/NULL); if (L_60) { goto IL_015f; } } { return (bool)0; } IL_015f: { int32_t L_61 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0163: { int32_t L_62 = V_2; int32_t L_63 = V_1; if ((((int32_t)L_62) < ((int32_t)L_63))) { goto IL_009f; } } { bool L_64 = V_4; if (L_64) { goto IL_0180; } } { bool L_65 = ___tryParse1; if (L_65) { goto IL_017e; } } { Exception_t ** L_66 = ___exc3; Exception_t * L_67 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_66)) = (RuntimeObject *)L_67; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_66), (RuntimeObject *)L_67); } IL_017e: { return (bool)0; } IL_0180: { int32_t L_68 = V_3; if ((!(((uint32_t)L_68) == ((uint32_t)(-1))))) { goto IL_0191; } } { int32_t* L_69 = ___result2; int32_t L_70 = V_0; int32_t L_71 = V_3; *((int32_t*)(L_69)) = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_70, (int32_t)L_71)); goto IL_0194; } IL_0191: { int32_t* L_72 = ___result2; int32_t L_73 = V_0; *((int32_t*)(L_72)) = (int32_t)L_73; } IL_0194: { return (bool)1; } IL_0196: { bool L_74 = ___tryParse1; if (L_74) { goto IL_01a8; } } { Exception_t ** L_75 = ___exc3; OverflowException_t2020128637 * L_76 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_76, _stringLiteral724221676, /*hidden argument*/NULL); *((RuntimeObject **)(L_75)) = (RuntimeObject *)L_76; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_75), (RuntimeObject *)L_76); } IL_01a8: { return (bool)0; } } // System.Int32 System.Int32::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m2087562008 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; int32_t L_2 = Int32_Parse_m3682462547(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m2244041137 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; int32_t L_1 = ___style1; int32_t L_2 = Int32_Parse_m3682462547(NULL /*static, unused*/, L_0, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Int32::CheckStyle(System.Globalization.NumberStyles,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_CheckStyle_m3421319992 (RuntimeObject * __this /* static, unused */, int32_t ___style0, bool ___tryParse1, Exception_t ** ___exc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_CheckStyle_m3421319992_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___style0; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)512)))) { goto IL_004b; } } { int32_t L_1 = ___style0; V_0 = ((int32_t)((int32_t)L_1^(int32_t)((int32_t)512))); int32_t L_2 = V_0; if (!((int32_t)((int32_t)L_2&(int32_t)1))) { goto IL_0020; } } { int32_t L_3 = V_0; V_0 = ((int32_t)((int32_t)L_3^(int32_t)1)); } IL_0020: { int32_t L_4 = V_0; if (!((int32_t)((int32_t)L_4&(int32_t)2))) { goto IL_002c; } } { int32_t L_5 = V_0; V_0 = ((int32_t)((int32_t)L_5^(int32_t)2)); } IL_002c: { int32_t L_6 = V_0; if (!L_6) { goto IL_0046; } } { bool L_7 = ___tryParse1; if (L_7) { goto IL_0044; } } { Exception_t ** L_8 = ___exc2; ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral436542959, /*hidden argument*/NULL); *((RuntimeObject **)(L_8)) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_8), (RuntimeObject *)L_9); } IL_0044: { return (bool)0; } IL_0046: { goto IL_006a; } IL_004b: { int32_t L_10 = ___style0; if ((!(((uint32_t)L_10) > ((uint32_t)((int32_t)511))))) { goto IL_006a; } } { bool L_11 = ___tryParse1; if (L_11) { goto IL_0068; } } { Exception_t ** L_12 = ___exc2; ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_13, _stringLiteral1355392871, /*hidden argument*/NULL); *((RuntimeObject **)(L_12)) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_12), (RuntimeObject *)L_13); } IL_0068: { return (bool)0; } IL_006a: { return (bool)1; } } // System.Boolean System.Int32::JumpOverWhite(System.Int32&,System.String,System.Boolean,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_JumpOverWhite_m208298144 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, bool ___reportError2, bool ___tryParse3, Exception_t ** ___exc4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_JumpOverWhite_m208298144_MetadataUsageId); s_Il2CppMethodInitialized = true; } { goto IL_000b; } IL_0005: { int32_t* L_0 = ___pos0; int32_t* L_1 = ___pos0; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_1)), (int32_t)1)); } IL_000b: { int32_t* L_2 = ___pos0; String_t* L_3 = ___s1; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_2))) >= ((int32_t)L_4))) { goto IL_002a; } } { String_t* L_5 = ___s1; int32_t* L_6 = ___pos0; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, (*((int32_t*)L_6)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_8 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0005; } } IL_002a: { bool L_9 = ___reportError2; if (!L_9) { goto IL_004d; } } { int32_t* L_10 = ___pos0; String_t* L_11 = ___s1; NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_10))) < ((int32_t)L_12))) { goto IL_004d; } } { bool L_13 = ___tryParse3; if (L_13) { goto IL_004b; } } { Exception_t ** L_14 = ___exc4; Exception_t * L_15 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_14)) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_14), (RuntimeObject *)L_15); } IL_004b: { return (bool)0; } IL_004d: { return (bool)1; } } // System.Void System.Int32::FindSign(System.Int32&,System.String,System.Globalization.NumberFormatInfo,System.Boolean&,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void Int32_FindSign_m3975667272 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, NumberFormatInfo_t435877138 * ___nfi2, bool* ___foundSign3, bool* ___negative4, const RuntimeMethod* method) { { int32_t* L_0 = ___pos0; NumberFormatInfo_t435877138 * L_1 = ___nfi2; NullCheck(L_1); String_t* L_2 = NumberFormatInfo_get_NegativeSign_m2757109362(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); String_t* L_4 = ___s1; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_0)), (int32_t)L_3))) > ((int32_t)L_5))) { goto IL_0055; } } { String_t* L_6 = ___s1; NumberFormatInfo_t435877138 * L_7 = ___nfi2; NullCheck(L_7); String_t* L_8 = NumberFormatInfo_get_NegativeSign_m2757109362(L_7, /*hidden argument*/NULL); int32_t* L_9 = ___pos0; NumberFormatInfo_t435877138 * L_10 = ___nfi2; NullCheck(L_10); String_t* L_11 = NumberFormatInfo_get_NegativeSign_m2757109362(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_13 = String_IndexOf_m2410372598(L_6, L_8, (*((int32_t*)L_9)), L_12, /*hidden argument*/NULL); int32_t* L_14 = ___pos0; if ((!(((uint32_t)L_13) == ((uint32_t)(*((int32_t*)L_14)))))) { goto IL_0055; } } { bool* L_15 = ___negative4; *((int8_t*)(L_15)) = (int8_t)1; bool* L_16 = ___foundSign3; *((int8_t*)(L_16)) = (int8_t)1; int32_t* L_17 = ___pos0; int32_t* L_18 = ___pos0; NumberFormatInfo_t435877138 * L_19 = ___nfi2; NullCheck(L_19); String_t* L_20 = NumberFormatInfo_get_NegativeSign_m2757109362(L_19, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_18)), (int32_t)L_21)); goto IL_00a5; } IL_0055: { int32_t* L_22 = ___pos0; NumberFormatInfo_t435877138 * L_23 = ___nfi2; NullCheck(L_23); String_t* L_24 = NumberFormatInfo_get_PositiveSign_m240350949(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = String_get_Length_m3847582255(L_24, /*hidden argument*/NULL); String_t* L_26 = ___s1; NullCheck(L_26); int32_t L_27 = String_get_Length_m3847582255(L_26, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_22)), (int32_t)L_25))) >= ((int32_t)L_27))) { goto IL_00a5; } } { String_t* L_28 = ___s1; NumberFormatInfo_t435877138 * L_29 = ___nfi2; NullCheck(L_29); String_t* L_30 = NumberFormatInfo_get_PositiveSign_m240350949(L_29, /*hidden argument*/NULL); int32_t* L_31 = ___pos0; NumberFormatInfo_t435877138 * L_32 = ___nfi2; NullCheck(L_32); String_t* L_33 = NumberFormatInfo_get_PositiveSign_m240350949(L_32, /*hidden argument*/NULL); NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_35 = String_IndexOf_m2410372598(L_28, L_30, (*((int32_t*)L_31)), L_34, /*hidden argument*/NULL); int32_t* L_36 = ___pos0; if ((!(((uint32_t)L_35) == ((uint32_t)(*((int32_t*)L_36)))))) { goto IL_00a5; } } { bool* L_37 = ___negative4; *((int8_t*)(L_37)) = (int8_t)0; int32_t* L_38 = ___pos0; int32_t* L_39 = ___pos0; NumberFormatInfo_t435877138 * L_40 = ___nfi2; NullCheck(L_40); String_t* L_41 = NumberFormatInfo_get_PositiveSign_m240350949(L_40, /*hidden argument*/NULL); NullCheck(L_41); int32_t L_42 = String_get_Length_m3847582255(L_41, /*hidden argument*/NULL); *((int32_t*)(L_38)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_39)), (int32_t)L_42)); bool* L_43 = ___foundSign3; *((int8_t*)(L_43)) = (int8_t)1; } IL_00a5: { return; } } // System.Void System.Int32::FindCurrency(System.Int32&,System.String,System.Globalization.NumberFormatInfo,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void Int32_FindCurrency_m3541026887 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, NumberFormatInfo_t435877138 * ___nfi2, bool* ___foundCurrency3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_FindCurrency_m3541026887_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = ___pos0; NumberFormatInfo_t435877138 * L_1 = ___nfi2; NullCheck(L_1); String_t* L_2 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); String_t* L_4 = ___s1; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_0)), (int32_t)L_3))) > ((int32_t)L_5))) { goto IL_004f; } } { String_t* L_6 = ___s1; int32_t* L_7 = ___pos0; NumberFormatInfo_t435877138 * L_8 = ___nfi2; NullCheck(L_8); String_t* L_9 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_11 = String_Substring_m1610150815(L_6, (*((int32_t*)L_7)), L_10, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_12 = ___nfi2; NullCheck(L_12); String_t* L_13 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004f; } } { bool* L_15 = ___foundCurrency3; *((int8_t*)(L_15)) = (int8_t)1; int32_t* L_16 = ___pos0; int32_t* L_17 = ___pos0; NumberFormatInfo_t435877138 * L_18 = ___nfi2; NullCheck(L_18); String_t* L_19 = NumberFormatInfo_get_CurrencySymbol_m5935691(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); *((int32_t*)(L_16)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_17)), (int32_t)L_20)); } IL_004f: { return; } } // System.Boolean System.Int32::FindExponent(System.Int32&,System.String,System.Int32&,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_FindExponent_m2938219441 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, int32_t* ___exponent2, bool ___tryParse3, Exception_t ** ___exc4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_FindExponent_m2938219441_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; Exception_t ** G_B5_0 = NULL; Exception_t ** G_B4_0 = NULL; Exception_t * G_B6_0 = NULL; Exception_t ** G_B6_1 = NULL; Exception_t ** G_B10_0 = NULL; Exception_t ** G_B9_0 = NULL; OverflowException_t2020128637 * G_B11_0 = NULL; Exception_t ** G_B11_1 = NULL; Exception_t ** G_B16_0 = NULL; Exception_t ** G_B15_0 = NULL; Exception_t * G_B17_0 = NULL; Exception_t ** G_B17_1 = NULL; Exception_t ** G_B22_0 = NULL; Exception_t ** G_B21_0 = NULL; Exception_t * G_B23_0 = NULL; Exception_t ** G_B23_1 = NULL; Exception_t ** G_B28_0 = NULL; Exception_t ** G_B27_0 = NULL; OverflowException_t2020128637 * G_B29_0 = NULL; Exception_t ** G_B29_1 = NULL; { int32_t* L_0 = ___exponent2; *((int32_t*)(L_0)) = (int32_t)0; V_0 = (((int64_t)((int64_t)0))); String_t* L_1 = ___s1; CharU5BU5D_t3528271667* L_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)101)); CharU5BU5D_t3528271667* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (Il2CppChar)((int32_t)69)); int32_t* L_4 = ___pos0; NullCheck(L_1); int32_t L_5 = String_IndexOfAny_m2323029521(L_1, L_3, (*((int32_t*)L_4)), /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_002c; } } { Exception_t ** L_7 = ___exc4; *((RuntimeObject **)(L_7)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_7), (RuntimeObject *)NULL); return (bool)0; } IL_002c: { int32_t L_8 = V_1; int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_1 = L_9; String_t* L_10 = ___s1; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)L_11)))) { goto IL_0052; } } { Exception_t ** L_12 = ___exc4; bool L_13 = ___tryParse3; G_B4_0 = L_12; if (!L_13) { G_B5_0 = L_12; goto IL_004a; } } { G_B6_0 = ((Exception_t *)(NULL)); G_B6_1 = G_B4_0; goto IL_004f; } IL_004a: { Exception_t * L_14 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); G_B6_0 = L_14; G_B6_1 = G_B5_0; } IL_004f: { *((RuntimeObject **)(G_B6_1)) = (RuntimeObject *)G_B6_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B6_1), (RuntimeObject *)G_B6_0); return (bool)1; } IL_0052: { String_t* L_15 = ___s1; int32_t L_16 = V_1; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)45))))) { goto IL_007b; } } { Exception_t ** L_18 = ___exc4; bool L_19 = ___tryParse3; G_B9_0 = L_18; if (!L_19) { G_B10_0 = L_18; goto IL_006e; } } { G_B11_0 = ((OverflowException_t2020128637 *)(NULL)); G_B11_1 = G_B9_0; goto IL_0078; } IL_006e: { OverflowException_t2020128637 * L_20 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_20, _stringLiteral1489265497, /*hidden argument*/NULL); G_B11_0 = L_20; G_B11_1 = G_B10_0; } IL_0078: { *((RuntimeObject **)(G_B11_1)) = (RuntimeObject *)G_B11_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B11_1), (RuntimeObject *)G_B11_0); return (bool)1; } IL_007b: { String_t* L_21 = ___s1; int32_t L_22 = V_1; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m2986988803(L_21, L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)43))))) { goto IL_00af; } } { int32_t L_24 = V_1; int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); V_1 = L_25; String_t* L_26 = ___s1; NullCheck(L_26); int32_t L_27 = String_get_Length_m3847582255(L_26, /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)L_27)))) { goto IL_00af; } } { Exception_t ** L_28 = ___exc4; bool L_29 = ___tryParse3; G_B15_0 = L_28; if (!L_29) { G_B16_0 = L_28; goto IL_00a7; } } { G_B17_0 = ((Exception_t *)(NULL)); G_B17_1 = G_B15_0; goto IL_00ac; } IL_00a7: { Exception_t * L_30 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); G_B17_0 = L_30; G_B17_1 = G_B16_0; } IL_00ac: { *((RuntimeObject **)(G_B17_1)) = (RuntimeObject *)G_B17_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B17_1), (RuntimeObject *)G_B17_0); return (bool)1; } IL_00af: { goto IL_0124; } IL_00b4: { String_t* L_31 = ___s1; int32_t L_32 = V_1; NullCheck(L_31); Il2CppChar L_33 = String_get_Chars_m2986988803(L_31, L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_34 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00db; } } { Exception_t ** L_35 = ___exc4; bool L_36 = ___tryParse3; G_B21_0 = L_35; if (!L_36) { G_B22_0 = L_35; goto IL_00d3; } } { G_B23_0 = ((Exception_t *)(NULL)); G_B23_1 = G_B21_0; goto IL_00d8; } IL_00d3: { Exception_t * L_37 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); G_B23_0 = L_37; G_B23_1 = G_B22_0; } IL_00d8: { *((RuntimeObject **)(G_B23_1)) = (RuntimeObject *)G_B23_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B23_1), (RuntimeObject *)G_B23_0); return (bool)1; } IL_00db: { int64_t L_38 = V_0; if (il2cpp_codegen_check_mul_overflow_i64((int64_t)L_38, (int64_t)(((int64_t)((int64_t)((int32_t)10)))), kIl2CppInt64Min, kIl2CppInt64Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_FindExponent_m2938219441_RuntimeMethod_var); String_t* L_39 = ___s1; int32_t L_40 = V_1; NullCheck(L_39); Il2CppChar L_41 = String_get_Chars_m2986988803(L_39, L_40, /*hidden argument*/NULL); if (((int64_t)L_41 - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_41 - (int64_t)((int32_t)48) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_FindExponent_m2938219441_RuntimeMethod_var); if (il2cpp_codegen_check_sub_overflow((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_38, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)((int32_t)48)))))))) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_FindExponent_m2938219441_RuntimeMethod_var); V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_38, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)((int32_t)48)))))))); int64_t L_42 = V_0; if ((((int64_t)L_42) < ((int64_t)(((int64_t)((int64_t)((int32_t)-2147483648LL))))))) { goto IL_0105; } } { int64_t L_43 = V_0; if ((((int64_t)L_43) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0120; } } IL_0105: { Exception_t ** L_44 = ___exc4; bool L_45 = ___tryParse3; G_B27_0 = L_44; if (!L_45) { G_B28_0 = L_44; goto IL_0113; } } { G_B29_0 = ((OverflowException_t2020128637 *)(NULL)); G_B29_1 = G_B27_0; goto IL_011d; } IL_0113: { OverflowException_t2020128637 * L_46 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_46, _stringLiteral1489265497, /*hidden argument*/NULL); G_B29_0 = L_46; G_B29_1 = G_B28_0; } IL_011d: { *((RuntimeObject **)(G_B29_1)) = (RuntimeObject *)G_B29_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B29_1), (RuntimeObject *)G_B29_0); return (bool)1; } IL_0120: { int32_t L_47 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_0124: { int32_t L_48 = V_1; String_t* L_49 = ___s1; NullCheck(L_49); int32_t L_50 = String_get_Length_m3847582255(L_49, /*hidden argument*/NULL); if ((((int32_t)L_48) < ((int32_t)L_50))) { goto IL_00b4; } } { int64_t L_51 = V_0; V_0 = ((-L_51)); Exception_t ** L_52 = ___exc4; *((RuntimeObject **)(L_52)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_52), (RuntimeObject *)NULL); int32_t* L_53 = ___exponent2; int64_t L_54 = V_0; *((int32_t*)(L_53)) = (int32_t)(((int32_t)((int32_t)L_54))); int32_t* L_55 = ___pos0; int32_t L_56 = V_1; *((int32_t*)(L_55)) = (int32_t)L_56; return (bool)1; } } // System.Boolean System.Int32::FindOther(System.Int32&,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool Int32_FindOther_m3593812441 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, String_t* ___other2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_FindOther_m3593812441_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = ___pos0; String_t* L_1 = ___other2; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); String_t* L_3 = ___s1; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_0)), (int32_t)L_2))) > ((int32_t)L_4))) { goto IL_003a; } } { String_t* L_5 = ___s1; int32_t* L_6 = ___pos0; String_t* L_7 = ___other2; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_9 = String_Substring_m1610150815(L_5, (*((int32_t*)L_6)), L_8, /*hidden argument*/NULL); String_t* L_10 = ___other2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_003a; } } { int32_t* L_12 = ___pos0; int32_t* L_13 = ___pos0; String_t* L_14 = ___other2; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); *((int32_t*)(L_12)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_13)), (int32_t)L_15)); return (bool)1; } IL_003a: { return (bool)0; } } // System.Boolean System.Int32::ValidDigit(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Int32_ValidDigit_m1059003769 (RuntimeObject * __this /* static, unused */, Il2CppChar ___e0, bool ___allowHex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_ValidDigit_m1059003769_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B7_0 = 0; int32_t G_B9_0 = 0; { bool L_0 = ___allowHex1; if (!L_0) { goto IL_0038; } } { Il2CppChar L_1 = ___e0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_2 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0036; } } { Il2CppChar L_3 = ___e0; if ((((int32_t)L_3) < ((int32_t)((int32_t)65)))) { goto IL_0021; } } { Il2CppChar L_4 = ___e0; if ((((int32_t)L_4) <= ((int32_t)((int32_t)70)))) { goto IL_0036; } } IL_0021: { Il2CppChar L_5 = ___e0; if ((((int32_t)L_5) < ((int32_t)((int32_t)97)))) { goto IL_0033; } } { Il2CppChar L_6 = ___e0; G_B7_0 = ((((int32_t)((((int32_t)L_6) > ((int32_t)((int32_t)102)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0034; } IL_0033: { G_B7_0 = 0; } IL_0034: { G_B9_0 = G_B7_0; goto IL_0037; } IL_0036: { G_B9_0 = 1; } IL_0037: { return (bool)G_B9_0; } IL_0038: { Il2CppChar L_7 = ___e0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_8 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return L_8; } } // System.Exception System.Int32::GetFormatException() extern "C" IL2CPP_METHOD_ATTR Exception_t * Int32_GetFormatException_m519586683 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_GetFormatException_m519586683_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FormatException_t154580423 * L_0 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_0, _stringLiteral2893302780, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Boolean,System.Int32&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_Parse_m3020773399 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___fp2, bool ___tryParse3, int32_t* ___result4, Exception_t ** ___exc5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_Parse_m3020773399_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t435877138 * V_0 = NULL; Type_t * V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; bool V_6 = false; bool V_7 = false; bool V_8 = false; bool V_9 = false; bool V_10 = false; bool V_11 = false; int32_t V_12 = 0; bool V_13 = false; bool V_14 = false; bool V_15 = false; bool V_16 = false; int32_t V_17 = 0; int32_t V_18 = 0; bool V_19 = false; int32_t V_20 = 0; Il2CppChar V_21 = 0x0; int32_t V_22 = 0; uint32_t V_23 = 0; int64_t V_24 = 0; double V_25 = 0.0; bool V_26 = 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); { int32_t* L_0 = ___result4; *((int32_t*)(L_0)) = (int32_t)0; Exception_t ** L_1 = ___exc5; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); String_t* L_2 = ___s0; if (L_2) { goto IL_001e; } } { bool L_3 = ___tryParse3; if (L_3) { goto IL_001c; } } { Exception_t ** L_4 = ___exc5; ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_5, /*hidden argument*/NULL); *((RuntimeObject **)(L_4)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)L_5); } IL_001c: { return (bool)0; } IL_001e: { String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0039; } } { bool L_8 = ___tryParse3; if (L_8) { goto IL_0037; } } { Exception_t ** L_9 = ___exc5; Exception_t * L_10 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_9)) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_9), (RuntimeObject *)L_10); } IL_0037: { return (bool)0; } IL_0039: { V_0 = (NumberFormatInfo_t435877138 *)NULL; RuntimeObject* L_11 = ___fp2; if (!L_11) { goto IL_0059; } } { RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (NumberFormatInfo_t435877138_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_1 = L_13; RuntimeObject* L_14 = ___fp2; Type_t * L_15 = V_1; NullCheck(L_14); RuntimeObject * L_16 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IFormatProvider::GetFormat(System.Type) */, IFormatProvider_t2518567562_il2cpp_TypeInfo_var, L_14, L_15); V_0 = ((NumberFormatInfo_t435877138 *)CastclassSealed((RuntimeObject*)L_16, NumberFormatInfo_t435877138_il2cpp_TypeInfo_var)); } IL_0059: { NumberFormatInfo_t435877138 * L_17 = V_0; if (L_17) { goto IL_006f; } } { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_18 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CultureInfo_t4157843068 * L_19 = Thread_get_CurrentCulture_m349116646(L_18, /*hidden argument*/NULL); NullCheck(L_19); NumberFormatInfo_t435877138 * L_20 = VirtFuncInvoker0< NumberFormatInfo_t435877138 * >::Invoke(13 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_19); V_0 = L_20; } IL_006f: { int32_t L_21 = ___style1; bool L_22 = ___tryParse3; Exception_t ** L_23 = ___exc5; bool L_24 = Int32_CheckStyle_m3421319992(NULL /*static, unused*/, L_21, L_22, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_007f; } } { return (bool)0; } IL_007f: { int32_t L_25 = ___style1; V_2 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)256)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_26 = ___style1; V_3 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)512)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_27 = ___style1; V_4 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_28 = ___style1; V_5 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_28&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_29 = ___style1; V_6 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_30 = ___style1; V_7 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_30&(int32_t)8))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_31 = ___style1; V_8 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_31&(int32_t)4))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_32 = ___style1; V_9 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_32&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_33 = ___style1; V_10 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_33&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_34 = ___style1; V_11 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_34&(int32_t)((int32_t)128)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); V_12 = 0; bool L_35 = V_10; if (!L_35) { goto IL_0117; } } { String_t* L_36 = ___s0; bool L_37 = ___tryParse3; Exception_t ** L_38 = ___exc5; bool L_39 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_12), L_36, (bool)1, L_37, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_0117; } } { return (bool)0; } IL_0117: { V_13 = (bool)0; V_14 = (bool)0; V_15 = (bool)0; V_16 = (bool)0; bool L_40 = V_6; if (!L_40) { goto IL_01c8; } } { String_t* L_41 = ___s0; int32_t L_42 = V_12; NullCheck(L_41); Il2CppChar L_43 = String_get_Chars_m2986988803(L_41, L_42, /*hidden argument*/NULL); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)40))))) { goto IL_01c8; } } { V_13 = (bool)1; V_15 = (bool)1; V_14 = (bool)1; int32_t L_44 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); bool L_45 = V_10; if (!L_45) { goto IL_0162; } } { String_t* L_46 = ___s0; bool L_47 = ___tryParse3; Exception_t ** L_48 = ___exc5; bool L_49 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_12), L_46, (bool)1, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_0162; } } { return (bool)0; } IL_0162: { String_t* L_50 = ___s0; int32_t L_51 = V_12; NumberFormatInfo_t435877138 * L_52 = V_0; NullCheck(L_52); String_t* L_53 = NumberFormatInfo_get_NegativeSign_m2757109362(L_52, /*hidden argument*/NULL); NullCheck(L_53); int32_t L_54 = String_get_Length_m3847582255(L_53, /*hidden argument*/NULL); NullCheck(L_50); String_t* L_55 = String_Substring_m1610150815(L_50, L_51, L_54, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_56 = V_0; NullCheck(L_56); String_t* L_57 = NumberFormatInfo_get_NegativeSign_m2757109362(L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_58 = String_op_Equality_m920492651(NULL /*static, unused*/, L_55, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0195; } } { bool L_59 = ___tryParse3; if (L_59) { goto IL_0193; } } { Exception_t ** L_60 = ___exc5; Exception_t * L_61 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_60)) = (RuntimeObject *)L_61; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_60), (RuntimeObject *)L_61); } IL_0193: { return (bool)0; } IL_0195: { String_t* L_62 = ___s0; int32_t L_63 = V_12; NumberFormatInfo_t435877138 * L_64 = V_0; NullCheck(L_64); String_t* L_65 = NumberFormatInfo_get_PositiveSign_m240350949(L_64, /*hidden argument*/NULL); NullCheck(L_65); int32_t L_66 = String_get_Length_m3847582255(L_65, /*hidden argument*/NULL); NullCheck(L_62); String_t* L_67 = String_Substring_m1610150815(L_62, L_63, L_66, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_68 = V_0; NullCheck(L_68); String_t* L_69 = NumberFormatInfo_get_PositiveSign_m240350949(L_68, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_70 = String_op_Equality_m920492651(NULL /*static, unused*/, L_67, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_01c8; } } { bool L_71 = ___tryParse3; if (L_71) { goto IL_01c6; } } { Exception_t ** L_72 = ___exc5; Exception_t * L_73 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_72)) = (RuntimeObject *)L_73; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_72), (RuntimeObject *)L_73); } IL_01c6: { return (bool)0; } IL_01c8: { bool L_74 = V_8; if (!L_74) { goto IL_0236; } } { bool L_75 = V_15; if (L_75) { goto IL_0236; } } { String_t* L_76 = ___s0; NumberFormatInfo_t435877138 * L_77 = V_0; Int32_FindSign_m3975667272(NULL /*static, unused*/, (&V_12), L_76, L_77, (&V_15), (&V_14), /*hidden argument*/NULL); bool L_78 = V_15; if (!L_78) { goto IL_0236; } } { bool L_79 = V_10; if (!L_79) { goto IL_0204; } } { String_t* L_80 = ___s0; bool L_81 = ___tryParse3; Exception_t ** L_82 = ___exc5; bool L_83 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_12), L_80, (bool)1, L_81, L_82, /*hidden argument*/NULL); if (L_83) { goto IL_0204; } } { return (bool)0; } IL_0204: { bool L_84 = V_2; if (!L_84) { goto IL_0236; } } { String_t* L_85 = ___s0; NumberFormatInfo_t435877138 * L_86 = V_0; Int32_FindCurrency_m3541026887(NULL /*static, unused*/, (&V_12), L_85, L_86, (&V_16), /*hidden argument*/NULL); bool L_87 = V_16; if (!L_87) { goto IL_0236; } } { bool L_88 = V_10; if (!L_88) { goto IL_0236; } } { String_t* L_89 = ___s0; bool L_90 = ___tryParse3; Exception_t ** L_91 = ___exc5; bool L_92 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_12), L_89, (bool)1, L_90, L_91, /*hidden argument*/NULL); if (L_92) { goto IL_0236; } } { return (bool)0; } IL_0236: { bool L_93 = V_2; if (!L_93) { goto IL_02b2; } } { bool L_94 = V_16; if (L_94) { goto IL_02b2; } } { String_t* L_95 = ___s0; NumberFormatInfo_t435877138 * L_96 = V_0; Int32_FindCurrency_m3541026887(NULL /*static, unused*/, (&V_12), L_95, L_96, (&V_16), /*hidden argument*/NULL); bool L_97 = V_16; if (!L_97) { goto IL_02b2; } } { bool L_98 = V_10; if (!L_98) { goto IL_026f; } } { String_t* L_99 = ___s0; bool L_100 = ___tryParse3; Exception_t ** L_101 = ___exc5; bool L_102 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_12), L_99, (bool)1, L_100, L_101, /*hidden argument*/NULL); if (L_102) { goto IL_026f; } } { return (bool)0; } IL_026f: { bool L_103 = V_16; if (!L_103) { goto IL_02b2; } } { bool L_104 = V_15; if (L_104) { goto IL_02b2; } } { bool L_105 = V_8; if (!L_105) { goto IL_02b2; } } { String_t* L_106 = ___s0; NumberFormatInfo_t435877138 * L_107 = V_0; Int32_FindSign_m3975667272(NULL /*static, unused*/, (&V_12), L_106, L_107, (&V_15), (&V_14), /*hidden argument*/NULL); bool L_108 = V_15; if (!L_108) { goto IL_02b2; } } { bool L_109 = V_10; if (!L_109) { goto IL_02b2; } } { String_t* L_110 = ___s0; bool L_111 = ___tryParse3; Exception_t ** L_112 = ___exc5; bool L_113 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_12), L_110, (bool)1, L_111, L_112, /*hidden argument*/NULL); if (L_113) { goto IL_02b2; } } { return (bool)0; } IL_02b2: { V_17 = 0; V_18 = 0; V_19 = (bool)0; V_22 = 0; } IL_02be: { String_t* L_114 = ___s0; int32_t L_115 = V_12; NullCheck(L_114); Il2CppChar L_116 = String_get_Chars_m2986988803(L_114, L_115, /*hidden argument*/NULL); bool L_117 = V_3; bool L_118 = Int32_ValidDigit_m1059003769(NULL /*static, unused*/, L_116, L_117, /*hidden argument*/NULL); if (L_118) { goto IL_031e; } } { bool L_119 = V_4; if (!L_119) { goto IL_02f0; } } { String_t* L_120 = ___s0; NumberFormatInfo_t435877138 * L_121 = V_0; NullCheck(L_121); String_t* L_122 = NumberFormatInfo_get_NumberGroupSeparator_m3292795925(L_121, /*hidden argument*/NULL); bool L_123 = Int32_FindOther_m3593812441(NULL /*static, unused*/, (&V_12), L_120, L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_02f0; } } { goto IL_042d; } IL_02f0: { bool L_124 = V_19; if (L_124) { goto IL_0319; } } { bool L_125 = V_5; if (!L_125) { goto IL_0319; } } { String_t* L_126 = ___s0; NumberFormatInfo_t435877138 * L_127 = V_0; NullCheck(L_127); String_t* L_128 = NumberFormatInfo_get_NumberDecimalSeparator_m33502788(L_127, /*hidden argument*/NULL); bool L_129 = Int32_FindOther_m3593812441(NULL /*static, unused*/, (&V_12), L_126, L_128, /*hidden argument*/NULL); if (!L_129) { goto IL_0319; } } { V_19 = (bool)1; goto IL_042d; } IL_0319: { goto IL_043a; } IL_031e: { bool L_130 = V_3; if (!L_130) { goto IL_03ae; } } { int32_t L_131 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); String_t* L_132 = ___s0; int32_t L_133 = V_12; int32_t L_134 = L_133; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); NullCheck(L_132); Il2CppChar L_135 = String_get_Chars_m2986988803(L_132, L_134, /*hidden argument*/NULL); V_21 = L_135; Il2CppChar L_136 = V_21; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_137 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_136, /*hidden argument*/NULL); if (!L_137) { goto IL_0351; } } { Il2CppChar L_138 = V_21; V_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_138, (int32_t)((int32_t)48))); goto IL_0376; } IL_0351: { Il2CppChar L_139 = V_21; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_140 = Char_IsLower_m3108076820(NULL /*static, unused*/, L_139, /*hidden argument*/NULL); if (!L_140) { goto IL_036c; } } { Il2CppChar L_141 = V_21; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_141, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))); goto IL_0376; } IL_036c: { Il2CppChar L_142 = V_21; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))); } IL_0376: { int32_t L_143 = V_17; V_23 = L_143; bool L_144 = ___tryParse3; if (!L_144) { goto IL_039e; } } { uint32_t L_145 = V_23; if (!((int32_t)((int32_t)L_145&(int32_t)((int32_t)-268435456)))) { goto IL_038f; } } { return (bool)0; } IL_038f: { uint32_t L_146 = V_23; int32_t L_147 = V_20; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_146, (int32_t)((int32_t)16))), (int32_t)L_147)); goto IL_03a9; } IL_039e: { uint32_t L_148 = V_23; if ((uint64_t)(uint32_t)L_148 * (uint64_t)(uint32_t)((int32_t)16) > (uint64_t)(uint32_t)kIl2CppUInt32Max) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_Parse_m3020773399_RuntimeMethod_var); int32_t L_149 = V_20; if ((int64_t)(L_149) > 4294967295LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_Parse_m3020773399_RuntimeMethod_var); if ((uint64_t)(uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_148, (int32_t)((int32_t)16))) + (uint64_t)(uint32_t)(((uint32_t)((uint32_t)L_149))) > (uint64_t)(uint32_t)kIl2CppUInt32Max) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_Parse_m3020773399_RuntimeMethod_var); V_17 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_148, (int32_t)((int32_t)16))), (int32_t)(((uint32_t)((uint32_t)L_149))))); } IL_03a9: { goto IL_042d; } IL_03ae: { bool L_150 = V_19; if (!L_150) { goto IL_03e9; } } { int32_t L_151 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1)); String_t* L_152 = ___s0; int32_t L_153 = V_12; int32_t L_154 = L_153; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1)); NullCheck(L_152); Il2CppChar L_155 = String_get_Chars_m2986988803(L_152, L_154, /*hidden argument*/NULL); if ((((int32_t)L_155) == ((int32_t)((int32_t)48)))) { goto IL_03e4; } } { bool L_156 = ___tryParse3; if (L_156) { goto IL_03e2; } } { Exception_t ** L_157 = ___exc5; OverflowException_t2020128637 * L_158 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_158, _stringLiteral1489265497, /*hidden argument*/NULL); *((RuntimeObject **)(L_157)) = (RuntimeObject *)L_158; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_157), (RuntimeObject *)L_158); } IL_03e2: { return (bool)0; } IL_03e4: { goto IL_042d; } IL_03e9: { int32_t L_159 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)1)); } IL_03ef: try { // begin try (depth: 1) int32_t L_160 = V_17; if (((int64_t)L_160 * (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_160 * (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_Parse_m3020773399_RuntimeMethod_var); String_t* L_161 = ___s0; int32_t L_162 = V_12; int32_t L_163 = L_162; if (((int64_t)L_163 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_163 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_Parse_m3020773399_RuntimeMethod_var); V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)1)); NullCheck(L_161); Il2CppChar L_164 = String_get_Chars_m2986988803(L_161, L_163, /*hidden argument*/NULL); if (((int64_t)L_164 - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_164 - (int64_t)((int32_t)48) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_Parse_m3020773399_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_160, (int32_t)((int32_t)10))) - (int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_164, (int32_t)((int32_t)48))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_160, (int32_t)((int32_t)10))) - (int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_164, (int32_t)((int32_t)48))) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_Parse_m3020773399_RuntimeMethod_var); V_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_160, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_164, (int32_t)((int32_t)48))))); goto IL_042d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (OverflowException_t2020128637_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_040c; throw e; } CATCH_040c: { // begin catch(System.OverflowException) { bool L_165 = ___tryParse3; if (L_165) { goto IL_0420; } } IL_0413: { Exception_t ** L_166 = ___exc5; OverflowException_t2020128637 * L_167 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_167, _stringLiteral1489265497, /*hidden argument*/NULL); *((RuntimeObject **)(L_166)) = (RuntimeObject *)L_167; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_166), (RuntimeObject *)L_167); } IL_0420: { V_26 = (bool)0; goto IL_066a; } IL_0428: { ; // IL_0428: leave IL_042d } } // end catch (depth: 1) IL_042d: { int32_t L_168 = V_12; String_t* L_169 = ___s0; NullCheck(L_169); int32_t L_170 = String_get_Length_m3847582255(L_169, /*hidden argument*/NULL); if ((((int32_t)L_168) < ((int32_t)L_170))) { goto IL_02be; } } IL_043a: { int32_t L_171 = V_18; if (L_171) { goto IL_0451; } } { bool L_172 = ___tryParse3; if (L_172) { goto IL_044f; } } { Exception_t ** L_173 = ___exc5; Exception_t * L_174 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_173)) = (RuntimeObject *)L_174; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_173), (RuntimeObject *)L_174); } IL_044f: { return (bool)0; } IL_0451: { bool L_175 = V_11; if (!L_175) { goto IL_0474; } } { String_t* L_176 = ___s0; bool L_177 = ___tryParse3; Exception_t ** L_178 = ___exc5; bool L_179 = Int32_FindExponent_m2938219441(NULL /*static, unused*/, (&V_12), L_176, (&V_22), L_177, L_178, /*hidden argument*/NULL); if (!L_179) { goto IL_0474; } } { Exception_t ** L_180 = ___exc5; Exception_t * L_181 = *((Exception_t **)L_180); if (!L_181) { goto IL_0474; } } { return (bool)0; } IL_0474: { bool L_182 = V_7; if (!L_182) { goto IL_04c1; } } { bool L_183 = V_15; if (L_183) { goto IL_04c1; } } { String_t* L_184 = ___s0; NumberFormatInfo_t435877138 * L_185 = V_0; Int32_FindSign_m3975667272(NULL /*static, unused*/, (&V_12), L_184, L_185, (&V_15), (&V_14), /*hidden argument*/NULL); bool L_186 = V_15; if (!L_186) { goto IL_04c1; } } { bool L_187 = V_9; if (!L_187) { goto IL_04b0; } } { String_t* L_188 = ___s0; bool L_189 = ___tryParse3; Exception_t ** L_190 = ___exc5; bool L_191 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_12), L_188, (bool)1, L_189, L_190, /*hidden argument*/NULL); if (L_191) { goto IL_04b0; } } { return (bool)0; } IL_04b0: { bool L_192 = V_2; if (!L_192) { goto IL_04c1; } } { String_t* L_193 = ___s0; NumberFormatInfo_t435877138 * L_194 = V_0; Int32_FindCurrency_m3541026887(NULL /*static, unused*/, (&V_12), L_193, L_194, (&V_16), /*hidden argument*/NULL); } IL_04c1: { bool L_195 = V_2; if (!L_195) { goto IL_0515; } } { bool L_196 = V_16; if (L_196) { goto IL_0515; } } { String_t* L_197 = ___s0; NumberFormatInfo_t435877138 * L_198 = V_0; Int32_FindCurrency_m3541026887(NULL /*static, unused*/, (&V_12), L_197, L_198, (&V_16), /*hidden argument*/NULL); bool L_199 = V_16; if (!L_199) { goto IL_0515; } } { bool L_200 = V_9; if (!L_200) { goto IL_04fa; } } { String_t* L_201 = ___s0; bool L_202 = ___tryParse3; Exception_t ** L_203 = ___exc5; bool L_204 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_12), L_201, (bool)1, L_202, L_203, /*hidden argument*/NULL); if (L_204) { goto IL_04fa; } } { return (bool)0; } IL_04fa: { bool L_205 = V_15; if (L_205) { goto IL_0515; } } { bool L_206 = V_7; if (!L_206) { goto IL_0515; } } { String_t* L_207 = ___s0; NumberFormatInfo_t435877138 * L_208 = V_0; Int32_FindSign_m3975667272(NULL /*static, unused*/, (&V_12), L_207, L_208, (&V_15), (&V_14), /*hidden argument*/NULL); } IL_0515: { bool L_209 = V_9; if (!L_209) { goto IL_053c; } } { int32_t L_210 = V_12; String_t* L_211 = ___s0; NullCheck(L_211); int32_t L_212 = String_get_Length_m3847582255(L_211, /*hidden argument*/NULL); if ((((int32_t)L_210) >= ((int32_t)L_212))) { goto IL_053c; } } { String_t* L_213 = ___s0; bool L_214 = ___tryParse3; Exception_t ** L_215 = ___exc5; bool L_216 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_12), L_213, (bool)0, L_214, L_215, /*hidden argument*/NULL); if (L_216) { goto IL_053c; } } { return (bool)0; } IL_053c: { bool L_217 = V_13; if (!L_217) { goto IL_059b; } } { int32_t L_218 = V_12; String_t* L_219 = ___s0; NullCheck(L_219); int32_t L_220 = String_get_Length_m3847582255(L_219, /*hidden argument*/NULL); if ((((int32_t)L_218) >= ((int32_t)L_220))) { goto IL_0564; } } { String_t* L_221 = ___s0; int32_t L_222 = V_12; int32_t L_223 = L_222; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)1)); NullCheck(L_221); Il2CppChar L_224 = String_get_Chars_m2986988803(L_221, L_223, /*hidden argument*/NULL); if ((((int32_t)L_224) == ((int32_t)((int32_t)41)))) { goto IL_0574; } } IL_0564: { bool L_225 = ___tryParse3; if (L_225) { goto IL_0572; } } { Exception_t ** L_226 = ___exc5; Exception_t * L_227 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_226)) = (RuntimeObject *)L_227; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_226), (RuntimeObject *)L_227); } IL_0572: { return (bool)0; } IL_0574: { bool L_228 = V_9; if (!L_228) { goto IL_059b; } } { int32_t L_229 = V_12; String_t* L_230 = ___s0; NullCheck(L_230); int32_t L_231 = String_get_Length_m3847582255(L_230, /*hidden argument*/NULL); if ((((int32_t)L_229) >= ((int32_t)L_231))) { goto IL_059b; } } { String_t* L_232 = ___s0; bool L_233 = ___tryParse3; Exception_t ** L_234 = ___exc5; bool L_235 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_12), L_232, (bool)0, L_233, L_234, /*hidden argument*/NULL); if (L_235) { goto IL_059b; } } { return (bool)0; } IL_059b: { int32_t L_236 = V_12; String_t* L_237 = ___s0; NullCheck(L_237); int32_t L_238 = String_get_Length_m3847582255(L_237, /*hidden argument*/NULL); if ((((int32_t)L_236) >= ((int32_t)L_238))) { goto IL_05c5; } } { String_t* L_239 = ___s0; int32_t L_240 = V_12; NullCheck(L_239); Il2CppChar L_241 = String_get_Chars_m2986988803(L_239, L_240, /*hidden argument*/NULL); if (!L_241) { goto IL_05c5; } } { bool L_242 = ___tryParse3; if (L_242) { goto IL_05c3; } } { Exception_t ** L_243 = ___exc5; Exception_t * L_244 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_243)) = (RuntimeObject *)L_244; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_243), (RuntimeObject *)L_244); } IL_05c3: { return (bool)0; } IL_05c5: { bool L_245 = V_14; if (L_245) { goto IL_060a; } } { bool L_246 = V_3; if (L_246) { goto IL_060a; } } { bool L_247 = ___tryParse3; if (!L_247) { goto IL_0604; } } { int32_t L_248 = V_17; V_24 = ((-(((int64_t)((int64_t)L_248))))); int64_t L_249 = V_24; if ((((int64_t)L_249) < ((int64_t)(((int64_t)((int64_t)((int32_t)-2147483648LL))))))) { goto IL_05f8; } } { int64_t L_250 = V_24; if ((((int64_t)L_250) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_05fa; } } IL_05f8: { return (bool)0; } IL_05fa: { int64_t L_251 = V_24; V_17 = (((int32_t)((int32_t)L_251))); goto IL_060a; } IL_0604: { int32_t L_252 = V_17; if (((int64_t)0 - (int64_t)L_252 < (int64_t)kIl2CppInt32Min) || ((int64_t)0 - (int64_t)L_252 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int32_Parse_m3020773399_RuntimeMethod_var); V_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)0, (int32_t)L_252)); } IL_060a: { int32_t L_253 = V_22; if ((((int32_t)L_253) <= ((int32_t)0))) { goto IL_0663; } } { int32_t L_254 = V_22; double L_255 = pow((10.0), (((double)((double)L_254)))); int32_t L_256 = V_17; V_25 = ((double)il2cpp_codegen_multiply((double)L_255, (double)(((double)((double)L_256))))); double L_257 = V_25; if ((((double)L_257) < ((double)(-2147483648.0)))) { goto IL_0649; } } { double L_258 = V_25; if ((!(((double)L_258) > ((double)(2147483647.0))))) { goto IL_065e; } } IL_0649: { bool L_259 = ___tryParse3; if (L_259) { goto IL_065c; } } { Exception_t ** L_260 = ___exc5; OverflowException_t2020128637 * L_261 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_261, _stringLiteral1489265497, /*hidden argument*/NULL); *((RuntimeObject **)(L_260)) = (RuntimeObject *)L_261; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_260), (RuntimeObject *)L_261); } IL_065c: { return (bool)0; } IL_065e: { double L_262 = V_25; V_17 = (((int32_t)((int32_t)L_262))); } IL_0663: { int32_t* L_263 = ___result4; int32_t L_264 = V_17; *((int32_t*)(L_263)) = (int32_t)L_264; return (bool)1; } IL_066a: { bool L_265 = V_26; return L_265; } } // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_Parse_m1033611559_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___s0; bool L_1 = Int32_Parse_m2309670223(NULL /*static, unused*/, L_0, (bool)0, (&V_1), (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { Exception_t * L_2 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Int32_Parse_m1033611559_RuntimeMethod_var); } IL_0012: { int32_t L_3 = V_1; return L_3; } } // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m3682462547 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_Parse_m3682462547_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; bool L_3 = Int32_Parse_m3020773399(NULL /*static, unused*/, L_0, L_1, L_2, (bool)0, (&V_1), (&V_0), /*hidden argument*/NULL); if (L_3) { goto IL_0014; } } { Exception_t * L_4 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Int32_Parse_m3682462547_RuntimeMethod_var); } IL_0014: { int32_t L_5 = V_1; return L_5; } } // System.Boolean System.Int32::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m2404707562 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method) { Exception_t * V_0 = NULL; { String_t* L_0 = ___s0; int32_t* L_1 = ___result1; bool L_2 = Int32_Parse_m2309670223(NULL /*static, unused*/, L_0, (bool)1, L_1, (&V_0), /*hidden argument*/NULL); if (L_2) { goto IL_0014; } } { int32_t* L_3 = ___result1; *((int32_t*)(L_3)) = (int32_t)0; return (bool)0; } IL_0014: { return (bool)1; } } // System.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m135955795 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int32_t* ___result3, const RuntimeMethod* method) { Exception_t * V_0 = NULL; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; int32_t* L_3 = ___result3; bool L_4 = Int32_Parse_m3020773399(NULL /*static, unused*/, L_0, L_1, L_2, (bool)1, L_3, (&V_0), /*hidden argument*/NULL); if (L_4) { goto IL_0016; } } { int32_t* L_5 = ___result3; *((int32_t*)(L_5)) = (int32_t)0; return (bool)0; } IL_0016: { return (bool)1; } } // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_ToString_m141394615_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_0 = NumberFormatter_NumberToString_m1790947760(NULL /*static, unused*/, (*((int32_t*)__this)), (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Int32_ToString_m141394615_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_ToString_m141394615(_thisAdjusted, method); } // System.String System.Int32::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1760361794 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_ToString_m1760361794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_1 = NumberFormatter_NumberToString_m1790947760(NULL /*static, unused*/, (*((int32_t*)__this)), L_0, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Int32_ToString_m1760361794_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_ToString_m1760361794(_thisAdjusted, ___provider0, method); } // System.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m372259452 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method) { { String_t* L_0 = ___format0; String_t* L_1 = Int32_ToString_m2507389746(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Int32_ToString_m372259452_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_ToString_m372259452(_thisAdjusted, ___format0, method); } // System.String System.Int32::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m2507389746 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32_ToString_m2507389746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_2 = NumberFormatter_NumberToString_m803024566(NULL /*static, unused*/, L_0, (*((int32_t*)__this)), L_1, /*hidden argument*/NULL); return L_2; } } extern "C" String_t* Int32_ToString_m2507389746_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int32_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int32_ToString_m2507389746(_thisAdjusted, ___format0, ___provider1, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif