#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 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 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 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 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 VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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.ArgumentNullException struct ArgumentNullException_t1615371798; // System.String struct String_t; // System.ArgumentException struct ArgumentException_t132251570; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Type struct Type_t; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.InvalidCastException struct InvalidCastException_t3927145244; // System.OverflowException struct OverflowException_t2020128637; // System.ByteMatcher struct ByteMatcher_t2129355737; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Char[] struct CharU5BU5D_t3528271667; // System.FormatException struct FormatException_t154580423; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.CharEnumerator struct CharEnumerator_t1121470421; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.CLSCompliantAttribute struct CLSCompliantAttribute_t999444765; // System.Attribute struct Attribute_t861562559; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Collections.ICollection struct ICollection_t3904884886; // System.RankException struct RankException_t3812021567; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.ArrayList/SimpleEnumerator struct SimpleEnumerator_t4287166116; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.ArrayList/SynchronizedArrayListWrapper struct SynchronizedArrayListWrapper_t2283757095; // System.Collections.ArrayList/ReadOnlyArrayListWrapper struct ReadOnlyArrayListWrapper_t3401315650; // System.Collections.ArrayList/ArrayListWrapper struct ArrayListWrapper_t240606758; // System.Collections.ArrayList/FixedSizeArrayListWrapper struct FixedSizeArrayListWrapper_t220909481; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Collections.BitArray struct BitArray_t4087883509; // System.Collections.BitArray/BitArrayEnumerator struct BitArrayEnumerator_t893496218; // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t3670035800; // System.Collections.Comparer struct Comparer_t1912461351; // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_t1962629119; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // System.Collections.IList struct IList_t2094931216; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_t2292407383; // System.SystemException struct SystemException_t176217640; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Collections.Hashtable/Enumerator struct Enumerator_t661358686; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Runtime.Serialization.SerializationException struct SerializationException_t3941511869; // System.Collections.Hashtable/SyncHashtable struct SyncHashtable_t3569774773; // System.Exception struct Exception_t; // System.Collections.Hashtable/KeyMarker struct KeyMarker_t2496412495; // System.Collections.Queue struct Queue_t3637523393; // System.Collections.Queue/QueueEnumerator struct QueueEnumerator_t4140714244; // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_t1836743899; // System.Collections.SortedList struct SortedList_t2427694641; // System.Collections.SortedList/Enumerator struct Enumerator_t3548462377; // System.Collections.SortedList/ListKeys struct ListKeys_t1506865728; // System.Collections.SortedList/ListValues struct ListValues_t1796620884; // System.Collections.Stack struct Stack_t2329662280; // System.Collections.Stack/Enumerator struct Enumerator_t2929709194; // System.Console/InternalCancelHandler struct InternalCancelHandler_t872516951; // System.Text.Encoding struct Encoding_t1523322056; // System.IO.Stream struct Stream_t1273022909; // System.IO.UnexceptionalStreamWriter struct UnexceptionalStreamWriter_t2539306459; // System.IO.TextWriter struct TextWriter_t3478189236; // System.IO.CStreamWriter struct CStreamWriter_t3783449173; // System.IO.CStreamReader struct CStreamReader_t1059740272; // System.IO.UnexceptionalStreamReader struct UnexceptionalStreamReader_t2154476246; // System.IO.TextReader struct TextReader_t283511965; // System.IO.FileStream struct FileStream_t4292183065; // System.IO.NullStream struct NullStream_t1684893697; // System.ConsoleCancelEventArgs struct ConsoleCancelEventArgs_t3423053037; // System.MulticastDelegate struct MulticastDelegate_t; // System.Delegate[] struct DelegateU5BU5D_t1703627840; // System.ConsoleCancelEventHandler struct ConsoleCancelEventHandler_t3919940372; // System.Delegate struct Delegate_t1188392813; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.EventArgs struct EventArgs_t3591816995; // System.IConsoleDriver struct IConsoleDriver_t2349033045; // System.NullConsoleDriver struct NullConsoleDriver_t3569194954; // System.WindowsConsoleDriver struct WindowsConsoleDriver_t3991887195; // System.TermInfoDriver struct TermInfoDriver_t2335718621; // System.ContextBoundObject struct ContextBoundObject_t1394786030; // System.MarshalByRefObject struct MarshalByRefObject_t2760389100; // System.Text.ASCIIEncoding struct ASCIIEncoding_t3446586211; // System.CultureAwareComparer struct CultureAwareComparer_t30646139; // System.StringComparer struct StringComparer_t3301955079; // System.CurrentSystemTimeZone struct CurrentSystemTimeZone_t3998352255; // System.TimeZone struct TimeZone_t2038656743; // System.Int64[] struct Int64U5BU5D_t2559172825; // System.String[] struct StringU5BU5D_t1281789340; // System.Globalization.DaylightTime struct DaylightTime_t2582425773; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t2877834729; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Collections.SortedList/Slot[] struct SlotU5BU5D_t227397015; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Text.Decoder struct Decoder_t2204182725; // System.Text.StringBuilder struct StringBuilder_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.TermInfoReader struct TermInfoReader_t3116894478; // System.IO.StreamReader struct StreamReader_t4009935899; // System.TermInfoStrings[] struct TermInfoStringsU5BU5D_t4121115714; // System.Boolean[] struct BooleanU5BU5D_t2897418192; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* Buffer_ByteLength_m2639516074_RuntimeMethod_var; extern String_t* _stringLiteral4007973390; extern String_t* _stringLiteral2265951865; extern const uint32_t Buffer_ByteLength_m2639516074_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* Buffer_BlockCopy_m2884209081_RuntimeMethod_var; extern String_t* _stringLiteral538040360; extern String_t* _stringLiteral2554397442; extern String_t* _stringLiteral220175259; extern String_t* _stringLiteral2892689725; extern String_t* _stringLiteral3566890907; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral4039891654; extern const uint32_t Buffer_BlockCopy_m2884209081_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const RuntimeMethod* Byte_System_IConvertible_ToType_m2251112646_RuntimeMethod_var; extern String_t* _stringLiteral3252615044; extern const uint32_t Byte_System_IConvertible_ToType_m2251112646_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToBoolean_m2888023769_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToChar_m2173687830_MetadataUsageId; extern RuntimeClass* InvalidCastException_t3927145244_il2cpp_TypeInfo_var; extern const RuntimeMethod* Byte_System_IConvertible_ToDateTime_m3654084722_RuntimeMethod_var; extern const uint32_t Byte_System_IConvertible_ToDateTime_m3654084722_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToDecimal_m3746192770_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToDouble_m1540319472_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToInt16_m4136764794_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToInt32_m3495522413_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToInt64_m285584218_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToSByte_m1869482168_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToSingle_m324484566_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToUInt16_m1879180133_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToUInt32_m1049546902_MetadataUsageId; extern const uint32_t Byte_System_IConvertible_ToUInt64_m371883985_MetadataUsageId; extern const RuntimeMethod* Byte_CompareTo_m4285128861_RuntimeMethod_var; extern String_t* _stringLiteral171208806; extern const uint32_t Byte_CompareTo_m4285128861_MetadataUsageId; extern const uint32_t Byte_Equals_m1161982810_MetadataUsageId; extern RuntimeClass* OverflowException_t2020128637_il2cpp_TypeInfo_var; extern const RuntimeMethod* Byte_Parse_m3200377149_RuntimeMethod_var; extern String_t* _stringLiteral2517860609; extern const uint32_t Byte_Parse_m3200377149_MetadataUsageId; extern RuntimeClass* NumberFormatter_t1182924621_il2cpp_TypeInfo_var; extern const uint32_t Byte_ToString_m721125428_MetadataUsageId; extern const uint32_t Byte_ToString_m2335342258_MetadataUsageId; extern const uint32_t Byte_ToString_m4063101981_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern const uint32_t ByteMatcher__ctor_m2042716655_MetadataUsageId; extern RuntimeClass* TermInfoStrings_t290279955_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t ByteMatcher_AddMapping_m3174457484_MetadataUsageId; extern const uint32_t ByteMatcher_StartsWith_m77937292_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t ByteMatcher_Match_m3094067305_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t Char__cctor_m2787437263_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToType_m4138905176_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToType_m4138905176_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToBoolean_m309214875_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToBoolean_m309214875_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToByte_m2347554595_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToDateTime_m3564102661_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToDateTime_m3564102661_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToDecimal_m3534906463_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToDecimal_m3534906463_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToDouble_m3575321888_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToDouble_m3575321888_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToInt16_m975497224_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToInt32_m1777243200_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToInt64_m1630543716_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToSByte_m973063527_MetadataUsageId; extern const RuntimeMethod* Char_System_IConvertible_ToSingle_m2690985411_RuntimeMethod_var; extern const uint32_t Char_System_IConvertible_ToSingle_m2690985411_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToUInt16_m2449138174_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToUInt32_m3901815580_MetadataUsageId; extern const uint32_t Char_System_IConvertible_ToUInt64_m3536560782_MetadataUsageId; extern const RuntimeMethod* Char_CompareTo_m42489266_RuntimeMethod_var; extern String_t* _stringLiteral1920911092; extern const uint32_t Char_CompareTo_m42489266_MetadataUsageId; extern const uint32_t Char_Equals_m1279957088_MetadataUsageId; extern const uint32_t Char_GetUnicodeCategory_m57882613_MetadataUsageId; extern const uint32_t Char_IsDigit_m3646673943_MetadataUsageId; extern const uint32_t Char_IsDigit_m891258618_MetadataUsageId; extern const uint32_t Char_IsLetter_m3996985877_MetadataUsageId; extern const uint32_t Char_IsLetterOrDigit_m3494175785_MetadataUsageId; extern const uint32_t Char_IsLetterOrDigit_m2309361746_MetadataUsageId; extern const uint32_t Char_IsLower_m3108076820_MetadataUsageId; extern const uint32_t Char_IsNumber_m2445552278_MetadataUsageId; extern const uint32_t Char_IsSurrogate_m3686972571_MetadataUsageId; extern const uint32_t Char_IsWhiteSpace_m2148390798_MetadataUsageId; extern const uint32_t Char_IsWhiteSpace_m3213701995_MetadataUsageId; extern const RuntimeMethod* Char_CheckParameter_m4114020212_RuntimeMethod_var; extern String_t* _stringLiteral3452614605; extern String_t* _stringLiteral250046704; extern const uint32_t Char_CheckParameter_m4114020212_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* Char_Parse_m82218915_RuntimeMethod_var; extern String_t* _stringLiteral2754150777; extern const uint32_t Char_Parse_m82218915_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const uint32_t Char_ToLower_m844856331_MetadataUsageId; extern const uint32_t Char_ToLowerInvariant_m1926695830_MetadataUsageId; extern const RuntimeMethod* Char_ToLower_m3999837485_RuntimeMethod_var; extern String_t* _stringLiteral461586467; extern const uint32_t Char_ToLower_m3999837485_MetadataUsageId; extern const uint32_t Char_ToUpper_m3999570441_MetadataUsageId; extern const uint32_t Char_ToUpperInvariant_m3658711221_MetadataUsageId; extern const RuntimeMethod* Char_ToUpper_m3659851865_RuntimeMethod_var; extern const uint32_t Char_ToUpper_m3659851865_MetadataUsageId; extern const uint32_t CharEnumerator_System_Collections_IEnumerator_get_Current_m1328529384_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* CharEnumerator_get_Current_m525608209_RuntimeMethod_var; extern String_t* _stringLiteral2140447019; extern const uint32_t CharEnumerator_get_Current_m525608209_MetadataUsageId; extern RuntimeClass* CharEnumerator_t1121470421_il2cpp_TypeInfo_var; extern const uint32_t CharEnumerator_Clone_m1884400089_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t ArrayList__ctor_m4254721275_MetadataUsageId; extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; extern RuntimeClass* RankException_t3812021567_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const RuntimeMethod* ArrayList__ctor_m2130986447_RuntimeMethod_var; extern String_t* _stringLiteral3452614589; extern const uint32_t ArrayList__ctor_m2130986447_MetadataUsageId; extern String_t* _stringLiteral3623012086; extern String_t* _stringLiteral3500389620; extern const uint32_t ArrayList__ctor_m3828927650_MetadataUsageId; extern const uint32_t ArrayList__ctor_m2075768692_MetadataUsageId; extern const uint32_t ArrayList__cctor_m3052737821_MetadataUsageId; extern String_t* _stringLiteral797640427; extern String_t* _stringLiteral1370080298; extern const uint32_t ArrayList_get_Item_m3820278660_MetadataUsageId; extern const uint32_t ArrayList_set_Item_m2003485935_MetadataUsageId; extern String_t* _stringLiteral3623013078; extern String_t* _stringLiteral2019553010; extern const uint32_t ArrayList_set_Capacity_m1058991803_MetadataUsageId; extern const uint32_t ArrayList_EnsureCapacity_m3016383533_MetadataUsageId; extern const uint32_t ArrayList_Shift_m395607654_MetadataUsageId; extern const RuntimeMethod* ArrayList_IndexOf_m1052788661_RuntimeMethod_var; extern const RuntimeMethod* Array_IndexOf_TisRuntimeObject_m828474689_RuntimeMethod_var; extern String_t* _stringLiteral2410720131; extern String_t* _stringLiteral2662431096; extern String_t* _stringLiteral3732847104; extern String_t* _stringLiteral738047332; extern const uint32_t ArrayList_IndexOf_m1052788661_MetadataUsageId; extern String_t* _stringLiteral3314103136; extern const uint32_t ArrayList_Insert_m3524057793_MetadataUsageId; extern const RuntimeMethod* ArrayList_InsertRange_m1740766984_RuntimeMethod_var; extern const uint32_t ArrayList_InsertRange_m1740766984_MetadataUsageId; extern String_t* _stringLiteral2628772951; extern const uint32_t ArrayList_RemoveAt_m761734947_MetadataUsageId; extern const RuntimeMethod* ArrayList_CopyTo_m3105450421_RuntimeMethod_var; extern String_t* _stringLiteral2432024763; extern const uint32_t ArrayList_CopyTo_m3105450421_MetadataUsageId; extern RuntimeClass* SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var; extern const uint32_t ArrayList_GetEnumerator_m3176119603_MetadataUsageId; extern const RuntimeMethod* Array_Sort_TisRuntimeObject_m440635289_RuntimeMethod_var; extern const uint32_t ArrayList_Sort_m582560637_MetadataUsageId; extern const uint32_t ArrayList_ToArray_m3827492363_MetadataUsageId; extern const uint32_t ArrayList_Clone_m2682741233_MetadataUsageId; extern const RuntimeMethod* ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888_RuntimeMethod_var; extern const uint32_t ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888_MetadataUsageId; extern RuntimeClass* SynchronizedArrayListWrapper_t2283757095_il2cpp_TypeInfo_var; extern const RuntimeMethod* ArrayList_Synchronized_m1327684267_RuntimeMethod_var; extern String_t* _stringLiteral3941568111; extern const uint32_t ArrayList_Synchronized_m1327684267_MetadataUsageId; extern RuntimeClass* ReadOnlyArrayListWrapper_t3401315650_il2cpp_TypeInfo_var; extern const RuntimeMethod* ArrayList_ReadOnly_m1905796817_RuntimeMethod_var; extern const uint32_t ArrayList_ReadOnly_m1905796817_MetadataUsageId; extern const uint32_t ArrayListWrapper__ctor_m970192266_MetadataUsageId; extern String_t* _stringLiteral1872550032; extern const uint32_t FixedSizeArrayListWrapper_get_ErrorMessage_m3049061776_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* FixedSizeArrayListWrapper_set_Capacity_m4221053039_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_set_Capacity_m4221053039_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_Add_m4066213493_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_Add_m4066213493_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_AddRange_m413351014_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_AddRange_m413351014_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_Clear_m1544415003_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_Clear_m1544415003_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_Insert_m723948816_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_Insert_m723948816_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_InsertRange_m1706982628_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_InsertRange_m1706982628_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_Remove_m3827525800_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_Remove_m3827525800_MetadataUsageId; extern const RuntimeMethod* FixedSizeArrayListWrapper_RemoveAt_m3591870267_RuntimeMethod_var; extern const uint32_t FixedSizeArrayListWrapper_RemoveAt_m3591870267_MetadataUsageId; extern String_t* _stringLiteral2728449070; extern const uint32_t ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994_MetadataUsageId; extern const RuntimeMethod* ReadOnlyArrayListWrapper_set_Item_m1909157432_RuntimeMethod_var; extern const uint32_t ReadOnlyArrayListWrapper_set_Item_m1909157432_MetadataUsageId; extern const RuntimeMethod* ReadOnlyArrayListWrapper_Sort_m2577012511_RuntimeMethod_var; extern const uint32_t ReadOnlyArrayListWrapper_Sort_m2577012511_MetadataUsageId; extern const RuntimeMethod* ReadOnlyArrayListWrapper_Sort_m2022378864_RuntimeMethod_var; extern const uint32_t ReadOnlyArrayListWrapper_Sort_m2022378864_MetadataUsageId; extern const uint32_t SimpleEnumerator__ctor_m917940076_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t SimpleEnumerator__cctor_m2844299657_MetadataUsageId; extern const RuntimeMethod* SimpleEnumerator_MoveNext_m3113120129_RuntimeMethod_var; extern String_t* _stringLiteral1126590890; extern const uint32_t SimpleEnumerator_MoveNext_m3113120129_MetadataUsageId; extern const RuntimeMethod* SimpleEnumerator_get_Current_m2439519409_RuntimeMethod_var; extern String_t* _stringLiteral1882906432; extern String_t* _stringLiteral3170219154; extern const uint32_t SimpleEnumerator_get_Current_m2439519409_MetadataUsageId; extern const RuntimeMethod* SimpleEnumerator_Reset_m1520014659_RuntimeMethod_var; extern const uint32_t SimpleEnumerator_Reset_m1520014659_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const RuntimeMethod* BitArray__ctor_m2765908219_RuntimeMethod_var; extern String_t* _stringLiteral419169028; extern const uint32_t BitArray__ctor_m2765908219_MetadataUsageId; extern const RuntimeMethod* BitArray__ctor_m52841262_RuntimeMethod_var; extern String_t* _stringLiteral1212500642; extern const uint32_t BitArray__ctor_m52841262_MetadataUsageId; extern RuntimeClass* BitArray_t4087883509_il2cpp_TypeInfo_var; extern const uint32_t BitArray_Clone_m3537018332_MetadataUsageId; extern RuntimeClass* BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var; extern const RuntimeMethod* BitArray_CopyTo_m4205938202_RuntimeMethod_var; extern String_t* _stringLiteral711425728; extern String_t* _stringLiteral1128309649; extern String_t* _stringLiteral607502006; extern const uint32_t BitArray_CopyTo_m4205938202_MetadataUsageId; extern const RuntimeMethod* BitArray_Get_m1610855460_RuntimeMethod_var; extern const uint32_t BitArray_Get_m1610855460_MetadataUsageId; extern const RuntimeMethod* BitArray_Set_m2486900776_RuntimeMethod_var; extern const uint32_t BitArray_Set_m2486900776_MetadataUsageId; extern RuntimeClass* BitArrayEnumerator_t893496218_il2cpp_TypeInfo_var; extern const uint32_t BitArray_GetEnumerator_m1964744199_MetadataUsageId; extern const RuntimeMethod* BitArrayEnumerator_get_Current_m4220391712_RuntimeMethod_var; extern String_t* _stringLiteral3868419112; extern String_t* _stringLiteral2736026462; extern const uint32_t BitArrayEnumerator_get_Current_m4220391712_MetadataUsageId; extern const RuntimeMethod* BitArrayEnumerator_checkVersion_m500404395_RuntimeMethod_var; extern const uint32_t BitArrayEnumerator_checkVersion_m500404395_MetadataUsageId; extern const uint32_t CaseInsensitiveComparer__ctor_m1508720200_MetadataUsageId; extern RuntimeClass* CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var; extern const uint32_t CaseInsensitiveComparer__cctor_m2727609021_MetadataUsageId; extern const uint32_t CaseInsensitiveComparer_get_Default_m3138639762_MetadataUsageId; extern const uint32_t CaseInsensitiveComparer_get_DefaultInvariant_m2155614047_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* Comparer_t1912461351_il2cpp_TypeInfo_var; extern const uint32_t CaseInsensitiveComparer_Compare_m1224120810_MetadataUsageId; extern RuntimeClass* CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var; extern const uint32_t CaseInsensitiveHashCodeProvider__ctor_m1410573049_MetadataUsageId; extern const RuntimeMethod* CaseInsensitiveHashCodeProvider__ctor_m3307631072_RuntimeMethod_var; extern const uint32_t CaseInsensitiveHashCodeProvider__ctor_m3307631072_MetadataUsageId; extern const uint32_t CaseInsensitiveHashCodeProvider__cctor_m3655208966_MetadataUsageId; extern const uint32_t CaseInsensitiveHashCodeProvider_get_Default_m3719687032_MetadataUsageId; extern const uint32_t CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163_MetadataUsageId; extern const RuntimeMethod* CaseInsensitiveHashCodeProvider_GetHashCode_m2168170016_RuntimeMethod_var; extern String_t* _stringLiteral1746845353; extern const uint32_t CaseInsensitiveHashCodeProvider_GetHashCode_m2168170016_MetadataUsageId; extern const uint32_t CollectionBase_System_Collections_IList_Add_m3784093852_MetadataUsageId; extern const uint32_t CollectionBase_System_Collections_IList_Insert_m1955629979_MetadataUsageId; extern const RuntimeMethod* CollectionBase_System_Collections_IList_Remove_m1918979845_RuntimeMethod_var; extern String_t* _stringLiteral3301559111; extern String_t* _stringLiteral3493618073; extern const uint32_t CollectionBase_System_Collections_IList_Remove_m1918979845_MetadataUsageId; extern const RuntimeMethod* CollectionBase_System_Collections_IList_set_Item_m1592328081_RuntimeMethod_var; extern const uint32_t CollectionBase_System_Collections_IList_set_Item_m1592328081_MetadataUsageId; extern const uint32_t CollectionBase_get_InnerList_m132195395_MetadataUsageId; extern const RuntimeMethod* CollectionBase_OnValidate_m1606907366_RuntimeMethod_var; extern String_t* _stringLiteral3439493095; extern const uint32_t CollectionBase_OnValidate_m1606907366_MetadataUsageId; extern const RuntimeMethod* Comparer__ctor_m2580215220_RuntimeMethod_var; extern const uint32_t Comparer__ctor_m2580215220_MetadataUsageId; extern const uint32_t Comparer__cctor_m3311686689_MetadataUsageId; extern RuntimeClass* IComparable_t36111218_il2cpp_TypeInfo_var; extern const RuntimeMethod* Comparer_Compare_m3984347512_RuntimeMethod_var; extern String_t* _stringLiteral4056318485; extern const uint32_t Comparer_Compare_m3984347512_MetadataUsageId; extern const RuntimeType* CompareInfo_t1092934962_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Comparer_GetObjectData_m2064315569_RuntimeMethod_var; extern String_t* _stringLiteral79347; extern String_t* _stringLiteral3881994930; extern const uint32_t Comparer_GetObjectData_m2064315569_MetadataUsageId; extern RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var; extern const uint32_t DictionaryEntry_t3123975638_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t DictionaryEntry_t3123975638_com_FromNativeMethodDefinition_MetadataUsageId; extern String_t* _stringLiteral4076297504; extern const uint32_t KeyNotFoundException__ctor_m541499307_MetadataUsageId; extern RuntimeClass* SlotU5BU5D_t2994659099_il2cpp_TypeInfo_var; extern const RuntimeMethod* Hashtable__ctor_m3491720775_RuntimeMethod_var; extern String_t* _stringLiteral3914839736; extern String_t* _stringLiteral2137170806; extern String_t* _stringLiteral1327355122; extern String_t* _stringLiteral144441821; extern const uint32_t Hashtable__ctor_m3491720775_MetadataUsageId; extern const uint32_t Hashtable__ctor_m3890751112_MetadataUsageId; extern RuntimeClass* IDictionary_t1363984059_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var; extern const RuntimeMethod* Hashtable__ctor_m2421324048_RuntimeMethod_var; extern String_t* _stringLiteral2957729587; extern const uint32_t Hashtable__ctor_m2421324048_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D32_24_FieldInfo_var; extern const uint32_t Hashtable__cctor_m4112166779_MetadataUsageId; extern RuntimeClass* Enumerator_t661358686_il2cpp_TypeInfo_var; extern const uint32_t Hashtable_System_Collections_IEnumerable_GetEnumerator_m2751657639_MetadataUsageId; extern RuntimeClass* HashKeys_t1568156503_il2cpp_TypeInfo_var; extern const uint32_t Hashtable_get_Keys_m625158339_MetadataUsageId; extern RuntimeClass* HashValues_t618387445_il2cpp_TypeInfo_var; extern const uint32_t Hashtable_get_Values_m1643322147_MetadataUsageId; extern const RuntimeMethod* Hashtable_get_Item_m2003685141_RuntimeMethod_var; extern String_t* _stringLiteral2600271970; extern String_t* _stringLiteral2340372691; extern const uint32_t Hashtable_get_Item_m2003685141_MetadataUsageId; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern const RuntimeMethod* Hashtable_CopyTo_m2905447224_RuntimeMethod_var; extern String_t* _stringLiteral335484879; extern String_t* _stringLiteral4171269070; extern String_t* _stringLiteral620593767; extern String_t* _stringLiteral1529146404; extern const uint32_t Hashtable_CopyTo_m2905447224_MetadataUsageId; extern const uint32_t Hashtable_GetEnumerator_m4240267690_MetadataUsageId; extern RuntimeClass* KeyMarker_t2496412495_il2cpp_TypeInfo_var; extern const uint32_t Hashtable_Remove_m4032631466_MetadataUsageId; extern const uint32_t Hashtable_Clone_m3078962909_MetadataUsageId; extern const RuntimeMethod* Hashtable_GetObjectData_m2584507417_RuntimeMethod_var; extern String_t* _stringLiteral2137201366; extern String_t* _stringLiteral1902402919; extern String_t* _stringLiteral1982757576; extern String_t* _stringLiteral892943380; extern String_t* _stringLiteral2714025534; extern String_t* _stringLiteral953796230; extern String_t* _stringLiteral465436802; extern String_t* _stringLiteral3498927737; extern String_t* _stringLiteral2541254075; extern const uint32_t Hashtable_GetObjectData_m2584507417_MetadataUsageId; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern const RuntimeType* RuntimeObject_0_0_0_var; extern const RuntimeType* ObjectU5BU5D_t2843939325_0_0_0_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* IEqualityComparer_t1493878338_il2cpp_TypeInfo_var; extern RuntimeClass* IComparer_t1540313114_il2cpp_TypeInfo_var; extern RuntimeClass* IHashCodeProvider_t267601189_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationException_t3941511869_il2cpp_TypeInfo_var; extern const RuntimeMethod* Hashtable_OnDeserialization_m1032066502_RuntimeMethod_var; extern String_t* _stringLiteral1452171784; extern const uint32_t Hashtable_OnDeserialization_m1032066502_MetadataUsageId; extern RuntimeClass* SyncHashtable_t3569774773_il2cpp_TypeInfo_var; extern const RuntimeMethod* Hashtable_Synchronized_m2228653257_RuntimeMethod_var; extern String_t* _stringLiteral3496353285; extern const uint32_t Hashtable_Synchronized_m2228653257_MetadataUsageId; extern const uint32_t Hashtable_GetHash_m3068611952_MetadataUsageId; extern const uint32_t Hashtable_KeyEquals_m2549637027_MetadataUsageId; extern const RuntimeMethod* Hashtable_SetTable_m1520626497_RuntimeMethod_var; extern const uint32_t Hashtable_SetTable_m1520626497_MetadataUsageId; extern const RuntimeMethod* Hashtable_Find_m1835111773_RuntimeMethod_var; extern const uint32_t Hashtable_Find_m1835111773_MetadataUsageId; extern const uint32_t Hashtable_Rehash_m2389268722_MetadataUsageId; extern const RuntimeMethod* Hashtable_PutImpl_m2485103604_RuntimeMethod_var; extern String_t* _stringLiteral4256447631; extern const uint32_t Hashtable_PutImpl_m2485103604_MetadataUsageId; extern const uint32_t Hashtable_CopyToArray_m320168007_MetadataUsageId; extern const uint32_t Hashtable_CalcPrime_m550773117_MetadataUsageId; extern const uint32_t Hashtable_ToPrime_m33531354_MetadataUsageId; extern String_t* _stringLiteral3975821837; extern const uint32_t Enumerator__cctor_m4169372056_MetadataUsageId; extern const RuntimeMethod* Enumerator_FailFast_m3955249002_RuntimeMethod_var; extern const uint32_t Enumerator_FailFast_m3955249002_MetadataUsageId; extern const uint32_t Enumerator_MoveNext_m1474126172_MetadataUsageId; extern const RuntimeMethod* Enumerator_get_Entry_m2184304359_RuntimeMethod_var; extern const uint32_t Enumerator_get_Entry_m2184304359_MetadataUsageId; extern const RuntimeMethod* Enumerator_get_Key_m2288024554_RuntimeMethod_var; extern const uint32_t Enumerator_get_Key_m2288024554_MetadataUsageId; extern const RuntimeMethod* Enumerator_get_Value_m1047280424_RuntimeMethod_var; extern const uint32_t Enumerator_get_Value_m1047280424_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Enumerator_get_Current_m2763018784_RuntimeMethod_var; extern String_t* _stringLiteral2944759611; extern const uint32_t Enumerator_get_Current_m2763018784_MetadataUsageId; extern const RuntimeMethod* HashKeys__ctor_m2668698759_RuntimeMethod_var; extern const uint32_t HashKeys__ctor_m2668698759_MetadataUsageId; extern const RuntimeMethod* HashKeys_CopyTo_m4219627824_RuntimeMethod_var; extern String_t* _stringLiteral1447312481; extern const uint32_t HashKeys_CopyTo_m4219627824_MetadataUsageId; extern const uint32_t HashKeys_GetEnumerator_m3432430781_MetadataUsageId; extern const RuntimeMethod* HashValues__ctor_m1651100305_RuntimeMethod_var; extern const uint32_t HashValues__ctor_m1651100305_MetadataUsageId; extern const RuntimeMethod* HashValues_CopyTo_m2621023127_RuntimeMethod_var; extern const uint32_t HashValues_CopyTo_m2621023127_MetadataUsageId; extern const uint32_t HashValues_GetEnumerator_m2924783834_MetadataUsageId; extern const uint32_t KeyMarker__cctor_m2590194914_MetadataUsageId; extern const uint32_t KeyMarker_GetRealObject_m336901478_MetadataUsageId; extern const uint32_t Slot_t3975888750_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t Slot_t3975888750_com_FromNativeMethodDefinition_MetadataUsageId; extern const RuntimeMethod* SyncHashtable__ctor_m988729399_RuntimeMethod_var; extern const uint32_t SyncHashtable__ctor_m988729399_MetadataUsageId; extern const RuntimeType* Hashtable_t1853889766_0_0_0_var; extern String_t* _stringLiteral1944658239; extern const uint32_t SyncHashtable__ctor_m2449935938_MetadataUsageId; extern const uint32_t SyncHashtable_System_Collections_IEnumerable_GetEnumerator_m1325482064_MetadataUsageId; extern const uint32_t SyncHashtable_GetObjectData_m672594935_MetadataUsageId; extern const uint32_t SyncHashtable_GetEnumerator_m4254656826_MetadataUsageId; extern const uint32_t SyncHashtable_Clone_m3726939774_MetadataUsageId; extern const RuntimeMethod* Queue__ctor_m3552486878_RuntimeMethod_var; extern String_t* _stringLiteral2909841371; extern const uint32_t Queue__ctor_m3552486878_MetadataUsageId; extern const RuntimeMethod* Queue__ctor_m2335855895_RuntimeMethod_var; extern String_t* _stringLiteral2257906669; extern String_t* _stringLiteral104720322; extern String_t* _stringLiteral1446761378; extern const uint32_t Queue__ctor_m2335855895_MetadataUsageId; extern const RuntimeMethod* Queue_CopyTo_m737385843_RuntimeMethod_var; extern const uint32_t Queue_CopyTo_m737385843_MetadataUsageId; extern RuntimeClass* QueueEnumerator_t4140714244_il2cpp_TypeInfo_var; extern const uint32_t Queue_GetEnumerator_m3623929043_MetadataUsageId; extern RuntimeClass* Queue_t3637523393_il2cpp_TypeInfo_var; extern const uint32_t Queue_Clone_m178259971_MetadataUsageId; extern const RuntimeMethod* Queue_Dequeue_m2397857002_RuntimeMethod_var; extern const uint32_t Queue_Dequeue_m2397857002_MetadataUsageId; extern const RuntimeMethod* Queue_Peek_m2705722908_RuntimeMethod_var; extern const uint32_t Queue_Peek_m2705722908_MetadataUsageId; extern const uint32_t Queue_ToArray_m812120461_MetadataUsageId; extern const uint32_t Queue_grow_m873349987_MetadataUsageId; extern const uint32_t QueueEnumerator_Clone_m1475796429_MetadataUsageId; extern const RuntimeMethod* QueueEnumerator_get_Current_m2177760484_RuntimeMethod_var; extern const uint32_t QueueEnumerator_get_Current_m2177760484_MetadataUsageId; extern const RuntimeMethod* QueueEnumerator_MoveNext_m386897816_RuntimeMethod_var; extern const uint32_t QueueEnumerator_MoveNext_m386897816_MetadataUsageId; extern const RuntimeMethod* QueueEnumerator_Reset_m472154018_RuntimeMethod_var; extern const uint32_t QueueEnumerator_Reset_m472154018_MetadataUsageId; extern const uint32_t ReadOnlyCollectionBase__ctor_m623856070_MetadataUsageId; extern RuntimeClass* SortedList_t2427694641_il2cpp_TypeInfo_var; extern const uint32_t SortedList__ctor_m1261191695_MetadataUsageId; extern const RuntimeMethod* SortedList__ctor_m449121548_RuntimeMethod_var; extern const uint32_t SortedList__ctor_m449121548_MetadataUsageId; extern const uint32_t SortedList__ctor_m3247584155_MetadataUsageId; extern const RuntimeMethod* SortedList__ctor_m3676552745_RuntimeMethod_var; extern const uint32_t SortedList__ctor_m3676552745_MetadataUsageId; extern const uint32_t SortedList__cctor_m1247132_MetadataUsageId; extern RuntimeClass* Enumerator_t3548462377_il2cpp_TypeInfo_var; extern const uint32_t SortedList_System_Collections_IEnumerable_GetEnumerator_m2738760439_MetadataUsageId; extern RuntimeClass* ListKeys_t1506865728_il2cpp_TypeInfo_var; extern const uint32_t SortedList_get_Keys_m1684394995_MetadataUsageId; extern RuntimeClass* ListValues_t1796620884_il2cpp_TypeInfo_var; extern const uint32_t SortedList_get_Values_m1700526404_MetadataUsageId; extern const RuntimeMethod* SortedList_get_Item_m3673863299_RuntimeMethod_var; extern const uint32_t SortedList_get_Item_m3673863299_MetadataUsageId; extern const RuntimeMethod* SortedList_set_Item_m32382988_RuntimeMethod_var; extern String_t* _stringLiteral3755497266; extern String_t* _stringLiteral537584632; extern const uint32_t SortedList_set_Item_m32382988_MetadataUsageId; extern RuntimeClass* SlotU5BU5D_t227397015_il2cpp_TypeInfo_var; extern const RuntimeMethod* SortedList_set_Capacity_m509376950_RuntimeMethod_var; extern String_t* _stringLiteral2892361463; extern const uint32_t SortedList_set_Capacity_m509376950_MetadataUsageId; extern const uint32_t SortedList_Clear_m1559496373_MetadataUsageId; extern const RuntimeMethod* SortedList_Contains_m559482983_RuntimeMethod_var; extern const uint32_t SortedList_Contains_m559482983_MetadataUsageId; extern const uint32_t SortedList_GetEnumerator_m772783392_MetadataUsageId; extern const RuntimeMethod* SortedList_CopyTo_m3001281572_RuntimeMethod_var; extern String_t* _stringLiteral212975728; extern String_t* _stringLiteral2572553248; extern String_t* _stringLiteral4047089040; extern const uint32_t SortedList_CopyTo_m3001281572_MetadataUsageId; extern const uint32_t SortedList_Clone_m928094797_MetadataUsageId; extern const RuntimeMethod* SortedList_RemoveAt_m1767403850_RuntimeMethod_var; extern String_t* _stringLiteral2876180; extern const uint32_t SortedList_RemoveAt_m1767403850_MetadataUsageId; extern const RuntimeMethod* SortedList_IndexOfKey_m91331983_RuntimeMethod_var; extern const uint32_t SortedList_IndexOfKey_m91331983_MetadataUsageId; extern const RuntimeMethod* SortedList_ContainsKey_m2883715045_RuntimeMethod_var; extern const uint32_t SortedList_ContainsKey_m2883715045_MetadataUsageId; extern const RuntimeMethod* SortedList_GetByIndex_m3848565786_RuntimeMethod_var; extern const uint32_t SortedList_GetByIndex_m3848565786_MetadataUsageId; extern const RuntimeMethod* SortedList_GetKey_m658905367_RuntimeMethod_var; extern const uint32_t SortedList_GetKey_m658905367_MetadataUsageId; extern const uint32_t SortedList_EnsureCapacity_m1354099314_MetadataUsageId; extern const RuntimeMethod* SortedList_PutImpl_m3408406199_RuntimeMethod_var; extern String_t* _stringLiteral4048624017; extern String_t* _stringLiteral2449404886; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral2154733698; extern String_t* _stringLiteral3452614643; extern const uint32_t SortedList_PutImpl_m3408406199_MetadataUsageId; extern const uint32_t SortedList_InitTable_m875730861_MetadataUsageId; extern const RuntimeMethod* SortedList_CopyToArray_m1013332301_RuntimeMethod_var; extern String_t* _stringLiteral1391663567; extern String_t* _stringLiteral3452614599; extern const uint32_t SortedList_CopyToArray_m1013332301_MetadataUsageId; extern const uint32_t SortedList_Find_m3363512987_MetadataUsageId; extern String_t* _stringLiteral3773069608; extern const uint32_t Enumerator__cctor_m3377250123_MetadataUsageId; extern const RuntimeMethod* Enumerator_Reset_m1367479817_RuntimeMethod_var; extern const uint32_t Enumerator_Reset_m1367479817_MetadataUsageId; extern const RuntimeMethod* Enumerator_MoveNext_m635366482_RuntimeMethod_var; extern const uint32_t Enumerator_MoveNext_m635366482_MetadataUsageId; extern const RuntimeMethod* Enumerator_get_Entry_m3561948123_RuntimeMethod_var; extern const uint32_t Enumerator_get_Entry_m3561948123_MetadataUsageId; extern const RuntimeMethod* Enumerator_get_Key_m1796421380_RuntimeMethod_var; extern const uint32_t Enumerator_get_Key_m1796421380_MetadataUsageId; extern const RuntimeMethod* Enumerator_get_Value_m3071982030_RuntimeMethod_var; extern const uint32_t Enumerator_get_Value_m3071982030_MetadataUsageId; extern RuntimeClass* EnumeratorMode_t3719608883_il2cpp_TypeInfo_var; extern const RuntimeMethod* Enumerator_get_Current_m3370609987_RuntimeMethod_var; extern String_t* _stringLiteral2698904487; extern const uint32_t Enumerator_get_Current_m3370609987_MetadataUsageId; extern const uint32_t Enumerator_Clone_m1942171085_MetadataUsageId; extern const RuntimeMethod* ListKeys__ctor_m132277932_RuntimeMethod_var; extern const uint32_t ListKeys__ctor_m132277932_MetadataUsageId; extern const RuntimeMethod* ListKeys_set_Item_m3432812671_RuntimeMethod_var; extern String_t* _stringLiteral3139562881; extern const uint32_t ListKeys_set_Item_m3432812671_MetadataUsageId; extern const RuntimeMethod* ListKeys_Add_m413003750_RuntimeMethod_var; extern String_t* _stringLiteral2131562142; extern const uint32_t ListKeys_Add_m413003750_MetadataUsageId; extern const RuntimeMethod* ListKeys_Clear_m728790154_RuntimeMethod_var; extern String_t* _stringLiteral2534119947; extern const uint32_t ListKeys_Clear_m728790154_MetadataUsageId; extern const RuntimeMethod* ListKeys_Insert_m2526388241_RuntimeMethod_var; extern String_t* _stringLiteral3858640479; extern const uint32_t ListKeys_Insert_m2526388241_MetadataUsageId; extern const RuntimeMethod* ListKeys_Remove_m3054623562_RuntimeMethod_var; extern String_t* _stringLiteral1796059884; extern const uint32_t ListKeys_Remove_m3054623562_MetadataUsageId; extern const RuntimeMethod* ListKeys_RemoveAt_m4278574964_RuntimeMethod_var; extern String_t* _stringLiteral3148448474; extern const uint32_t ListKeys_RemoveAt_m4278574964_MetadataUsageId; extern const uint32_t ListKeys_GetEnumerator_m2920668749_MetadataUsageId; extern const RuntimeMethod* ListValues__ctor_m1207242125_RuntimeMethod_var; extern const uint32_t ListValues__ctor_m1207242125_MetadataUsageId; extern const RuntimeMethod* ListValues_set_Item_m468026500_RuntimeMethod_var; extern String_t* _stringLiteral2800027584; extern const uint32_t ListValues_set_Item_m468026500_MetadataUsageId; extern const RuntimeMethod* ListValues_Add_m328448324_RuntimeMethod_var; extern const uint32_t ListValues_Add_m328448324_MetadataUsageId; extern const RuntimeMethod* ListValues_Clear_m1926967218_RuntimeMethod_var; extern const uint32_t ListValues_Clear_m1926967218_MetadataUsageId; extern const RuntimeMethod* ListValues_Insert_m2022869439_RuntimeMethod_var; extern const uint32_t ListValues_Insert_m2022869439_MetadataUsageId; extern const RuntimeMethod* ListValues_Remove_m2246809042_RuntimeMethod_var; extern const uint32_t ListValues_Remove_m2246809042_MetadataUsageId; extern const RuntimeMethod* ListValues_RemoveAt_m3463573621_RuntimeMethod_var; extern const uint32_t ListValues_RemoveAt_m3463573621_MetadataUsageId; extern const uint32_t ListValues_GetEnumerator_m1108246010_MetadataUsageId; extern const uint32_t Slot_t384495010_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t Slot_t384495010_com_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t Stack__ctor_m2907601956_MetadataUsageId; extern const RuntimeMethod* Stack__ctor_m2602729586_RuntimeMethod_var; extern const uint32_t Stack__ctor_m2602729586_MetadataUsageId; extern const RuntimeMethod* Stack__ctor_m3503577671_RuntimeMethod_var; extern String_t* _stringLiteral2623602555; extern const uint32_t Stack__ctor_m3503577671_MetadataUsageId; extern const uint32_t Stack_Resize_m3124769495_MetadataUsageId; extern RuntimeClass* Stack_t2329662280_il2cpp_TypeInfo_var; extern const uint32_t Stack_Clone_m2625073663_MetadataUsageId; extern const RuntimeMethod* Stack_CopyTo_m953825709_RuntimeMethod_var; extern const uint32_t Stack_CopyTo_m953825709_MetadataUsageId; extern RuntimeClass* Enumerator_t2929709194_il2cpp_TypeInfo_var; extern const uint32_t Stack_GetEnumerator_m2673437525_MetadataUsageId; extern const RuntimeMethod* Stack_Peek_m2216191248_RuntimeMethod_var; extern const uint32_t Stack_Peek_m2216191248_MetadataUsageId; extern const RuntimeMethod* Stack_Pop_m4248134981_RuntimeMethod_var; extern const uint32_t Stack_Pop_m4248134981_MetadataUsageId; extern const uint32_t Stack_ToArray_m452989399_MetadataUsageId; extern const RuntimeMethod* Enumerator_get_Current_m2520471220_RuntimeMethod_var; extern const uint32_t Enumerator_get_Current_m2520471220_MetadataUsageId; extern const RuntimeMethod* Enumerator_MoveNext_m3995713679_RuntimeMethod_var; extern const uint32_t Enumerator_MoveNext_m3995713679_MetadataUsageId; extern const RuntimeMethod* Enumerator_Reset_m2459931042_RuntimeMethod_var; extern const uint32_t Enumerator_Reset_m2459931042_MetadataUsageId; extern RuntimeClass* InternalCancelHandler_t872516951_il2cpp_TypeInfo_var; extern RuntimeClass* Console_t3208230065_il2cpp_TypeInfo_var; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const RuntimeMethod* Console_DoConsoleCancelEvent_m2550292587_RuntimeMethod_var; extern const uint32_t Console__cctor_m1860305256_MetadataUsageId; extern RuntimeClass* UnexceptionalStreamWriter_t2539306459_il2cpp_TypeInfo_var; extern RuntimeClass* StreamWriter_t1266378904_il2cpp_TypeInfo_var; extern RuntimeClass* TextWriter_t3478189236_il2cpp_TypeInfo_var; extern RuntimeClass* ConsoleDriver_t2486509443_il2cpp_TypeInfo_var; extern RuntimeClass* CStreamWriter_t3783449173_il2cpp_TypeInfo_var; extern RuntimeClass* CStreamReader_t1059740272_il2cpp_TypeInfo_var; extern RuntimeClass* UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var; extern RuntimeClass* TextReader_t283511965_il2cpp_TypeInfo_var; extern const uint32_t Console_SetEncodings_m1501183766_MetadataUsageId; extern const uint32_t Console_get_Error_m1839879495_MetadataUsageId; extern const uint32_t Console_get_Out_m535961184_MetadataUsageId; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern RuntimeClass* IOException_t4088381929_il2cpp_TypeInfo_var; extern RuntimeClass* NullStream_t1684893697_il2cpp_TypeInfo_var; extern const uint32_t Console_Open_m3077673205_MetadataUsageId; extern RuntimeClass* MonoIO_t2601436415_il2cpp_TypeInfo_var; extern const uint32_t Console_OpenStandardError_m294613724_MetadataUsageId; extern const uint32_t Console_OpenStandardInput_m3262421490_MetadataUsageId; extern const uint32_t Console_OpenStandardOutput_m1257556731_MetadataUsageId; extern const RuntimeMethod* Console_SetOut_m286050082_RuntimeMethod_var; extern String_t* _stringLiteral2641697210; extern const uint32_t Console_SetOut_m286050082_MetadataUsageId; extern const uint32_t Console_WriteLine_m4182570127_MetadataUsageId; extern const uint32_t Console_WriteLine_m2778709202_MetadataUsageId; extern const uint32_t Console_WriteLine_m3098077803_MetadataUsageId; extern const uint32_t Console_WriteLine_m398426893_MetadataUsageId; extern const uint32_t Console_WriteLine_m2144370159_MetadataUsageId; extern const uint32_t Console_get_InputEncoding_m1210901073_MetadataUsageId; extern const uint32_t Console_get_OutputEncoding_m2337511041_MetadataUsageId; extern const uint32_t Console_ReadKey_m1122053118_MetadataUsageId; extern const uint32_t Console_ReadKey_m1171735637_MetadataUsageId; extern RuntimeClass* ConsoleCancelEventArgs_t3423053037_il2cpp_TypeInfo_var; extern RuntimeClass* ConsoleCancelEventHandler_t3919940372_il2cpp_TypeInfo_var; extern const uint32_t Console_DoConsoleCancelEvent_m2550292587_MetadataUsageId; extern RuntimeClass* EventArgs_t3591816995_il2cpp_TypeInfo_var; extern const uint32_t ConsoleCancelEventArgs__ctor_m2580429893_MetadataUsageId; extern String_t* _stringLiteral2038466204; extern String_t* _stringLiteral2784500853; extern const uint32_t ConsoleDriver__cctor_m3350572381_MetadataUsageId; extern RuntimeClass* NullConsoleDriver_t3569194954_il2cpp_TypeInfo_var; extern const uint32_t ConsoleDriver_CreateNullConsoleDriver_m3992528564_MetadataUsageId; extern RuntimeClass* WindowsConsoleDriver_t3991887195_il2cpp_TypeInfo_var; extern const uint32_t ConsoleDriver_CreateWindowsConsoleDriver_m3110600268_MetadataUsageId; extern RuntimeClass* TermInfoDriver_t2335718621_il2cpp_TypeInfo_var; extern const uint32_t ConsoleDriver_CreateTermInfoDriver_m1555219928_MetadataUsageId; extern RuntimeClass* IConsoleDriver_t2349033045_il2cpp_TypeInfo_var; extern const uint32_t ConsoleDriver_ReadKey_m395892805_MetadataUsageId; extern const uint32_t ConsoleDriver_get_IsConsole_m4190584969_MetadataUsageId; extern RuntimeClass* ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var; extern const uint32_t ConsoleKeyInfo__cctor_m3748340036_MetadataUsageId; extern const uint32_t ConsoleKeyInfo_Equals_m2452451624_MetadataUsageId; extern RuntimeClass* ConsoleKey_t4097401472_il2cpp_TypeInfo_var; extern RuntimeClass* ConsoleModifiers_t1471011467_il2cpp_TypeInfo_var; extern const uint32_t ConsoleKeyInfo_GetHashCode_m3526292464_MetadataUsageId; extern const RuntimeType* DBNull_t3725197148_0_0_0_var; extern const RuntimeType* Boolean_t97287965_0_0_0_var; extern const RuntimeType* Char_t3634460470_0_0_0_var; extern const RuntimeType* SByte_t1669577662_0_0_0_var; extern const RuntimeType* Byte_t1134296376_0_0_0_var; extern const RuntimeType* Int16_t2552820387_0_0_0_var; extern const RuntimeType* UInt16_t2177724958_0_0_0_var; extern const RuntimeType* UInt32_t2560061978_0_0_0_var; extern const RuntimeType* Int64_t3736567304_0_0_0_var; extern const RuntimeType* UInt64_t4134040092_0_0_0_var; extern const RuntimeType* Double_t594665363_0_0_0_var; extern const RuntimeType* Decimal_t2948259380_0_0_0_var; extern const RuntimeType* DateTime_t3738529785_0_0_0_var; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* DBNull_t3725197148_il2cpp_TypeInfo_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const uint32_t Convert__cctor_m2847208289_MetadataUsageId; extern const RuntimeMethod* Convert_FromBase64String_m3685135396_RuntimeMethod_var; extern const uint32_t Convert_FromBase64String_m3685135396_MetadataUsageId; extern const RuntimeMethod* Convert_ToBase64String_m3839334935_RuntimeMethod_var; extern String_t* _stringLiteral3370457935; extern const uint32_t Convert_ToBase64String_m3839334935_MetadataUsageId; extern RuntimeClass* ASCIIEncoding_t3446586211_il2cpp_TypeInfo_var; extern const RuntimeMethod* Convert_ToBase64String_m1959325926_RuntimeMethod_var; extern String_t* _stringLiteral4195418819; extern String_t* _stringLiteral2616087032; extern const uint32_t Convert_ToBase64String_m1959325926_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t Convert_ToBoolean_m2694598181_MetadataUsageId; extern const uint32_t Convert_ToBoolean_m3588715767_MetadataUsageId; extern const uint32_t Convert_ToBoolean_m2072772931_MetadataUsageId; extern RuntimeClass* IConvertible_t2977365677_il2cpp_TypeInfo_var; extern const uint32_t Convert_ToBoolean_m4120735400_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m143827699_RuntimeMethod_var; extern String_t* _stringLiteral2033665859; extern const uint32_t Convert_ToByte_m143827699_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m4214436835_RuntimeMethod_var; extern String_t* _stringLiteral3787107145; extern const uint32_t Convert_ToByte_m4214436835_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m3824130483_RuntimeMethod_var; extern String_t* _stringLiteral1094002144; extern const uint32_t Convert_ToByte_m3824130483_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m4146281512_RuntimeMethod_var; extern String_t* _stringLiteral2278533264; extern String_t* _stringLiteral1871323949; extern const uint32_t Convert_ToByte_m4146281512_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m1734770211_RuntimeMethod_var; extern const uint32_t Convert_ToByte_m1734770211_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m2122266396_RuntimeMethod_var; extern const uint32_t Convert_ToByte_m2122266396_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m1442000130_RuntimeMethod_var; extern String_t* _stringLiteral218462200; extern const uint32_t Convert_ToByte_m1442000130_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m1336644845_RuntimeMethod_var; extern const uint32_t Convert_ToByte_m1336644845_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m413983569_RuntimeMethod_var; extern const uint32_t Convert_ToByte_m413983569_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m1993550870_RuntimeMethod_var; extern const uint32_t Convert_ToByte_m1993550870_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m3567528984_RuntimeMethod_var; extern const uint32_t Convert_ToByte_m3567528984_MetadataUsageId; extern const RuntimeMethod* Convert_ToByte_m2375887898_RuntimeMethod_var; extern const uint32_t Convert_ToByte_m2375887898_MetadataUsageId; extern const uint32_t Convert_ToByte_m3527805587_MetadataUsageId; extern const RuntimeMethod* Convert_ToChar_m4189066566_RuntimeMethod_var; extern String_t* _stringLiteral3573694151; extern const uint32_t Convert_ToChar_m4189066566_MetadataUsageId; extern const RuntimeMethod* Convert_ToChar_m4210014069_RuntimeMethod_var; extern const uint32_t Convert_ToChar_m4210014069_MetadataUsageId; extern const RuntimeMethod* Convert_ToChar_m2522572389_RuntimeMethod_var; extern String_t* _stringLiteral3362215234; extern const uint32_t Convert_ToChar_m2522572389_MetadataUsageId; extern const RuntimeMethod* Convert_ToChar_m3776556379_RuntimeMethod_var; extern String_t* _stringLiteral1852120378; extern const uint32_t Convert_ToChar_m3776556379_MetadataUsageId; extern const RuntimeMethod* Convert_ToChar_m2261593104_RuntimeMethod_var; extern const uint32_t Convert_ToChar_m2261593104_MetadataUsageId; extern const uint32_t Convert_ToChar_m85718752_MetadataUsageId; extern const uint32_t Convert_ToChar_m1442101407_MetadataUsageId; extern const RuntimeMethod* Convert_ToChar_m2796006345_RuntimeMethod_var; extern String_t* _stringLiteral3036456040; extern const uint32_t Convert_ToChar_m2796006345_MetadataUsageId; extern const RuntimeMethod* Convert_ToChar_m1604365259_RuntimeMethod_var; extern const uint32_t Convert_ToChar_m1604365259_MetadataUsageId; extern const uint32_t Convert_ToChar_m3757390865_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t Convert_ToDateTime_m199555027_MetadataUsageId; extern const uint32_t Convert_ToDateTime_m3802186295_MetadataUsageId; extern const RuntimeMethod* Convert_ToDateTime_m626620011_RuntimeMethod_var; extern const uint32_t Convert_ToDateTime_m626620011_MetadataUsageId; extern const RuntimeMethod* Convert_ToDateTime_m228494645_RuntimeMethod_var; extern const uint32_t Convert_ToDateTime_m228494645_MetadataUsageId; extern const RuntimeMethod* Convert_ToDateTime_m2616935982_RuntimeMethod_var; extern const uint32_t Convert_ToDateTime_m2616935982_MetadataUsageId; extern const RuntimeMethod* Convert_ToDateTime_m1800003024_RuntimeMethod_var; extern const uint32_t Convert_ToDateTime_m1800003024_MetadataUsageId; extern const uint32_t Convert_ToDateTime_m1567637286_MetadataUsageId; extern const RuntimeMethod* Convert_ToDateTime_m296553984_RuntimeMethod_var; extern const uint32_t Convert_ToDateTime_m296553984_MetadataUsageId; extern const RuntimeMethod* Convert_ToDateTime_m649137482_RuntimeMethod_var; extern const uint32_t Convert_ToDateTime_m649137482_MetadataUsageId; extern const RuntimeMethod* Convert_ToDateTime_m1031474510_RuntimeMethod_var; extern const uint32_t Convert_ToDateTime_m1031474510_MetadataUsageId; extern const RuntimeMethod* Convert_ToDateTime_m3752463692_RuntimeMethod_var; extern const uint32_t Convert_ToDateTime_m3752463692_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m2233265097_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m3209124080_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m841368097_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m3508035522_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m1284148187_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m1284279264_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m996138310_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m1284410333_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m1233667008_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m889385228_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m1695757674_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m2858622624_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m92395068_MetadataUsageId; extern const uint32_t Convert_ToDecimal_m3815908452_MetadataUsageId; extern const uint32_t Convert_ToDouble_m1177445661_MetadataUsageId; extern const uint32_t Convert_ToDouble_m4025515304_MetadataUsageId; extern const uint32_t Convert_ToDouble_m4017511472_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt16_m3018161032_RuntimeMethod_var; extern String_t* _stringLiteral2917292804; extern const uint32_t Convert_ToInt16_m3018161032_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt16_m2763665794_RuntimeMethod_var; extern String_t* _stringLiteral3531382908; extern const uint32_t Convert_ToInt16_m2763665794_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt16_m2780199356_RuntimeMethod_var; extern const uint32_t Convert_ToInt16_m2780199356_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt16_m1336719169_RuntimeMethod_var; extern const uint32_t Convert_ToInt16_m1336719169_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt16_m4174308322_RuntimeMethod_var; extern const uint32_t Convert_ToInt16_m4174308322_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt16_m4174439391_RuntimeMethod_var; extern const uint32_t Convert_ToInt16_m4174439391_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt16_m3399744881_RuntimeMethod_var; extern String_t* _stringLiteral4278584889; extern const uint32_t Convert_ToInt16_m3399744881_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt16_m571189957_RuntimeMethod_var; extern const uint32_t Convert_ToInt16_m571189957_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt16_m1733792763_RuntimeMethod_var; extern const uint32_t Convert_ToInt16_m1733792763_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt16_m2896657713_RuntimeMethod_var; extern const uint32_t Convert_ToInt16_m2896657713_MetadataUsageId; extern const uint32_t Convert_ToInt16_m198393465_MetadataUsageId; extern const uint32_t Convert_ToInt16_m1223489986_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt32_m3048308591_RuntimeMethod_var; extern String_t* _stringLiteral3389715555; extern const uint32_t Convert_ToInt32_m3048308591_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt32_m2880498116_RuntimeMethod_var; extern const uint32_t Convert_ToInt32_m2880498116_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt32_m1613163543_RuntimeMethod_var; extern const uint32_t Convert_ToInt32_m1613163543_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt32_m1085875835_RuntimeMethod_var; extern const uint32_t Convert_ToInt32_m1085875835_MetadataUsageId; extern const uint32_t Convert_ToInt32_m391894676_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt32_m3956995719_RuntimeMethod_var; extern String_t* _stringLiteral1342583032; extern const uint32_t Convert_ToInt32_m3956995719_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt32_m825155517_RuntimeMethod_var; extern const uint32_t Convert_ToInt32_m825155517_MetadataUsageId; extern const uint32_t Convert_ToInt32_m2608095889_MetadataUsageId; extern const uint32_t Convert_ToInt32_m3211312035_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt64_m4082637156_RuntimeMethod_var; extern String_t* _stringLiteral3205301826; extern const uint32_t Convert_ToInt64_m4082637156_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt64_m3758262873_RuntimeMethod_var; extern const uint32_t Convert_ToInt64_m3758262873_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt64_m658295522_RuntimeMethod_var; extern const uint32_t Convert_ToInt64_m658295522_MetadataUsageId; extern const uint32_t Convert_ToInt64_m582681594_MetadataUsageId; extern const RuntimeMethod* Convert_ToInt64_m260173354_RuntimeMethod_var; extern String_t* _stringLiteral2667268558; extern const uint32_t Convert_ToInt64_m260173354_MetadataUsageId; extern const uint32_t Convert_ToInt64_m3240678588_MetadataUsageId; extern const uint32_t Convert_ToInt64_m2643251823_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m717245755_RuntimeMethod_var; extern String_t* _stringLiteral661645146; extern const uint32_t Convert_ToSByte_m717245755_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m1350241137_RuntimeMethod_var; extern const uint32_t Convert_ToSByte_m1350241137_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m2991657475_RuntimeMethod_var; extern String_t* _stringLiteral1770622501; extern const uint32_t Convert_ToSByte_m2991657475_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m3796870839_RuntimeMethod_var; extern const uint32_t Convert_ToSByte_m3796870839_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m3472794164_RuntimeMethod_var; extern String_t* _stringLiteral2856141936; extern const uint32_t Convert_ToSByte_m3472794164_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m2653418303_RuntimeMethod_var; extern const uint32_t Convert_ToSByte_m2653418303_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m2653811524_RuntimeMethod_var; extern const uint32_t Convert_ToSByte_m2653811524_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m2653680449_RuntimeMethod_var; extern const uint32_t Convert_ToSByte_m2653680449_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m4075629912_RuntimeMethod_var; extern const uint32_t Convert_ToSByte_m4075629912_MetadataUsageId; extern const uint32_t Convert_ToSByte_m2929426021_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m2486156346_RuntimeMethod_var; extern const uint32_t Convert_ToSByte_m2486156346_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m1679390684_RuntimeMethod_var; extern const uint32_t Convert_ToSByte_m1679390684_MetadataUsageId; extern const RuntimeMethod* Convert_ToSByte_m516918950_RuntimeMethod_var; extern const uint32_t Convert_ToSByte_m516918950_MetadataUsageId; extern const uint32_t Convert_ToSByte_m4061885981_MetadataUsageId; extern const uint32_t Convert_ToSingle_m1389817074_MetadataUsageId; extern const uint32_t Convert_ToSingle_m770958689_MetadataUsageId; extern const uint32_t Convert_ToSingle_m3605848385_MetadataUsageId; extern const uint32_t Convert_ToString_m2219349533_MetadataUsageId; extern const uint32_t Convert_ToString_m1854379141_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt16_m867476252_RuntimeMethod_var; extern String_t* _stringLiteral588587340; extern const uint32_t Convert_ToUInt16_m867476252_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt16_m3523269149_RuntimeMethod_var; extern const uint32_t Convert_ToUInt16_m3523269149_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt16_m2185524030_RuntimeMethod_var; extern const uint32_t Convert_ToUInt16_m2185524030_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt16_m3515425647_RuntimeMethod_var; extern const uint32_t Convert_ToUInt16_m3515425647_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt16_m3902921832_RuntimeMethod_var; extern const uint32_t Convert_ToUInt16_m3902921832_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt16_m3736443170_RuntimeMethod_var; extern String_t* _stringLiteral2375818832; extern const uint32_t Convert_ToUInt16_m3736443170_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt16_m1147931813_RuntimeMethod_var; extern const uint32_t Convert_ToUInt16_m1147931813_MetadataUsageId; extern const uint32_t Convert_ToUInt16_m1964846188_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt16_m1480956416_RuntimeMethod_var; extern String_t* _stringLiteral3910897868; extern const uint32_t Convert_ToUInt16_m1480956416_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt16_m2672597498_RuntimeMethod_var; extern const uint32_t Convert_ToUInt16_m2672597498_MetadataUsageId; extern const uint32_t Convert_ToUInt16_m4211508274_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt32_m3622072499_RuntimeMethod_var; extern String_t* _stringLiteral894538182; extern const uint32_t Convert_ToUInt32_m3622072499_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt32_m1453583008_RuntimeMethod_var; extern const uint32_t Convert_ToUInt32_m1453583008_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt32_m2045194461_RuntimeMethod_var; extern const uint32_t Convert_ToUInt32_m2045194461_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt32_m2215525276_RuntimeMethod_var; extern String_t* _stringLiteral2580672812; extern const uint32_t Convert_ToUInt32_m2215525276_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt32_m2194577773_RuntimeMethod_var; extern const uint32_t Convert_ToUInt32_m2194577773_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt32_m3592050311_RuntimeMethod_var; extern const uint32_t Convert_ToUInt32_m3592050311_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt32_m4142998738_RuntimeMethod_var; extern const uint32_t Convert_ToUInt32_m4142998738_MetadataUsageId; extern const uint32_t Convert_ToUInt32_m4185155480_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt32_m1767593911_RuntimeMethod_var; extern String_t* _stringLiteral3367608834; extern const uint32_t Convert_ToUInt32_m1767593911_MetadataUsageId; extern const uint32_t Convert_ToUInt32_m668801151_MetadataUsageId; extern const uint32_t Convert_ToUInt32_m2061619287_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt64_m92315402_RuntimeMethod_var; extern String_t* _stringLiteral2015603325; extern const uint32_t Convert_ToUInt64_m92315402_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt64_m1433697267_RuntimeMethod_var; extern const uint32_t Convert_ToUInt64_m1433697267_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt64_m1627266664_RuntimeMethod_var; extern const uint32_t Convert_ToUInt64_m1627266664_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt64_m786726853_RuntimeMethod_var; extern String_t* _stringLiteral2977630634; extern const uint32_t Convert_ToUInt64_m786726853_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt64_m409548990_RuntimeMethod_var; extern const uint32_t Convert_ToUInt64_m409548990_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt64_m473526756_RuntimeMethod_var; extern const uint32_t Convert_ToUInt64_m473526756_MetadataUsageId; extern const RuntimeMethod* Convert_ToUInt64_m388601487_RuntimeMethod_var; extern const uint32_t Convert_ToUInt64_m388601487_MetadataUsageId; extern const uint32_t Convert_ToUInt64_m3589951548_MetadataUsageId; extern const uint32_t Convert_ToUInt64_m1841050714_MetadataUsageId; extern const uint32_t Convert_ToUInt64_m3170916409_MetadataUsageId; extern const RuntimeMethod* Convert_ChangeType_m739676612_RuntimeMethod_var; extern String_t* _stringLiteral1255815265; extern const uint32_t Convert_ChangeType_m739676612_MetadataUsageId; extern const RuntimeMethod* Convert_ChangeType_m827193029_RuntimeMethod_var; extern const uint32_t Convert_ChangeType_m827193029_MetadataUsageId; extern const RuntimeMethod* Convert_ConvertFromBase_m4253311449_RuntimeMethod_var; extern String_t* _stringLiteral1559588801; extern String_t* _stringLiteral3452614531; extern String_t* _stringLiteral2517193105; extern String_t* _stringLiteral1223480157; extern String_t* _stringLiteral609558521; extern String_t* _stringLiteral3242678743; extern const uint32_t Convert_ConvertFromBase_m4253311449_MetadataUsageId; extern const RuntimeMethod* Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var; extern const uint32_t Convert_ConvertFromBase64_m1538005328_MetadataUsageId; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const RuntimeMethod* Convert_ToType_m2406080310_RuntimeMethod_var; extern String_t* _stringLiteral3495165633; extern String_t* _stringLiteral2617833356; extern String_t* _stringLiteral2368423739; extern String_t* _stringLiteral559265016; extern String_t* _stringLiteral684852591; extern const uint32_t Convert_ToType_m2406080310_MetadataUsageId; extern RuntimeClass* StringComparer_t3301955079_il2cpp_TypeInfo_var; extern const uint32_t CultureAwareComparer__ctor_m3981913244_MetadataUsageId; extern const RuntimeMethod* CultureAwareComparer_GetHashCode_m1902485640_RuntimeMethod_var; extern const uint32_t CultureAwareComparer_GetHashCode_m1902485640_MetadataUsageId; extern RuntimeClass* TimeZone_t2038656743_il2cpp_TypeInfo_var; extern const uint32_t CurrentSystemTimeZone__ctor_m4046394832_MetadataUsageId; extern const RuntimeMethod* CurrentSystemTimeZone__ctor_m4224169966_RuntimeMethod_var; extern String_t* _stringLiteral4114170796; extern const uint32_t CurrentSystemTimeZone__ctor_m4224169966_MetadataUsageId; extern RuntimeClass* CurrentSystemTimeZone_t3998352255_il2cpp_TypeInfo_var; extern RuntimeClass* DaylightTime_t2582425773_il2cpp_TypeInfo_var; extern const RuntimeMethod* CurrentSystemTimeZone_GetDaylightChanges_m2394763749_RuntimeMethod_var; extern String_t* _stringLiteral3872780028; extern String_t* _stringLiteral3969500422; extern String_t* _stringLiteral1446264756; extern const uint32_t CurrentSystemTimeZone_GetDaylightChanges_m2394763749_MetadataUsageId; extern const RuntimeMethod* CurrentSystemTimeZone_OnDeserialization_m3711380055_RuntimeMethod_var; extern const uint32_t CurrentSystemTimeZone_OnDeserialization_m3711380055_MetadataUsageId; extern const uint32_t CurrentSystemTimeZone_GetDaylightTimeFromData_m2196414210_MetadataUsageId; extern const RuntimeMethod* DateTime__ctor_m516789325_RuntimeMethod_var; extern String_t* _stringLiteral2071066067; extern String_t* _stringLiteral4286223022; extern const uint32_t DateTime__ctor_m516789325_MetadataUsageId; extern const RuntimeMethod* DateTime__ctor_m2030998145_RuntimeMethod_var; extern String_t* _stringLiteral4205478629; extern const uint32_t DateTime__ctor_m2030998145_MetadataUsageId; extern const RuntimeMethod* DateTime__ctor_m2135476686_RuntimeMethod_var; extern const uint32_t DateTime__ctor_m2135476686_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D27_19_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D28_20_FieldInfo_var; extern String_t* _stringLiteral3812554410; extern String_t* _stringLiteral650697639; extern String_t* _stringLiteral1398209066; extern String_t* _stringLiteral3271011544; extern String_t* _stringLiteral2444352104; extern String_t* _stringLiteral1791744625; extern String_t* _stringLiteral1340939425; extern String_t* _stringLiteral2370831150; extern String_t* _stringLiteral2776337358; extern String_t* _stringLiteral1487999300; extern String_t* _stringLiteral3948889752; extern String_t* _stringLiteral3044097118; extern String_t* _stringLiteral2947336664; extern String_t* _stringLiteral2245027491; extern String_t* _stringLiteral3591290029; extern String_t* _stringLiteral2523574472; extern String_t* _stringLiteral1207130773; extern String_t* _stringLiteral2403840965; extern String_t* _stringLiteral981461091; extern String_t* _stringLiteral3120091763; extern String_t* _stringLiteral2411729195; extern String_t* _stringLiteral1818253464; extern String_t* _stringLiteral1413877174; extern String_t* _stringLiteral2288846099; extern String_t* _stringLiteral671523304; extern String_t* _stringLiteral3583684738; extern String_t* _stringLiteral2216260826; extern String_t* _stringLiteral2618162500; extern String_t* _stringLiteral1560724100; extern String_t* _stringLiteral3340749518; extern String_t* _stringLiteral994061267; extern String_t* _stringLiteral680740961; extern String_t* _stringLiteral4089077359; extern String_t* _stringLiteral2117026673; extern String_t* _stringLiteral871712353; extern String_t* _stringLiteral661602726; extern String_t* _stringLiteral2238998273; extern String_t* _stringLiteral664945062; extern String_t* _stringLiteral3613279915; extern const uint32_t DateTime__cctor_m1880035693_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToBoolean_m3229932458_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToBoolean_m3229932458_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToByte_m3025810066_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToByte_m3025810066_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToChar_m197318076_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToChar_m197318076_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToDecimal_m1044850612_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToDecimal_m1044850612_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToDouble_m2116720007_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToDouble_m2116720007_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToInt16_m3239820399_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToInt16_m3239820399_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToInt32_m340560789_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToInt32_m340560789_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToInt64_m850544508_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToInt64_m850544508_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToSByte_m4130251280_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToSByte_m4130251280_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToSingle_m2193708681_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToSingle_m2193708681_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToType_m1242864300_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToType_m1242864300_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToUInt16_m4182197229_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToUInt16_m4182197229_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToUInt32_m3781235049_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToUInt32_m3781235049_MetadataUsageId; extern const RuntimeMethod* DateTime_System_IConvertible_ToUInt64_m2275741153_RuntimeMethod_var; extern const uint32_t DateTime_System_IConvertible_ToUInt64_m2275741153_MetadataUsageId; extern const uint32_t DateTime_AbsoluteDays_m4235097773_MetadataUsageId; extern const uint32_t DateTime_FromTicks_m4059645178_MetadataUsageId; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern const uint32_t DateTime_get_Now_m1277138875_MetadataUsageId; extern const uint32_t DateTime_get_Today_m2788644320_MetadataUsageId; extern const uint32_t DateTime_get_UtcNow_m1393945741_MetadataUsageId; extern const RuntimeMethod* DateTime_AddTicks_m3396580426_RuntimeMethod_var; extern const uint32_t DateTime_AddTicks_m3396580426_MetadataUsageId; extern const RuntimeMethod* DateTime_AddMilliseconds_m3713972790_RuntimeMethod_var; extern const uint32_t DateTime_AddMilliseconds_m3713972790_MetadataUsageId; extern const uint32_t DateTime_Compare_m2855073242_MetadataUsageId; extern const RuntimeMethod* DateTime_CompareTo_m3687348273_RuntimeMethod_var; extern String_t* _stringLiteral2283438069; extern const uint32_t DateTime_CompareTo_m3687348273_MetadataUsageId; extern const uint32_t DateTime_CompareTo_m3889078633_MetadataUsageId; extern const uint32_t DateTime_Equals_m4001498422_MetadataUsageId; extern const RuntimeMethod* DateTime_DaysInMonth_m2587936260_RuntimeMethod_var; extern const uint32_t DateTime_DaysInMonth_m2587936260_MetadataUsageId; extern const uint32_t DateTime_Equals_m611432332_MetadataUsageId; extern const RuntimeMethod* DateTime_FromFileTime_m47770515_RuntimeMethod_var; extern String_t* _stringLiteral1970444927; extern String_t* _stringLiteral3073595182; extern const uint32_t DateTime_FromFileTime_m47770515_MetadataUsageId; extern const RuntimeMethod* DateTime_CheckDateTimeKind_m456577410_RuntimeMethod_var; extern String_t* _stringLiteral4301633; extern String_t* _stringLiteral835817753; extern const uint32_t DateTime_CheckDateTimeKind_m456577410_MetadataUsageId; extern const RuntimeMethod* DateTime_IsLeapYear_m1852497299_RuntimeMethod_var; extern const uint32_t DateTime_IsLeapYear_m1852497299_MetadataUsageId; extern const uint32_t DateTime_Parse_m2550724587_MetadataUsageId; extern const uint32_t DateTime_Parse_m3729096069_MetadataUsageId; extern const RuntimeMethod* DateTime_Parse_m1070804416_RuntimeMethod_var; extern const uint32_t DateTime_Parse_m1070804416_MetadataUsageId; extern RuntimeClass* DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1921144611; extern String_t* _stringLiteral630689056; extern const uint32_t DateTime_CoreParse_m428043272_MetadataUsageId; extern const uint32_t DateTime_ParseExact_m3543736043_MetadataUsageId; extern String_t* _stringLiteral1909548866; extern String_t* _stringLiteral1147193673; extern String_t* _stringLiteral2010862155; extern const uint32_t DateTime_YearMonthDayFormats_m827415370_MetadataUsageId; extern const uint32_t DateTime__ParseNumber_m1240316250_MetadataUsageId; extern const uint32_t DateTime__ParseEnum_m253019513_MetadataUsageId; extern const uint32_t DateTime__ParseString_m2913931606_MetadataUsageId; extern const uint32_t DateTime__ParseAmPm_m3478436123_MetadataUsageId; extern String_t* _stringLiteral3452614550; extern const uint32_t DateTime__ParseTimeSeparator_m2659275695_MetadataUsageId; extern const uint32_t DateTime__ParseDateSeparator_m1803046501_MetadataUsageId; extern const uint32_t DateTime_IsLetter_m156019844_MetadataUsageId; extern String_t* _stringLiteral1130917823; extern const uint32_t DateTime__DoParse_m552486664_MetadataUsageId; extern const RuntimeMethod* DateTime_ParseExact_m2711902273_RuntimeMethod_var; extern String_t* _stringLiteral446157247; extern const uint32_t DateTime_ParseExact_m2711902273_MetadataUsageId; extern const RuntimeMethod* DateTime_ParseExact_m1132380469_RuntimeMethod_var; extern String_t* _stringLiteral2935598894; extern String_t* _stringLiteral3935794509; extern const uint32_t DateTime_ParseExact_m1132380469_MetadataUsageId; extern const RuntimeMethod* DateTime_CheckStyle_m1392838900_RuntimeMethod_var; extern String_t* _stringLiteral199312060; extern String_t* _stringLiteral4021861061; extern String_t* _stringLiteral3901562946; extern const uint32_t DateTime_CheckStyle_m1392838900_MetadataUsageId; extern String_t* _stringLiteral2333226155; extern const uint32_t DateTime_ParseExact_m317338046_MetadataUsageId; extern const uint32_t DateTime_Subtract_m3522513701_MetadataUsageId; extern const RuntimeMethod* DateTime_ToFileTime_m215920971_RuntimeMethod_var; extern String_t* _stringLiteral1019336748; extern const uint32_t DateTime_ToFileTime_m215920971_MetadataUsageId; extern String_t* _stringLiteral3452614617; extern const uint32_t DateTime_ToString_m884486936_MetadataUsageId; extern const RuntimeMethod* DateTime_ToString_m2992030064_RuntimeMethod_var; extern String_t* _stringLiteral3466932863; extern const uint32_t DateTime_ToString_m2992030064_MetadataUsageId; extern const uint32_t DateTime_ToLocalTime_m3134475597_MetadataUsageId; extern const uint32_t DateTime_ToUniversalTime_m1945318289_MetadataUsageId; extern const uint32_t DateTime_op_Addition_m1857121695_MetadataUsageId; extern const uint32_t DateTime_op_Equality_m1022058599_MetadataUsageId; extern const uint32_t DateTime_op_GreaterThan_m3768590082_MetadataUsageId; extern const uint32_t DateTime_op_GreaterThanOrEqual_m674703316_MetadataUsageId; extern const uint32_t DateTime_op_Inequality_m1382517918_MetadataUsageId; extern const uint32_t DateTime_op_LessThan_m2497205152_MetadataUsageId; extern const uint32_t DateTime_op_LessThanOrEqual_m2360948759_MetadataUsageId; extern const uint32_t DateTime_op_Subtraction_m3579235380_MetadataUsageId; extern const uint32_t DateTime_op_Subtraction_m529926081_MetadataUsageId; struct ByteU5BU5D_t4116647657; struct CharU5BU5D_t3528271667; struct ObjectU5BU5D_t2843939325; struct Int32U5BU5D_t385246372; struct BooleanU5BU5D_t2897418192; struct SlotU5BU5D_t2994659099; struct SlotU5BU5D_t227397015; struct DelegateU5BU5D_t1703627840; struct TypeU5BU5D_t3940880105; struct Int64U5BU5D_t2559172825; struct StringU5BU5D_t1281789340; #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 HASHKEYS_T1568156503_H #define HASHKEYS_T1568156503_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503 : public RuntimeObject { public: // System.Collections.Hashtable System.Collections.Hashtable/HashKeys::host Hashtable_t1853889766 * ___host_0; public: inline static int32_t get_offset_of_host_0() { return static_cast(offsetof(HashKeys_t1568156503, ___host_0)); } inline Hashtable_t1853889766 * get_host_0() const { return ___host_0; } inline Hashtable_t1853889766 ** get_address_of_host_0() { return &___host_0; } inline void set_host_0(Hashtable_t1853889766 * value) { ___host_0 = value; Il2CppCodeGenWriteBarrier((&___host_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHKEYS_T1568156503_H #ifndef HASHVALUES_T618387445_H #define HASHVALUES_T618387445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable/HashValues struct HashValues_t618387445 : public RuntimeObject { public: // System.Collections.Hashtable System.Collections.Hashtable/HashValues::host Hashtable_t1853889766 * ___host_0; public: inline static int32_t get_offset_of_host_0() { return static_cast(offsetof(HashValues_t618387445, ___host_0)); } inline Hashtable_t1853889766 * get_host_0() const { return ___host_0; } inline Hashtable_t1853889766 ** get_address_of_host_0() { return &___host_0; } inline void set_host_0(Hashtable_t1853889766 * value) { ___host_0 = value; Il2CppCodeGenWriteBarrier((&___host_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHVALUES_T618387445_H #ifndef KEYMARKER_T2496412495_H #define KEYMARKER_T2496412495_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable/KeyMarker struct KeyMarker_t2496412495 : public RuntimeObject { public: public: }; struct KeyMarker_t2496412495_StaticFields { public: // System.Collections.Hashtable/KeyMarker System.Collections.Hashtable/KeyMarker::Removed KeyMarker_t2496412495 * ___Removed_0; public: inline static int32_t get_offset_of_Removed_0() { return static_cast(offsetof(KeyMarker_t2496412495_StaticFields, ___Removed_0)); } inline KeyMarker_t2496412495 * get_Removed_0() const { return ___Removed_0; } inline KeyMarker_t2496412495 ** get_address_of_Removed_0() { return &___Removed_0; } inline void set_Removed_0(KeyMarker_t2496412495 * value) { ___Removed_0 = value; Il2CppCodeGenWriteBarrier((&___Removed_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYMARKER_T2496412495_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 QUEUE_T3637523393_H #define QUEUE_T3637523393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Queue struct Queue_t3637523393 : public RuntimeObject { public: // System.Object[] System.Collections.Queue::_array ObjectU5BU5D_t2843939325* ____array_0; // System.Int32 System.Collections.Queue::_head int32_t ____head_1; // System.Int32 System.Collections.Queue::_size int32_t ____size_2; // System.Int32 System.Collections.Queue::_tail int32_t ____tail_3; // System.Int32 System.Collections.Queue::_growFactor int32_t ____growFactor_4; // System.Int32 System.Collections.Queue::_version int32_t ____version_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_t3637523393, ____array_0)); } inline ObjectU5BU5D_t2843939325* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_t2843939325** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_t2843939325* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_t3637523393, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Queue_t3637523393, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__tail_3() { return static_cast(offsetof(Queue_t3637523393, ____tail_3)); } inline int32_t get__tail_3() const { return ____tail_3; } inline int32_t* get_address_of__tail_3() { return &____tail_3; } inline void set__tail_3(int32_t value) { ____tail_3 = value; } inline static int32_t get_offset_of__growFactor_4() { return static_cast(offsetof(Queue_t3637523393, ____growFactor_4)); } inline int32_t get__growFactor_4() const { return ____growFactor_4; } inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; } inline void set__growFactor_4(int32_t value) { ____growFactor_4 = value; } inline static int32_t get_offset_of__version_5() { return static_cast(offsetof(Queue_t3637523393, ____version_5)); } inline int32_t get__version_5() const { return ____version_5; } inline int32_t* get_address_of__version_5() { return &____version_5; } inline void set__version_5(int32_t value) { ____version_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUEUE_T3637523393_H #ifndef QUEUEENUMERATOR_T4140714244_H #define QUEUEENUMERATOR_T4140714244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Queue/QueueEnumerator struct QueueEnumerator_t4140714244 : public RuntimeObject { public: // System.Collections.Queue System.Collections.Queue/QueueEnumerator::queue Queue_t3637523393 * ___queue_0; // System.Int32 System.Collections.Queue/QueueEnumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Queue/QueueEnumerator::current int32_t ___current_2; public: inline static int32_t get_offset_of_queue_0() { return static_cast(offsetof(QueueEnumerator_t4140714244, ___queue_0)); } inline Queue_t3637523393 * get_queue_0() const { return ___queue_0; } inline Queue_t3637523393 ** get_address_of_queue_0() { return &___queue_0; } inline void set_queue_0(Queue_t3637523393 * value) { ___queue_0 = value; Il2CppCodeGenWriteBarrier((&___queue_0), value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(QueueEnumerator_t4140714244, ____version_1)); } inline int32_t get__version_1() const { return ____version_1; } inline int32_t* get_address_of__version_1() { return &____version_1; } inline void set__version_1(int32_t value) { ____version_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(QueueEnumerator_t4140714244, ___current_2)); } inline int32_t get_current_2() const { return ___current_2; } inline int32_t* get_address_of_current_2() { return &___current_2; } inline void set_current_2(int32_t value) { ___current_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUEUEENUMERATOR_T4140714244_H #ifndef READONLYCOLLECTIONBASE_T1836743899_H #define READONLYCOLLECTIONBASE_T1836743899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_t1836743899 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollectionBase_t1836743899, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYCOLLECTIONBASE_T1836743899_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 SIMPLEENUMERATOR_T4287166116_H #define SIMPLEENUMERATOR_T4287166116_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList/SimpleEnumerator struct SimpleEnumerator_t4287166116 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.ArrayList/SimpleEnumerator::list ArrayList_t2718874744 * ___list_0; // System.Int32 System.Collections.ArrayList/SimpleEnumerator::index int32_t ___index_1; // System.Int32 System.Collections.ArrayList/SimpleEnumerator::version int32_t ___version_2; // System.Object System.Collections.ArrayList/SimpleEnumerator::currentElement RuntimeObject * ___currentElement_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(SimpleEnumerator_t4287166116, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(SimpleEnumerator_t4287166116, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(SimpleEnumerator_t4287166116, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentElement_3() { return static_cast(offsetof(SimpleEnumerator_t4287166116, ___currentElement_3)); } inline RuntimeObject * get_currentElement_3() const { return ___currentElement_3; } inline RuntimeObject ** get_address_of_currentElement_3() { return &___currentElement_3; } inline void set_currentElement_3(RuntimeObject * value) { ___currentElement_3 = value; Il2CppCodeGenWriteBarrier((&___currentElement_3), value); } }; struct SimpleEnumerator_t4287166116_StaticFields { public: // System.Object System.Collections.ArrayList/SimpleEnumerator::endFlag RuntimeObject * ___endFlag_4; public: inline static int32_t get_offset_of_endFlag_4() { return static_cast(offsetof(SimpleEnumerator_t4287166116_StaticFields, ___endFlag_4)); } inline RuntimeObject * get_endFlag_4() const { return ___endFlag_4; } inline RuntimeObject ** get_address_of_endFlag_4() { return &___endFlag_4; } inline void set_endFlag_4(RuntimeObject * value) { ___endFlag_4 = value; Il2CppCodeGenWriteBarrier((&___endFlag_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLEENUMERATOR_T4287166116_H #ifndef BITARRAY_T4087883509_H #define BITARRAY_T4087883509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.BitArray struct BitArray_t4087883509 : public RuntimeObject { public: // System.Int32[] System.Collections.BitArray::m_array Int32U5BU5D_t385246372* ___m_array_0; // System.Int32 System.Collections.BitArray::m_length int32_t ___m_length_1; // System.Int32 System.Collections.BitArray::_version int32_t ____version_2; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(BitArray_t4087883509, ___m_array_0)); } inline Int32U5BU5D_t385246372* get_m_array_0() const { return ___m_array_0; } inline Int32U5BU5D_t385246372** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(Int32U5BU5D_t385246372* value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((&___m_array_0), value); } inline static int32_t get_offset_of_m_length_1() { return static_cast(offsetof(BitArray_t4087883509, ___m_length_1)); } inline int32_t get_m_length_1() const { return ___m_length_1; } inline int32_t* get_address_of_m_length_1() { return &___m_length_1; } inline void set_m_length_1(int32_t value) { ___m_length_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(BitArray_t4087883509, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BITARRAY_T4087883509_H #ifndef BITARRAYENUMERATOR_T893496218_H #define BITARRAYENUMERATOR_T893496218_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.BitArray/BitArrayEnumerator struct BitArrayEnumerator_t893496218 : public RuntimeObject { public: // System.Collections.BitArray System.Collections.BitArray/BitArrayEnumerator::_bitArray BitArray_t4087883509 * ____bitArray_0; // System.Boolean System.Collections.BitArray/BitArrayEnumerator::_current bool ____current_1; // System.Int32 System.Collections.BitArray/BitArrayEnumerator::_index int32_t ____index_2; // System.Int32 System.Collections.BitArray/BitArrayEnumerator::_version int32_t ____version_3; public: inline static int32_t get_offset_of__bitArray_0() { return static_cast(offsetof(BitArrayEnumerator_t893496218, ____bitArray_0)); } inline BitArray_t4087883509 * get__bitArray_0() const { return ____bitArray_0; } inline BitArray_t4087883509 ** get_address_of__bitArray_0() { return &____bitArray_0; } inline void set__bitArray_0(BitArray_t4087883509 * value) { ____bitArray_0 = value; Il2CppCodeGenWriteBarrier((&____bitArray_0), value); } inline static int32_t get_offset_of__current_1() { return static_cast(offsetof(BitArrayEnumerator_t893496218, ____current_1)); } inline bool get__current_1() const { return ____current_1; } inline bool* get_address_of__current_1() { return &____current_1; } inline void set__current_1(bool value) { ____current_1 = value; } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(BitArrayEnumerator_t893496218, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(BitArrayEnumerator_t893496218, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BITARRAYENUMERATOR_T893496218_H #ifndef CASEINSENSITIVECOMPARER_T3670035800_H #define CASEINSENSITIVECOMPARER_T3670035800_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t3670035800 : public RuntimeObject { public: // System.Globalization.CultureInfo System.Collections.CaseInsensitiveComparer::culture CultureInfo_t4157843068 * ___culture_2; public: inline static int32_t get_offset_of_culture_2() { return static_cast(offsetof(CaseInsensitiveComparer_t3670035800, ___culture_2)); } inline CultureInfo_t4157843068 * get_culture_2() const { return ___culture_2; } inline CultureInfo_t4157843068 ** get_address_of_culture_2() { return &___culture_2; } inline void set_culture_2(CultureInfo_t4157843068 * value) { ___culture_2 = value; Il2CppCodeGenWriteBarrier((&___culture_2), value); } }; struct CaseInsensitiveComparer_t3670035800_StaticFields { public: // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::defaultComparer CaseInsensitiveComparer_t3670035800 * ___defaultComparer_0; // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::defaultInvariantComparer CaseInsensitiveComparer_t3670035800 * ___defaultInvariantComparer_1; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(CaseInsensitiveComparer_t3670035800_StaticFields, ___defaultComparer_0)); } inline CaseInsensitiveComparer_t3670035800 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline CaseInsensitiveComparer_t3670035800 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(CaseInsensitiveComparer_t3670035800 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((&___defaultComparer_0), value); } inline static int32_t get_offset_of_defaultInvariantComparer_1() { return static_cast(offsetof(CaseInsensitiveComparer_t3670035800_StaticFields, ___defaultInvariantComparer_1)); } inline CaseInsensitiveComparer_t3670035800 * get_defaultInvariantComparer_1() const { return ___defaultInvariantComparer_1; } inline CaseInsensitiveComparer_t3670035800 ** get_address_of_defaultInvariantComparer_1() { return &___defaultInvariantComparer_1; } inline void set_defaultInvariantComparer_1(CaseInsensitiveComparer_t3670035800 * value) { ___defaultInvariantComparer_1 = value; Il2CppCodeGenWriteBarrier((&___defaultInvariantComparer_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASEINSENSITIVECOMPARER_T3670035800_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 COMPARER_T1912461351_H #define COMPARER_T1912461351_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Comparer struct Comparer_t1912461351 : public RuntimeObject { public: // System.Globalization.CompareInfo System.Collections.Comparer::m_compareInfo CompareInfo_t1092934962 * ___m_compareInfo_2; public: inline static int32_t get_offset_of_m_compareInfo_2() { return static_cast(offsetof(Comparer_t1912461351, ___m_compareInfo_2)); } inline CompareInfo_t1092934962 * get_m_compareInfo_2() const { return ___m_compareInfo_2; } inline CompareInfo_t1092934962 ** get_address_of_m_compareInfo_2() { return &___m_compareInfo_2; } inline void set_m_compareInfo_2(CompareInfo_t1092934962 * value) { ___m_compareInfo_2 = value; Il2CppCodeGenWriteBarrier((&___m_compareInfo_2), value); } }; struct Comparer_t1912461351_StaticFields { public: // System.Collections.Comparer System.Collections.Comparer::Default Comparer_t1912461351 * ___Default_0; // System.Collections.Comparer System.Collections.Comparer::DefaultInvariant Comparer_t1912461351 * ___DefaultInvariant_1; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(Comparer_t1912461351_StaticFields, ___Default_0)); } inline Comparer_t1912461351 * get_Default_0() const { return ___Default_0; } inline Comparer_t1912461351 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(Comparer_t1912461351 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((&___Default_0), value); } inline static int32_t get_offset_of_DefaultInvariant_1() { return static_cast(offsetof(Comparer_t1912461351_StaticFields, ___DefaultInvariant_1)); } inline Comparer_t1912461351 * get_DefaultInvariant_1() const { return ___DefaultInvariant_1; } inline Comparer_t1912461351 ** get_address_of_DefaultInvariant_1() { return &___DefaultInvariant_1; } inline void set_DefaultInvariant_1(Comparer_t1912461351 * value) { ___DefaultInvariant_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultInvariant_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_T1912461351_H #ifndef CASEINSENSITIVEHASHCODEPROVIDER_T1962629119_H #define CASEINSENSITIVEHASHCODEPROVIDER_T1962629119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_t1962629119 : public RuntimeObject { public: // System.Globalization.TextInfo System.Collections.CaseInsensitiveHashCodeProvider::m_text TextInfo_t3810425522 * ___m_text_3; public: inline static int32_t get_offset_of_m_text_3() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119, ___m_text_3)); } inline TextInfo_t3810425522 * get_m_text_3() const { return ___m_text_3; } inline TextInfo_t3810425522 ** get_address_of_m_text_3() { return &___m_text_3; } inline void set_m_text_3(TextInfo_t3810425522 * value) { ___m_text_3 = value; Il2CppCodeGenWriteBarrier((&___m_text_3), value); } }; struct CaseInsensitiveHashCodeProvider_t1962629119_StaticFields { public: // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::singletonInvariant CaseInsensitiveHashCodeProvider_t1962629119 * ___singletonInvariant_0; // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::singleton CaseInsensitiveHashCodeProvider_t1962629119 * ___singleton_1; // System.Object System.Collections.CaseInsensitiveHashCodeProvider::sync RuntimeObject * ___sync_2; public: inline static int32_t get_offset_of_singletonInvariant_0() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119_StaticFields, ___singletonInvariant_0)); } inline CaseInsensitiveHashCodeProvider_t1962629119 * get_singletonInvariant_0() const { return ___singletonInvariant_0; } inline CaseInsensitiveHashCodeProvider_t1962629119 ** get_address_of_singletonInvariant_0() { return &___singletonInvariant_0; } inline void set_singletonInvariant_0(CaseInsensitiveHashCodeProvider_t1962629119 * value) { ___singletonInvariant_0 = value; Il2CppCodeGenWriteBarrier((&___singletonInvariant_0), value); } inline static int32_t get_offset_of_singleton_1() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119_StaticFields, ___singleton_1)); } inline CaseInsensitiveHashCodeProvider_t1962629119 * get_singleton_1() const { return ___singleton_1; } inline CaseInsensitiveHashCodeProvider_t1962629119 ** get_address_of_singleton_1() { return &___singleton_1; } inline void set_singleton_1(CaseInsensitiveHashCodeProvider_t1962629119 * value) { ___singleton_1 = value; Il2CppCodeGenWriteBarrier((&___singleton_1), value); } inline static int32_t get_offset_of_sync_2() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119_StaticFields, ___sync_2)); } inline RuntimeObject * get_sync_2() const { return ___sync_2; } inline RuntimeObject ** get_address_of_sync_2() { return &___sync_2; } inline void set_sync_2(RuntimeObject * value) { ___sync_2 = value; Il2CppCodeGenWriteBarrier((&___sync_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASEINSENSITIVEHASHCODEPROVIDER_T1962629119_H #ifndef COLLECTIONBASE_T2727926298_H #define COLLECTIONBASE_T2727926298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionBase struct CollectionBase_t2727926298 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_t2727926298, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONBASE_T2727926298_H #ifndef COLLECTIONDEBUGGERVIEW_T390662535_H #define COLLECTIONDEBUGGERVIEW_T390662535_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionDebuggerView struct CollectionDebuggerView_t390662535 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONDEBUGGERVIEW_T390662535_H #ifndef SORTEDLIST_T2427694641_H #define SORTEDLIST_T2427694641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.SortedList struct SortedList_t2427694641 : public RuntimeObject { public: // System.Int32 System.Collections.SortedList::inUse int32_t ___inUse_1; // System.Int32 System.Collections.SortedList::modificationCount int32_t ___modificationCount_2; // System.Collections.SortedList/Slot[] System.Collections.SortedList::table SlotU5BU5D_t227397015* ___table_3; // System.Collections.IComparer System.Collections.SortedList::comparer RuntimeObject* ___comparer_4; // System.Int32 System.Collections.SortedList::defaultCapacity int32_t ___defaultCapacity_5; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(SortedList_t2427694641, ___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(SortedList_t2427694641, ___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_table_3() { return static_cast(offsetof(SortedList_t2427694641, ___table_3)); } inline SlotU5BU5D_t227397015* get_table_3() const { return ___table_3; } inline SlotU5BU5D_t227397015** get_address_of_table_3() { return &___table_3; } inline void set_table_3(SlotU5BU5D_t227397015* value) { ___table_3 = value; Il2CppCodeGenWriteBarrier((&___table_3), value); } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_t2427694641, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((&___comparer_4), value); } inline static int32_t get_offset_of_defaultCapacity_5() { return static_cast(offsetof(SortedList_t2427694641, ___defaultCapacity_5)); } inline int32_t get_defaultCapacity_5() const { return ___defaultCapacity_5; } inline int32_t* get_address_of_defaultCapacity_5() { return &___defaultCapacity_5; } inline void set_defaultCapacity_5(int32_t value) { ___defaultCapacity_5 = value; } }; struct SortedList_t2427694641_StaticFields { public: // System.Int32 System.Collections.SortedList::INITIAL_SIZE int32_t ___INITIAL_SIZE_0; public: inline static int32_t get_offset_of_INITIAL_SIZE_0() { return static_cast(offsetof(SortedList_t2427694641_StaticFields, ___INITIAL_SIZE_0)); } inline int32_t get_INITIAL_SIZE_0() const { return ___INITIAL_SIZE_0; } inline int32_t* get_address_of_INITIAL_SIZE_0() { return &___INITIAL_SIZE_0; } inline void set_INITIAL_SIZE_0(int32_t value) { ___INITIAL_SIZE_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTEDLIST_T2427694641_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 CONVERT_T2465617642_H #define CONVERT_T2465617642_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Convert struct Convert_t2465617642 : public RuntimeObject { public: public: }; struct Convert_t2465617642_StaticFields { public: // System.Object System.Convert::DBNull RuntimeObject * ___DBNull_0; // System.Type[] System.Convert::conversionTable TypeU5BU5D_t3940880105* ___conversionTable_1; public: inline static int32_t get_offset_of_DBNull_0() { return static_cast(offsetof(Convert_t2465617642_StaticFields, ___DBNull_0)); } inline RuntimeObject * get_DBNull_0() const { return ___DBNull_0; } inline RuntimeObject ** get_address_of_DBNull_0() { return &___DBNull_0; } inline void set_DBNull_0(RuntimeObject * value) { ___DBNull_0 = value; Il2CppCodeGenWriteBarrier((&___DBNull_0), value); } inline static int32_t get_offset_of_conversionTable_1() { return static_cast(offsetof(Convert_t2465617642_StaticFields, ___conversionTable_1)); } inline TypeU5BU5D_t3940880105* get_conversionTable_1() const { return ___conversionTable_1; } inline TypeU5BU5D_t3940880105** get_address_of_conversionTable_1() { return &___conversionTable_1; } inline void set_conversionTable_1(TypeU5BU5D_t3940880105* value) { ___conversionTable_1 = value; Il2CppCodeGenWriteBarrier((&___conversionTable_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONVERT_T2465617642_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 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 STRINGCOMPARER_T3301955079_H #define STRINGCOMPARER_T3301955079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparer struct StringComparer_t3301955079 : public RuntimeObject { public: public: }; struct StringComparer_t3301955079_StaticFields { public: // System.StringComparer System.StringComparer::invariantCultureIgnoreCase StringComparer_t3301955079 * ___invariantCultureIgnoreCase_0; // System.StringComparer System.StringComparer::invariantCulture StringComparer_t3301955079 * ___invariantCulture_1; // System.StringComparer System.StringComparer::ordinalIgnoreCase StringComparer_t3301955079 * ___ordinalIgnoreCase_2; // System.StringComparer System.StringComparer::ordinal StringComparer_t3301955079 * ___ordinal_3; public: inline static int32_t get_offset_of_invariantCultureIgnoreCase_0() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCultureIgnoreCase_0)); } inline StringComparer_t3301955079 * get_invariantCultureIgnoreCase_0() const { return ___invariantCultureIgnoreCase_0; } inline StringComparer_t3301955079 ** get_address_of_invariantCultureIgnoreCase_0() { return &___invariantCultureIgnoreCase_0; } inline void set_invariantCultureIgnoreCase_0(StringComparer_t3301955079 * value) { ___invariantCultureIgnoreCase_0 = value; Il2CppCodeGenWriteBarrier((&___invariantCultureIgnoreCase_0), value); } inline static int32_t get_offset_of_invariantCulture_1() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCulture_1)); } inline StringComparer_t3301955079 * get_invariantCulture_1() const { return ___invariantCulture_1; } inline StringComparer_t3301955079 ** get_address_of_invariantCulture_1() { return &___invariantCulture_1; } inline void set_invariantCulture_1(StringComparer_t3301955079 * value) { ___invariantCulture_1 = value; Il2CppCodeGenWriteBarrier((&___invariantCulture_1), value); } inline static int32_t get_offset_of_ordinalIgnoreCase_2() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinalIgnoreCase_2)); } inline StringComparer_t3301955079 * get_ordinalIgnoreCase_2() const { return ___ordinalIgnoreCase_2; } inline StringComparer_t3301955079 ** get_address_of_ordinalIgnoreCase_2() { return &___ordinalIgnoreCase_2; } inline void set_ordinalIgnoreCase_2(StringComparer_t3301955079 * value) { ___ordinalIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___ordinalIgnoreCase_2), value); } inline static int32_t get_offset_of_ordinal_3() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinal_3)); } inline StringComparer_t3301955079 * get_ordinal_3() const { return ___ordinal_3; } inline StringComparer_t3301955079 ** get_address_of_ordinal_3() { return &___ordinal_3; } inline void set_ordinal_3(StringComparer_t3301955079 * value) { ___ordinal_3 = value; Il2CppCodeGenWriteBarrier((&___ordinal_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARER_T3301955079_H #ifndef 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 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 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 NULLCONSOLEDRIVER_T3569194954_H #define NULLCONSOLEDRIVER_T3569194954_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NullConsoleDriver struct NullConsoleDriver_t3569194954 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLCONSOLEDRIVER_T3569194954_H #ifndef LISTKEYS_T1506865728_H #define LISTKEYS_T1506865728_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.SortedList/ListKeys struct ListKeys_t1506865728 : public RuntimeObject { public: // System.Collections.SortedList System.Collections.SortedList/ListKeys::host SortedList_t2427694641 * ___host_0; public: inline static int32_t get_offset_of_host_0() { return static_cast(offsetof(ListKeys_t1506865728, ___host_0)); } inline SortedList_t2427694641 * get_host_0() const { return ___host_0; } inline SortedList_t2427694641 ** get_address_of_host_0() { return &___host_0; } inline void set_host_0(SortedList_t2427694641 * value) { ___host_0 = value; Il2CppCodeGenWriteBarrier((&___host_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTKEYS_T1506865728_H #ifndef LISTVALUES_T1796620884_H #define LISTVALUES_T1796620884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.SortedList/ListValues struct ListValues_t1796620884 : public RuntimeObject { public: // System.Collections.SortedList System.Collections.SortedList/ListValues::host SortedList_t2427694641 * ___host_0; public: inline static int32_t get_offset_of_host_0() { return static_cast(offsetof(ListValues_t1796620884, ___host_0)); } inline SortedList_t2427694641 * get_host_0() const { return ___host_0; } inline SortedList_t2427694641 ** get_address_of_host_0() { return &___host_0; } inline void set_host_0(SortedList_t2427694641 * value) { ___host_0 = value; Il2CppCodeGenWriteBarrier((&___host_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTVALUES_T1796620884_H #ifndef STACK_T2329662280_H #define STACK_T2329662280_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Stack struct Stack_t2329662280 : public RuntimeObject { public: // System.Object[] System.Collections.Stack::contents ObjectU5BU5D_t2843939325* ___contents_0; // System.Int32 System.Collections.Stack::current int32_t ___current_1; // System.Int32 System.Collections.Stack::count int32_t ___count_2; // System.Int32 System.Collections.Stack::capacity int32_t ___capacity_3; // System.Int32 System.Collections.Stack::modCount int32_t ___modCount_4; public: inline static int32_t get_offset_of_contents_0() { return static_cast(offsetof(Stack_t2329662280, ___contents_0)); } inline ObjectU5BU5D_t2843939325* get_contents_0() const { return ___contents_0; } inline ObjectU5BU5D_t2843939325** get_address_of_contents_0() { return &___contents_0; } inline void set_contents_0(ObjectU5BU5D_t2843939325* value) { ___contents_0 = value; Il2CppCodeGenWriteBarrier((&___contents_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Stack_t2329662280, ___current_1)); } inline int32_t get_current_1() const { return ___current_1; } inline int32_t* get_address_of_current_1() { return &___current_1; } inline void set_current_1(int32_t value) { ___current_1 = value; } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Stack_t2329662280, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_capacity_3() { return static_cast(offsetof(Stack_t2329662280, ___capacity_3)); } inline int32_t get_capacity_3() const { return ___capacity_3; } inline int32_t* get_address_of_capacity_3() { return &___capacity_3; } inline void set_capacity_3(int32_t value) { ___capacity_3 = value; } inline static int32_t get_offset_of_modCount_4() { return static_cast(offsetof(Stack_t2329662280, ___modCount_4)); } inline int32_t get_modCount_4() const { return ___modCount_4; } inline int32_t* get_address_of_modCount_4() { return &___modCount_4; } inline void set_modCount_4(int32_t value) { ___modCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_T2329662280_H #ifndef ENUMERATOR_T2929709194_H #define ENUMERATOR_T2929709194_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Stack/Enumerator struct Enumerator_t2929709194 : public RuntimeObject { public: // System.Collections.Stack System.Collections.Stack/Enumerator::stack Stack_t2329662280 * ___stack_0; // System.Int32 System.Collections.Stack/Enumerator::modCount int32_t ___modCount_1; // System.Int32 System.Collections.Stack/Enumerator::current int32_t ___current_2; public: inline static int32_t get_offset_of_stack_0() { return static_cast(offsetof(Enumerator_t2929709194, ___stack_0)); } inline Stack_t2329662280 * get_stack_0() const { return ___stack_0; } inline Stack_t2329662280 ** get_address_of_stack_0() { return &___stack_0; } inline void set_stack_0(Stack_t2329662280 * value) { ___stack_0 = value; Il2CppCodeGenWriteBarrier((&___stack_0), value); } inline static int32_t get_offset_of_modCount_1() { return static_cast(offsetof(Enumerator_t2929709194, ___modCount_1)); } inline int32_t get_modCount_1() const { return ___modCount_1; } inline int32_t* get_address_of_modCount_1() { return &___modCount_1; } inline void set_modCount_1(int32_t value) { ___modCount_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Enumerator_t2929709194, ___current_2)); } inline int32_t get_current_2() const { return ___current_2; } inline int32_t* get_address_of_current_2() { return &___current_2; } inline void set_current_2(int32_t value) { ___current_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2929709194_H #ifndef CONSOLE_T3208230065_H #define CONSOLE_T3208230065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Console struct Console_t3208230065 : public RuntimeObject { public: public: }; struct Console_t3208230065_StaticFields { public: // System.IO.TextWriter System.Console::stdout TextWriter_t3478189236 * ___stdout_0; // System.IO.TextWriter System.Console::stderr TextWriter_t3478189236 * ___stderr_1; // System.IO.TextReader System.Console::stdin TextReader_t283511965 * ___stdin_2; // System.Text.Encoding System.Console::inputEncoding Encoding_t1523322056 * ___inputEncoding_3; // System.Text.Encoding System.Console::outputEncoding Encoding_t1523322056 * ___outputEncoding_4; // System.ConsoleCancelEventHandler System.Console::cancel_event ConsoleCancelEventHandler_t3919940372 * ___cancel_event_5; // System.Console/InternalCancelHandler System.Console::cancel_handler InternalCancelHandler_t872516951 * ___cancel_handler_6; public: inline static int32_t get_offset_of_stdout_0() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___stdout_0)); } inline TextWriter_t3478189236 * get_stdout_0() const { return ___stdout_0; } inline TextWriter_t3478189236 ** get_address_of_stdout_0() { return &___stdout_0; } inline void set_stdout_0(TextWriter_t3478189236 * value) { ___stdout_0 = value; Il2CppCodeGenWriteBarrier((&___stdout_0), value); } inline static int32_t get_offset_of_stderr_1() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___stderr_1)); } inline TextWriter_t3478189236 * get_stderr_1() const { return ___stderr_1; } inline TextWriter_t3478189236 ** get_address_of_stderr_1() { return &___stderr_1; } inline void set_stderr_1(TextWriter_t3478189236 * value) { ___stderr_1 = value; Il2CppCodeGenWriteBarrier((&___stderr_1), value); } inline static int32_t get_offset_of_stdin_2() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___stdin_2)); } inline TextReader_t283511965 * get_stdin_2() const { return ___stdin_2; } inline TextReader_t283511965 ** get_address_of_stdin_2() { return &___stdin_2; } inline void set_stdin_2(TextReader_t283511965 * value) { ___stdin_2 = value; Il2CppCodeGenWriteBarrier((&___stdin_2), value); } inline static int32_t get_offset_of_inputEncoding_3() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___inputEncoding_3)); } inline Encoding_t1523322056 * get_inputEncoding_3() const { return ___inputEncoding_3; } inline Encoding_t1523322056 ** get_address_of_inputEncoding_3() { return &___inputEncoding_3; } inline void set_inputEncoding_3(Encoding_t1523322056 * value) { ___inputEncoding_3 = value; Il2CppCodeGenWriteBarrier((&___inputEncoding_3), value); } inline static int32_t get_offset_of_outputEncoding_4() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___outputEncoding_4)); } inline Encoding_t1523322056 * get_outputEncoding_4() const { return ___outputEncoding_4; } inline Encoding_t1523322056 ** get_address_of_outputEncoding_4() { return &___outputEncoding_4; } inline void set_outputEncoding_4(Encoding_t1523322056 * value) { ___outputEncoding_4 = value; Il2CppCodeGenWriteBarrier((&___outputEncoding_4), value); } inline static int32_t get_offset_of_cancel_event_5() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___cancel_event_5)); } inline ConsoleCancelEventHandler_t3919940372 * get_cancel_event_5() const { return ___cancel_event_5; } inline ConsoleCancelEventHandler_t3919940372 ** get_address_of_cancel_event_5() { return &___cancel_event_5; } inline void set_cancel_event_5(ConsoleCancelEventHandler_t3919940372 * value) { ___cancel_event_5 = value; Il2CppCodeGenWriteBarrier((&___cancel_event_5), value); } inline static int32_t get_offset_of_cancel_handler_6() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___cancel_handler_6)); } inline InternalCancelHandler_t872516951 * get_cancel_handler_6() const { return ___cancel_handler_6; } inline InternalCancelHandler_t872516951 ** get_address_of_cancel_handler_6() { return &___cancel_handler_6; } inline void set_cancel_handler_6(InternalCancelHandler_t872516951 * value) { ___cancel_handler_6 = value; Il2CppCodeGenWriteBarrier((&___cancel_handler_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLE_T3208230065_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef WINDOWSCONSOLE_T4291155313_H #define WINDOWSCONSOLE_T4291155313_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Console/WindowsConsole struct WindowsConsole_t4291155313 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WINDOWSCONSOLE_T4291155313_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 CONSOLEDRIVER_T2486509443_H #define CONSOLEDRIVER_T2486509443_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleDriver struct ConsoleDriver_t2486509443 : public RuntimeObject { public: public: }; struct ConsoleDriver_t2486509443_StaticFields { public: // System.IConsoleDriver System.ConsoleDriver::driver RuntimeObject* ___driver_0; // System.Boolean System.ConsoleDriver::is_console bool ___is_console_1; // System.Boolean System.ConsoleDriver::called_isatty bool ___called_isatty_2; public: inline static int32_t get_offset_of_driver_0() { return static_cast(offsetof(ConsoleDriver_t2486509443_StaticFields, ___driver_0)); } inline RuntimeObject* get_driver_0() const { return ___driver_0; } inline RuntimeObject** get_address_of_driver_0() { return &___driver_0; } inline void set_driver_0(RuntimeObject* value) { ___driver_0 = value; Il2CppCodeGenWriteBarrier((&___driver_0), value); } inline static int32_t get_offset_of_is_console_1() { return static_cast(offsetof(ConsoleDriver_t2486509443_StaticFields, ___is_console_1)); } inline bool get_is_console_1() const { return ___is_console_1; } inline bool* get_address_of_is_console_1() { return &___is_console_1; } inline void set_is_console_1(bool value) { ___is_console_1 = value; } inline static int32_t get_offset_of_called_isatty_2() { return static_cast(offsetof(ConsoleDriver_t2486509443_StaticFields, ___called_isatty_2)); } inline bool get_called_isatty_2() const { return ___called_isatty_2; } inline bool* get_address_of_called_isatty_2() { return &___called_isatty_2; } inline void set_called_isatty_2(bool value) { ___called_isatty_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLEDRIVER_T2486509443_H #ifndef CHARENUMERATOR_T1121470421_H #define CHARENUMERATOR_T1121470421_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.CharEnumerator struct CharEnumerator_t1121470421 : public RuntimeObject { public: // System.String System.CharEnumerator::str String_t* ___str_0; // System.Int32 System.CharEnumerator::index int32_t ___index_1; // System.Int32 System.CharEnumerator::length int32_t ___length_2; public: inline static int32_t get_offset_of_str_0() { return static_cast(offsetof(CharEnumerator_t1121470421, ___str_0)); } inline String_t* get_str_0() const { return ___str_0; } inline String_t** get_address_of_str_0() { return &___str_0; } inline void set_str_0(String_t* value) { ___str_0 = value; Il2CppCodeGenWriteBarrier((&___str_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(CharEnumerator_t1121470421, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_length_2() { return static_cast(offsetof(CharEnumerator_t1121470421, ___length_2)); } inline int32_t get_length_2() const { return ___length_2; } inline int32_t* get_address_of_length_2() { return &___length_2; } inline void set_length_2(int32_t value) { ___length_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARENUMERATOR_T1121470421_H #ifndef 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 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 BYTEMATCHER_T2129355737_H #define BYTEMATCHER_T2129355737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ByteMatcher struct ByteMatcher_t2129355737 : public RuntimeObject { public: // System.Collections.Hashtable System.ByteMatcher::map Hashtable_t1853889766 * ___map_0; // System.Collections.Hashtable System.ByteMatcher::starts Hashtable_t1853889766 * ___starts_1; public: inline static int32_t get_offset_of_map_0() { return static_cast(offsetof(ByteMatcher_t2129355737, ___map_0)); } inline Hashtable_t1853889766 * get_map_0() const { return ___map_0; } inline Hashtable_t1853889766 ** get_address_of_map_0() { return &___map_0; } inline void set_map_0(Hashtable_t1853889766 * value) { ___map_0 = value; Il2CppCodeGenWriteBarrier((&___map_0), value); } inline static int32_t get_offset_of_starts_1() { return static_cast(offsetof(ByteMatcher_t2129355737, ___starts_1)); } inline Hashtable_t1853889766 * get_starts_1() const { return ___starts_1; } inline Hashtable_t1853889766 ** get_address_of_starts_1() { return &___starts_1; } inline void set_starts_1(Hashtable_t1853889766 * value) { ___starts_1 = value; Il2CppCodeGenWriteBarrier((&___starts_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTEMATCHER_T2129355737_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 BUFFER_T1599081364_H #define BUFFER_T1599081364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Buffer struct Buffer_t1599081364 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUFFER_T1599081364_H #ifndef 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 U24ARRAYTYPEU2416_T3254766644_H #define U24ARRAYTYPEU2416_T3254766644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$16 struct U24ArrayTypeU2416_t3254766644 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2416_t3254766644__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2416_T3254766644_H #ifndef 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 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 U24ARRAYTYPEU2420_T1704471045_H #define U24ARRAYTYPEU2420_T1704471045_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$20 struct U24ArrayTypeU2420_t1704471045 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2420_t1704471045__padding[20]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2420_T1704471045_H #ifndef 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 U24ARRAYTYPEU243132_T2732071528_H #define U24ARRAYTYPEU243132_T2732071528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$3132 struct U24ArrayTypeU243132_t2732071528 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU243132_t2732071528__padding[3132]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU243132_T2732071528_H #ifndef 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 U24ARRAYTYPEU2432_T3652892010_H #define U24ARRAYTYPEU2432_T3652892010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$32 struct U24ArrayTypeU2432_t3652892010 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2432_t3652892010__padding[32]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2432_T3652892010_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef SLOT_T384495010_H #define SLOT_T384495010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.SortedList/Slot struct Slot_t384495010 { public: // System.Object System.Collections.SortedList/Slot::key RuntimeObject * ___key_0; // System.Object System.Collections.SortedList/Slot::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(Slot_t384495010, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(Slot_t384495010, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.SortedList/Slot struct Slot_t384495010_marshaled_pinvoke { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Collections.SortedList/Slot struct Slot_t384495010_marshaled_com { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___value_1; }; #endif // SLOT_T384495010_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 U24ARRAYTYPEU2448_T1337922363_H #define U24ARRAYTYPEU2448_T1337922363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$48 struct U24ArrayTypeU2448_t1337922363 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2448_t1337922363__padding[48]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2448_T1337922363_H #ifndef U24ARRAYTYPEU2424_T2469145093_H #define U24ARRAYTYPEU2424_T2469145093_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$24 struct U24ArrayTypeU2424_t2469145093 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2424_t2469145093__padding[24]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2424_T2469145093_H #ifndef COORD_T397375283_H #define COORD_T397375283_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Coord struct Coord_t397375283 { public: // System.Int16 System.Coord::X int16_t ___X_0; // System.Int16 System.Coord::Y int16_t ___Y_1; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Coord_t397375283, ___X_0)); } inline int16_t get_X_0() const { return ___X_0; } inline int16_t* get_address_of_X_0() { return &___X_0; } inline void set_X_0(int16_t value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Coord_t397375283, ___Y_1)); } inline int16_t get_Y_1() const { return ___Y_1; } inline int16_t* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(int16_t value) { ___Y_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COORD_T397375283_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 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 ASCIIENCODING_T3446586211_H #define ASCIIENCODING_T3446586211_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.ASCIIEncoding struct ASCIIEncoding_t3446586211 : public Encoding_t1523322056 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASCIIENCODING_T3446586211_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 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 CONTEXTBOUNDOBJECT_T1394786030_H #define CONTEXTBOUNDOBJECT_T1394786030_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ContextBoundObject struct ContextBoundObject_t1394786030 : public MarshalByRefObject_t2760389100 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTEXTBOUNDOBJECT_T1394786030_H #ifndef CULTUREAWARECOMPARER_T30646139_H #define CULTUREAWARECOMPARER_T30646139_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.CultureAwareComparer struct CultureAwareComparer_t30646139 : public StringComparer_t3301955079 { public: // System.Boolean System.CultureAwareComparer::_ignoreCase bool ____ignoreCase_4; // System.Globalization.CompareInfo System.CultureAwareComparer::_compareInfo CompareInfo_t1092934962 * ____compareInfo_5; public: inline static int32_t get_offset_of__ignoreCase_4() { return static_cast(offsetof(CultureAwareComparer_t30646139, ____ignoreCase_4)); } inline bool get__ignoreCase_4() const { return ____ignoreCase_4; } inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; } inline void set__ignoreCase_4(bool value) { ____ignoreCase_4 = value; } inline static int32_t get_offset_of__compareInfo_5() { return static_cast(offsetof(CultureAwareComparer_t30646139, ____compareInfo_5)); } inline CompareInfo_t1092934962 * get__compareInfo_5() const { return ____compareInfo_5; } inline CompareInfo_t1092934962 ** get_address_of__compareInfo_5() { return &____compareInfo_5; } inline void set__compareInfo_5(CompareInfo_t1092934962 * value) { ____compareInfo_5 = value; Il2CppCodeGenWriteBarrier((&____compareInfo_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREAWARECOMPARER_T30646139_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter struct TextWriter_t3478189236 : public MarshalByRefObject_t2760389100 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_1; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_2; public: inline static int32_t get_offset_of_CoreNewLine_1() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_1)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_1() const { return ___CoreNewLine_1; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_1() { return &___CoreNewLine_1; } inline void set_CoreNewLine_1(CharU5BU5D_t3528271667* value) { ___CoreNewLine_1 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_1), value); } inline static int32_t get_offset_of_internalFormatProvider_2() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_2)); } inline RuntimeObject* get_internalFormatProvider_2() const { return ___internalFormatProvider_2; } inline RuntimeObject** get_address_of_internalFormatProvider_2() { return &___internalFormatProvider_2; } inline void set_internalFormatProvider_2(RuntimeObject* value) { ___internalFormatProvider_2 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_2), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_3; public: inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_3)); } inline TextWriter_t3478189236 * get_Null_3() const { return ___Null_3; } inline TextWriter_t3478189236 ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextWriter_t3478189236 * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((&___Null_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_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 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 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 U24ARRAYTYPEU2452_T520724128_H #define U24ARRAYTYPEU2452_T520724128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$52 struct U24ArrayTypeU2452_t520724128 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2452_t520724128__padding[52]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2452_T520724128_H #ifndef 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 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 U24ARRAYTYPEU242048_T3505032960_H #define U24ARRAYTYPEU242048_T3505032960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2048 struct U24ArrayTypeU242048_t3505032960 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242048_t3505032960__padding[2048]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242048_T3505032960_H #ifndef U24ARRAYTYPEU2496_T2898536284_H #define U24ARRAYTYPEU2496_T2898536284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$96 struct U24ArrayTypeU2496_t2898536284 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2496_t2898536284__padding[96]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2496_T2898536284_H #ifndef SMALLRECT_T2930836963_H #define SMALLRECT_T2930836963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SmallRect struct SmallRect_t2930836963 { public: // System.Int16 System.SmallRect::Left int16_t ___Left_0; // System.Int16 System.SmallRect::Top int16_t ___Top_1; // System.Int16 System.SmallRect::Right int16_t ___Right_2; // System.Int16 System.SmallRect::Bottom int16_t ___Bottom_3; public: inline static int32_t get_offset_of_Left_0() { return static_cast(offsetof(SmallRect_t2930836963, ___Left_0)); } inline int16_t get_Left_0() const { return ___Left_0; } inline int16_t* get_address_of_Left_0() { return &___Left_0; } inline void set_Left_0(int16_t value) { ___Left_0 = value; } inline static int32_t get_offset_of_Top_1() { return static_cast(offsetof(SmallRect_t2930836963, ___Top_1)); } inline int16_t get_Top_1() const { return ___Top_1; } inline int16_t* get_address_of_Top_1() { return &___Top_1; } inline void set_Top_1(int16_t value) { ___Top_1 = value; } inline static int32_t get_offset_of_Right_2() { return static_cast(offsetof(SmallRect_t2930836963, ___Right_2)); } inline int16_t get_Right_2() const { return ___Right_2; } inline int16_t* get_address_of_Right_2() { return &___Right_2; } inline void set_Right_2(int16_t value) { ___Right_2 = value; } inline static int32_t get_offset_of_Bottom_3() { return static_cast(offsetof(SmallRect_t2930836963, ___Bottom_3)); } inline int16_t get_Bottom_3() const { return ___Bottom_3; } inline int16_t* get_address_of_Bottom_3() { return &___Bottom_3; } inline void set_Bottom_3(int16_t value) { ___Bottom_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMALLRECT_T2930836963_H #ifndef U24ARRAYTYPEU24124_T4289081647_H #define U24ARRAYTYPEU24124_T4289081647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$124 struct U24ArrayTypeU24124_t4289081647 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24124_t4289081647__padding[124]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24124_T4289081647_H #ifndef DICTIONARYENTRY_T3123975638_H #define DICTIONARYENTRY_T3123975638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((&____key_0), value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_T3123975638_H #ifndef U24ARRAYTYPEU248_T3244137463_H #define U24ARRAYTYPEU248_T3244137463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$8 struct U24ArrayTypeU248_t3244137463 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU248_t3244137463__padding[8]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU248_T3244137463_H #ifndef ARRAYLISTWRAPPER_T240606758_H #define ARRAYLISTWRAPPER_T240606758_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList/ArrayListWrapper struct ArrayListWrapper_t240606758 : public ArrayList_t2718874744 { public: // System.Collections.ArrayList System.Collections.ArrayList/ArrayListWrapper::m_InnerArrayList ArrayList_t2718874744 * ___m_InnerArrayList_5; public: inline static int32_t get_offset_of_m_InnerArrayList_5() { return static_cast(offsetof(ArrayListWrapper_t240606758, ___m_InnerArrayList_5)); } inline ArrayList_t2718874744 * get_m_InnerArrayList_5() const { return ___m_InnerArrayList_5; } inline ArrayList_t2718874744 ** get_address_of_m_InnerArrayList_5() { return &___m_InnerArrayList_5; } inline void set_m_InnerArrayList_5(ArrayList_t2718874744 * value) { ___m_InnerArrayList_5 = value; Il2CppCodeGenWriteBarrier((&___m_InnerArrayList_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLISTWRAPPER_T240606758_H #ifndef U24ARRAYTYPEU241024_T3907531057_H #define U24ARRAYTYPEU241024_T3907531057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1024 struct U24ArrayTypeU241024_t3907531057 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241024_t3907531057__padding[1024]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241024_T3907531057_H #ifndef CLSCOMPLIANTATTRIBUTE_T999444765_H #define CLSCOMPLIANTATTRIBUTE_T999444765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.CLSCompliantAttribute struct CLSCompliantAttribute_t999444765 : public Attribute_t861562559 { public: // System.Boolean System.CLSCompliantAttribute::is_compliant bool ___is_compliant_0; public: inline static int32_t get_offset_of_is_compliant_0() { return static_cast(offsetof(CLSCompliantAttribute_t999444765, ___is_compliant_0)); } inline bool get_is_compliant_0() const { return ___is_compliant_0; } inline bool* get_address_of_is_compliant_0() { return &___is_compliant_0; } inline void set_is_compliant_0(bool value) { ___is_compliant_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLSCOMPLIANTATTRIBUTE_T999444765_H #ifndef U24ARRAYTYPEU24120_T4289081651_H #define U24ARRAYTYPEU24120_T4289081651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$120 struct U24ArrayTypeU24120_t4289081651 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24120_t4289081651__padding[120]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24120_T4289081651_H #ifndef U24ARRAYTYPEU24256_T1929481982_H #define U24ARRAYTYPEU24256_T1929481982_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481982 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481982__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481982_H #ifndef U24ARRAYTYPEU24160_T758788403_H #define U24ARRAYTYPEU24160_T758788403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$160 struct U24ArrayTypeU24160_t758788403 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24160_t758788403__padding[160]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24160_T758788403_H #ifndef U24ARRAYTYPEU2456_T1285398176_H #define U24ARRAYTYPEU2456_T1285398176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$56 struct U24ArrayTypeU2456_t1285398176 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2456_t1285398176__padding[56]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2456_T1285398176_H #ifndef U24ARRAYTYPEU24128_T4289081659_H #define U24ARRAYTYPEU24128_T4289081659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$128 struct U24ArrayTypeU24128_t4289081659 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24128_t4289081659__padding[128]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24128_T4289081659_H #ifndef 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 U24ARRAYTYPEU241668_T760361261_H #define U24ARRAYTYPEU241668_T760361261_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1668 struct U24ArrayTypeU241668_t760361261 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241668_t760361261__padding[1668]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241668_T760361261_H #ifndef U24ARRAYTYPEU2412_T2490092596_H #define U24ARRAYTYPEU2412_T2490092596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092596 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092596__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092596_H #ifndef SYNCHASHTABLE_T3569774773_H #define SYNCHASHTABLE_T3569774773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable/SyncHashtable struct SyncHashtable_t3569774773 : public Hashtable_t1853889766 { public: // System.Collections.Hashtable System.Collections.Hashtable/SyncHashtable::host Hashtable_t1853889766 * ___host_14; public: inline static int32_t get_offset_of_host_14() { return static_cast(offsetof(SyncHashtable_t3569774773, ___host_14)); } inline Hashtable_t1853889766 * get_host_14() const { return ___host_14; } inline Hashtable_t1853889766 ** get_address_of_host_14() { return &___host_14; } inline void set_host_14(Hashtable_t1853889766 * value) { ___host_14 = value; Il2CppCodeGenWriteBarrier((&___host_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYNCHASHTABLE_T3569774773_H #ifndef U24ARRAYTYPEU2464_T499776625_H #define U24ARRAYTYPEU2464_T499776625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$64 struct U24ArrayTypeU2464_t499776625 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2464_t499776625__padding[64]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2464_T499776625_H #ifndef 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 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 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 U24ARRAYTYPEU242100_T1165856516_H #define U24ARRAYTYPEU242100_T1165856516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2100 struct U24ArrayTypeU242100_t1165856516 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242100_t1165856516__padding[2100]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242100_T1165856516_H #ifndef LINK_T544317964_H #define LINK_T544317964_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Link struct Link_t544317964 { public: // System.Int32 System.Collections.Generic.Link::HashCode int32_t ___HashCode_0; // System.Int32 System.Collections.Generic.Link::Next int32_t ___Next_1; public: inline static int32_t get_offset_of_HashCode_0() { return static_cast(offsetof(Link_t544317964, ___HashCode_0)); } inline int32_t get_HashCode_0() const { return ___HashCode_0; } inline int32_t* get_address_of_HashCode_0() { return &___HashCode_0; } inline void set_HashCode_0(int32_t value) { ___HashCode_0 = value; } inline static int32_t get_offset_of_Next_1() { return static_cast(offsetof(Link_t544317964, ___Next_1)); } inline int32_t get_Next_1() const { return ___Next_1; } inline int32_t* get_address_of_Next_1() { return &___Next_1; } inline void set_Next_1(int32_t value) { ___Next_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINK_T544317964_H #ifndef SLOT_T3975888750_H #define SLOT_T3975888750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable/Slot struct Slot_t3975888750 { public: // System.Object System.Collections.Hashtable/Slot::key RuntimeObject * ___key_0; // System.Object System.Collections.Hashtable/Slot::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(Slot_t3975888750, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(Slot_t3975888750, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.Hashtable/Slot struct Slot_t3975888750_marshaled_pinvoke { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Collections.Hashtable/Slot struct Slot_t3975888750_marshaled_com { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___value_1; }; #endif // SLOT_T3975888750_H #ifndef U24ARRAYTYPEU2472_T1683523542_H #define U24ARRAYTYPEU2472_T1683523542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$72 struct U24ArrayTypeU2472_t1683523542 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2472_t1683523542__padding[72]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2472_T1683523542_H #ifndef U24ARRAYTYPEU2484_T950115319_H #define U24ARRAYTYPEU2484_T950115319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$84 struct U24ArrayTypeU2484_t950115319 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2484_t950115319__padding[84]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2484_T950115319_H #ifndef U24ARRAYTYPEU24136_T1950429485_H #define U24ARRAYTYPEU24136_T1950429485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$136 struct U24ArrayTypeU24136_t1950429485 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24136_t1950429485__padding[136]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24136_T1950429485_H #ifndef U24ARRAYTYPEU241452_T377631024_H #define U24ARRAYTYPEU241452_T377631024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1452 struct U24ArrayTypeU241452_t377631024 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241452_t377631024__padding[1452]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241452_T377631024_H #ifndef U24ARRAYTYPEU24640_T2298765680_H #define U24ARRAYTYPEU24640_T2298765680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$640 struct U24ArrayTypeU24640_t2298765680 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24640_t2298765680__padding[640]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24640_T2298765680_H #ifndef 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 CONSOLESCREENBUFFERINFO_T3095351730_H #define CONSOLESCREENBUFFERINFO_T3095351730_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleScreenBufferInfo struct ConsoleScreenBufferInfo_t3095351730 { public: // System.Coord System.ConsoleScreenBufferInfo::Size Coord_t397375283 ___Size_0; // System.Coord System.ConsoleScreenBufferInfo::CursorPosition Coord_t397375283 ___CursorPosition_1; // System.Int16 System.ConsoleScreenBufferInfo::Attribute int16_t ___Attribute_2; // System.SmallRect System.ConsoleScreenBufferInfo::Window SmallRect_t2930836963 ___Window_3; // System.Coord System.ConsoleScreenBufferInfo::MaxWindowSize Coord_t397375283 ___MaxWindowSize_4; public: inline static int32_t get_offset_of_Size_0() { return static_cast(offsetof(ConsoleScreenBufferInfo_t3095351730, ___Size_0)); } inline Coord_t397375283 get_Size_0() const { return ___Size_0; } inline Coord_t397375283 * get_address_of_Size_0() { return &___Size_0; } inline void set_Size_0(Coord_t397375283 value) { ___Size_0 = value; } inline static int32_t get_offset_of_CursorPosition_1() { return static_cast(offsetof(ConsoleScreenBufferInfo_t3095351730, ___CursorPosition_1)); } inline Coord_t397375283 get_CursorPosition_1() const { return ___CursorPosition_1; } inline Coord_t397375283 * get_address_of_CursorPosition_1() { return &___CursorPosition_1; } inline void set_CursorPosition_1(Coord_t397375283 value) { ___CursorPosition_1 = value; } inline static int32_t get_offset_of_Attribute_2() { return static_cast(offsetof(ConsoleScreenBufferInfo_t3095351730, ___Attribute_2)); } inline int16_t get_Attribute_2() const { return ___Attribute_2; } inline int16_t* get_address_of_Attribute_2() { return &___Attribute_2; } inline void set_Attribute_2(int16_t value) { ___Attribute_2 = value; } inline static int32_t get_offset_of_Window_3() { return static_cast(offsetof(ConsoleScreenBufferInfo_t3095351730, ___Window_3)); } inline SmallRect_t2930836963 get_Window_3() const { return ___Window_3; } inline SmallRect_t2930836963 * get_address_of_Window_3() { return &___Window_3; } inline void set_Window_3(SmallRect_t2930836963 value) { ___Window_3 = value; } inline static int32_t get_offset_of_MaxWindowSize_4() { return static_cast(offsetof(ConsoleScreenBufferInfo_t3095351730, ___MaxWindowSize_4)); } inline Coord_t397375283 get_MaxWindowSize_4() const { return ___MaxWindowSize_4; } inline Coord_t397375283 * get_address_of_MaxWindowSize_4() { return &___MaxWindowSize_4; } inline void set_MaxWindowSize_4(Coord_t397375283 value) { ___MaxWindowSize_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLESCREENBUFFERINFO_T3095351730_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 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 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 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 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 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 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 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 CURRENTSYSTEMTIMEZONE_T3998352255_H #define CURRENTSYSTEMTIMEZONE_T3998352255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.CurrentSystemTimeZone struct CurrentSystemTimeZone_t3998352255 : public TimeZone_t2038656743 { public: // System.String System.CurrentSystemTimeZone::m_standardName String_t* ___m_standardName_3; // System.String System.CurrentSystemTimeZone::m_daylightName String_t* ___m_daylightName_4; // System.Collections.Hashtable System.CurrentSystemTimeZone::m_CachedDaylightChanges Hashtable_t1853889766 * ___m_CachedDaylightChanges_5; // System.Int64 System.CurrentSystemTimeZone::m_ticksOffset int64_t ___m_ticksOffset_6; // System.TimeSpan System.CurrentSystemTimeZone::utcOffsetWithOutDLS TimeSpan_t881159249 ___utcOffsetWithOutDLS_7; // System.TimeSpan System.CurrentSystemTimeZone::utcOffsetWithDLS TimeSpan_t881159249 ___utcOffsetWithDLS_8; public: inline static int32_t get_offset_of_m_standardName_3() { return static_cast(offsetof(CurrentSystemTimeZone_t3998352255, ___m_standardName_3)); } inline String_t* get_m_standardName_3() const { return ___m_standardName_3; } inline String_t** get_address_of_m_standardName_3() { return &___m_standardName_3; } inline void set_m_standardName_3(String_t* value) { ___m_standardName_3 = value; Il2CppCodeGenWriteBarrier((&___m_standardName_3), value); } inline static int32_t get_offset_of_m_daylightName_4() { return static_cast(offsetof(CurrentSystemTimeZone_t3998352255, ___m_daylightName_4)); } inline String_t* get_m_daylightName_4() const { return ___m_daylightName_4; } inline String_t** get_address_of_m_daylightName_4() { return &___m_daylightName_4; } inline void set_m_daylightName_4(String_t* value) { ___m_daylightName_4 = value; Il2CppCodeGenWriteBarrier((&___m_daylightName_4), value); } inline static int32_t get_offset_of_m_CachedDaylightChanges_5() { return static_cast(offsetof(CurrentSystemTimeZone_t3998352255, ___m_CachedDaylightChanges_5)); } inline Hashtable_t1853889766 * get_m_CachedDaylightChanges_5() const { return ___m_CachedDaylightChanges_5; } inline Hashtable_t1853889766 ** get_address_of_m_CachedDaylightChanges_5() { return &___m_CachedDaylightChanges_5; } inline void set_m_CachedDaylightChanges_5(Hashtable_t1853889766 * value) { ___m_CachedDaylightChanges_5 = value; Il2CppCodeGenWriteBarrier((&___m_CachedDaylightChanges_5), value); } inline static int32_t get_offset_of_m_ticksOffset_6() { return static_cast(offsetof(CurrentSystemTimeZone_t3998352255, ___m_ticksOffset_6)); } inline int64_t get_m_ticksOffset_6() const { return ___m_ticksOffset_6; } inline int64_t* get_address_of_m_ticksOffset_6() { return &___m_ticksOffset_6; } inline void set_m_ticksOffset_6(int64_t value) { ___m_ticksOffset_6 = value; } inline static int32_t get_offset_of_utcOffsetWithOutDLS_7() { return static_cast(offsetof(CurrentSystemTimeZone_t3998352255, ___utcOffsetWithOutDLS_7)); } inline TimeSpan_t881159249 get_utcOffsetWithOutDLS_7() const { return ___utcOffsetWithOutDLS_7; } inline TimeSpan_t881159249 * get_address_of_utcOffsetWithOutDLS_7() { return &___utcOffsetWithOutDLS_7; } inline void set_utcOffsetWithOutDLS_7(TimeSpan_t881159249 value) { ___utcOffsetWithOutDLS_7 = value; } inline static int32_t get_offset_of_utcOffsetWithDLS_8() { return static_cast(offsetof(CurrentSystemTimeZone_t3998352255, ___utcOffsetWithDLS_8)); } inline TimeSpan_t881159249 get_utcOffsetWithDLS_8() const { return ___utcOffsetWithDLS_8; } inline TimeSpan_t881159249 * get_address_of_utcOffsetWithDLS_8() { return &___utcOffsetWithDLS_8; } inline void set_utcOffsetWithDLS_8(TimeSpan_t881159249 value) { ___utcOffsetWithDLS_8 = value; } }; struct CurrentSystemTimeZone_t3998352255_StaticFields { public: // System.Int32 System.CurrentSystemTimeZone::this_year int32_t ___this_year_9; // System.Globalization.DaylightTime System.CurrentSystemTimeZone::this_year_dlt DaylightTime_t2582425773 * ___this_year_dlt_10; public: inline static int32_t get_offset_of_this_year_9() { return static_cast(offsetof(CurrentSystemTimeZone_t3998352255_StaticFields, ___this_year_9)); } inline int32_t get_this_year_9() const { return ___this_year_9; } inline int32_t* get_address_of_this_year_9() { return &___this_year_9; } inline void set_this_year_9(int32_t value) { ___this_year_9 = value; } inline static int32_t get_offset_of_this_year_dlt_10() { return static_cast(offsetof(CurrentSystemTimeZone_t3998352255_StaticFields, ___this_year_dlt_10)); } inline DaylightTime_t2582425773 * get_this_year_dlt_10() const { return ___this_year_dlt_10; } inline DaylightTime_t2582425773 ** get_address_of_this_year_dlt_10() { return &___this_year_dlt_10; } inline void set_this_year_dlt_10(DaylightTime_t2582425773 * value) { ___this_year_dlt_10 = value; Il2CppCodeGenWriteBarrier((&___this_year_dlt_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURRENTSYSTEMTIMEZONE_T3998352255_H #ifndef RANKEXCEPTION_T3812021567_H #define RANKEXCEPTION_T3812021567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RankException struct RankException_t3812021567 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANKEXCEPTION_T3812021567_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255361 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields { public: // /$ArrayType$52 ::$$field-0 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D0_0; // /$ArrayType$24 ::$$field-1 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D1_1; // /$ArrayType$24 ::$$field-2 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D2_2; // /$ArrayType$24 ::$$field-3 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D3_3; // /$ArrayType$24 ::$$field-4 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D4_4; // /$ArrayType$16 ::$$field-5 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D5_5; // /$ArrayType$16 ::$$field-6 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D6_6; // /$ArrayType$3132 ::$$field-15 U24ArrayTypeU243132_t2732071528 ___U24U24fieldU2D15_7; // /$ArrayType$20 ::$$field-16 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D16_8; // /$ArrayType$32 ::$$field-17 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D17_9; // /$ArrayType$48 ::$$field-18 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D18_10; // /$ArrayType$64 ::$$field-19 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D19_11; // /$ArrayType$64 ::$$field-20 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D20_12; // /$ArrayType$64 ::$$field-21 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D21_13; // /$ArrayType$64 ::$$field-22 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D22_14; // /$ArrayType$12 ::$$field-23 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D23_15; // /$ArrayType$12 ::$$field-24 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D24_16; // /$ArrayType$12 ::$$field-25 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D25_17; // /$ArrayType$16 ::$$field-26 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D26_18; // /$ArrayType$52 ::$$field-27 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D27_19; // /$ArrayType$52 ::$$field-28 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D28_20; // /$ArrayType$1668 ::$$field-29 U24ArrayTypeU241668_t760361261 ___U24U24fieldU2D29_21; // /$ArrayType$2100 ::$$field-30 U24ArrayTypeU242100_t1165856516 ___U24U24fieldU2D30_22; // /$ArrayType$1452 ::$$field-31 U24ArrayTypeU241452_t377631024 ___U24U24fieldU2D31_23; // /$ArrayType$136 ::$$field-32 U24ArrayTypeU24136_t1950429485 ___U24U24fieldU2D32_24; // /$ArrayType$84 ::$$field-34 U24ArrayTypeU2484_t950115319 ___U24U24fieldU2D34_25; // /$ArrayType$72 ::$$field-35 U24ArrayTypeU2472_t1683523542 ___U24U24fieldU2D35_26; // /$ArrayType$8 ::$$field-36 U24ArrayTypeU248_t3244137463 ___U24U24fieldU2D36_27; // /$ArrayType$20 ::$$field-37 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D37_28; // /$ArrayType$12 ::$$field-38 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D38_29; // /$ArrayType$64 ::$$field-39 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D39_30; // /$ArrayType$124 ::$$field-40 U24ArrayTypeU24124_t4289081647 ___U24U24fieldU2D40_31; // /$ArrayType$32 ::$$field-41 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D41_32; // /$ArrayType$96 ::$$field-42 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D42_33; // /$ArrayType$2048 ::$$field-43 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D43_34; // /$ArrayType$56 ::$$field-44 U24ArrayTypeU2456_t1285398176 ___U24U24fieldU2D44_35; // /$ArrayType$16 ::$$field-45 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D45_36; // /$ArrayType$48 ::$$field-46 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D46_37; // /$ArrayType$2048 ::$$field-47 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D47_38; // /$ArrayType$2048 ::$$field-48 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D48_39; // /$ArrayType$256 ::$$field-49 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D49_40; // /$ArrayType$256 ::$$field-50 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D50_41; // /$ArrayType$120 ::$$field-51 U24ArrayTypeU24120_t4289081651 ___U24U24fieldU2D51_42; // /$ArrayType$256 ::$$field-52 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D52_43; // /$ArrayType$256 ::$$field-53 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D53_44; // /$ArrayType$1024 ::$$field-54 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D54_45; // /$ArrayType$1024 ::$$field-55 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D55_46; // /$ArrayType$1024 ::$$field-56 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D56_47; // /$ArrayType$1024 ::$$field-57 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D57_48; // /$ArrayType$1024 ::$$field-58 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D58_49; // /$ArrayType$1024 ::$$field-59 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D59_50; // /$ArrayType$1024 ::$$field-60 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D60_51; // /$ArrayType$1024 ::$$field-61 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D61_52; // /$ArrayType$256 ::$$field-62 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D62_53; // /$ArrayType$640 ::$$field-63 U24ArrayTypeU24640_t2298765680 ___U24U24fieldU2D63_54; // /$ArrayType$96 ::$$field-64 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D64_55; // /$ArrayType$160 ::$$field-65 U24ArrayTypeU24160_t758788403 ___U24U24fieldU2D65_56; // /$ArrayType$128 ::$$field-67 U24ArrayTypeU24128_t4289081659 ___U24U24fieldU2D67_57; // /$ArrayType$256 ::$$field-68 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D68_58; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D1_1)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; } inline void set_U24U24fieldU2D1_1(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D1_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D2_2)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; } inline void set_U24U24fieldU2D2_2(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D2_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D3_3)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; } inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D3_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D4_4)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; } inline void set_U24U24fieldU2D4_4(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D4_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D5_5)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; } inline void set_U24U24fieldU2D5_5(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D5_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D6_6)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; } inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D6_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D15_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D15_7)); } inline U24ArrayTypeU243132_t2732071528 get_U24U24fieldU2D15_7() const { return ___U24U24fieldU2D15_7; } inline U24ArrayTypeU243132_t2732071528 * get_address_of_U24U24fieldU2D15_7() { return &___U24U24fieldU2D15_7; } inline void set_U24U24fieldU2D15_7(U24ArrayTypeU243132_t2732071528 value) { ___U24U24fieldU2D15_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D16_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D16_8)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D16_8() const { return ___U24U24fieldU2D16_8; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D16_8() { return &___U24U24fieldU2D16_8; } inline void set_U24U24fieldU2D16_8(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D16_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D17_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D17_9)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D17_9() const { return ___U24U24fieldU2D17_9; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D17_9() { return &___U24U24fieldU2D17_9; } inline void set_U24U24fieldU2D17_9(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D17_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D18_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D18_10)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D18_10() const { return ___U24U24fieldU2D18_10; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D18_10() { return &___U24U24fieldU2D18_10; } inline void set_U24U24fieldU2D18_10(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D18_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D19_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D19_11)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D19_11() const { return ___U24U24fieldU2D19_11; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D19_11() { return &___U24U24fieldU2D19_11; } inline void set_U24U24fieldU2D19_11(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D19_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D20_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D20_12)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D20_12() const { return ___U24U24fieldU2D20_12; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D20_12() { return &___U24U24fieldU2D20_12; } inline void set_U24U24fieldU2D20_12(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D20_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D21_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D21_13)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D21_13() const { return ___U24U24fieldU2D21_13; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D21_13() { return &___U24U24fieldU2D21_13; } inline void set_U24U24fieldU2D21_13(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D21_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D22_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D22_14)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D22_14() const { return ___U24U24fieldU2D22_14; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D22_14() { return &___U24U24fieldU2D22_14; } inline void set_U24U24fieldU2D22_14(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D22_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D23_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D23_15)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D23_15() const { return ___U24U24fieldU2D23_15; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D23_15() { return &___U24U24fieldU2D23_15; } inline void set_U24U24fieldU2D23_15(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D23_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D24_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D24_16)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D24_16() const { return ___U24U24fieldU2D24_16; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D24_16() { return &___U24U24fieldU2D24_16; } inline void set_U24U24fieldU2D24_16(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D24_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D25_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D25_17)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D25_17() const { return ___U24U24fieldU2D25_17; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D25_17() { return &___U24U24fieldU2D25_17; } inline void set_U24U24fieldU2D25_17(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D25_17 = value; } inline static int32_t get_offset_of_U24U24fieldU2D26_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D26_18)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D26_18() const { return ___U24U24fieldU2D26_18; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D26_18() { return &___U24U24fieldU2D26_18; } inline void set_U24U24fieldU2D26_18(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D26_18 = value; } inline static int32_t get_offset_of_U24U24fieldU2D27_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D27_19)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D27_19() const { return ___U24U24fieldU2D27_19; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D27_19() { return &___U24U24fieldU2D27_19; } inline void set_U24U24fieldU2D27_19(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D27_19 = value; } inline static int32_t get_offset_of_U24U24fieldU2D28_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D28_20)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D28_20() const { return ___U24U24fieldU2D28_20; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D28_20() { return &___U24U24fieldU2D28_20; } inline void set_U24U24fieldU2D28_20(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D28_20 = value; } inline static int32_t get_offset_of_U24U24fieldU2D29_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D29_21)); } inline U24ArrayTypeU241668_t760361261 get_U24U24fieldU2D29_21() const { return ___U24U24fieldU2D29_21; } inline U24ArrayTypeU241668_t760361261 * get_address_of_U24U24fieldU2D29_21() { return &___U24U24fieldU2D29_21; } inline void set_U24U24fieldU2D29_21(U24ArrayTypeU241668_t760361261 value) { ___U24U24fieldU2D29_21 = value; } inline static int32_t get_offset_of_U24U24fieldU2D30_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D30_22)); } inline U24ArrayTypeU242100_t1165856516 get_U24U24fieldU2D30_22() const { return ___U24U24fieldU2D30_22; } inline U24ArrayTypeU242100_t1165856516 * get_address_of_U24U24fieldU2D30_22() { return &___U24U24fieldU2D30_22; } inline void set_U24U24fieldU2D30_22(U24ArrayTypeU242100_t1165856516 value) { ___U24U24fieldU2D30_22 = value; } inline static int32_t get_offset_of_U24U24fieldU2D31_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D31_23)); } inline U24ArrayTypeU241452_t377631024 get_U24U24fieldU2D31_23() const { return ___U24U24fieldU2D31_23; } inline U24ArrayTypeU241452_t377631024 * get_address_of_U24U24fieldU2D31_23() { return &___U24U24fieldU2D31_23; } inline void set_U24U24fieldU2D31_23(U24ArrayTypeU241452_t377631024 value) { ___U24U24fieldU2D31_23 = value; } inline static int32_t get_offset_of_U24U24fieldU2D32_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D32_24)); } inline U24ArrayTypeU24136_t1950429485 get_U24U24fieldU2D32_24() const { return ___U24U24fieldU2D32_24; } inline U24ArrayTypeU24136_t1950429485 * get_address_of_U24U24fieldU2D32_24() { return &___U24U24fieldU2D32_24; } inline void set_U24U24fieldU2D32_24(U24ArrayTypeU24136_t1950429485 value) { ___U24U24fieldU2D32_24 = value; } inline static int32_t get_offset_of_U24U24fieldU2D34_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D34_25)); } inline U24ArrayTypeU2484_t950115319 get_U24U24fieldU2D34_25() const { return ___U24U24fieldU2D34_25; } inline U24ArrayTypeU2484_t950115319 * get_address_of_U24U24fieldU2D34_25() { return &___U24U24fieldU2D34_25; } inline void set_U24U24fieldU2D34_25(U24ArrayTypeU2484_t950115319 value) { ___U24U24fieldU2D34_25 = value; } inline static int32_t get_offset_of_U24U24fieldU2D35_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D35_26)); } inline U24ArrayTypeU2472_t1683523542 get_U24U24fieldU2D35_26() const { return ___U24U24fieldU2D35_26; } inline U24ArrayTypeU2472_t1683523542 * get_address_of_U24U24fieldU2D35_26() { return &___U24U24fieldU2D35_26; } inline void set_U24U24fieldU2D35_26(U24ArrayTypeU2472_t1683523542 value) { ___U24U24fieldU2D35_26 = value; } inline static int32_t get_offset_of_U24U24fieldU2D36_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D36_27)); } inline U24ArrayTypeU248_t3244137463 get_U24U24fieldU2D36_27() const { return ___U24U24fieldU2D36_27; } inline U24ArrayTypeU248_t3244137463 * get_address_of_U24U24fieldU2D36_27() { return &___U24U24fieldU2D36_27; } inline void set_U24U24fieldU2D36_27(U24ArrayTypeU248_t3244137463 value) { ___U24U24fieldU2D36_27 = value; } inline static int32_t get_offset_of_U24U24fieldU2D37_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D37_28)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D37_28() const { return ___U24U24fieldU2D37_28; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D37_28() { return &___U24U24fieldU2D37_28; } inline void set_U24U24fieldU2D37_28(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D37_28 = value; } inline static int32_t get_offset_of_U24U24fieldU2D38_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D38_29)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D38_29() const { return ___U24U24fieldU2D38_29; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D38_29() { return &___U24U24fieldU2D38_29; } inline void set_U24U24fieldU2D38_29(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D38_29 = value; } inline static int32_t get_offset_of_U24U24fieldU2D39_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D39_30)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D39_30() const { return ___U24U24fieldU2D39_30; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D39_30() { return &___U24U24fieldU2D39_30; } inline void set_U24U24fieldU2D39_30(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D39_30 = value; } inline static int32_t get_offset_of_U24U24fieldU2D40_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D40_31)); } inline U24ArrayTypeU24124_t4289081647 get_U24U24fieldU2D40_31() const { return ___U24U24fieldU2D40_31; } inline U24ArrayTypeU24124_t4289081647 * get_address_of_U24U24fieldU2D40_31() { return &___U24U24fieldU2D40_31; } inline void set_U24U24fieldU2D40_31(U24ArrayTypeU24124_t4289081647 value) { ___U24U24fieldU2D40_31 = value; } inline static int32_t get_offset_of_U24U24fieldU2D41_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D41_32)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D41_32() const { return ___U24U24fieldU2D41_32; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D41_32() { return &___U24U24fieldU2D41_32; } inline void set_U24U24fieldU2D41_32(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D41_32 = value; } inline static int32_t get_offset_of_U24U24fieldU2D42_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D42_33)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D42_33() const { return ___U24U24fieldU2D42_33; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D42_33() { return &___U24U24fieldU2D42_33; } inline void set_U24U24fieldU2D42_33(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D42_33 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D43_34)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D43_34() const { return ___U24U24fieldU2D43_34; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D43_34() { return &___U24U24fieldU2D43_34; } inline void set_U24U24fieldU2D43_34(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D43_34 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D44_35)); } inline U24ArrayTypeU2456_t1285398176 get_U24U24fieldU2D44_35() const { return ___U24U24fieldU2D44_35; } inline U24ArrayTypeU2456_t1285398176 * get_address_of_U24U24fieldU2D44_35() { return &___U24U24fieldU2D44_35; } inline void set_U24U24fieldU2D44_35(U24ArrayTypeU2456_t1285398176 value) { ___U24U24fieldU2D44_35 = value; } inline static int32_t get_offset_of_U24U24fieldU2D45_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D45_36)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D45_36() const { return ___U24U24fieldU2D45_36; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D45_36() { return &___U24U24fieldU2D45_36; } inline void set_U24U24fieldU2D45_36(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D45_36 = value; } inline static int32_t get_offset_of_U24U24fieldU2D46_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D46_37)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D46_37() const { return ___U24U24fieldU2D46_37; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D46_37() { return &___U24U24fieldU2D46_37; } inline void set_U24U24fieldU2D46_37(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D46_37 = value; } inline static int32_t get_offset_of_U24U24fieldU2D47_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D47_38)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D47_38() const { return ___U24U24fieldU2D47_38; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D47_38() { return &___U24U24fieldU2D47_38; } inline void set_U24U24fieldU2D47_38(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D47_38 = value; } inline static int32_t get_offset_of_U24U24fieldU2D48_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D48_39)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D48_39() const { return ___U24U24fieldU2D48_39; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D48_39() { return &___U24U24fieldU2D48_39; } inline void set_U24U24fieldU2D48_39(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D48_39 = value; } inline static int32_t get_offset_of_U24U24fieldU2D49_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D49_40)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D49_40() const { return ___U24U24fieldU2D49_40; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D49_40() { return &___U24U24fieldU2D49_40; } inline void set_U24U24fieldU2D49_40(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D49_40 = value; } inline static int32_t get_offset_of_U24U24fieldU2D50_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D50_41)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D50_41() const { return ___U24U24fieldU2D50_41; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D50_41() { return &___U24U24fieldU2D50_41; } inline void set_U24U24fieldU2D50_41(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D50_41 = value; } inline static int32_t get_offset_of_U24U24fieldU2D51_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D51_42)); } inline U24ArrayTypeU24120_t4289081651 get_U24U24fieldU2D51_42() const { return ___U24U24fieldU2D51_42; } inline U24ArrayTypeU24120_t4289081651 * get_address_of_U24U24fieldU2D51_42() { return &___U24U24fieldU2D51_42; } inline void set_U24U24fieldU2D51_42(U24ArrayTypeU24120_t4289081651 value) { ___U24U24fieldU2D51_42 = value; } inline static int32_t get_offset_of_U24U24fieldU2D52_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D52_43)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D52_43() const { return ___U24U24fieldU2D52_43; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D52_43() { return &___U24U24fieldU2D52_43; } inline void set_U24U24fieldU2D52_43(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D52_43 = value; } inline static int32_t get_offset_of_U24U24fieldU2D53_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D53_44)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D53_44() const { return ___U24U24fieldU2D53_44; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D53_44() { return &___U24U24fieldU2D53_44; } inline void set_U24U24fieldU2D53_44(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D53_44 = value; } inline static int32_t get_offset_of_U24U24fieldU2D54_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D54_45)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D54_45() const { return ___U24U24fieldU2D54_45; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D54_45() { return &___U24U24fieldU2D54_45; } inline void set_U24U24fieldU2D54_45(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D54_45 = value; } inline static int32_t get_offset_of_U24U24fieldU2D55_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D55_46)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D55_46() const { return ___U24U24fieldU2D55_46; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D55_46() { return &___U24U24fieldU2D55_46; } inline void set_U24U24fieldU2D55_46(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D55_46 = value; } inline static int32_t get_offset_of_U24U24fieldU2D56_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D56_47)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D56_47() const { return ___U24U24fieldU2D56_47; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D56_47() { return &___U24U24fieldU2D56_47; } inline void set_U24U24fieldU2D56_47(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D56_47 = value; } inline static int32_t get_offset_of_U24U24fieldU2D57_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D57_48)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D57_48() const { return ___U24U24fieldU2D57_48; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D57_48() { return &___U24U24fieldU2D57_48; } inline void set_U24U24fieldU2D57_48(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D57_48 = value; } inline static int32_t get_offset_of_U24U24fieldU2D58_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D58_49)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D58_49() const { return ___U24U24fieldU2D58_49; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D58_49() { return &___U24U24fieldU2D58_49; } inline void set_U24U24fieldU2D58_49(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D58_49 = value; } inline static int32_t get_offset_of_U24U24fieldU2D59_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D59_50)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D59_50() const { return ___U24U24fieldU2D59_50; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D59_50() { return &___U24U24fieldU2D59_50; } inline void set_U24U24fieldU2D59_50(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D59_50 = value; } inline static int32_t get_offset_of_U24U24fieldU2D60_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D60_51)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D60_51() const { return ___U24U24fieldU2D60_51; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D60_51() { return &___U24U24fieldU2D60_51; } inline void set_U24U24fieldU2D60_51(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D60_51 = value; } inline static int32_t get_offset_of_U24U24fieldU2D61_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D61_52)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D61_52() const { return ___U24U24fieldU2D61_52; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D61_52() { return &___U24U24fieldU2D61_52; } inline void set_U24U24fieldU2D61_52(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D61_52 = value; } inline static int32_t get_offset_of_U24U24fieldU2D62_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D62_53)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D62_53() const { return ___U24U24fieldU2D62_53; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D62_53() { return &___U24U24fieldU2D62_53; } inline void set_U24U24fieldU2D62_53(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D62_53 = value; } inline static int32_t get_offset_of_U24U24fieldU2D63_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D63_54)); } inline U24ArrayTypeU24640_t2298765680 get_U24U24fieldU2D63_54() const { return ___U24U24fieldU2D63_54; } inline U24ArrayTypeU24640_t2298765680 * get_address_of_U24U24fieldU2D63_54() { return &___U24U24fieldU2D63_54; } inline void set_U24U24fieldU2D63_54(U24ArrayTypeU24640_t2298765680 value) { ___U24U24fieldU2D63_54 = value; } inline static int32_t get_offset_of_U24U24fieldU2D64_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D64_55)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D64_55() const { return ___U24U24fieldU2D64_55; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D64_55() { return &___U24U24fieldU2D64_55; } inline void set_U24U24fieldU2D64_55(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D64_55 = value; } inline static int32_t get_offset_of_U24U24fieldU2D65_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D65_56)); } inline U24ArrayTypeU24160_t758788403 get_U24U24fieldU2D65_56() const { return ___U24U24fieldU2D65_56; } inline U24ArrayTypeU24160_t758788403 * get_address_of_U24U24fieldU2D65_56() { return &___U24U24fieldU2D65_56; } inline void set_U24U24fieldU2D65_56(U24ArrayTypeU24160_t758788403 value) { ___U24U24fieldU2D65_56 = value; } inline static int32_t get_offset_of_U24U24fieldU2D67_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D67_57)); } inline U24ArrayTypeU24128_t4289081659 get_U24U24fieldU2D67_57() const { return ___U24U24fieldU2D67_57; } inline U24ArrayTypeU24128_t4289081659 * get_address_of_U24U24fieldU2D67_57() { return &___U24U24fieldU2D67_57; } inline void set_U24U24fieldU2D67_57(U24ArrayTypeU24128_t4289081659 value) { ___U24U24fieldU2D67_57 = value; } inline static int32_t get_offset_of_U24U24fieldU2D68_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D68_58)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D68_58() const { return ___U24U24fieldU2D68_58; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D68_58() { return &___U24U24fieldU2D68_58; } inline void set_U24U24fieldU2D68_58(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D68_58 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifndef ENUMERATORMODE_T1442366820_H #define ENUMERATORMODE_T1442366820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable/EnumeratorMode struct EnumeratorMode_t1442366820 { public: // System.Int32 System.Collections.Hashtable/EnumeratorMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumeratorMode_t1442366820, ___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 // ENUMERATORMODE_T1442366820_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 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 ENUMERATORMODE_T3719608883_H #define ENUMERATORMODE_T3719608883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.SortedList/EnumeratorMode struct EnumeratorMode_t3719608883 { public: // System.Int32 System.Collections.SortedList/EnumeratorMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnumeratorMode_t3719608883, ___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 // ENUMERATORMODE_T3719608883_H #ifndef ASSEMBLYHASHALGORITHM_T1216504064_H #define ASSEMBLYHASHALGORITHM_T1216504064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_t1216504064 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyHashAlgorithm_t1216504064, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYHASHALGORITHM_T1216504064_H #ifndef ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #define ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_t766556580 { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyVersionCompatibility_t766556580, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #ifndef 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 STREAMWRITER_T1266378904_H #define STREAMWRITER_T1266378904_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamWriter struct StreamWriter_t1266378904 : public TextWriter_t3478189236 { public: // System.Text.Encoding System.IO.StreamWriter::internalEncoding Encoding_t1523322056 * ___internalEncoding_4; // System.IO.Stream System.IO.StreamWriter::internalStream Stream_t1273022909 * ___internalStream_5; // System.Boolean System.IO.StreamWriter::iflush bool ___iflush_6; // System.Byte[] System.IO.StreamWriter::byte_buf ByteU5BU5D_t4116647657* ___byte_buf_7; // System.Int32 System.IO.StreamWriter::byte_pos int32_t ___byte_pos_8; // System.Char[] System.IO.StreamWriter::decode_buf CharU5BU5D_t3528271667* ___decode_buf_9; // System.Int32 System.IO.StreamWriter::decode_pos int32_t ___decode_pos_10; // System.Boolean System.IO.StreamWriter::DisposedAlready bool ___DisposedAlready_11; // System.Boolean System.IO.StreamWriter::preamble_done bool ___preamble_done_12; public: inline static int32_t get_offset_of_internalEncoding_4() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalEncoding_4)); } inline Encoding_t1523322056 * get_internalEncoding_4() const { return ___internalEncoding_4; } inline Encoding_t1523322056 ** get_address_of_internalEncoding_4() { return &___internalEncoding_4; } inline void set_internalEncoding_4(Encoding_t1523322056 * value) { ___internalEncoding_4 = value; Il2CppCodeGenWriteBarrier((&___internalEncoding_4), value); } inline static int32_t get_offset_of_internalStream_5() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalStream_5)); } inline Stream_t1273022909 * get_internalStream_5() const { return ___internalStream_5; } inline Stream_t1273022909 ** get_address_of_internalStream_5() { return &___internalStream_5; } inline void set_internalStream_5(Stream_t1273022909 * value) { ___internalStream_5 = value; Il2CppCodeGenWriteBarrier((&___internalStream_5), value); } inline static int32_t get_offset_of_iflush_6() { return static_cast(offsetof(StreamWriter_t1266378904, ___iflush_6)); } inline bool get_iflush_6() const { return ___iflush_6; } inline bool* get_address_of_iflush_6() { return &___iflush_6; } inline void set_iflush_6(bool value) { ___iflush_6 = value; } inline static int32_t get_offset_of_byte_buf_7() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_buf_7)); } inline ByteU5BU5D_t4116647657* get_byte_buf_7() const { return ___byte_buf_7; } inline ByteU5BU5D_t4116647657** get_address_of_byte_buf_7() { return &___byte_buf_7; } inline void set_byte_buf_7(ByteU5BU5D_t4116647657* value) { ___byte_buf_7 = value; Il2CppCodeGenWriteBarrier((&___byte_buf_7), value); } inline static int32_t get_offset_of_byte_pos_8() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_pos_8)); } inline int32_t get_byte_pos_8() const { return ___byte_pos_8; } inline int32_t* get_address_of_byte_pos_8() { return &___byte_pos_8; } inline void set_byte_pos_8(int32_t value) { ___byte_pos_8 = value; } inline static int32_t get_offset_of_decode_buf_9() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_buf_9)); } inline CharU5BU5D_t3528271667* get_decode_buf_9() const { return ___decode_buf_9; } inline CharU5BU5D_t3528271667** get_address_of_decode_buf_9() { return &___decode_buf_9; } inline void set_decode_buf_9(CharU5BU5D_t3528271667* value) { ___decode_buf_9 = value; Il2CppCodeGenWriteBarrier((&___decode_buf_9), value); } inline static int32_t get_offset_of_decode_pos_10() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_pos_10)); } inline int32_t get_decode_pos_10() const { return ___decode_pos_10; } inline int32_t* get_address_of_decode_pos_10() { return &___decode_pos_10; } inline void set_decode_pos_10(int32_t value) { ___decode_pos_10 = value; } inline static int32_t get_offset_of_DisposedAlready_11() { return static_cast(offsetof(StreamWriter_t1266378904, ___DisposedAlready_11)); } inline bool get_DisposedAlready_11() const { return ___DisposedAlready_11; } inline bool* get_address_of_DisposedAlready_11() { return &___DisposedAlready_11; } inline void set_DisposedAlready_11(bool value) { ___DisposedAlready_11 = value; } inline static int32_t get_offset_of_preamble_done_12() { return static_cast(offsetof(StreamWriter_t1266378904, ___preamble_done_12)); } inline bool get_preamble_done_12() const { return ___preamble_done_12; } inline bool* get_address_of_preamble_done_12() { return &___preamble_done_12; } inline void set_preamble_done_12(bool value) { ___preamble_done_12 = value; } }; struct StreamWriter_t1266378904_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t1266378904 * ___Null_13; public: inline static int32_t get_offset_of_Null_13() { return static_cast(offsetof(StreamWriter_t1266378904_StaticFields, ___Null_13)); } inline StreamWriter_t1266378904 * get_Null_13() const { return ___Null_13; } inline StreamWriter_t1266378904 ** get_address_of_Null_13() { return &___Null_13; } inline void set_Null_13(StreamWriter_t1266378904 * value) { ___Null_13 = value; Il2CppCodeGenWriteBarrier((&___Null_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMWRITER_T1266378904_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 RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef SYNCHRONIZEDARRAYLISTWRAPPER_T2283757095_H #define SYNCHRONIZEDARRAYLISTWRAPPER_T2283757095_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList/SynchronizedArrayListWrapper struct SynchronizedArrayListWrapper_t2283757095 : public ArrayListWrapper_t240606758 { public: // System.Object System.Collections.ArrayList/SynchronizedArrayListWrapper::m_SyncRoot RuntimeObject * ___m_SyncRoot_6; public: inline static int32_t get_offset_of_m_SyncRoot_6() { return static_cast(offsetof(SynchronizedArrayListWrapper_t2283757095, ___m_SyncRoot_6)); } inline RuntimeObject * get_m_SyncRoot_6() const { return ___m_SyncRoot_6; } inline RuntimeObject ** get_address_of_m_SyncRoot_6() { return &___m_SyncRoot_6; } inline void set_m_SyncRoot_6(RuntimeObject * value) { ___m_SyncRoot_6 = value; Il2CppCodeGenWriteBarrier((&___m_SyncRoot_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYNCHRONIZEDARRAYLISTWRAPPER_T2283757095_H #ifndef FIXEDSIZEARRAYLISTWRAPPER_T220909481_H #define FIXEDSIZEARRAYLISTWRAPPER_T220909481_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList/FixedSizeArrayListWrapper struct FixedSizeArrayListWrapper_t220909481 : public ArrayListWrapper_t240606758 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIXEDSIZEARRAYLISTWRAPPER_T220909481_H #ifndef 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 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 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 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 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 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 TERMINFOSTRINGS_T290279955_H #define TERMINFOSTRINGS_T290279955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TermInfoStrings struct TermInfoStrings_t290279955 { public: // System.Int32 System.TermInfoStrings::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TermInfoStrings_t290279955, ___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 // TERMINFOSTRINGS_T290279955_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 KEYNOTFOUNDEXCEPTION_T2292407383_H #define KEYNOTFOUNDEXCEPTION_T2292407383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_t2292407383 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYNOTFOUNDEXCEPTION_T2292407383_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___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 // FILEACCESS_T1659085276_H #ifndef WINDOWSCONSOLEDRIVER_T3991887195_H #define WINDOWSCONSOLEDRIVER_T3991887195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.WindowsConsoleDriver struct WindowsConsoleDriver_t3991887195 : public RuntimeObject { public: // System.IntPtr System.WindowsConsoleDriver::inputHandle intptr_t ___inputHandle_0; // System.IntPtr System.WindowsConsoleDriver::outputHandle intptr_t ___outputHandle_1; // System.Int16 System.WindowsConsoleDriver::defaultAttribute int16_t ___defaultAttribute_2; public: inline static int32_t get_offset_of_inputHandle_0() { return static_cast(offsetof(WindowsConsoleDriver_t3991887195, ___inputHandle_0)); } inline intptr_t get_inputHandle_0() const { return ___inputHandle_0; } inline intptr_t* get_address_of_inputHandle_0() { return &___inputHandle_0; } inline void set_inputHandle_0(intptr_t value) { ___inputHandle_0 = value; } inline static int32_t get_offset_of_outputHandle_1() { return static_cast(offsetof(WindowsConsoleDriver_t3991887195, ___outputHandle_1)); } inline intptr_t get_outputHandle_1() const { return ___outputHandle_1; } inline intptr_t* get_address_of_outputHandle_1() { return &___outputHandle_1; } inline void set_outputHandle_1(intptr_t value) { ___outputHandle_1 = value; } inline static int32_t get_offset_of_defaultAttribute_2() { return static_cast(offsetof(WindowsConsoleDriver_t3991887195, ___defaultAttribute_2)); } inline int16_t get_defaultAttribute_2() const { return ___defaultAttribute_2; } inline int16_t* get_address_of_defaultAttribute_2() { return &___defaultAttribute_2; } inline void set_defaultAttribute_2(int16_t value) { ___defaultAttribute_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WINDOWSCONSOLEDRIVER_T3991887195_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 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 CONSOLESPECIALKEY_T3452252982_H #define CONSOLESPECIALKEY_T3452252982_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleSpecialKey struct ConsoleSpecialKey_t3452252982 { public: // System.Int32 System.ConsoleSpecialKey::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleSpecialKey_t3452252982, ___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 // CONSOLESPECIALKEY_T3452252982_H #ifndef CONSOLEKEY_T4097401472_H #define CONSOLEKEY_T4097401472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleKey struct ConsoleKey_t4097401472 { public: // System.Int32 System.ConsoleKey::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleKey_t4097401472, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLEKEY_T4097401472_H #ifndef CONSOLECOLOR_T2680034144_H #define CONSOLECOLOR_T2680034144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleColor struct ConsoleColor_t2680034144 { public: // System.Int32 System.ConsoleColor::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleColor_t2680034144, ___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 // CONSOLECOLOR_T2680034144_H #ifndef CONSOLEMODIFIERS_T1471011467_H #define CONSOLEMODIFIERS_T1471011467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleModifiers struct ConsoleModifiers_t1471011467 { public: // System.Int32 System.ConsoleModifiers::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleModifiers_t1471011467, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLEMODIFIERS_T1471011467_H #ifndef NULLSTREAM_T1684893697_H #define NULLSTREAM_T1684893697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.NullStream struct NullStream_t1684893697 : public Stream_t1273022909 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLSTREAM_T1684893697_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 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 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 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 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 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 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 TERMINFODRIVER_T2335718621_H #define TERMINFODRIVER_T2335718621_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TermInfoDriver struct TermInfoDriver_t2335718621 : public RuntimeObject { public: // System.TermInfoReader System.TermInfoDriver::reader TermInfoReader_t3116894478 * ___reader_3; // System.Int32 System.TermInfoDriver::cursorLeft int32_t ___cursorLeft_4; // System.Int32 System.TermInfoDriver::cursorTop int32_t ___cursorTop_5; // System.String System.TermInfoDriver::title String_t* ___title_6; // System.String System.TermInfoDriver::titleFormat String_t* ___titleFormat_7; // System.Boolean System.TermInfoDriver::cursorVisible bool ___cursorVisible_8; // System.String System.TermInfoDriver::csrVisible String_t* ___csrVisible_9; // System.String System.TermInfoDriver::csrInvisible String_t* ___csrInvisible_10; // System.String System.TermInfoDriver::clear String_t* ___clear_11; // System.String System.TermInfoDriver::bell String_t* ___bell_12; // System.String System.TermInfoDriver::term String_t* ___term_13; // System.IO.StreamReader System.TermInfoDriver::stdin StreamReader_t4009935899 * ___stdin_14; // System.IO.CStreamWriter System.TermInfoDriver::stdout CStreamWriter_t3783449173 * ___stdout_15; // System.Int32 System.TermInfoDriver::windowWidth int32_t ___windowWidth_16; // System.Int32 System.TermInfoDriver::windowHeight int32_t ___windowHeight_17; // System.Int32 System.TermInfoDriver::bufferHeight int32_t ___bufferHeight_18; // System.Int32 System.TermInfoDriver::bufferWidth int32_t ___bufferWidth_19; // System.Char[] System.TermInfoDriver::buffer CharU5BU5D_t3528271667* ___buffer_20; // System.Int32 System.TermInfoDriver::readpos int32_t ___readpos_21; // System.Int32 System.TermInfoDriver::writepos int32_t ___writepos_22; // System.String System.TermInfoDriver::keypadXmit String_t* ___keypadXmit_23; // System.String System.TermInfoDriver::keypadLocal String_t* ___keypadLocal_24; // System.Boolean System.TermInfoDriver::inited bool ___inited_25; // System.Object System.TermInfoDriver::initLock RuntimeObject * ___initLock_26; // System.Boolean System.TermInfoDriver::initKeys bool ___initKeys_27; // System.String System.TermInfoDriver::origPair String_t* ___origPair_28; // System.String System.TermInfoDriver::origColors String_t* ___origColors_29; // System.String System.TermInfoDriver::cursorAddress String_t* ___cursorAddress_30; // System.ConsoleColor System.TermInfoDriver::fgcolor int32_t ___fgcolor_31; // System.Boolean System.TermInfoDriver::color16 bool ___color16_32; // System.String System.TermInfoDriver::setlfgcolor String_t* ___setlfgcolor_33; // System.String System.TermInfoDriver::setlbgcolor String_t* ___setlbgcolor_34; // System.String System.TermInfoDriver::setfgcolor String_t* ___setfgcolor_35; // System.String System.TermInfoDriver::setbgcolor String_t* ___setbgcolor_36; // System.Boolean System.TermInfoDriver::noGetPosition bool ___noGetPosition_37; // System.Collections.Hashtable System.TermInfoDriver::keymap Hashtable_t1853889766 * ___keymap_38; // System.ByteMatcher System.TermInfoDriver::rootmap ByteMatcher_t2129355737 * ___rootmap_39; // System.Boolean System.TermInfoDriver::home_1_1 bool ___home_1_1_40; // System.Int32 System.TermInfoDriver::rl_startx int32_t ___rl_startx_41; // System.Int32 System.TermInfoDriver::rl_starty int32_t ___rl_starty_42; // System.Byte[] System.TermInfoDriver::control_characters ByteU5BU5D_t4116647657* ___control_characters_43; // System.Char[] System.TermInfoDriver::echobuf CharU5BU5D_t3528271667* ___echobuf_44; // System.Int32 System.TermInfoDriver::echon int32_t ___echon_45; public: inline static int32_t get_offset_of_reader_3() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___reader_3)); } inline TermInfoReader_t3116894478 * get_reader_3() const { return ___reader_3; } inline TermInfoReader_t3116894478 ** get_address_of_reader_3() { return &___reader_3; } inline void set_reader_3(TermInfoReader_t3116894478 * value) { ___reader_3 = value; Il2CppCodeGenWriteBarrier((&___reader_3), value); } inline static int32_t get_offset_of_cursorLeft_4() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___cursorLeft_4)); } inline int32_t get_cursorLeft_4() const { return ___cursorLeft_4; } inline int32_t* get_address_of_cursorLeft_4() { return &___cursorLeft_4; } inline void set_cursorLeft_4(int32_t value) { ___cursorLeft_4 = value; } inline static int32_t get_offset_of_cursorTop_5() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___cursorTop_5)); } inline int32_t get_cursorTop_5() const { return ___cursorTop_5; } inline int32_t* get_address_of_cursorTop_5() { return &___cursorTop_5; } inline void set_cursorTop_5(int32_t value) { ___cursorTop_5 = value; } inline static int32_t get_offset_of_title_6() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___title_6)); } inline String_t* get_title_6() const { return ___title_6; } inline String_t** get_address_of_title_6() { return &___title_6; } inline void set_title_6(String_t* value) { ___title_6 = value; Il2CppCodeGenWriteBarrier((&___title_6), value); } inline static int32_t get_offset_of_titleFormat_7() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___titleFormat_7)); } inline String_t* get_titleFormat_7() const { return ___titleFormat_7; } inline String_t** get_address_of_titleFormat_7() { return &___titleFormat_7; } inline void set_titleFormat_7(String_t* value) { ___titleFormat_7 = value; Il2CppCodeGenWriteBarrier((&___titleFormat_7), value); } inline static int32_t get_offset_of_cursorVisible_8() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___cursorVisible_8)); } inline bool get_cursorVisible_8() const { return ___cursorVisible_8; } inline bool* get_address_of_cursorVisible_8() { return &___cursorVisible_8; } inline void set_cursorVisible_8(bool value) { ___cursorVisible_8 = value; } inline static int32_t get_offset_of_csrVisible_9() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___csrVisible_9)); } inline String_t* get_csrVisible_9() const { return ___csrVisible_9; } inline String_t** get_address_of_csrVisible_9() { return &___csrVisible_9; } inline void set_csrVisible_9(String_t* value) { ___csrVisible_9 = value; Il2CppCodeGenWriteBarrier((&___csrVisible_9), value); } inline static int32_t get_offset_of_csrInvisible_10() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___csrInvisible_10)); } inline String_t* get_csrInvisible_10() const { return ___csrInvisible_10; } inline String_t** get_address_of_csrInvisible_10() { return &___csrInvisible_10; } inline void set_csrInvisible_10(String_t* value) { ___csrInvisible_10 = value; Il2CppCodeGenWriteBarrier((&___csrInvisible_10), value); } inline static int32_t get_offset_of_clear_11() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___clear_11)); } inline String_t* get_clear_11() const { return ___clear_11; } inline String_t** get_address_of_clear_11() { return &___clear_11; } inline void set_clear_11(String_t* value) { ___clear_11 = value; Il2CppCodeGenWriteBarrier((&___clear_11), value); } inline static int32_t get_offset_of_bell_12() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___bell_12)); } inline String_t* get_bell_12() const { return ___bell_12; } inline String_t** get_address_of_bell_12() { return &___bell_12; } inline void set_bell_12(String_t* value) { ___bell_12 = value; Il2CppCodeGenWriteBarrier((&___bell_12), value); } inline static int32_t get_offset_of_term_13() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___term_13)); } inline String_t* get_term_13() const { return ___term_13; } inline String_t** get_address_of_term_13() { return &___term_13; } inline void set_term_13(String_t* value) { ___term_13 = value; Il2CppCodeGenWriteBarrier((&___term_13), value); } inline static int32_t get_offset_of_stdin_14() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___stdin_14)); } inline StreamReader_t4009935899 * get_stdin_14() const { return ___stdin_14; } inline StreamReader_t4009935899 ** get_address_of_stdin_14() { return &___stdin_14; } inline void set_stdin_14(StreamReader_t4009935899 * value) { ___stdin_14 = value; Il2CppCodeGenWriteBarrier((&___stdin_14), value); } inline static int32_t get_offset_of_stdout_15() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___stdout_15)); } inline CStreamWriter_t3783449173 * get_stdout_15() const { return ___stdout_15; } inline CStreamWriter_t3783449173 ** get_address_of_stdout_15() { return &___stdout_15; } inline void set_stdout_15(CStreamWriter_t3783449173 * value) { ___stdout_15 = value; Il2CppCodeGenWriteBarrier((&___stdout_15), value); } inline static int32_t get_offset_of_windowWidth_16() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___windowWidth_16)); } inline int32_t get_windowWidth_16() const { return ___windowWidth_16; } inline int32_t* get_address_of_windowWidth_16() { return &___windowWidth_16; } inline void set_windowWidth_16(int32_t value) { ___windowWidth_16 = value; } inline static int32_t get_offset_of_windowHeight_17() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___windowHeight_17)); } inline int32_t get_windowHeight_17() const { return ___windowHeight_17; } inline int32_t* get_address_of_windowHeight_17() { return &___windowHeight_17; } inline void set_windowHeight_17(int32_t value) { ___windowHeight_17 = value; } inline static int32_t get_offset_of_bufferHeight_18() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___bufferHeight_18)); } inline int32_t get_bufferHeight_18() const { return ___bufferHeight_18; } inline int32_t* get_address_of_bufferHeight_18() { return &___bufferHeight_18; } inline void set_bufferHeight_18(int32_t value) { ___bufferHeight_18 = value; } inline static int32_t get_offset_of_bufferWidth_19() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___bufferWidth_19)); } inline int32_t get_bufferWidth_19() const { return ___bufferWidth_19; } inline int32_t* get_address_of_bufferWidth_19() { return &___bufferWidth_19; } inline void set_bufferWidth_19(int32_t value) { ___bufferWidth_19 = value; } inline static int32_t get_offset_of_buffer_20() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___buffer_20)); } inline CharU5BU5D_t3528271667* get_buffer_20() const { return ___buffer_20; } inline CharU5BU5D_t3528271667** get_address_of_buffer_20() { return &___buffer_20; } inline void set_buffer_20(CharU5BU5D_t3528271667* value) { ___buffer_20 = value; Il2CppCodeGenWriteBarrier((&___buffer_20), value); } inline static int32_t get_offset_of_readpos_21() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___readpos_21)); } inline int32_t get_readpos_21() const { return ___readpos_21; } inline int32_t* get_address_of_readpos_21() { return &___readpos_21; } inline void set_readpos_21(int32_t value) { ___readpos_21 = value; } inline static int32_t get_offset_of_writepos_22() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___writepos_22)); } inline int32_t get_writepos_22() const { return ___writepos_22; } inline int32_t* get_address_of_writepos_22() { return &___writepos_22; } inline void set_writepos_22(int32_t value) { ___writepos_22 = value; } inline static int32_t get_offset_of_keypadXmit_23() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___keypadXmit_23)); } inline String_t* get_keypadXmit_23() const { return ___keypadXmit_23; } inline String_t** get_address_of_keypadXmit_23() { return &___keypadXmit_23; } inline void set_keypadXmit_23(String_t* value) { ___keypadXmit_23 = value; Il2CppCodeGenWriteBarrier((&___keypadXmit_23), value); } inline static int32_t get_offset_of_keypadLocal_24() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___keypadLocal_24)); } inline String_t* get_keypadLocal_24() const { return ___keypadLocal_24; } inline String_t** get_address_of_keypadLocal_24() { return &___keypadLocal_24; } inline void set_keypadLocal_24(String_t* value) { ___keypadLocal_24 = value; Il2CppCodeGenWriteBarrier((&___keypadLocal_24), value); } inline static int32_t get_offset_of_inited_25() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___inited_25)); } inline bool get_inited_25() const { return ___inited_25; } inline bool* get_address_of_inited_25() { return &___inited_25; } inline void set_inited_25(bool value) { ___inited_25 = value; } inline static int32_t get_offset_of_initLock_26() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___initLock_26)); } inline RuntimeObject * get_initLock_26() const { return ___initLock_26; } inline RuntimeObject ** get_address_of_initLock_26() { return &___initLock_26; } inline void set_initLock_26(RuntimeObject * value) { ___initLock_26 = value; Il2CppCodeGenWriteBarrier((&___initLock_26), value); } inline static int32_t get_offset_of_initKeys_27() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___initKeys_27)); } inline bool get_initKeys_27() const { return ___initKeys_27; } inline bool* get_address_of_initKeys_27() { return &___initKeys_27; } inline void set_initKeys_27(bool value) { ___initKeys_27 = value; } inline static int32_t get_offset_of_origPair_28() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___origPair_28)); } inline String_t* get_origPair_28() const { return ___origPair_28; } inline String_t** get_address_of_origPair_28() { return &___origPair_28; } inline void set_origPair_28(String_t* value) { ___origPair_28 = value; Il2CppCodeGenWriteBarrier((&___origPair_28), value); } inline static int32_t get_offset_of_origColors_29() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___origColors_29)); } inline String_t* get_origColors_29() const { return ___origColors_29; } inline String_t** get_address_of_origColors_29() { return &___origColors_29; } inline void set_origColors_29(String_t* value) { ___origColors_29 = value; Il2CppCodeGenWriteBarrier((&___origColors_29), value); } inline static int32_t get_offset_of_cursorAddress_30() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___cursorAddress_30)); } inline String_t* get_cursorAddress_30() const { return ___cursorAddress_30; } inline String_t** get_address_of_cursorAddress_30() { return &___cursorAddress_30; } inline void set_cursorAddress_30(String_t* value) { ___cursorAddress_30 = value; Il2CppCodeGenWriteBarrier((&___cursorAddress_30), value); } inline static int32_t get_offset_of_fgcolor_31() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___fgcolor_31)); } inline int32_t get_fgcolor_31() const { return ___fgcolor_31; } inline int32_t* get_address_of_fgcolor_31() { return &___fgcolor_31; } inline void set_fgcolor_31(int32_t value) { ___fgcolor_31 = value; } inline static int32_t get_offset_of_color16_32() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___color16_32)); } inline bool get_color16_32() const { return ___color16_32; } inline bool* get_address_of_color16_32() { return &___color16_32; } inline void set_color16_32(bool value) { ___color16_32 = value; } inline static int32_t get_offset_of_setlfgcolor_33() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setlfgcolor_33)); } inline String_t* get_setlfgcolor_33() const { return ___setlfgcolor_33; } inline String_t** get_address_of_setlfgcolor_33() { return &___setlfgcolor_33; } inline void set_setlfgcolor_33(String_t* value) { ___setlfgcolor_33 = value; Il2CppCodeGenWriteBarrier((&___setlfgcolor_33), value); } inline static int32_t get_offset_of_setlbgcolor_34() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setlbgcolor_34)); } inline String_t* get_setlbgcolor_34() const { return ___setlbgcolor_34; } inline String_t** get_address_of_setlbgcolor_34() { return &___setlbgcolor_34; } inline void set_setlbgcolor_34(String_t* value) { ___setlbgcolor_34 = value; Il2CppCodeGenWriteBarrier((&___setlbgcolor_34), value); } inline static int32_t get_offset_of_setfgcolor_35() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setfgcolor_35)); } inline String_t* get_setfgcolor_35() const { return ___setfgcolor_35; } inline String_t** get_address_of_setfgcolor_35() { return &___setfgcolor_35; } inline void set_setfgcolor_35(String_t* value) { ___setfgcolor_35 = value; Il2CppCodeGenWriteBarrier((&___setfgcolor_35), value); } inline static int32_t get_offset_of_setbgcolor_36() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setbgcolor_36)); } inline String_t* get_setbgcolor_36() const { return ___setbgcolor_36; } inline String_t** get_address_of_setbgcolor_36() { return &___setbgcolor_36; } inline void set_setbgcolor_36(String_t* value) { ___setbgcolor_36 = value; Il2CppCodeGenWriteBarrier((&___setbgcolor_36), value); } inline static int32_t get_offset_of_noGetPosition_37() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___noGetPosition_37)); } inline bool get_noGetPosition_37() const { return ___noGetPosition_37; } inline bool* get_address_of_noGetPosition_37() { return &___noGetPosition_37; } inline void set_noGetPosition_37(bool value) { ___noGetPosition_37 = value; } inline static int32_t get_offset_of_keymap_38() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___keymap_38)); } inline Hashtable_t1853889766 * get_keymap_38() const { return ___keymap_38; } inline Hashtable_t1853889766 ** get_address_of_keymap_38() { return &___keymap_38; } inline void set_keymap_38(Hashtable_t1853889766 * value) { ___keymap_38 = value; Il2CppCodeGenWriteBarrier((&___keymap_38), value); } inline static int32_t get_offset_of_rootmap_39() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___rootmap_39)); } inline ByteMatcher_t2129355737 * get_rootmap_39() const { return ___rootmap_39; } inline ByteMatcher_t2129355737 ** get_address_of_rootmap_39() { return &___rootmap_39; } inline void set_rootmap_39(ByteMatcher_t2129355737 * value) { ___rootmap_39 = value; Il2CppCodeGenWriteBarrier((&___rootmap_39), value); } inline static int32_t get_offset_of_home_1_1_40() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___home_1_1_40)); } inline bool get_home_1_1_40() const { return ___home_1_1_40; } inline bool* get_address_of_home_1_1_40() { return &___home_1_1_40; } inline void set_home_1_1_40(bool value) { ___home_1_1_40 = value; } inline static int32_t get_offset_of_rl_startx_41() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___rl_startx_41)); } inline int32_t get_rl_startx_41() const { return ___rl_startx_41; } inline int32_t* get_address_of_rl_startx_41() { return &___rl_startx_41; } inline void set_rl_startx_41(int32_t value) { ___rl_startx_41 = value; } inline static int32_t get_offset_of_rl_starty_42() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___rl_starty_42)); } inline int32_t get_rl_starty_42() const { return ___rl_starty_42; } inline int32_t* get_address_of_rl_starty_42() { return &___rl_starty_42; } inline void set_rl_starty_42(int32_t value) { ___rl_starty_42 = value; } inline static int32_t get_offset_of_control_characters_43() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___control_characters_43)); } inline ByteU5BU5D_t4116647657* get_control_characters_43() const { return ___control_characters_43; } inline ByteU5BU5D_t4116647657** get_address_of_control_characters_43() { return &___control_characters_43; } inline void set_control_characters_43(ByteU5BU5D_t4116647657* value) { ___control_characters_43 = value; Il2CppCodeGenWriteBarrier((&___control_characters_43), value); } inline static int32_t get_offset_of_echobuf_44() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___echobuf_44)); } inline CharU5BU5D_t3528271667* get_echobuf_44() const { return ___echobuf_44; } inline CharU5BU5D_t3528271667** get_address_of_echobuf_44() { return &___echobuf_44; } inline void set_echobuf_44(CharU5BU5D_t3528271667* value) { ___echobuf_44 = value; Il2CppCodeGenWriteBarrier((&___echobuf_44), value); } inline static int32_t get_offset_of_echon_45() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___echon_45)); } inline int32_t get_echon_45() const { return ___echon_45; } inline int32_t* get_address_of_echon_45() { return &___echon_45; } inline void set_echon_45(int32_t value) { ___echon_45 = value; } }; struct TermInfoDriver_t2335718621_StaticFields { public: // System.Int32* System.TermInfoDriver::native_terminal_size int32_t* ___native_terminal_size_0; // System.Int32 System.TermInfoDriver::terminal_size int32_t ___terminal_size_1; // System.String[] System.TermInfoDriver::locations StringU5BU5D_t1281789340* ___locations_2; // System.TermInfoStrings[] System.TermInfoDriver::UsedKeys TermInfoStringsU5BU5D_t4121115714* ___UsedKeys_46; public: inline static int32_t get_offset_of_native_terminal_size_0() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___native_terminal_size_0)); } inline int32_t* get_native_terminal_size_0() const { return ___native_terminal_size_0; } inline int32_t** get_address_of_native_terminal_size_0() { return &___native_terminal_size_0; } inline void set_native_terminal_size_0(int32_t* value) { ___native_terminal_size_0 = value; } inline static int32_t get_offset_of_terminal_size_1() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___terminal_size_1)); } inline int32_t get_terminal_size_1() const { return ___terminal_size_1; } inline int32_t* get_address_of_terminal_size_1() { return &___terminal_size_1; } inline void set_terminal_size_1(int32_t value) { ___terminal_size_1 = value; } inline static int32_t get_offset_of_locations_2() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___locations_2)); } inline StringU5BU5D_t1281789340* get_locations_2() const { return ___locations_2; } inline StringU5BU5D_t1281789340** get_address_of_locations_2() { return &___locations_2; } inline void set_locations_2(StringU5BU5D_t1281789340* value) { ___locations_2 = value; Il2CppCodeGenWriteBarrier((&___locations_2), value); } inline static int32_t get_offset_of_UsedKeys_46() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___UsedKeys_46)); } inline TermInfoStringsU5BU5D_t4121115714* get_UsedKeys_46() const { return ___UsedKeys_46; } inline TermInfoStringsU5BU5D_t4121115714** get_address_of_UsedKeys_46() { return &___UsedKeys_46; } inline void set_UsedKeys_46(TermInfoStringsU5BU5D_t4121115714* value) { ___UsedKeys_46 = value; Il2CppCodeGenWriteBarrier((&___UsedKeys_46), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TERMINFODRIVER_T2335718621_H #ifndef READONLYARRAYLISTWRAPPER_T3401315650_H #define READONLYARRAYLISTWRAPPER_T3401315650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList/ReadOnlyArrayListWrapper struct ReadOnlyArrayListWrapper_t3401315650 : public FixedSizeArrayListWrapper_t220909481 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYARRAYLISTWRAPPER_T3401315650_H #ifndef 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 UNEXCEPTIONALSTREAMREADER_T2154476246_H #define UNEXCEPTIONALSTREAMREADER_T2154476246_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.UnexceptionalStreamReader struct UnexceptionalStreamReader_t2154476246 : public StreamReader_t4009935899 { public: public: }; struct UnexceptionalStreamReader_t2154476246_StaticFields { public: // System.Boolean[] System.IO.UnexceptionalStreamReader::newline BooleanU5BU5D_t2897418192* ___newline_15; // System.Char System.IO.UnexceptionalStreamReader::newlineChar Il2CppChar ___newlineChar_16; public: inline static int32_t get_offset_of_newline_15() { return static_cast(offsetof(UnexceptionalStreamReader_t2154476246_StaticFields, ___newline_15)); } inline BooleanU5BU5D_t2897418192* get_newline_15() const { return ___newline_15; } inline BooleanU5BU5D_t2897418192** get_address_of_newline_15() { return &___newline_15; } inline void set_newline_15(BooleanU5BU5D_t2897418192* value) { ___newline_15 = value; Il2CppCodeGenWriteBarrier((&___newline_15), value); } inline static int32_t get_offset_of_newlineChar_16() { return static_cast(offsetof(UnexceptionalStreamReader_t2154476246_StaticFields, ___newlineChar_16)); } inline Il2CppChar get_newlineChar_16() const { return ___newlineChar_16; } inline Il2CppChar* get_address_of_newlineChar_16() { return &___newlineChar_16; } inline void set_newlineChar_16(Il2CppChar value) { ___newlineChar_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNEXCEPTIONALSTREAMREADER_T2154476246_H #ifndef CSTREAMREADER_T1059740272_H #define CSTREAMREADER_T1059740272_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.CStreamReader struct CStreamReader_t1059740272 : public StreamReader_t4009935899 { public: // System.TermInfoDriver System.IO.CStreamReader::driver TermInfoDriver_t2335718621 * ___driver_15; public: inline static int32_t get_offset_of_driver_15() { return static_cast(offsetof(CStreamReader_t1059740272, ___driver_15)); } inline TermInfoDriver_t2335718621 * get_driver_15() const { return ___driver_15; } inline TermInfoDriver_t2335718621 ** get_address_of_driver_15() { return &___driver_15; } inline void set_driver_15(TermInfoDriver_t2335718621 * value) { ___driver_15 = value; Il2CppCodeGenWriteBarrier((&___driver_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTREAMREADER_T1059740272_H #ifndef CSTREAMWRITER_T3783449173_H #define CSTREAMWRITER_T3783449173_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.CStreamWriter struct CStreamWriter_t3783449173 : public StreamWriter_t1266378904 { public: // System.TermInfoDriver System.IO.CStreamWriter::driver TermInfoDriver_t2335718621 * ___driver_14; public: inline static int32_t get_offset_of_driver_14() { return static_cast(offsetof(CStreamWriter_t3783449173, ___driver_14)); } inline TermInfoDriver_t2335718621 * get_driver_14() const { return ___driver_14; } inline TermInfoDriver_t2335718621 ** get_address_of_driver_14() { return &___driver_14; } inline void set_driver_14(TermInfoDriver_t2335718621 * value) { ___driver_14 = value; Il2CppCodeGenWriteBarrier((&___driver_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTREAMWRITER_T3783449173_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_2; // System.Boolean System.IO.FileStream::owner bool ___owner_3; // System.Boolean System.IO.FileStream::async bool ___async_4; // System.Boolean System.IO.FileStream::canseek bool ___canseek_5; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_6; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_7; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_8; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_9; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_10; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_11; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_12; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_13; // System.String System.IO.FileStream::name String_t* ___name_14; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_15; public: inline static int32_t get_offset_of_access_2() { return static_cast(offsetof(FileStream_t4292183065, ___access_2)); } inline int32_t get_access_2() const { return ___access_2; } inline int32_t* get_address_of_access_2() { return &___access_2; } inline void set_access_2(int32_t value) { ___access_2 = value; } inline static int32_t get_offset_of_owner_3() { return static_cast(offsetof(FileStream_t4292183065, ___owner_3)); } inline bool get_owner_3() const { return ___owner_3; } inline bool* get_address_of_owner_3() { return &___owner_3; } inline void set_owner_3(bool value) { ___owner_3 = value; } inline static int32_t get_offset_of_async_4() { return static_cast(offsetof(FileStream_t4292183065, ___async_4)); } inline bool get_async_4() const { return ___async_4; } inline bool* get_address_of_async_4() { return &___async_4; } inline void set_async_4(bool value) { ___async_4 = value; } inline static int32_t get_offset_of_canseek_5() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_5)); } inline bool get_canseek_5() const { return ___canseek_5; } inline bool* get_address_of_canseek_5() { return &___canseek_5; } inline void set_canseek_5(bool value) { ___canseek_5 = value; } inline static int32_t get_offset_of_append_startpos_6() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_6)); } inline int64_t get_append_startpos_6() const { return ___append_startpos_6; } inline int64_t* get_address_of_append_startpos_6() { return &___append_startpos_6; } inline void set_append_startpos_6(int64_t value) { ___append_startpos_6 = value; } inline static int32_t get_offset_of_anonymous_7() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_7)); } inline bool get_anonymous_7() const { return ___anonymous_7; } inline bool* get_address_of_anonymous_7() { return &___anonymous_7; } inline void set_anonymous_7(bool value) { ___anonymous_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_8)); } inline ByteU5BU5D_t4116647657* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_t4116647657** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_t4116647657* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((&___buf_8), value); } inline static int32_t get_offset_of_buf_size_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_9)); } inline int32_t get_buf_size_9() const { return ___buf_size_9; } inline int32_t* get_address_of_buf_size_9() { return &___buf_size_9; } inline void set_buf_size_9(int32_t value) { ___buf_size_9 = value; } inline static int32_t get_offset_of_buf_length_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_10)); } inline int32_t get_buf_length_10() const { return ___buf_length_10; } inline int32_t* get_address_of_buf_length_10() { return &___buf_length_10; } inline void set_buf_length_10(int32_t value) { ___buf_length_10 = value; } inline static int32_t get_offset_of_buf_offset_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_11)); } inline int32_t get_buf_offset_11() const { return ___buf_offset_11; } inline int32_t* get_address_of_buf_offset_11() { return &___buf_offset_11; } inline void set_buf_offset_11(int32_t value) { ___buf_offset_11 = value; } inline static int32_t get_offset_of_buf_dirty_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_12)); } inline bool get_buf_dirty_12() const { return ___buf_dirty_12; } inline bool* get_address_of_buf_dirty_12() { return &___buf_dirty_12; } inline void set_buf_dirty_12(bool value) { ___buf_dirty_12 = value; } inline static int32_t get_offset_of_buf_start_13() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_13)); } inline int64_t get_buf_start_13() const { return ___buf_start_13; } inline int64_t* get_address_of_buf_start_13() { return &___buf_start_13; } inline void set_buf_start_13(int64_t value) { ___buf_start_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(FileStream_t4292183065, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((&___name_14), value); } inline static int32_t get_offset_of_handle_15() { return static_cast(offsetof(FileStream_t4292183065, ___handle_15)); } inline intptr_t get_handle_15() const { return ___handle_15; } inline intptr_t* get_address_of_handle_15() { return &___handle_15; } inline void set_handle_15(intptr_t value) { ___handle_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_H #ifndef CONSOLEKEYINFO_T1802691652_H #define CONSOLEKEYINFO_T1802691652_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652 { public: // System.ConsoleKey System.ConsoleKeyInfo::key int32_t ___key_1; // System.Char System.ConsoleKeyInfo::keychar Il2CppChar ___keychar_2; // System.ConsoleModifiers System.ConsoleKeyInfo::modifiers int32_t ___modifiers_3; public: inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___key_1)); } inline int32_t get_key_1() const { return ___key_1; } inline int32_t* get_address_of_key_1() { return &___key_1; } inline void set_key_1(int32_t value) { ___key_1 = value; } inline static int32_t get_offset_of_keychar_2() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___keychar_2)); } inline Il2CppChar get_keychar_2() const { return ___keychar_2; } inline Il2CppChar* get_address_of_keychar_2() { return &___keychar_2; } inline void set_keychar_2(Il2CppChar value) { ___keychar_2 = value; } inline static int32_t get_offset_of_modifiers_3() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___modifiers_3)); } inline int32_t get_modifiers_3() const { return ___modifiers_3; } inline int32_t* get_address_of_modifiers_3() { return &___modifiers_3; } inline void set_modifiers_3(int32_t value) { ___modifiers_3 = value; } }; struct ConsoleKeyInfo_t1802691652_StaticFields { public: // System.ConsoleKeyInfo System.ConsoleKeyInfo::Empty ConsoleKeyInfo_t1802691652 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652_StaticFields, ___Empty_0)); } inline ConsoleKeyInfo_t1802691652 get_Empty_0() const { return ___Empty_0; } inline ConsoleKeyInfo_t1802691652 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(ConsoleKeyInfo_t1802691652 value) { ___Empty_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652_marshaled_pinvoke { int32_t ___key_1; uint8_t ___keychar_2; int32_t ___modifiers_3; }; // Native definition for COM marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652_marshaled_com { int32_t ___key_1; uint8_t ___keychar_2; int32_t ___modifiers_3; }; #endif // CONSOLEKEYINFO_T1802691652_H #ifndef ENUMERATOR_T3548462377_H #define ENUMERATOR_T3548462377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.SortedList/Enumerator struct Enumerator_t3548462377 : public RuntimeObject { public: // System.Collections.SortedList System.Collections.SortedList/Enumerator::host SortedList_t2427694641 * ___host_0; // System.Int32 System.Collections.SortedList/Enumerator::stamp int32_t ___stamp_1; // System.Int32 System.Collections.SortedList/Enumerator::pos int32_t ___pos_2; // System.Int32 System.Collections.SortedList/Enumerator::size int32_t ___size_3; // System.Collections.SortedList/EnumeratorMode System.Collections.SortedList/Enumerator::mode int32_t ___mode_4; // System.Object System.Collections.SortedList/Enumerator::currentKey RuntimeObject * ___currentKey_5; // System.Object System.Collections.SortedList/Enumerator::currentValue RuntimeObject * ___currentValue_6; // System.Boolean System.Collections.SortedList/Enumerator::invalid bool ___invalid_7; public: inline static int32_t get_offset_of_host_0() { return static_cast(offsetof(Enumerator_t3548462377, ___host_0)); } inline SortedList_t2427694641 * get_host_0() const { return ___host_0; } inline SortedList_t2427694641 ** get_address_of_host_0() { return &___host_0; } inline void set_host_0(SortedList_t2427694641 * value) { ___host_0 = value; Il2CppCodeGenWriteBarrier((&___host_0), value); } inline static int32_t get_offset_of_stamp_1() { return static_cast(offsetof(Enumerator_t3548462377, ___stamp_1)); } inline int32_t get_stamp_1() const { return ___stamp_1; } inline int32_t* get_address_of_stamp_1() { return &___stamp_1; } inline void set_stamp_1(int32_t value) { ___stamp_1 = value; } inline static int32_t get_offset_of_pos_2() { return static_cast(offsetof(Enumerator_t3548462377, ___pos_2)); } inline int32_t get_pos_2() const { return ___pos_2; } inline int32_t* get_address_of_pos_2() { return &___pos_2; } inline void set_pos_2(int32_t value) { ___pos_2 = value; } inline static int32_t get_offset_of_size_3() { return static_cast(offsetof(Enumerator_t3548462377, ___size_3)); } inline int32_t get_size_3() const { return ___size_3; } inline int32_t* get_address_of_size_3() { return &___size_3; } inline void set_size_3(int32_t value) { ___size_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(Enumerator_t3548462377, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_currentKey_5() { return static_cast(offsetof(Enumerator_t3548462377, ___currentKey_5)); } inline RuntimeObject * get_currentKey_5() const { return ___currentKey_5; } inline RuntimeObject ** get_address_of_currentKey_5() { return &___currentKey_5; } inline void set_currentKey_5(RuntimeObject * value) { ___currentKey_5 = value; Il2CppCodeGenWriteBarrier((&___currentKey_5), value); } inline static int32_t get_offset_of_currentValue_6() { return static_cast(offsetof(Enumerator_t3548462377, ___currentValue_6)); } inline RuntimeObject * get_currentValue_6() const { return ___currentValue_6; } inline RuntimeObject ** get_address_of_currentValue_6() { return &___currentValue_6; } inline void set_currentValue_6(RuntimeObject * value) { ___currentValue_6 = value; Il2CppCodeGenWriteBarrier((&___currentValue_6), value); } inline static int32_t get_offset_of_invalid_7() { return static_cast(offsetof(Enumerator_t3548462377, ___invalid_7)); } inline bool get_invalid_7() const { return ___invalid_7; } inline bool* get_address_of_invalid_7() { return &___invalid_7; } inline void set_invalid_7(bool value) { ___invalid_7 = value; } }; struct Enumerator_t3548462377_StaticFields { public: // System.String System.Collections.SortedList/Enumerator::xstr String_t* ___xstr_8; public: inline static int32_t get_offset_of_xstr_8() { return static_cast(offsetof(Enumerator_t3548462377_StaticFields, ___xstr_8)); } inline String_t* get_xstr_8() const { return ___xstr_8; } inline String_t** get_address_of_xstr_8() { return &___xstr_8; } inline void set_xstr_8(String_t* value) { ___xstr_8 = value; Il2CppCodeGenWriteBarrier((&___xstr_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3548462377_H #ifndef ENUMERATOR_T661358686_H #define ENUMERATOR_T661358686_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable/Enumerator struct Enumerator_t661358686 : public RuntimeObject { public: // System.Collections.Hashtable System.Collections.Hashtable/Enumerator::host Hashtable_t1853889766 * ___host_0; // System.Int32 System.Collections.Hashtable/Enumerator::stamp int32_t ___stamp_1; // System.Int32 System.Collections.Hashtable/Enumerator::pos int32_t ___pos_2; // System.Int32 System.Collections.Hashtable/Enumerator::size int32_t ___size_3; // System.Collections.Hashtable/EnumeratorMode System.Collections.Hashtable/Enumerator::mode int32_t ___mode_4; // System.Object System.Collections.Hashtable/Enumerator::currentKey RuntimeObject * ___currentKey_5; // System.Object System.Collections.Hashtable/Enumerator::currentValue RuntimeObject * ___currentValue_6; public: inline static int32_t get_offset_of_host_0() { return static_cast(offsetof(Enumerator_t661358686, ___host_0)); } inline Hashtable_t1853889766 * get_host_0() const { return ___host_0; } inline Hashtable_t1853889766 ** get_address_of_host_0() { return &___host_0; } inline void set_host_0(Hashtable_t1853889766 * value) { ___host_0 = value; Il2CppCodeGenWriteBarrier((&___host_0), value); } inline static int32_t get_offset_of_stamp_1() { return static_cast(offsetof(Enumerator_t661358686, ___stamp_1)); } inline int32_t get_stamp_1() const { return ___stamp_1; } inline int32_t* get_address_of_stamp_1() { return &___stamp_1; } inline void set_stamp_1(int32_t value) { ___stamp_1 = value; } inline static int32_t get_offset_of_pos_2() { return static_cast(offsetof(Enumerator_t661358686, ___pos_2)); } inline int32_t get_pos_2() const { return ___pos_2; } inline int32_t* get_address_of_pos_2() { return &___pos_2; } inline void set_pos_2(int32_t value) { ___pos_2 = value; } inline static int32_t get_offset_of_size_3() { return static_cast(offsetof(Enumerator_t661358686, ___size_3)); } inline int32_t get_size_3() const { return ___size_3; } inline int32_t* get_address_of_size_3() { return &___size_3; } inline void set_size_3(int32_t value) { ___size_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(Enumerator_t661358686, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_currentKey_5() { return static_cast(offsetof(Enumerator_t661358686, ___currentKey_5)); } inline RuntimeObject * get_currentKey_5() const { return ___currentKey_5; } inline RuntimeObject ** get_address_of_currentKey_5() { return &___currentKey_5; } inline void set_currentKey_5(RuntimeObject * value) { ___currentKey_5 = value; Il2CppCodeGenWriteBarrier((&___currentKey_5), value); } inline static int32_t get_offset_of_currentValue_6() { return static_cast(offsetof(Enumerator_t661358686, ___currentValue_6)); } inline RuntimeObject * get_currentValue_6() const { return ___currentValue_6; } inline RuntimeObject ** get_address_of_currentValue_6() { return &___currentValue_6; } inline void set_currentValue_6(RuntimeObject * value) { ___currentValue_6 = value; Il2CppCodeGenWriteBarrier((&___currentValue_6), value); } }; struct Enumerator_t661358686_StaticFields { public: // System.String System.Collections.Hashtable/Enumerator::xstr String_t* ___xstr_7; public: inline static int32_t get_offset_of_xstr_7() { return static_cast(offsetof(Enumerator_t661358686_StaticFields, ___xstr_7)); } inline String_t* get_xstr_7() const { return ___xstr_7; } inline String_t** get_address_of_xstr_7() { return &___xstr_7; } inline void set_xstr_7(String_t* value) { ___xstr_7 = value; Il2CppCodeGenWriteBarrier((&___xstr_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T661358686_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 CONSOLECANCELEVENTARGS_T3423053037_H #define CONSOLECANCELEVENTARGS_T3423053037_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleCancelEventArgs struct ConsoleCancelEventArgs_t3423053037 : public EventArgs_t3591816995 { public: // System.Boolean System.ConsoleCancelEventArgs::cancel bool ___cancel_1; // System.ConsoleSpecialKey System.ConsoleCancelEventArgs::specialKey int32_t ___specialKey_2; public: inline static int32_t get_offset_of_cancel_1() { return static_cast(offsetof(ConsoleCancelEventArgs_t3423053037, ___cancel_1)); } inline bool get_cancel_1() const { return ___cancel_1; } inline bool* get_address_of_cancel_1() { return &___cancel_1; } inline void set_cancel_1(bool value) { ___cancel_1 = value; } inline static int32_t get_offset_of_specialKey_2() { return static_cast(offsetof(ConsoleCancelEventArgs_t3423053037, ___specialKey_2)); } inline int32_t get_specialKey_2() const { return ___specialKey_2; } inline int32_t* get_address_of_specialKey_2() { return &___specialKey_2; } inline void set_specialKey_2(int32_t value) { ___specialKey_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLECANCELEVENTARGS_T3423053037_H #ifndef UNEXCEPTIONALSTREAMWRITER_T2539306459_H #define UNEXCEPTIONALSTREAMWRITER_T2539306459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.UnexceptionalStreamWriter struct UnexceptionalStreamWriter_t2539306459 : public StreamWriter_t1266378904 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNEXCEPTIONALSTREAMWRITER_T2539306459_H #ifndef INTERNALCANCELHANDLER_T872516951_H #define INTERNALCANCELHANDLER_T872516951_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Console/InternalCancelHandler struct InternalCancelHandler_t872516951 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTERNALCANCELHANDLER_T872516951_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 #ifndef CONSOLECANCELEVENTHANDLER_T3919940372_H #define CONSOLECANCELEVENTHANDLER_T3919940372_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleCancelEventHandler struct ConsoleCancelEventHandler_t3919940372 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLECANCELEVENTHANDLER_T3919940372_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 // 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.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.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.Boolean[] struct BooleanU5BU5D_t2897418192 : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099 : public RuntimeArray { public: ALIGN_FIELD (8) Slot_t3975888750 m_Items[1]; public: inline Slot_t3975888750 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Slot_t3975888750 * 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, Slot_t3975888750 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Slot_t3975888750 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Slot_t3975888750 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Slot_t3975888750 value) { m_Items[index] = value; } }; // System.Collections.SortedList/Slot[] struct SlotU5BU5D_t227397015 : public RuntimeArray { public: ALIGN_FIELD (8) Slot_t384495010 m_Items[1]; public: inline Slot_t384495010 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Slot_t384495010 * 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, Slot_t384495010 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Slot_t384495010 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Slot_t384495010 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Slot_t384495010 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.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.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.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m828474689_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, RuntimeObject * p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_m440635289_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 System.Buffer::ByteLengthInternal(System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Buffer_ByteLengthInternal_m1388208719 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3374010885 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.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.Boolean System.Buffer::BlockCopyInternal(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Buffer_BlockCopyInternal_m418318694 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___src_offset1, RuntimeArray * ___dest2, int32_t ___dest_offset3, int32_t ___count4, const RuntimeMethod* method); // System.Int32 System.Buffer::ByteLength(System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Buffer_ByteLength_m2639516074 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Object System.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.Byte::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Byte_System_IConvertible_ToType_m2251112646 (uint8_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2984378204 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Boolean System.Byte::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Byte_System_IConvertible_ToBoolean_m2888023769 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Byte::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_System_IConvertible_ToByte_m162267264 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Byte) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m2532412511 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Char System.Byte::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Byte_System_IConvertible_ToChar_m2173687830 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m1807554410 (InvalidCastException_t3927145244 * __this, const RuntimeMethod* method); // System.DateTime System.Byte::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Byte_System_IConvertible_ToDateTime_m3654084722 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Byte) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m3209124080 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Decimal System.Byte::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Byte_System_IConvertible_ToDecimal_m3746192770 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Byte) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m3124823876 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Double System.Byte::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Byte_System_IConvertible_ToDouble_m1540319472 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Byte) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m701474428 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Int16 System.Byte::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Byte_System_IConvertible_ToInt16_m4136764794 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2505564049 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Int32 System.Byte::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_System_IConvertible_ToInt32_m3495522413 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Byte) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m395638860 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Int64 System.Byte::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Byte_System_IConvertible_ToInt64_m285584218 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m717245755 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.SByte System.Byte::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Byte_System_IConvertible_ToSByte_m1869482168 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Byte) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m2769033141 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.Single System.Byte::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Byte_System_IConvertible_ToSingle_m324484566 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m4064261444 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Byte::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Byte_System_IConvertible_ToUInt16_m1879180133 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m360864467 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Byte::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Byte_System_IConvertible_ToUInt32_m1049546902 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m2652538228 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Byte::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Byte_System_IConvertible_ToUInt64_m371883985 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Byte::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m4285128861 (uint8_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Byte::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Byte_Equals_m1161982810 (uint8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Byte::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Byte_GetHashCode_m850171870 (uint8_t* __this, const RuntimeMethod* method); // System.Int32 System.Byte::CompareTo(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m4207847027 (uint8_t* __this, uint8_t ___value0, const RuntimeMethod* method); // System.Boolean System.Byte::Equals(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Byte_Equals_m2522165325 (uint8_t* __this, uint8_t ___obj0, const RuntimeMethod* method); // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m3200377149 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.UInt32 System.UInt32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m3755665066 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m694321376 (OverflowException_t2020128637 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Byte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Byte_TryParse_m1467448483 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint8_t* ___result3, const RuntimeMethod* method); // System.Boolean System.UInt32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32&) extern "C" IL2CPP_METHOD_ATTR bool UInt32_TryParse_m535404612 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint32_t* ___result3, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.Int32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m1790947760 (RuntimeObject * __this /* static, unused */, int32_t ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method); // System.String System.Byte::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m721125428 (uint8_t* __this, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m4063101981 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m2335342258 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.String,System.Byte,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m3726402804 (RuntimeObject * __this /* static, unused */, String_t* ___format0, uint8_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __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.Char::GetDataTablePointers(System.Byte*&,System.Byte*&,System.Double*&,System.UInt16*&,System.UInt16*&,System.UInt16*&,System.UInt16*&) extern "C" IL2CPP_METHOD_ATTR void Char_GetDataTablePointers_m754571594 (RuntimeObject * __this /* static, unused */, uint8_t** ___category_data0, uint8_t** ___numeric_data1, double** ___numeric_data_values2, uint16_t** ___to_lower_data_low3, uint16_t** ___to_lower_data_high4, uint16_t** ___to_upper_data_low5, uint16_t** ___to_upper_data_high6, const RuntimeMethod* method); // System.Object System.Char::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Char_System_IConvertible_ToType_m4138905176 (Il2CppChar* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Char::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Char_System_IConvertible_ToBoolean_m309214875 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Char) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m143827699 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.Byte System.Char::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Char_System_IConvertible_ToByte_m2347554595 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Char::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_System_IConvertible_ToChar_m3578899883 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Char::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Char_System_IConvertible_ToDateTime_m3564102661 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Char::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Char_System_IConvertible_ToDecimal_m3534906463 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Char::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Char_System_IConvertible_ToDouble_m3575321888 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Char) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m3018161032 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int16 System.Char::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Char_System_IConvertible_ToInt16_m975497224 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1876369743 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int32 System.Char::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Char_System_IConvertible_ToInt32_m1777243200 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Char) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3122543124 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int64 System.Char::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Char_System_IConvertible_ToInt64_m1630543716 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Char) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m1350241137 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.SByte System.Char::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Char_System_IConvertible_ToSByte_m973063527 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Char::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Char_System_IConvertible_ToSingle_m2690985411 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Char) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m2952781888 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.UInt16 System.Char::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Char_System_IConvertible_ToUInt16_m2449138174 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Char) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m3188121845 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.UInt32 System.Char::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Char_System_IConvertible_ToUInt32_m3901815580 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Char) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m3102114524 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.UInt64 System.Char::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Char_System_IConvertible_ToUInt64_m3536560782 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Char::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Char_CompareTo_m42489266 (Il2CppChar* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Char::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Char_Equals_m1279957088 (Il2CppChar* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Char::CompareTo(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Char_CompareTo_m1035527789 (Il2CppChar* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Boolean System.Char::Equals(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_Equals_m198757577 (Il2CppChar* __this, Il2CppChar ___obj0, const RuntimeMethod* method); // System.Int32 System.Char::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetHashCode_m2163065211 (Il2CppChar* __this, const RuntimeMethod* method); // System.Void System.Char::CheckParameter(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Char_CheckParameter_m4114020212 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m3646673943 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m3494175785 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.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.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.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.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.String System.String::CreateString(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m1262864254 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.String System.Char::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m278452217 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.CharEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Il2CppChar CharEnumerator_get_Current_m525608209 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.CharEnumerator::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CharEnumerator__ctor_m3465358752 (CharEnumerator_t1121470421 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m3448755881 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.RankException::.ctor() extern "C" IL2CPP_METHOD_ATTR void RankException__ctor_m4082747811 (RankException_t3812021567 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::ThrowNewArgumentOutOfRangeException(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888 (RuntimeObject * __this /* static, unused */, String_t* ___name0, RuntimeObject * ___actual1, String_t* ___message2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m2231608178 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_EnsureCapacity_m3016383533 (ArrayList_t2718874744 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) #define Array_IndexOf_TisRuntimeObject_m828474689(__this /* static, unused */, p0, p1, p2, p3, method) (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m828474689_gshared)(__this /* static, unused */, p0, p1, p2, p3, method) // System.Void System.Collections.ArrayList::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_Shift_m395607654 (ArrayList_t2718874744 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.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.Void System.Collections.ArrayList/SimpleEnumerator::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void SimpleEnumerator__ctor_m917940076 (SimpleEnumerator_t4287166116 * __this, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Int32,System.Int32) #define Array_Sort_TisRuntimeObject_m440635289(__this /* static, unused */, p0, p1, p2, method) (( void (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, int32_t, int32_t, const RuntimeMethod*))Array_Sort_TisRuntimeObject_m440635289_gshared)(__this /* static, unused */, p0, p1, p2, method) // System.Void System.Array::Sort(System.Array,System.Int32,System.Int32,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m182264525 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2750085942 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Object[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m2075768692 (ArrayList_t2718874744 * __this, ObjectU5BU5D_t2843939325* ___array0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m4164965325 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper__ctor_m3368338124 (SynchronizedArrayListWrapper_t2283757095 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList/ReadOnlyArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyArrayListWrapper__ctor_m1527708879 (ReadOnlyArrayListWrapper_t3401315650 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList/ArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper__ctor_m970192266 (ArrayListWrapper_t240606758 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method); // System.Int32 System.Collections.ArrayList/ArrayListWrapper::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_get_Capacity_m51087796 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method); // System.Void System.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.Collections.ArrayList/FixedSizeArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper__ctor_m3150386652 (FixedSizeArrayListWrapper_t220909481 * __this, ArrayList_t2718874744 * ___innerList0, const RuntimeMethod* method); // System.String System.Collections.ArrayList/ReadOnlyArrayListWrapper::get_ErrorMessage() extern "C" IL2CPP_METHOD_ATTR String_t* ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994 (ReadOnlyArrayListWrapper_t3401315650 * __this, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __this, 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.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Collections.BitArray::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool BitArray_Get_m1610855460 (BitArray_t4087883509 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.BitArray::Set(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BitArray_Set_m2486900776 (BitArray_t4087883509 * __this, int32_t ___index0, bool ___value1, const RuntimeMethod* method); // System.Void System.Collections.BitArray::.ctor(System.Collections.BitArray) extern "C" IL2CPP_METHOD_ATTR void BitArray__ctor_m2765908219 (BitArray_t4087883509 * __this, BitArray_t4087883509 * ___bits0, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.BitArray::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool BitArray_get_Item_m2970562587 (BitArray_t4087883509 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Byte System.Collections.BitArray::getByte(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t BitArray_getByte_m2467886923 (BitArray_t4087883509 * __this, int32_t ___byteIndex0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // System.Void System.Collections.BitArray/BitArrayEnumerator::.ctor(System.Collections.BitArray) extern "C" IL2CPP_METHOD_ATTR void BitArrayEnumerator__ctor_m2359341397 (BitArrayEnumerator_t893496218 * __this, BitArray_t4087883509 * ___ba0, const RuntimeMethod* method); // System.Int32 System.Collections.BitArray::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t BitArray_get_Count_m3250012040 (BitArray_t4087883509 * __this, const RuntimeMethod* method); // System.Void System.Collections.BitArray/BitArrayEnumerator::checkVersion() extern "C" IL2CPP_METHOD_ATTR void BitArrayEnumerator_checkVersion_m500404395 (BitArrayEnumerator_t893496218 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveComparer__ctor_m1508720200 (CaseInsensitiveComparer_t3670035800 * __this, const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveComparer::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveComparer__ctor_m2101975011 (CaseInsensitiveComparer_t3670035800 * __this, bool ___invariant0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Collections.Comparer::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Comparer_Compare_m3984347512 (Comparer_t1912461351 * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method); // System.Boolean System.Collections.CaseInsensitiveHashCodeProvider::AreEqual(System.Globalization.CultureInfo,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool CaseInsensitiveHashCodeProvider_AreEqual_m1790260777 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___a0, CultureInfo_t4157843068 * ___b1, const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveHashCodeProvider__ctor_m3307631072 (CaseInsensitiveHashCodeProvider_t1962629119 * __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveHashCodeProvider__ctor_m1410573049 (CaseInsensitiveHashCodeProvider_t1962629119 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.CaseInsensitiveHashCodeProvider::AreEqual(System.Globalization.TextInfo,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool CaseInsensitiveHashCodeProvider_AreEqual_m3534448780 (RuntimeObject * __this /* static, unused */, TextInfo_t3810425522 * ___info0, CultureInfo_t4157843068 * ___culture1, const RuntimeMethod* method); // System.Int32 System.Globalization.TextInfo::get_LCID() extern "C" IL2CPP_METHOD_ATTR int32_t TextInfo_get_LCID_m4151844436 (TextInfo_t3810425522 * __this, const RuntimeMethod* method); // System.Char System.Char::ToLower(System.Char,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m3999837485 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, CultureInfo_t4157843068 * ___culture1, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.CollectionBase::get_InnerList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * CollectionBase_get_InnerList_m132195395 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Void System.Collections.Comparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void Comparer__ctor_m2831654082 (Comparer_t1912461351 * __this, const RuntimeMethod* method); // System.Void System.Collections.Comparer::.ctor(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void Comparer__ctor_m2580215220 (Comparer_t1912461351 * __this, CultureInfo_t4157843068 * ___culture0, 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.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.Collections.DictionaryEntry::.ctor(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m2585376310 (DictionaryEntry_t3123975638 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m3117378551 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m618120527 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::set_Value(System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry_set_Value_m574960201 (DictionaryEntry_t3123975638 * __this, RuntimeObject * ___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.Collections.Hashtable::.ctor(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m3542198234 (Hashtable_t1853889766 * __this, int32_t ___capacity0, float ___loadFactor1, 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.Int32 System.Collections.Hashtable::ToPrime(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Hashtable_ToPrime_m33531354 (RuntimeObject * __this /* static, unused */, int32_t ___x0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::SetTable(System.Collections.Hashtable/Slot[],System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void Hashtable_SetTable_m1520626497 (Hashtable_t1853889766 * __this, SlotU5BU5D_t2994659099* ___table0, Int32U5BU5D_t385246372* ___hashes1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::set_hcp(System.Collections.IHashCodeProvider) extern "C" IL2CPP_METHOD_ATTR void Hashtable_set_hcp_m2582686174 (Hashtable_t1853889766 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::set_comparer(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable_set_comparer_m1969364857 (Hashtable_t1853889766 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m3491720775 (Hashtable_t1853889766 * __this, int32_t ___capacity0, float ___loadFactor1, RuntimeObject* ___hcp2, RuntimeObject* ___comparer3, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IDictionary,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m2421324048 (Hashtable_t1853889766 * __this, RuntimeObject* ___d0, float ___loadFactor1, RuntimeObject* ___hcp2, RuntimeObject* ___comparer3, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Single,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1820371784 (Hashtable_t1853889766 * __this, int32_t ___capacity0, float ___loadFactor1, RuntimeObject* ___equalityComparer2, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeFieldHandle_t1871169219 ___fldHandle1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable/Enumerator::.ctor(System.Collections.Hashtable,System.Collections.Hashtable/EnumeratorMode) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m3921352641 (Enumerator_t661358686 * __this, Hashtable_t1853889766 * ___host0, int32_t ___mode1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable/HashKeys::.ctor(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR void HashKeys__ctor_m2668698759 (HashKeys_t1568156503 * __this, Hashtable_t1853889766 * ___host0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable/HashValues::.ctor(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR void HashValues__ctor_m1651100305 (HashValues_t618387445 * __this, Hashtable_t1853889766 * ___host0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2009621981 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::PutImpl(System.Object,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Hashtable_PutImpl_m2485103604 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, bool ___overwrite2, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412255035 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 System.Collections.Hashtable::Find(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Hashtable_Find_m1835111773 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m3890751112 (Hashtable_t1853889766 * __this, Hashtable_t1853889766 * ___source0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1803776749 (SerializationInfo_t950877179 * __this, String_t* ___name0, float ___value1, 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) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::CopyToArray(System.Array,System.Int32,System.Collections.Hashtable/EnumeratorMode) extern "C" IL2CPP_METHOD_ATTR void Hashtable_CopyToArray_m320168007 (Hashtable_t1853889766 * __this, RuntimeArray * ___arr0, int32_t ___i1, int32_t ___mode2, 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.Void System.Runtime.Serialization.SerializationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SerializationException__ctor_m3862484944 (SerializationException_t3941511869 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::AdjustThreshold() extern "C" IL2CPP_METHOD_ATTR void Hashtable_AdjustThreshold_m3338727562 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable/SyncHashtable::.ctor(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR void SyncHashtable__ctor_m988729399 (SyncHashtable_t3569774773 * __this, Hashtable_t1853889766 * ___host0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::Rehash() extern "C" IL2CPP_METHOD_ATTR void Hashtable_Rehash_m2389268722 (Hashtable_t1853889766 * __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.Boolean System.Collections.Hashtable::TestPrime(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Hashtable_TestPrime_m3839319309 (RuntimeObject * __this /* static, unused */, int32_t ___x0, const RuntimeMethod* method); // System.Int32 System.Collections.Hashtable::CalcPrime(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Hashtable_CalcPrime_m550773117 (RuntimeObject * __this /* static, unused */, int32_t ___x0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable/Enumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Reset_m4274366540 (Enumerator_t661358686 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable/Enumerator::FailFast() extern "C" IL2CPP_METHOD_ATTR void Enumerator_FailFast_m3955249002 (Enumerator_t661358686 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2751210921 (ArgumentNullException_t1615371798 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable/KeyMarker::.ctor() extern "C" IL2CPP_METHOD_ATTR void KeyMarker__ctor_m2295185526 (KeyMarker_t2496412495 * __this, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m2335855895 (Queue_t3637523393 * __this, int32_t ___capacity0, float ___growFactor1, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m2226872579 (Queue_t3637523393 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Collections.Queue/QueueEnumerator::.ctor(System.Collections.Queue) extern "C" IL2CPP_METHOD_ATTR void QueueEnumerator__ctor_m611027847 (QueueEnumerator_t4140714244 * __this, Queue_t3637523393 * ___q0, const RuntimeMethod* method); // System.Void System.Collections.Queue::grow() extern "C" IL2CPP_METHOD_ATTR void Queue_grow_m873349987 (Queue_t3637523393 * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::get_InnerList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ReadOnlyCollectionBase_get_InnerList_m2735310367 (ReadOnlyCollectionBase_t1836743899 * __this, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m449121548 (SortedList_t2427694641 * __this, RuntimeObject* ___comparer0, int32_t ___capacity1, const RuntimeMethod* method); // System.Void System.Collections.SortedList::InitTable(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortedList_InitTable_m875730861 (SortedList_t2427694641 * __this, int32_t ___capacity0, bool ___forceSize1, const RuntimeMethod* method); // System.Void System.Collections.SortedList/Enumerator::.ctor(System.Collections.SortedList,System.Collections.SortedList/EnumeratorMode) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m4264210349 (Enumerator_t3548462377 * __this, SortedList_t2427694641 * ___host0, int32_t ___mode1, const RuntimeMethod* method); // System.Void System.Collections.SortedList/ListKeys::.ctor(System.Collections.SortedList) extern "C" IL2CPP_METHOD_ATTR void ListKeys__ctor_m132277932 (ListKeys_t1506865728 * __this, SortedList_t2427694641 * ___host0, const RuntimeMethod* method); // System.Void System.Collections.SortedList/ListValues::.ctor(System.Collections.SortedList) extern "C" IL2CPP_METHOD_ATTR void ListValues__ctor_m1207242125 (ListValues_t1796620884 * __this, SortedList_t2427694641 * ___host0, const RuntimeMethod* method); // System.Object System.Collections.SortedList::GetImpl(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_GetImpl_m3689246167 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Int32 System.Collections.SortedList::Find(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t SortedList_Find_m3363512987 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.SortedList::PutImpl(System.Object,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortedList_PutImpl_m3408406199 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, bool ___overwrite2, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor(System.Collections.IDictionary,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m3676552745 (SortedList_t2427694641 * __this, RuntimeObject* ___d0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m1397037629 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.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.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.Void System.Collections.SortedList::EnsureCapacity(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortedList_EnsureCapacity_m1354099314 (SortedList_t2427694641 * __this, int32_t ___n0, int32_t ___free1, const RuntimeMethod* method); // System.Void System.Collections.SortedList/Enumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Reset_m1367479817 (Enumerator_t3548462377 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.SortedList/Enumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 Enumerator_get_Entry_m3561948123 (Enumerator_t3548462377 * __this, const RuntimeMethod* method); // System.Void System.Collections.SortedList::CopyToArray(System.Array,System.Int32,System.Collections.SortedList/EnumeratorMode) extern "C" IL2CPP_METHOD_ATTR void SortedList_CopyToArray_m1013332301 (SortedList_t2427694641 * __this, RuntimeArray * ___arr0, int32_t ___i1, int32_t ___mode2, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m3503577671 (Stack_t2329662280 * __this, int32_t ___initialCapacity0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m2602729586 (Stack_t2329662280 * __this, RuntimeObject* ___col0, const RuntimeMethod* method); // System.Void System.Collections.Stack/Enumerator::.ctor(System.Collections.Stack) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m3362421874 (Enumerator_t2929709194 * __this, Stack_t2329662280 * ___s0, const RuntimeMethod* method); // System.Void System.Collections.Stack::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Stack_Resize_m3124769495 (Stack_t2329662280 * __this, int32_t ___ncapacity0, const RuntimeMethod* method); // System.Void System.Array::Reverse(System.Array) extern "C" IL2CPP_METHOD_ATTR void Array_Reverse_m3714848183 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method); // System.Void System.Console/InternalCancelHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void InternalCancelHandler__ctor_m1628899151 (InternalCancelHandler_t872516951 * __this, RuntimeObject * ___object0, intptr_t ___method1, 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.Int32 System.Console/WindowsConsole::GetInputCodePage() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetInputCodePage_m3071838517 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::GetEncoding(System.Int32) extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_GetEncoding_m2801244948 (RuntimeObject * __this /* static, unused */, int32_t ___codepage0, const RuntimeMethod* method); // System.Int32 System.Console/WindowsConsole::GetOutputCodePage() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetOutputCodePage_m1196875659 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Default_m1632902165 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Text.Encoding::InternalCodePage(System.Int32&) extern "C" IL2CPP_METHOD_ATTR String_t* Encoding_InternalCodePage_m4154357846 (RuntimeObject * __this /* static, unused */, int32_t* ___code_page0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8Unmarked() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8Unmarked_m3350637783 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Console::SetEncodings(System.Text.Encoding,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void Console_SetEncodings_m1501183766 (RuntimeObject * __this /* static, unused */, Encoding_t1523322056 * ___inputEncoding0, Encoding_t1523322056 * ___outputEncoding1, const RuntimeMethod* method); // System.IO.Stream System.Console::OpenStandardError(System.Int32) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * Console_OpenStandardError_m294613724 (RuntimeObject * __this /* static, unused */, int32_t ___bufferSize0, const RuntimeMethod* method); // System.Void System.IO.UnexceptionalStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamWriter__ctor_m1310404920 (UnexceptionalStreamWriter_t2539306459 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.IO.TextWriter System.IO.TextWriter::Synchronized(System.IO.TextWriter,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TextWriter_t3478189236 * TextWriter_Synchronized_m904006265 (RuntimeObject * __this /* static, unused */, TextWriter_t3478189236 * ___writer0, bool ___neverClose1, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::get_IsConsole() extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_get_IsConsole_m4190584969 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.IO.Stream System.Console::OpenStandardOutput(System.Int32) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * Console_OpenStandardOutput_m1257556731 (RuntimeObject * __this /* static, unused */, int32_t ___bufferSize0, const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter__ctor_m1932602514 (CStreamWriter_t3783449173 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.IO.Stream System.Console::OpenStandardInput(System.Int32) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * Console_OpenStandardInput_m3262421490 (RuntimeObject * __this /* static, unused */, int32_t ___bufferSize0, const RuntimeMethod* method); // System.Void System.IO.CStreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void CStreamReader__ctor_m3149611978 (CStreamReader_t1059740272 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Void System.IO.UnexceptionalStreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamReader__ctor_m1568917069 (UnexceptionalStreamReader_t2154476246 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.IO.TextReader System.IO.TextReader::Synchronized(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR TextReader_t283511965 * TextReader_Synchronized_m3004980758 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m3087090334 (FileStream_t4292183065 * __this, intptr_t ___handle0, int32_t ___access1, bool ___ownsHandle2, int32_t ___bufferSize3, bool ___isAsync4, bool ___noBuffering5, const RuntimeMethod* method); // System.Void System.IO.NullStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullStream__ctor_m2992573138 (NullStream_t1684893697 * __this, const RuntimeMethod* method); // System.IntPtr System.IO.MonoIO::get_ConsoleError() extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_get_ConsoleError_m1156784591 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.IO.Stream System.Console::Open(System.IntPtr,System.IO.FileAccess,System.Int32) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * Console_Open_m3077673205 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int32_t ___access1, int32_t ___bufferSize2, const RuntimeMethod* method); // System.IntPtr System.IO.MonoIO::get_ConsoleInput() extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_get_ConsoleInput_m610865495 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.IntPtr System.IO.MonoIO::get_ConsoleOutput() extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_get_ConsoleOutput_m1601613425 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.ConsoleKeyInfo System.Console::ReadKey(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 Console_ReadKey_m1171735637 (RuntimeObject * __this /* static, unused */, bool ___intercept0, const RuntimeMethod* method); // System.ConsoleKeyInfo System.ConsoleDriver::ReadKey(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 ConsoleDriver_ReadKey_m395892805 (RuntimeObject * __this /* static, unused */, bool ___intercept0, const RuntimeMethod* method); // System.Void System.ConsoleCancelEventArgs::.ctor(System.ConsoleSpecialKey) extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventArgs__ctor_m2580429893 (ConsoleCancelEventArgs_t3423053037 * __this, int32_t ___key0, const RuntimeMethod* method); // System.Delegate[] System.MulticastDelegate::GetInvocationList() extern "C" IL2CPP_METHOD_ATTR DelegateU5BU5D_t1703627840* MulticastDelegate_GetInvocationList_m4256593605 (MulticastDelegate_t * __this, const RuntimeMethod* method); // System.Void System.ConsoleCancelEventHandler::Invoke(System.Object,System.ConsoleCancelEventArgs) extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventHandler_Invoke_m65672700 (ConsoleCancelEventHandler_t3919940372 * __this, RuntimeObject * ___sender0, ConsoleCancelEventArgs_t3423053037 * ___e1, const RuntimeMethod* method); // System.Boolean System.ConsoleCancelEventArgs::get_Cancel() extern "C" IL2CPP_METHOD_ATTR bool ConsoleCancelEventArgs_get_Cancel_m2276155828 (ConsoleCancelEventArgs_t3423053037 * __this, const RuntimeMethod* method); // 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); // System.Void System.Console/InternalCancelHandler::Invoke() extern "C" IL2CPP_METHOD_ATTR void InternalCancelHandler_Invoke_m3442116090 (InternalCancelHandler_t872516951 * __this, const RuntimeMethod* method); // System.Int32 System.Console/WindowsConsole::GetConsoleCP() extern "C" IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetConsoleCP_m968475342 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Console/WindowsConsole::GetConsoleOutputCP() extern "C" IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetConsoleOutputCP_m3583527791 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m32674013 (EventArgs_t3591816995 * __this, const RuntimeMethod* method); // System.IConsoleDriver System.ConsoleDriver::CreateNullConsoleDriver() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateNullConsoleDriver_m3992528564 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.IConsoleDriver System.ConsoleDriver::CreateWindowsConsoleDriver() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateWindowsConsoleDriver_m3110600268 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // 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); // 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.IConsoleDriver System.ConsoleDriver::CreateTermInfoDriver(System.String) extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateTermInfoDriver_m1555219928 (RuntimeObject * __this /* static, unused */, String_t* ___term0, const RuntimeMethod* method); // System.Void System.NullConsoleDriver::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullConsoleDriver__ctor_m46361837 (NullConsoleDriver_t3569194954 * __this, const RuntimeMethod* method); // System.Void System.WindowsConsoleDriver::.ctor() extern "C" IL2CPP_METHOD_ATTR void WindowsConsoleDriver__ctor_m141100690 (WindowsConsoleDriver_t3991887195 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver__ctor_m2406670368 (TermInfoDriver_t2335718621 * __this, String_t* ___term0, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::Isatty(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_Isatty_m4192078554 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.ConsoleKeyInfo::SetModifiers(System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ConsoleKeyInfo_SetModifiers_m223200508 (ConsoleKeyInfo_t1802691652 * __this, bool ___shift0, bool ___alt1, bool ___control2, const RuntimeMethod* method); // System.Void System.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_m535940175 (ConsoleKeyInfo_t1802691652 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method); // System.ConsoleKey System.ConsoleKeyInfo::get_Key() extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m3819926093 (ConsoleKeyInfo_t1802691652 * __this, const RuntimeMethod* method); // System.Char System.ConsoleKeyInfo::get_KeyChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m3155064270 (ConsoleKeyInfo_t1802691652 * __this, const RuntimeMethod* method); // System.Boolean System.ConsoleKeyInfo::Equals(System.ConsoleKeyInfo) extern "C" IL2CPP_METHOD_ATTR bool ConsoleKeyInfo_Equals_m3428139964 (ConsoleKeyInfo_t1802691652 * __this, ConsoleKeyInfo_t1802691652 ___obj0, const RuntimeMethod* method); // System.Boolean System.ConsoleKeyInfo::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ConsoleKeyInfo_Equals_m2452451624 (ConsoleKeyInfo_t1802691652 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.ConsoleKeyInfo::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_GetHashCode_m3526292464 (ConsoleKeyInfo_t1802691652 * __this, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m3039543187 (MarshalByRefObject_t2760389100 * __this, const RuntimeMethod* method); // System.Byte[] System.Convert::InternalFromBase64String(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Convert_InternalFromBase64String_m918800179 (RuntimeObject * __this /* static, unused */, String_t* ___str0, bool ___allowWhitespaceOnly1, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m1959325926 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inArray0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.ToBase64Transform::InternalTransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ToBase64Transform_InternalTransformFinalBlock_m360524956 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method); // System.Void System.Text.ASCIIEncoding::.ctor() extern "C" IL2CPP_METHOD_ATTR void ASCIIEncoding__ctor_m1380190655 (ASCIIEncoding_t3446586211 * __this, 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.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); // System.Boolean System.Boolean::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Parse_m2370352694 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // 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.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); // 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); // System.Decimal System.Math::Round(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Math_Round_m3018379666 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d0, const RuntimeMethod* method); // 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); // 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::IsInfinity(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsInfinity_m820013146 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method); // System.Boolean System.Single::IsInfinity(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsInfinity_m936314085 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method); // System.Byte System.Byte::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m678312347 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Byte System.Byte::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m2607942050 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int32 System.Convert::ConvertFromBase(System.String,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ConvertFromBase_m4253311449 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, bool ___unsigned2, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor() extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m4029085969 (OverflowException_t2020128637 * __this, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m318645277 (InvalidCastException_t3927145244 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Char System.Char::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_Parse_m82218915 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.DateTime System.DateTime::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m2550724587 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m3729096069 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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.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.Double::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m4153729520 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m3456374109 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.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.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); // 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); // 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.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.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); // 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); // 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); // 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.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.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); // System.Int64 System.Int64::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m662659148 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Int64 System.Int64::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m1331690076 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int64 System.Convert::ConvertFromBase64(System.String,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ConvertFromBase64_m1538005328 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, bool ___unsigned2, 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.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); // System.SByte System.SByte::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t SByte_Parse_m3250497834 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, 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.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); // System.Single System.Single::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m364357836 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m3840407583 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.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.DateTime::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m1916142975 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, 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.String System.Double::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m3828879243 (double* __this, RuntimeObject* ___provider0, 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.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.String System.Int64::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m623640997 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m1854379141 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.UInt64::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m2623377370 (uint64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // 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); // System.UInt16 System.UInt16::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_m1613088384 (RuntimeObject * __this /* static, unused */, String_t* ___s0, 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.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); // System.UInt32 System.UInt32::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m1373460382 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.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.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); // System.UInt64 System.UInt64::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_m819899889 (RuntimeObject * __this /* static, unused */, String_t* ___s0, 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.Boolean System.Convert::NotValidBase(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Convert_NotValidBase_m1629381015 (RuntimeObject * __this /* static, unused */, int32_t ___value0, 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.Boolean System.Char::IsNumber(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsNumber_m2445552278 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsLetter(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetter_m3996985877 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m3108065642 (Type_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.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Void System.StringComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringComparer__ctor_m621368542 (StringComparer_t3301955079 * __this, const RuntimeMethod* method); // System.Int32 System.CultureAwareComparer::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_Compare_m1644833365 (CultureAwareComparer_t30646139 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1684344284 (Hashtable_t1853889766 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.TimeZone::.ctor() extern "C" IL2CPP_METHOD_ATTR void TimeZone__ctor_m1831364098 (TimeZone_t2038656743 * __this, 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.Int32 System.DateTime::get_Year() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m1184003812 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Boolean System.CurrentSystemTimeZone::GetTimeZoneData(System.Int32,System.Int64[]&,System.String[]&) extern "C" IL2CPP_METHOD_ATTR bool CurrentSystemTimeZone_GetTimeZoneData_m2641861607 (RuntimeObject * __this /* static, unused */, int32_t ___year0, Int64U5BU5D_t2559172825** ___data1, StringU5BU5D_t1281789340** ___names2, const RuntimeMethod* method); // System.Globalization.DaylightTime System.CurrentSystemTimeZone::GetDaylightTimeFromData(System.Int64[]) extern "C" IL2CPP_METHOD_ATTR DaylightTime_t2582425773 * CurrentSystemTimeZone_GetDaylightTimeFromData_m2196414210 (CurrentSystemTimeZone_t3998352255 * __this, Int64U5BU5D_t2559172825* ___data0, const RuntimeMethod* method); // System.Void System.CurrentSystemTimeZone::OnDeserialization(System.Globalization.DaylightTime) extern "C" IL2CPP_METHOD_ATTR void CurrentSystemTimeZone_OnDeserialization_m3711380055 (CurrentSystemTimeZone_t3998352255 * __this, DaylightTime_t2582425773 * ___dlt0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.DateTime System.Globalization.DaylightTime::get_Start() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DaylightTime_get_Start_m2228394704 (DaylightTime_t2582425773 * __this, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_m1896986612 (TimeSpan_t881159249 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.TimeSpan System.Globalization.DaylightTime::get_Delta() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DaylightTime_get_Delta_m2355462786 (DaylightTime_t2582425773 * __this, 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.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); // System.Int64 System.DateTime::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m1550640881 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m2030998145 (DateTime_t3738529785 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m12900168 (DateTime_t3738529785 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m3895589019 (DateTime_t3738529785 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, const RuntimeMethod* method); // System.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_m2587936260 (RuntimeObject * __this /* static, unused */, int32_t ___year0, int32_t ___month1, const RuntimeMethod* method); // System.Int32 System.DateTime::AbsoluteDays(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_AbsoluteDays_m4235097773 (RuntimeObject * __this /* static, unused */, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_m2047388489 (TimeSpan_t881159249 * __this, int32_t ___days0, int32_t ___hours1, int32_t ___minutes2, int32_t ___seconds3, int32_t ___milliseconds4, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Boolean,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m2135476686 (DateTime_t3738529785 * __this, bool ___check0, TimeSpan_t881159249 ___value1, const RuntimeMethod* method); // System.Void System.DateTime::CheckDateTimeKind(System.DateTimeKind) extern "C" IL2CPP_METHOD_ATTR void DateTime_CheckDateTimeKind_m456577410 (DateTime_t3738529785 * __this, int32_t ___kind0, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m1095105629 (DateTime_t3738529785 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m2956360140 (DateTime_t3738529785 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___kind6, const RuntimeMethod* method); // System.Boolean System.DateTime::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool DateTime_System_IConvertible_ToBoolean_m3229932458 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.DateTime::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t DateTime_System_IConvertible_ToByte_m3025810066 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.DateTime::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar DateTime_System_IConvertible_ToChar_m197318076 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.DateTime::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_System_IConvertible_ToDateTime_m616366890 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.DateTime::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 DateTime_System_IConvertible_ToDecimal_m1044850612 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.DateTime::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double DateTime_System_IConvertible_ToDouble_m2116720007 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.DateTime::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t DateTime_System_IConvertible_ToInt16_m3239820399 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.DateTime::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_System_IConvertible_ToInt32_m340560789 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.DateTime::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_System_IConvertible_ToInt64_m850544508 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.DateTime::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t DateTime_System_IConvertible_ToSByte_m4130251280 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.DateTime::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float DateTime_System_IConvertible_ToSingle_m2193708681 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Object System.DateTime::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DateTime_System_IConvertible_ToType_m1242864300 (DateTime_t3738529785 * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt16 System.DateTime::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t DateTime_System_IConvertible_ToUInt16_m4182197229 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.DateTime::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t DateTime_System_IConvertible_ToUInt32_m3781235049 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.DateTime::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t DateTime_System_IConvertible_ToUInt64_m2275741153 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Boolean System.DateTime::IsLeapYear(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DateTime_IsLeapYear_m1852497299 (RuntimeObject * __this /* static, unused */, int32_t ___year0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Days() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Days_m2243259430 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::FromTicks(System.DateTime/Which) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_FromTicks_m4059645178 (DateTime_t3738529785 * __this, int32_t ___what0, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Month() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m1566006993 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::get_Day() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m1623500273 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Date() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Date_m46742767 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.DayOfWeek System.DateTime::get_DayOfWeek() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfWeek_m2326490739 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.TimeSpan System.DateTime::get_TimeOfDay() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTime_get_TimeOfDay_m82064893 (DateTime_t3738529785 * __this, const RuntimeMethod* 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.Int32 System.DateTime::get_Hour() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m4153505178 (DateTime_t3738529785 * __this, 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.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.TimeSpan::get_Seconds() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Seconds_m1883479191 (TimeSpan_t881159249 * __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.Int64 System.DateTime::GetNow() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_GetNow_m1268643815 (RuntimeObject * __this /* static, unused */, 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.TimeSpan System.TimeZone::GetLocalTimeDiff(System.DateTime) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 TimeZone_GetLocalTimeDiff_m4276408377 (TimeZone_t2038656743 * __this, DateTime_t3738529785 ___time0, const RuntimeMethod* method); // System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_op_Addition_m1857121695 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___d0, TimeSpan_t881159249 ___t1, 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.DateTime System.DateTime::AddTicks(System.Int64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_AddTicks_m3396580426 (DateTime_t3738529785 * __this, int64_t ___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.DateTime System.DateTime::AddMilliseconds(System.Double) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_AddMilliseconds_m3713972790 (DateTime_t3738529785 * __this, double ___value0, const RuntimeMethod* method); // System.DateTime System.DateTime::AddSeconds(System.Double) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_AddSeconds_m332574389 (DateTime_t3738529785 * __this, double ___value0, 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.Int32 System.DateTime::Compare(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_Compare_m2855073242 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___t10, DateTime_t3738529785 ___t21, const RuntimeMethod* method); // System.Int32 System.DateTime::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m3687348273 (DateTime_t3738529785 * __this, RuntimeObject * ___value0, 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.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_m1999885032 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 ___t10, TimeSpan_t881159249 ___t21, const RuntimeMethod* method); // System.Boolean System.DateTime::Equals(System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m4001498422 (DateTime_t3738529785 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToUniversalTime_m1945318289 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Int64 System.DateTime::ToBinary() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToBinary_m1193069875 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToLocalTime_m3134475597 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m611432332 (DateTime_t3738529785 * __this, RuntimeObject * ___value0, 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.DateTime System.DateTime::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m1070804416 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, const RuntimeMethod* method); // System.Boolean System.DateTime::CoreParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&,System.DateTimeOffset&,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool DateTime_CoreParse_m428043272 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, DateTime_t3738529785 * ___result3, DateTimeOffset_t3229287507 * ___dto4, bool ___setExceptionOnError5, Exception_t ** ___exception6, 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.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.String[] System.DateTime::YearMonthDayFormats(System.Globalization.DateTimeFormatInfo,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTime_YearMonthDayFormats_m827415370 (RuntimeObject * __this /* static, unused */, DateTimeFormatInfo_t2405853701 * ___dfi0, bool ___setExceptionOnError1, Exception_t ** ___exc2, const RuntimeMethod* method); // System.Boolean System.DateTime::_DoParse(System.String,System.String,System.String,System.Boolean,System.DateTime&,System.DateTimeOffset&,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.Boolean,System.Boolean&,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR bool DateTime__DoParse_m552486664 (RuntimeObject * __this /* static, unused */, String_t* ___s0, String_t* ___firstPart1, String_t* ___secondPart2, bool ___exact3, DateTime_t3738529785 * ___result4, DateTimeOffset_t3229287507 * ___dto5, DateTimeFormatInfo_t2405853701 * ___dfi6, int32_t ___style7, bool ___firstPartIsDate8, bool* ___incompleteFormat9, bool* ___longYear10, 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.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.Globalization.DateTimeFormatInfo::GetAllDateTimePatternsInternal() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_GetAllDateTimePatternsInternal_m1798077795 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::ParseExact(System.String,System.String[],System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&,System.Boolean,System.Boolean&,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool DateTime_ParseExact_m317338046 (RuntimeObject * __this /* static, unused */, String_t* ___s0, StringU5BU5D_t1281789340* ___formats1, DateTimeFormatInfo_t2405853701 * ___dfi2, int32_t ___style3, DateTime_t3738529785 * ___ret4, bool ___exact5, bool* ___longYear6, bool ___setExceptionOnError7, Exception_t ** ___exception8, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m2711902273 (RuntimeObject * __this /* static, unused */, String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, 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.Boolean System.DateTime::_ParseString(System.String,System.Int32,System.Int32,System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool DateTime__ParseString_m2913931606 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___sPos1, int32_t ___maxlength2, String_t* ___value3, int32_t* ___num_parsed4, 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.Boolean System.DateTime::IsLetter(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DateTime_IsLetter_m156019844 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___pos1, 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.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.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.String System.Globalization.DateTimeFormatInfo::get_PMDesignator() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_PMDesignator_m1609519124 (DateTimeFormatInfo_t2405853701 * __this, 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.Boolean System.DateTime::_ParseTimeSeparator(System.String,System.Int32,System.Globalization.DateTimeFormatInfo,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool DateTime__ParseTimeSeparator_m2659275695 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___sPos1, DateTimeFormatInfo_t2405853701 * ___dfi2, bool ___exact3, int32_t* ___num_parsed4, const RuntimeMethod* method); // 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); // System.String System.String::TrimStart(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_TrimStart_m1431283012 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method); // System.String System.String::TrimEnd(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m3824727301 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method); // System.Boolean System.DateTime::_ParseAmPm(System.String,System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo,System.Boolean,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool DateTime__ParseAmPm_m3478436123 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___valuePos1, int32_t ___num2, DateTimeFormatInfo_t2405853701 * ___dfi3, bool ___exact4, int32_t* ___num_parsed5, int32_t* ___ampm6, const RuntimeMethod* method); // System.String[] System.Globalization.DateTimeFormatInfo::get_RawDayNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_get_RawDayNames_m3876370387 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.Int32 System.DateTime::_ParseEnum(System.String,System.Int32,System.String[],System.String[],System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime__ParseEnum_m253019513 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___sPos1, StringU5BU5D_t1281789340* ___values2, StringU5BU5D_t1281789340* ___invValues3, bool ___exact4, int32_t* ___num_parsed5, const RuntimeMethod* method); // System.String[] System.Globalization.DateTimeFormatInfo::get_RawAbbreviatedDayNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_get_RawAbbreviatedDayNames_m1257850285 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::_ParseDateSeparator(System.String,System.Int32,System.Globalization.DateTimeFormatInfo,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool DateTime__ParseDateSeparator_m1803046501 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___sPos1, DateTimeFormatInfo_t2405853701 * ___dfi2, bool ___exact3, int32_t* ___num_parsed4, const RuntimeMethod* method); // System.Int32 System.DateTime::_ParseNumber(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime__ParseNumber_m1240316250 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___valuePos1, int32_t ___min_digits2, int32_t ___digits3, bool ___leadingzero4, bool ___sloppy_parsing5, int32_t* ___num_parsed6, const RuntimeMethod* method); // System.String[] System.Globalization.DateTimeFormatInfo::get_RawMonthNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_get_RawMonthNames_m246920234 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String[] System.Globalization.DateTimeFormatInfo::get_RawAbbreviatedMonthNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTimeFormatInfo_get_RawAbbreviatedMonthNames_m2395953416 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Today() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Today_m2788644320 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_m1382517918 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___d10, DateTime_t3738529785 ___d21, 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.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.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.TimeSpan System.DateTimeOffset::get_Offset() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTimeOffset_get_Offset_m2040541042 (DateTimeOffset_t3229287507 * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::op_Subtraction(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 TimeSpan_op_Subtraction_m3592306516 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 ___t10, TimeSpan_t881159249 ___t21, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m1132380469 (RuntimeObject * __this /* static, unused */, String_t* ___s0, StringU5BU5D_t1281789340* ___formats1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method); // System.Void System.DateTime::CheckStyle(System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR void DateTime_CheckStyle_m1392838900 (RuntimeObject * __this /* static, unused */, int32_t ___style0, 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.Int64 System.DateTime::ToFileTime() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToFileTime_m215920971 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m2992030064 (DateTime_t3738529785 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.DateTime::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m884486936 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m3718521780 (DateTime_t3738529785 * __this, String_t* ___format0, const RuntimeMethod* method); // 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); // System.TimeSpan System.TimeSpan::op_Addition(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 TimeSpan_op_Addition_m672714982 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 ___t10, TimeSpan_t881159249 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_m3604983771 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 ___t10, TimeSpan_t881159249 ___t21, 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.Boolean System.TimeSpan::op_LessThanOrEqual(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThanOrEqual_m300470010 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 ___t10, TimeSpan_t881159249 ___t21, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Buffer::ByteLength(System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Buffer_ByteLength_m2639516074 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Buffer_ByteLength_m2639516074_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Buffer_ByteLength_m2639516074_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; int32_t L_3 = Buffer_ByteLengthInternal_m1388208719(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002f; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2265951865, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Buffer_ByteLength_m2639516074_RuntimeMethod_var); } IL_002f: { int32_t L_7 = V_0; return L_7; } } // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Buffer_BlockCopy_m2884209081_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { RuntimeArray * L_0 = ___src0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral538040360, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___dst2; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2554397442, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___srcOffset1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003e; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2892689725, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral220175259, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_003e: { int32_t L_7 = ___dstOffset3; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_005a; } } { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2892689725, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral3566890907, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_005a: { int32_t L_10 = ___count4; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0077; } } { String_t* L_11 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2892689725, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_12, _stringLiteral2002595880, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_0077: { RuntimeArray * L_13 = ___src0; int32_t L_14 = ___srcOffset1; RuntimeArray * L_15 = ___dst2; int32_t L_16 = ___dstOffset3; int32_t L_17 = ___count4; bool L_18 = Buffer_BlockCopyInternal_m418318694(NULL /*static, unused*/, L_13, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; bool L_19 = V_0; if (L_19) { goto IL_00b7; } } { int32_t L_20 = ___srcOffset1; RuntimeArray * L_21 = ___src0; int32_t L_22 = Buffer_ByteLength_m2639516074(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); int32_t L_23 = ___count4; if ((((int32_t)L_20) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23))))) { goto IL_00a7; } } { int32_t L_24 = ___dstOffset3; RuntimeArray * L_25 = ___dst2; int32_t L_26 = Buffer_ByteLength_m2639516074(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); int32_t L_27 = ___count4; if ((((int32_t)L_24) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27))))) { goto IL_00b7; } } IL_00a7: { String_t* L_28 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4039891654, /*hidden argument*/NULL); ArgumentException_t132251570 * L_29 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,Buffer_BlockCopy_m2884209081_RuntimeMethod_var); } IL_00b7: { return; } } // System.Int32 System.Buffer::ByteLengthInternal(System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Buffer_ByteLengthInternal_m1388208719 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method) { typedef int32_t (*Buffer_ByteLengthInternal_m1388208719_ftn) (RuntimeArray *); using namespace il2cpp::icalls; return ((Buffer_ByteLengthInternal_m1388208719_ftn)mscorlib::System::Buffer::ByteLengthInternal) (___array0); } // System.Boolean System.Buffer::BlockCopyInternal(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Buffer_BlockCopyInternal_m418318694 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___src_offset1, RuntimeArray * ___dest2, int32_t ___dest_offset3, int32_t ___count4, const RuntimeMethod* method) { typedef bool (*Buffer_BlockCopyInternal_m418318694_ftn) (RuntimeArray *, int32_t, RuntimeArray *, int32_t, int32_t); using namespace il2cpp::icalls; return ((Buffer_BlockCopyInternal_m418318694_ftn)mscorlib::System::Buffer::BlockCopyInternal) (___src0, ___src_offset1, ___dest2, ___dest_offset3, ___count4); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object System.Byte::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Byte_System_IConvertible_ToType_m2251112646 (uint8_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToType_m2251112646_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Byte_System_IConvertible_ToType_m2251112646_RuntimeMethod_var); } IL_0011: { uint8_t L_2 = ((uint8_t)(*((uint8_t*)__this))); RuntimeObject * L_3 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Byte_System_IConvertible_ToType_m2251112646_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToType_m2251112646(_thisAdjusted, ___targetType0, ___provider1, method); } // System.Boolean System.Byte::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Byte_System_IConvertible_ToBoolean_m2888023769 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToBoolean_m2888023769_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_0 = Convert_ToBoolean_m2984378204(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" bool Byte_System_IConvertible_ToBoolean_m2888023769_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToBoolean_m2888023769(_thisAdjusted, ___provider0, method); } // System.Byte System.Byte::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_System_IConvertible_ToByte_m162267264 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return (uint8_t)(*((uint8_t*)__this)); } } extern "C" uint8_t Byte_System_IConvertible_ToByte_m162267264_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToByte_m162267264(_thisAdjusted, ___provider0, method); } // System.Char System.Byte::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Byte_System_IConvertible_ToChar_m2173687830 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToChar_m2173687830_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_0 = Convert_ToChar_m2532412511(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Il2CppChar Byte_System_IConvertible_ToChar_m2173687830_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToChar_m2173687830(_thisAdjusted, ___provider0, method); } // System.DateTime System.Byte::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Byte_System_IConvertible_ToDateTime_m3654084722 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToDateTime_m3654084722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Byte_System_IConvertible_ToDateTime_m3654084722_RuntimeMethod_var); } } extern "C" DateTime_t3738529785 Byte_System_IConvertible_ToDateTime_m3654084722_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToDateTime_m3654084722(_thisAdjusted, ___provider0, method); } // System.Decimal System.Byte::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Byte_System_IConvertible_ToDecimal_m3746192770 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToDecimal_m3746192770_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_0 = Convert_ToDecimal_m3209124080(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Decimal_t2948259380 Byte_System_IConvertible_ToDecimal_m3746192770_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToDecimal_m3746192770(_thisAdjusted, ___provider0, method); } // System.Double System.Byte::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Byte_System_IConvertible_ToDouble_m1540319472 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToDouble_m1540319472_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_0 = Convert_ToDouble_m3124823876(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" double Byte_System_IConvertible_ToDouble_m1540319472_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToDouble_m1540319472(_thisAdjusted, ___provider0, method); } // System.Int16 System.Byte::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Byte_System_IConvertible_ToInt16_m4136764794 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToInt16_m4136764794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m701474428(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Byte_System_IConvertible_ToInt16_m4136764794_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToInt16_m4136764794(_thisAdjusted, ___provider0, method); } // System.Int32 System.Byte::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_System_IConvertible_ToInt32_m3495522413 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToInt32_m3495522413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_0 = Convert_ToInt32_m2505564049(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int32_t Byte_System_IConvertible_ToInt32_m3495522413_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToInt32_m3495522413(_thisAdjusted, ___provider0, method); } // System.Int64 System.Byte::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Byte_System_IConvertible_ToInt64_m285584218 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToInt64_m285584218_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m395638860(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Byte_System_IConvertible_ToInt64_m285584218_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToInt64_m285584218(_thisAdjusted, ___provider0, method); } // System.SByte System.Byte::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Byte_System_IConvertible_ToSByte_m1869482168 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToSByte_m1869482168_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m717245755(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Byte_System_IConvertible_ToSByte_m1869482168_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToSByte_m1869482168(_thisAdjusted, ___provider0, method); } // System.Single System.Byte::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Byte_System_IConvertible_ToSingle_m324484566 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToSingle_m324484566_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_0 = Convert_ToSingle_m2769033141(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" float Byte_System_IConvertible_ToSingle_m324484566_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToSingle_m324484566(_thisAdjusted, ___provider0, method); } // System.UInt16 System.Byte::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Byte_System_IConvertible_ToUInt16_m1879180133 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToUInt16_m1879180133_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m4064261444(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Byte_System_IConvertible_ToUInt16_m1879180133_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToUInt16_m1879180133(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Byte::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Byte_System_IConvertible_ToUInt32_m1049546902 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToUInt32_m1049546902_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m360864467(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Byte_System_IConvertible_ToUInt32_m1049546902_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToUInt32_m1049546902(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Byte::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Byte_System_IConvertible_ToUInt64_m371883985 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_System_IConvertible_ToUInt64_m371883985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m2652538228(NULL /*static, unused*/, (uint8_t)(*((uint8_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Byte_System_IConvertible_ToUInt64_m371883985_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_System_IConvertible_ToUInt64_m371883985(_thisAdjusted, ___provider0, method); } // System.Int32 System.Byte::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m4285128861 (uint8_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_CompareTo_m4285128861_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Byte_t1134296376_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral171208806, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Byte_CompareTo_m4285128861_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; V_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_4, Byte_t1134296376_il2cpp_TypeInfo_var)))); uint8_t L_5 = V_0; if ((!(((uint32_t)(*((uint8_t*)__this))) == ((uint32_t)L_5)))) { goto IL_0034; } } { return 0; } IL_0034: { uint8_t L_6 = V_0; if ((((int32_t)(*((uint8_t*)__this))) <= ((int32_t)L_6))) { goto IL_003e; } } { return 1; } IL_003e: { return (-1); } } extern "C" int32_t Byte_CompareTo_m4285128861_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_CompareTo_m4285128861(_thisAdjusted, ___value0, method); } // System.Boolean System.Byte::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Byte_Equals_m1161982810 (uint8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_Equals_m1161982810_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Byte_t1134296376_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; return (bool)((((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_1, Byte_t1134296376_il2cpp_TypeInfo_var))))) == ((int32_t)(*((uint8_t*)__this))))? 1 : 0); } } extern "C" bool Byte_Equals_m1161982810_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_Equals_m1161982810(_thisAdjusted, ___obj0, method); } // System.Int32 System.Byte::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Byte_GetHashCode_m850171870 (uint8_t* __this, const RuntimeMethod* method) { { return (*((uint8_t*)__this)); } } extern "C" int32_t Byte_GetHashCode_m850171870_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_GetHashCode_m850171870(_thisAdjusted, method); } // System.Int32 System.Byte::CompareTo(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m4207847027 (uint8_t* __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; if ((!(((uint32_t)(*((uint8_t*)__this))) == ((uint32_t)L_0)))) { goto IL_000a; } } { return 0; } IL_000a: { uint8_t L_1 = ___value0; if ((((int32_t)(*((uint8_t*)__this))) <= ((int32_t)L_1))) { goto IL_0014; } } { return 1; } IL_0014: { return (-1); } } extern "C" int32_t Byte_CompareTo_m4207847027_AdjustorThunk (RuntimeObject * __this, uint8_t ___value0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_CompareTo_m4207847027(_thisAdjusted, ___value0, method); } // System.Boolean System.Byte::Equals(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Byte_Equals_m2522165325 (uint8_t* __this, uint8_t ___obj0, const RuntimeMethod* method) { { uint8_t L_0 = ___obj0; return (bool)((((int32_t)(*((uint8_t*)__this))) == ((int32_t)L_0))? 1 : 0); } } extern "C" bool Byte_Equals_m2522165325_AdjustorThunk (RuntimeObject * __this, uint8_t ___obj0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_Equals_m2522165325(_thisAdjusted, ___obj0, method); } // System.Byte System.Byte::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m2607942050 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; uint8_t L_2 = Byte_Parse_m3200377149(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m3200377149 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_Parse_m3200377149_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; uint32_t L_3 = UInt32_Parse_m3755665066(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; uint32_t L_4 = V_0; if ((!(((uint32_t)L_4) > ((uint32_t)((int32_t)255))))) { goto IL_0024; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2517860609, /*hidden argument*/NULL); OverflowException_t2020128637 * L_6 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Byte_Parse_m3200377149_RuntimeMethod_var); } IL_0024: { uint32_t L_7 = V_0; return (uint8_t)(((int32_t)((uint8_t)L_7))); } } // System.Byte System.Byte::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m678312347 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; uint8_t L_1 = Byte_Parse_m3200377149(NULL /*static, unused*/, L_0, 7, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Byte::TryParse(System.String,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Byte_TryParse_m1615417784 (RuntimeObject * __this /* static, unused */, String_t* ___s0, uint8_t* ___result1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; uint8_t* L_1 = ___result1; bool L_2 = Byte_TryParse_m1467448483(NULL /*static, unused*/, L_0, 7, (RuntimeObject*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Byte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Byte_TryParse_m1467448483 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint8_t* ___result3, const RuntimeMethod* method) { uint32_t V_0 = 0; { uint8_t* L_0 = ___result3; *((int8_t*)(L_0)) = (int8_t)0; String_t* L_1 = ___s0; int32_t L_2 = ___style1; RuntimeObject* L_3 = ___provider2; bool L_4 = UInt32_TryParse_m535404612(NULL /*static, unused*/, L_1, L_2, L_3, (&V_0), /*hidden argument*/NULL); if (L_4) { goto IL_0014; } } { return (bool)0; } IL_0014: { uint32_t L_5 = V_0; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)255))))) { goto IL_0021; } } { return (bool)0; } IL_0021: { uint8_t* L_6 = ___result3; uint32_t L_7 = V_0; *((int8_t*)(L_6)) = (int8_t)(((int32_t)((uint8_t)L_7))); return (bool)1; } } // System.String System.Byte::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m721125428 (uint8_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_ToString_m721125428_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_0 = NumberFormatter_NumberToString_m1790947760(NULL /*static, unused*/, (*((uint8_t*)__this)), (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Byte_ToString_m721125428_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_ToString_m721125428(_thisAdjusted, method); } // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method) { { String_t* L_0 = ___format0; String_t* L_1 = Byte_ToString_m4063101981(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Byte_ToString_m3735479648_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_ToString_m3735479648(_thisAdjusted, ___format0, method); } // System.String System.Byte::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m2335342258 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_ToString_m2335342258_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_1 = NumberFormatter_NumberToString_m1790947760(NULL /*static, unused*/, (*((uint8_t*)__this)), L_0, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Byte_ToString_m2335342258_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_ToString_m2335342258(_thisAdjusted, ___provider0, method); } // System.String System.Byte::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m4063101981 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Byte_ToString_m4063101981_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_2 = NumberFormatter_NumberToString_m3726402804(NULL /*static, unused*/, L_0, (uint8_t)(*((uint8_t*)__this)), L_1, /*hidden argument*/NULL); return L_2; } } extern "C" String_t* Byte_ToString_m4063101981_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { uint8_t* _thisAdjusted = reinterpret_cast(__this + 1); return Byte_ToString_m4063101981(_thisAdjusted, ___format0, ___provider1, method); } #ifdef __clang__ #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.ByteMatcher::.ctor() extern "C" IL2CPP_METHOD_ATTR void ByteMatcher__ctor_m2042716655 (ByteMatcher_t2129355737 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByteMatcher__ctor_m2042716655_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set_map_0(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); __this->set_starts_1(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.ByteMatcher::AddMapping(System.TermInfoStrings,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ByteMatcher_AddMapping_m3174457484 (ByteMatcher_t2129355737 * __this, int32_t ___key0, ByteU5BU5D_t4116647657* ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByteMatcher_AddMapping_m3174457484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___val1; NullCheck(L_0); if ((((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) { goto IL_0009; } } { return; } IL_0009: { Hashtable_t1853889766 * L_1 = __this->get_map_0(); ByteU5BU5D_t4116647657* L_2 = ___val1; int32_t L_3 = ___key0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_4); NullCheck(L_1); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_1, (RuntimeObject *)(RuntimeObject *)L_2, L_5); Hashtable_t1853889766 * L_6 = __this->get_starts_1(); ByteU5BU5D_t4116647657* L_7 = ___val1; NullCheck(L_7); int32_t L_8 = 0; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); int32_t L_10 = ((int32_t)L_9); RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); bool L_12 = ((bool)1); RuntimeObject * L_13 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_12); NullCheck(L_6); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_6, L_11, L_13); return; } } // System.Void System.ByteMatcher::Sort() extern "C" IL2CPP_METHOD_ATTR void ByteMatcher_Sort_m2133661453 (ByteMatcher_t2129355737 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.ByteMatcher::StartsWith(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ByteMatcher_StartsWith_m77937292 (ByteMatcher_t2129355737 * __this, int32_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByteMatcher_StartsWith_m77937292_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_starts_1(); int32_t L_1 = ___c0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_3); return (bool)((((int32_t)((((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.TermInfoStrings System.ByteMatcher::Match(System.Char[],System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t ByteMatcher_Match_m3094067305 (ByteMatcher_t2129355737 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___offset1, int32_t ___length2, int32_t* ___used3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByteMatcher_Match_m3094067305_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject* V_4 = 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); { Hashtable_t1853889766 * L_0 = __this->get_map_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_0); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_0011: try { // begin try (depth: 1) { goto IL_0078; } IL_0016: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_0 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); V_2 = 0; goto IL_0068; } IL_0029: { ByteU5BU5D_t4116647657* L_5 = V_0; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); CharU5BU5D_t3528271667* L_9 = ___buffer0; int32_t L_10 = ___offset1; int32_t L_11 = V_2; NullCheck(L_9); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); uint16_t L_13 = (L_9)->GetAt(static_cast(L_12)); if ((((int32_t)(((int32_t)((uint16_t)L_8)))) == ((int32_t)L_13))) { goto IL_003c; } } IL_0037: { goto IL_0078; } IL_003c: { ByteU5BU5D_t4116647657* L_14 = V_0; NullCheck(L_14); int32_t L_15 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), (int32_t)1))) == ((uint32_t)L_15)))) { goto IL_0064; } } IL_0047: { int32_t* L_16 = ___used3; ByteU5BU5D_t4116647657* L_17 = V_0; NullCheck(L_17); *((int32_t*)(L_16)) = (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))); Hashtable_t1853889766 * L_18 = __this->get_map_0(); ByteU5BU5D_t4116647657* L_19 = V_0; NullCheck(L_18); RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, (RuntimeObject *)(RuntimeObject *)L_19); V_3 = ((*(int32_t*)((int32_t*)UnBox(L_20, Int32_t2950945753_il2cpp_TypeInfo_var)))); IL2CPP_LEAVE(0xA3, FINALLY_0088); } IL_0064: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0068: { int32_t L_22 = V_2; ByteU5BU5D_t4116647657* L_23 = V_0; NullCheck(L_23); if ((((int32_t)L_22) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { goto IL_0078; } } IL_0071: { int32_t L_24 = V_2; int32_t L_25 = ___length2; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0029; } } IL_0078: { RuntimeObject* L_26 = V_1; NullCheck(L_26); bool L_27 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_0016; } } IL_0083: { IL2CPP_LEAVE(0x9D, FINALLY_0088); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0088; } FINALLY_0088: { // begin finally (depth: 1) { RuntimeObject* L_28 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_28, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_29 = V_4; if (L_29) { goto IL_0095; } } IL_0094: { IL2CPP_END_FINALLY(136) } IL_0095: { RuntimeObject* L_30 = V_4; NullCheck(L_30); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_30); IL2CPP_END_FINALLY(136) } } // end finally (depth: 1) IL2CPP_CLEANUP(136) { IL2CPP_JUMP_TBL(0xA3, IL_00a3) IL2CPP_JUMP_TBL(0x9D, IL_009d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009d: { int32_t* L_31 = ___used3; *((int32_t*)(L_31)) = (int32_t)0; return (int32_t)((-1)); } IL_00a3: { int32_t L_32 = V_3; return L_32; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Char::.cctor() extern "C" IL2CPP_METHOD_ATTR void Char__cctor_m2787437263 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char__cctor_m2787437263_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Char_GetDataTablePointers_m754571594(NULL /*static, unused*/, (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_category_data_3()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_numeric_data_4()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_numeric_data_values_5()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_to_lower_data_low_6()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_to_lower_data_high_7()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_to_upper_data_low_8()), (((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_address_of_to_upper_data_high_9()), /*hidden argument*/NULL); return; } } // System.Object System.Char::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Char_System_IConvertible_ToType_m4138905176 (Il2CppChar* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToType_m4138905176_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Char_System_IConvertible_ToType_m4138905176_RuntimeMethod_var); } IL_0011: { Il2CppChar L_2 = ((Il2CppChar)(*((uint16_t*)__this))); RuntimeObject * L_3 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Char_System_IConvertible_ToType_m4138905176_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToType_m4138905176(_thisAdjusted, ___targetType0, ___provider1, method); } // System.Boolean System.Char::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Char_System_IConvertible_ToBoolean_m309214875 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToBoolean_m309214875_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Char_System_IConvertible_ToBoolean_m309214875_RuntimeMethod_var); } } extern "C" bool Char_System_IConvertible_ToBoolean_m309214875_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToBoolean_m309214875(_thisAdjusted, ___provider0, method); } // System.Byte System.Char::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Char_System_IConvertible_ToByte_m2347554595 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToByte_m2347554595_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_0 = Convert_ToByte_m143827699(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint8_t Char_System_IConvertible_ToByte_m2347554595_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToByte_m2347554595(_thisAdjusted, ___provider0, method); } // System.Char System.Char::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_System_IConvertible_ToChar_m3578899883 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return (*((uint16_t*)__this)); } } extern "C" Il2CppChar Char_System_IConvertible_ToChar_m3578899883_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToChar_m3578899883(_thisAdjusted, ___provider0, method); } // System.DateTime System.Char::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Char_System_IConvertible_ToDateTime_m3564102661 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToDateTime_m3564102661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Char_System_IConvertible_ToDateTime_m3564102661_RuntimeMethod_var); } } extern "C" DateTime_t3738529785 Char_System_IConvertible_ToDateTime_m3564102661_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToDateTime_m3564102661(_thisAdjusted, ___provider0, method); } // System.Decimal System.Char::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Char_System_IConvertible_ToDecimal_m3534906463 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToDecimal_m3534906463_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Char_System_IConvertible_ToDecimal_m3534906463_RuntimeMethod_var); } } extern "C" Decimal_t2948259380 Char_System_IConvertible_ToDecimal_m3534906463_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToDecimal_m3534906463(_thisAdjusted, ___provider0, method); } // System.Double System.Char::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Char_System_IConvertible_ToDouble_m3575321888 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToDouble_m3575321888_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Char_System_IConvertible_ToDouble_m3575321888_RuntimeMethod_var); } } extern "C" double Char_System_IConvertible_ToDouble_m3575321888_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToDouble_m3575321888(_thisAdjusted, ___provider0, method); } // System.Int16 System.Char::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Char_System_IConvertible_ToInt16_m975497224 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToInt16_m975497224_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m3018161032(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Char_System_IConvertible_ToInt16_m975497224_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToInt16_m975497224(_thisAdjusted, ___provider0, method); } // System.Int32 System.Char::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Char_System_IConvertible_ToInt32_m1777243200 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToInt32_m1777243200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_0 = Convert_ToInt32_m1876369743(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int32_t Char_System_IConvertible_ToInt32_m1777243200_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToInt32_m1777243200(_thisAdjusted, ___provider0, method); } // System.Int64 System.Char::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Char_System_IConvertible_ToInt64_m1630543716 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToInt64_m1630543716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m3122543124(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Char_System_IConvertible_ToInt64_m1630543716_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToInt64_m1630543716(_thisAdjusted, ___provider0, method); } // System.SByte System.Char::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Char_System_IConvertible_ToSByte_m973063527 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToSByte_m973063527_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m1350241137(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Char_System_IConvertible_ToSByte_m973063527_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToSByte_m973063527(_thisAdjusted, ___provider0, method); } // System.Single System.Char::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Char_System_IConvertible_ToSingle_m2690985411 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToSingle_m2690985411_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Char_System_IConvertible_ToSingle_m2690985411_RuntimeMethod_var); } } extern "C" float Char_System_IConvertible_ToSingle_m2690985411_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToSingle_m2690985411(_thisAdjusted, ___provider0, method); } // System.UInt16 System.Char::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Char_System_IConvertible_ToUInt16_m2449138174 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToUInt16_m2449138174_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m2952781888(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Char_System_IConvertible_ToUInt16_m2449138174_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToUInt16_m2449138174(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Char::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Char_System_IConvertible_ToUInt32_m3901815580 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToUInt32_m3901815580_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m3188121845(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Char_System_IConvertible_ToUInt32_m3901815580_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToUInt32_m3901815580(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Char::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Char_System_IConvertible_ToUInt64_m3536560782 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_System_IConvertible_ToUInt64_m3536560782_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m3102114524(NULL /*static, unused*/, (*((uint16_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Char_System_IConvertible_ToUInt64_m3536560782_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_System_IConvertible_ToUInt64_m3536560782(_thisAdjusted, ___provider0, method); } // System.Void System.Char::GetDataTablePointers(System.Byte*&,System.Byte*&,System.Double*&,System.UInt16*&,System.UInt16*&,System.UInt16*&,System.UInt16*&) extern "C" IL2CPP_METHOD_ATTR void Char_GetDataTablePointers_m754571594 (RuntimeObject * __this /* static, unused */, uint8_t** ___category_data0, uint8_t** ___numeric_data1, double** ___numeric_data_values2, uint16_t** ___to_lower_data_low3, uint16_t** ___to_lower_data_high4, uint16_t** ___to_upper_data_low5, uint16_t** ___to_upper_data_high6, const RuntimeMethod* method) { typedef void (*Char_GetDataTablePointers_m754571594_ftn) (uint8_t**, uint8_t**, double**, uint16_t**, uint16_t**, uint16_t**, uint16_t**); using namespace il2cpp::icalls; ((Char_GetDataTablePointers_m754571594_ftn)mscorlib::System::Char::GetDataTablePointers) (___category_data0, ___numeric_data1, ___numeric_data_values2, ___to_lower_data_low3, ___to_lower_data_high4, ___to_upper_data_low5, ___to_upper_data_high6); } // System.Int32 System.Char::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Char_CompareTo_m42489266 (Il2CppChar* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_CompareTo_m42489266_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Char_t3634460470_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1920911092, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Char_CompareTo_m42489266_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; V_0 = ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_4, Char_t3634460470_il2cpp_TypeInfo_var)))); Il2CppChar L_5 = V_0; if ((!(((uint32_t)(*((uint16_t*)__this))) == ((uint32_t)L_5)))) { goto IL_0034; } } { return 0; } IL_0034: { Il2CppChar L_6 = V_0; if ((((int32_t)(*((uint16_t*)__this))) <= ((int32_t)L_6))) { goto IL_003e; } } { return 1; } IL_003e: { return (-1); } } extern "C" int32_t Char_CompareTo_m42489266_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_CompareTo_m42489266(_thisAdjusted, ___value0, method); } // System.Boolean System.Char::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Char_Equals_m1279957088 (Il2CppChar* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_Equals_m1279957088_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Char_t3634460470_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; return (bool)((((int32_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_1, Char_t3634460470_il2cpp_TypeInfo_var))))) == ((int32_t)(*((uint16_t*)__this))))? 1 : 0); } } extern "C" bool Char_Equals_m1279957088_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_Equals_m1279957088(_thisAdjusted, ___obj0, method); } // System.Int32 System.Char::CompareTo(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Char_CompareTo_m1035527789 (Il2CppChar* __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; if ((!(((uint32_t)(*((uint16_t*)__this))) == ((uint32_t)L_0)))) { goto IL_000a; } } { return 0; } IL_000a: { Il2CppChar L_1 = ___value0; if ((((int32_t)(*((uint16_t*)__this))) <= ((int32_t)L_1))) { goto IL_0014; } } { return 1; } IL_0014: { return (-1); } } extern "C" int32_t Char_CompareTo_m1035527789_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___value0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_CompareTo_m1035527789(_thisAdjusted, ___value0, method); } // System.Boolean System.Char::Equals(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_Equals_m198757577 (Il2CppChar* __this, Il2CppChar ___obj0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___obj0; return (bool)((((int32_t)(*((uint16_t*)__this))) == ((int32_t)L_0))? 1 : 0); } } extern "C" bool Char_Equals_m198757577_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___obj0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_Equals_m198757577(_thisAdjusted, ___obj0, method); } // System.Int32 System.Char::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetHashCode_m2163065211 (Il2CppChar* __this, const RuntimeMethod* method) { { return (*((uint16_t*)__this)); } } extern "C" int32_t Char_GetHashCode_m2163065211_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_GetHashCode_m2163065211(_thisAdjusted, method); } // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_m57882613 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_GetUnicodeCategory_m57882613_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (int32_t)((*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))); } } // System.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m3646673943 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsDigit_m3646673943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (bool)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))) == ((int32_t)8))? 1 : 0); } } // System.Boolean System.Char::IsDigit(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m891258618 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsDigit_m891258618_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; int32_t L_1 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Char_CheckParameter_m4114020212(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___s0; int32_t L_3 = ___index1; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); bool L_5 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Char::IsLetter(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetter_m3996985877 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsLetter_m3996985877_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (bool)((((int32_t)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))) > ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Char::IsLetterOrDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m3494175785 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsLetterOrDigit_m3494175785_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; V_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)))); int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)4))) { goto IL_0016; } } { int32_t L_3 = V_0; G_B3_0 = ((((int32_t)L_3) == ((int32_t)8))? 1 : 0); goto IL_0017; } IL_0016: { G_B3_0 = 1; } IL_0017: { return (bool)G_B3_0; } } // System.Boolean System.Char::IsLetterOrDigit(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m2309361746 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsLetterOrDigit_m2309361746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; int32_t L_1 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Char_CheckParameter_m4114020212(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___s0; int32_t L_3 = ___index1; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); bool L_5 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Char::IsLower(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLower_m3108076820 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsLower_m3108076820_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (bool)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))) == ((int32_t)1))? 1 : 0); } } // System.Boolean System.Char::IsNumber(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsNumber_m2445552278 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsNumber_m2445552278_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; V_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)))); int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)8))) { goto IL_001a; } } { int32_t L_3 = V_0; G_B3_0 = ((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)10)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_001b; } IL_001a: { G_B3_0 = 0; } IL_001b: { return (bool)G_B3_0; } } // System.Boolean System.Char::IsSurrogate(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsSurrogate_m3686972571 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsSurrogate_m3686972571_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; return (bool)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1))))) == ((int32_t)((int32_t)16)))? 1 : 0); } } // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsWhiteSpace_m2148390798_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B9_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint8_t* L_0 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_category_data_3(); Il2CppChar L_1 = ___c0; V_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)))); int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)10)))) { goto IL_0013; } } { return (bool)0; } IL_0013: { int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)((int32_t)13)))) { goto IL_001d; } } { return (bool)1; } IL_001d: { Il2CppChar L_4 = ___c0; if ((((int32_t)L_4) < ((int32_t)((int32_t)9)))) { goto IL_002d; } } { Il2CppChar L_5 = ___c0; if ((((int32_t)L_5) <= ((int32_t)((int32_t)13)))) { goto IL_0042; } } IL_002d: { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) == ((int32_t)((int32_t)133)))) { goto IL_0042; } } { Il2CppChar L_7 = ___c0; G_B9_0 = ((((int32_t)L_7) == ((int32_t)((int32_t)8287)))? 1 : 0); goto IL_0043; } IL_0042: { G_B9_0 = 1; } IL_0043: { return (bool)G_B9_0; } } // System.Boolean System.Char::IsWhiteSpace(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m3213701995 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_IsWhiteSpace_m3213701995_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; int32_t L_1 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Char_CheckParameter_m4114020212(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___s0; int32_t L_3 = ___index1; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); bool L_5 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.Char::CheckParameter(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Char_CheckParameter_m4114020212 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_CheckParameter_m4114020212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614605, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Char_CheckParameter_m4114020212_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0024; } } { int32_t L_3 = ___index1; String_t* L_4 = ___s0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_0034; } } IL_0024: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral250046704, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Char_CheckParameter_m4114020212_RuntimeMethod_var); } IL_0034: { return; } } // System.Char System.Char::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_Parse_m82218915 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_Parse_m82218915_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614605, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Char_Parse_m82218915_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002d; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2754150777, /*hidden argument*/NULL); FormatException_t154580423 * L_5 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Char_Parse_m82218915_RuntimeMethod_var); } IL_002d: { String_t* L_6 = ___s0; NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 0, /*hidden argument*/NULL); return L_7; } } // System.Char System.Char::ToLower(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m844856331 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToLower_m844856331_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); TextInfo_t3810425522 * L_1 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_0); Il2CppChar L_2 = ___c0; NullCheck(L_1); Il2CppChar L_3 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(8 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_1, L_2); return L_3; } } // System.Char System.Char::ToLowerInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLowerInvariant_m1926695830 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToLowerInvariant_m1926695830_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) > ((int32_t)((int32_t)9423)))) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint16_t* L_1 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_to_lower_data_low_6(); Il2CppChar L_2 = ___c0; return (*((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)))))); } IL_0016: { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) < ((int32_t)((int32_t)65313)))) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint16_t* L_4 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_to_lower_data_high_7(); Il2CppChar L_5 = ___c0; return (*((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)65313))), (int32_t)2)))))); } IL_0032: { Il2CppChar L_6 = ___c0; return L_6; } } // System.Char System.Char::ToLower(System.Char,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m3999837485 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, CultureInfo_t4157843068 * ___culture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToLower_m3999837485_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t4157843068 * L_0 = ___culture1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Char_ToLower_m3999837485_RuntimeMethod_var); } IL_0011: { CultureInfo_t4157843068 * L_2 = ___culture1; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)127))))) { goto IL_0025; } } { Il2CppChar L_4 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_5 = Char_ToLowerInvariant_m1926695830(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } IL_0025: { CultureInfo_t4157843068 * L_6 = ___culture1; NullCheck(L_6); TextInfo_t3810425522 * L_7 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_6); Il2CppChar L_8 = ___c0; NullCheck(L_7); Il2CppChar L_9 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(8 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_7, L_8); return L_9; } } // System.Char System.Char::ToUpper(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m3999570441 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToUpper_m3999570441_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); TextInfo_t3810425522 * L_1 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_0); Il2CppChar L_2 = ___c0; NullCheck(L_1); Il2CppChar L_3 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_1, L_2); return L_3; } } // System.Char System.Char::ToUpperInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpperInvariant_m3658711221 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToUpperInvariant_m3658711221_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) > ((int32_t)((int32_t)9449)))) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint16_t* L_1 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_to_upper_data_low_8(); Il2CppChar L_2 = ___c0; return (*((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)))))); } IL_0016: { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) < ((int32_t)((int32_t)65313)))) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); uint16_t* L_4 = ((Char_t3634460470_StaticFields*)il2cpp_codegen_static_fields_for(Char_t3634460470_il2cpp_TypeInfo_var))->get_to_upper_data_high_9(); Il2CppChar L_5 = ___c0; return (*((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)65313))), (int32_t)2)))))); } IL_0032: { Il2CppChar L_6 = ___c0; return L_6; } } // System.Char System.Char::ToUpper(System.Char,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m3659851865 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, CultureInfo_t4157843068 * ___culture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Char_ToUpper_m3659851865_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t4157843068 * L_0 = ___culture1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Char_ToUpper_m3659851865_RuntimeMethod_var); } IL_0011: { CultureInfo_t4157843068 * L_2 = ___culture1; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)127))))) { goto IL_0025; } } { Il2CppChar L_4 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_5 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } IL_0025: { CultureInfo_t4157843068 * L_6 = ___culture1; NullCheck(L_6); TextInfo_t3810425522 * L_7 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_6); Il2CppChar L_8 = ___c0; NullCheck(L_7); Il2CppChar L_9 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_7, L_8); return L_9; } } // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method) { { String_t* L_0 = String_CreateString_m1262864254(NULL, (*((uint16_t*)__this)), 1, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Char_ToString_m3588025615_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_ToString_m3588025615(_thisAdjusted, method); } // System.String System.Char::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m278452217 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { String_t* L_0 = String_CreateString_m1262864254(NULL, (*((uint16_t*)__this)), 1, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Char_ToString_m278452217_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { Il2CppChar* _thisAdjusted = reinterpret_cast(__this + 1); return Char_ToString_m278452217(_thisAdjusted, ___provider0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.CharEnumerator::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CharEnumerator__ctor_m3465358752 (CharEnumerator_t1121470421 * __this, String_t* ___s0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___s0; __this->set_str_0(L_0); __this->set_index_1((-1)); String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); __this->set_length_2(L_2); return; } } // System.Object System.CharEnumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CharEnumerator_System_Collections_IEnumerator_get_Current_m1328529384 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharEnumerator_System_Collections_IEnumerator_get_Current_m1328529384_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = CharEnumerator_get_Current_m525608209(__this, /*hidden argument*/NULL); Il2CppChar L_1 = L_0; RuntimeObject * L_2 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Void System.CharEnumerator::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void CharEnumerator_System_IDisposable_Dispose_m1750532533 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { { return; } } // System.Char System.CharEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Il2CppChar CharEnumerator_get_Current_m525608209 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharEnumerator_get_Current_m525608209_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_index_1(); if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_001d; } } { int32_t L_1 = __this->get_index_1(); int32_t L_2 = __this->get_length_2(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_002d; } } IL_001d: { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2140447019, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,CharEnumerator_get_Current_m525608209_RuntimeMethod_var); } IL_002d: { String_t* L_5 = __this->get_str_0(); int32_t L_6 = __this->get_index_1(); NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Object System.CharEnumerator::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CharEnumerator_Clone_m1884400089 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharEnumerator_Clone_m1884400089_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharEnumerator_t1121470421 * V_0 = NULL; { String_t* L_0 = __this->get_str_0(); CharEnumerator_t1121470421 * L_1 = (CharEnumerator_t1121470421 *)il2cpp_codegen_object_new(CharEnumerator_t1121470421_il2cpp_TypeInfo_var); CharEnumerator__ctor_m3465358752(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; CharEnumerator_t1121470421 * L_2 = V_0; int32_t L_3 = __this->get_index_1(); NullCheck(L_2); L_2->set_index_1(L_3); CharEnumerator_t1121470421 * L_4 = V_0; return L_4; } } // System.Boolean System.CharEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool CharEnumerator_MoveNext_m599189179 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_index_1(); __this->set_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_index_1(); int32_t L_2 = __this->get_length_2(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_002d; } } { int32_t L_3 = __this->get_length_2(); __this->set_index_1(L_3); return (bool)0; } IL_002d: { return (bool)1; } } // System.Void System.CharEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void CharEnumerator_Reset_m2829582932 (CharEnumerator_t1121470421 * __this, const RuntimeMethod* method) { { __this->set_index_1((-1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.CLSCompliantAttribute::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CLSCompliantAttribute__ctor_m581760440 (CLSCompliantAttribute_t999444765 * __this, bool ___isCompliant0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); bool L_0 = ___isCompliant0; __this->set_is_compliant_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList__ctor_m4254721275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_0 = ((ArrayList_t2718874744_StaticFields*)il2cpp_codegen_static_fields_for(ArrayList_t2718874744_il2cpp_TypeInfo_var))->get_EmptyArray_4(); __this->set__items_2(L_0); return; } } // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m2130986447 (ArrayList_t2718874744 * __this, RuntimeObject* ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList__ctor_m2130986447_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___c0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614589, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayList__ctor_m2130986447_RuntimeMethod_var); } IL_0017: { RuntimeObject* L_2 = ___c0; V_0 = ((RuntimeArray *)IsInstClass((RuntimeObject*)L_2, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_3 = V_0; if (!L_3) { goto IL_0036; } } { RuntimeArray * L_4 = V_0; NullCheck(L_4); int32_t L_5 = Array_get_Rank_m3448755881(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0036; } } { RankException_t3812021567 * L_6 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m4082747811(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,ArrayList__ctor_m2130986447_RuntimeMethod_var); } IL_0036: { RuntimeObject* L_7 = ___c0; NullCheck(L_7); int32_t L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_7); __this->set__items_2(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_8))); RuntimeObject* L_9 = ___c0; VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, __this, L_9); return; } } // System.Void System.Collections.ArrayList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m3828927650 (ArrayList_t2718874744 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList__ctor_m3828927650_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0022; } } { int32_t L_1 = ___capacity0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral3623012086, L_3, _stringLiteral3500389620, /*hidden argument*/NULL); } IL_0022: { int32_t L_4 = ___capacity0; if (L_4) { goto IL_002b; } } { ___capacity0 = 4; } IL_002b: { int32_t L_5 = ___capacity0; __this->set__items_2(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_5))); return; } } // System.Void System.Collections.ArrayList::.ctor(System.Object[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m2075768692 (ArrayList_t2718874744 * __this, ObjectU5BU5D_t2843939325* ___array0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList__ctor_m2075768692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___count2; if (L_0) { goto IL_001d; } } { __this->set__items_2(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4))); goto IL_0029; } IL_001d: { int32_t L_1 = ___count2; __this->set__items_2(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_1))); } IL_0029: { ObjectU5BU5D_t2843939325* L_2 = ___array0; int32_t L_3 = ___index1; ObjectU5BU5D_t2843939325* L_4 = __this->get__items_2(); int32_t L_5 = ___count2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); int32_t L_6 = ___count2; __this->set__size_1(L_6); return; } } // System.Void System.Collections.ArrayList::.cctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__cctor_m3052737821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList__cctor_m3052737821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ArrayList_t2718874744_StaticFields*)il2cpp_codegen_static_fields_for(ArrayList_t2718874744_il2cpp_TypeInfo_var))->set_EmptyArray_4(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0))); return; } } // System.Object System.Collections.ArrayList::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayList_get_Item_m3820278660 (ArrayList_t2718874744 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_get_Item_m3820278660_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get__size_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0028; } } IL_0013: { int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral797640427, L_5, _stringLiteral1370080298, /*hidden argument*/NULL); } IL_0028: { ObjectU5BU5D_t2843939325* L_6 = __this->get__items_2(); int32_t L_7 = ___index0; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); return L_9; } } // System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayList_set_Item_m2003485935 (ArrayList_t2718874744 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_set_Item_m2003485935_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get__size_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0028; } } IL_0013: { int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral797640427, L_5, _stringLiteral1370080298, /*hidden argument*/NULL); } IL_0028: { ObjectU5BU5D_t2843939325* L_6 = __this->get__items_2(); int32_t L_7 = ___index0; RuntimeObject * L_8 = ___value1; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(L_7), (RuntimeObject *)L_8); int32_t L_9 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); return; } } // System.Int32 System.Collections.ArrayList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_get_Count_m1015046493 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__size_1(); return L_0; } } // System.Int32 System.Collections.ArrayList::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_get_Capacity_m431818936 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void System.Collections.ArrayList::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_set_Capacity_m1058991803 (ArrayList_t2718874744 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_set_Capacity_m1058991803_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { int32_t L_0 = ___value0; int32_t L_1 = __this->get__size_1(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0021; } } { int32_t L_2 = ___value0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral3623013078, L_4, _stringLiteral2019553010, /*hidden argument*/NULL); } IL_0021: { int32_t L_5 = ___value0; V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_5)); ObjectU5BU5D_t2843939325* L_6 = __this->get__items_2(); ObjectU5BU5D_t2843939325* L_7 = V_0; int32_t L_8 = __this->get__size_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_9 = V_0; __this->set__items_2(L_9); return; } } // System.Boolean System.Collections.ArrayList::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool ArrayList_get_IsFixedSize_m24366329 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.ArrayList::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ArrayList_get_IsReadOnly_m913775115 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.ArrayList::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool ArrayList_get_IsSynchronized_m854316597 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.ArrayList::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayList_get_SyncRoot_m2222042655 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Collections.ArrayList::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_EnsureCapacity_m3016383533 (ArrayList_t2718874744 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_EnsureCapacity_m3016383533_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; { int32_t L_0 = ___count0; ObjectU5BU5D_t2843939325* L_1 = __this->get__items_2(); NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_000f; } } { return; } IL_000f: { ObjectU5BU5D_t2843939325* L_2 = __this->get__items_2(); NullCheck(L_2); V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))<<(int32_t)1)); int32_t L_3 = V_0; if (L_3) { goto IL_0022; } } { V_0 = 4; } IL_0022: { goto IL_002b; } IL_0027: { int32_t L_4 = V_0; V_0 = ((int32_t)((int32_t)L_4<<(int32_t)1)); } IL_002b: { int32_t L_5 = V_0; int32_t L_6 = ___count0; if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0027; } } { int32_t L_7 = V_0; V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_7)); ObjectU5BU5D_t2843939325* L_8 = __this->get__items_2(); ObjectU5BU5D_t2843939325* L_9 = V_1; ObjectU5BU5D_t2843939325* L_10 = __this->get__items_2(); NullCheck(L_10); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, 0, (RuntimeArray *)(RuntimeArray *)L_9, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_11 = V_1; __this->set__items_2(L_11); return; } } // System.Void System.Collections.ArrayList::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_Shift_m395607654 (ArrayList_t2718874744 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_Shift_m395607654_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; int32_t V_2 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = ___count1; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_00ae; } } { int32_t L_1 = __this->get__size_1(); int32_t L_2 = ___count1; ObjectU5BU5D_t2843939325* L_3 = __this->get__items_2(); NullCheck(L_3); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_008c; } } { ObjectU5BU5D_t2843939325* L_4 = __this->get__items_2(); NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) <= ((int32_t)0))) { goto IL_0039; } } { ObjectU5BU5D_t2843939325* L_5 = __this->get__items_2(); NullCheck(L_5); G_B5_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))<<(int32_t)1)); goto IL_003a; } IL_0039: { G_B5_0 = 1; } IL_003a: { V_0 = G_B5_0; goto IL_0044; } IL_0040: { int32_t L_6 = V_0; V_0 = ((int32_t)((int32_t)L_6<<(int32_t)1)); } IL_0044: { int32_t L_7 = V_0; int32_t L_8 = __this->get__size_1(); int32_t L_9 = ___count1; if ((((int32_t)L_7) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))))) { goto IL_0040; } } { int32_t L_10 = V_0; V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_10)); ObjectU5BU5D_t2843939325* L_11 = __this->get__items_2(); ObjectU5BU5D_t2843939325* L_12 = V_1; int32_t L_13 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, 0, (RuntimeArray *)(RuntimeArray *)L_12, 0, L_13, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_14 = __this->get__items_2(); int32_t L_15 = ___index0; ObjectU5BU5D_t2843939325* L_16 = V_1; int32_t L_17 = ___index0; int32_t L_18 = ___count1; int32_t L_19 = __this->get__size_1(); int32_t L_20 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_14, L_15, (RuntimeArray *)(RuntimeArray *)L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_21 = V_1; __this->set__items_2(L_21); goto IL_00a9; } IL_008c: { ObjectU5BU5D_t2843939325* L_22 = __this->get__items_2(); int32_t L_23 = ___index0; ObjectU5BU5D_t2843939325* L_24 = __this->get__items_2(); int32_t L_25 = ___index0; int32_t L_26 = ___count1; int32_t L_27 = __this->get__size_1(); int32_t L_28 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_22, L_23, (RuntimeArray *)(RuntimeArray *)L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); } IL_00a9: { goto IL_00e9; } IL_00ae: { int32_t L_29 = ___count1; if ((((int32_t)L_29) >= ((int32_t)0))) { goto IL_00e9; } } { int32_t L_30 = ___index0; int32_t L_31 = ___count1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)); ObjectU5BU5D_t2843939325* L_32 = __this->get__items_2(); int32_t L_33 = V_2; ObjectU5BU5D_t2843939325* L_34 = __this->get__items_2(); int32_t L_35 = ___index0; int32_t L_36 = __this->get__size_1(); int32_t L_37 = V_2; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, L_33, (RuntimeArray *)(RuntimeArray *)L_34, L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_38 = __this->get__items_2(); int32_t L_39 = __this->get__size_1(); int32_t L_40 = ___count1; int32_t L_41 = ___count1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_38, ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)), ((-L_41)), /*hidden argument*/NULL); } IL_00e9: { return; } } // System.Int32 System.Collections.ArrayList::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_Add_m730026926 (ArrayList_t2718874744 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); NullCheck(L_0); int32_t L_1 = __this->get__size_1(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) > ((int32_t)L_1))) { goto IL_0021; } } { int32_t L_2 = __this->get__size_1(); ArrayList_EnsureCapacity_m3016383533(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); } IL_0021: { ObjectU5BU5D_t2843939325* L_3 = __this->get__items_2(); int32_t L_4 = __this->get__size_1(); RuntimeObject * L_5 = ___value0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(L_4), (RuntimeObject *)L_5); int32_t L_6 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = __this->get__size_1(); int32_t L_8 = L_7; V_0 = L_8; __this->set__size_1(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; return L_9; } } // System.Void System.Collections.ArrayList::Clear() extern "C" IL2CPP_METHOD_ATTR void ArrayList_Clear_m3564447992 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); int32_t L_1 = __this->get__size_1(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, /*hidden argument*/NULL); __this->set__size_1(0); int32_t L_2 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Boolean System.Collections.ArrayList::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ArrayList_Contains_m974354901 (ArrayList_t2718874744 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___item0; int32_t L_1 = __this->get__size_1(); int32_t L_2 = VirtFuncInvoker3< int32_t, RuntimeObject *, int32_t, int32_t >::Invoke(35 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32) */, __this, L_0, 0, L_1); return (bool)((((int32_t)L_2) > ((int32_t)(-1)))? 1 : 0); } } // System.Int32 System.Collections.ArrayList::IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_IndexOf_m771193320 (ArrayList_t2718874744 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; int32_t L_1 = VirtFuncInvoker2< int32_t, RuntimeObject *, int32_t >::Invoke(34 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32) */, __this, L_0, 0); return L_1; } } // System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_IndexOf_m305368842 (ArrayList_t2718874744 * __this, RuntimeObject * ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = __this->get__size_1(); int32_t L_3 = ___startIndex1; int32_t L_4 = VirtFuncInvoker3< int32_t, RuntimeObject *, int32_t, int32_t >::Invoke(35 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32) */, __this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))); return L_4; } } // System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayList_IndexOf_m1052788661 (ArrayList_t2718874744 * __this, RuntimeObject * ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_IndexOf_m1052788661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___startIndex1; int32_t L_2 = __this->get__size_1(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0028; } } IL_0013: { int32_t L_3 = ___startIndex1; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral2410720131, L_5, _stringLiteral2662431096, /*hidden argument*/NULL); } IL_0028: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0044; } } { int32_t L_7 = ___count2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral2002595880, L_9, _stringLiteral3732847104, /*hidden argument*/NULL); } IL_0044: { int32_t L_10 = ___startIndex1; int32_t L_11 = __this->get__size_1(); int32_t L_12 = ___count2; if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))))) { goto IL_0062; } } { ArgumentOutOfRangeException_t777629997 * L_13 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_13, _stringLiteral2002595880, _stringLiteral738047332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,ArrayList_IndexOf_m1052788661_RuntimeMethod_var); } IL_0062: { ObjectU5BU5D_t2843939325* L_14 = __this->get__items_2(); RuntimeObject * L_15 = ___value0; int32_t L_16 = ___startIndex1; int32_t L_17 = ___count2; int32_t L_18 = Array_IndexOf_TisRuntimeObject_m828474689(NULL /*static, unused*/, L_14, L_15, L_16, L_17, /*hidden argument*/Array_IndexOf_TisRuntimeObject_m828474689_RuntimeMethod_var); return L_18; } } // System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayList_Insert_m3524057793 (ArrayList_t2718874744 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_Insert_m3524057793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get__size_1(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0028; } } IL_0013: { int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral797640427, L_5, _stringLiteral3314103136, /*hidden argument*/NULL); } IL_0028: { int32_t L_6 = ___index0; ArrayList_Shift_m395607654(__this, L_6, 1, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_7 = __this->get__items_2(); int32_t L_8 = ___index0; RuntimeObject * L_9 = ___value1; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(L_8), (RuntimeObject *)L_9); int32_t L_10 = __this->get__size_1(); __this->set__size_1(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return; } } // System.Void System.Collections.ArrayList::InsertRange(System.Int32,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayList_InsertRange_m1740766984 (ArrayList_t2718874744 * __this, int32_t ___index0, RuntimeObject* ___c1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_InsertRange_m1740766984_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject* L_0 = ___c1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614589, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayList_InsertRange_m1740766984_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0024; } } { int32_t L_3 = ___index0; int32_t L_4 = __this->get__size_1(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0039; } } IL_0024: { int32_t L_5 = ___index0; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral797640427, L_7, _stringLiteral3314103136, /*hidden argument*/NULL); } IL_0039: { RuntimeObject* L_8 = ___c1; NullCheck(L_8); int32_t L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_8); V_0 = L_9; ObjectU5BU5D_t2843939325* L_10 = __this->get__items_2(); NullCheck(L_10); int32_t L_11 = __this->get__size_1(); int32_t L_12 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))))) { goto IL_0063; } } { int32_t L_13 = __this->get__size_1(); int32_t L_14 = V_0; ArrayList_EnsureCapacity_m3016383533(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL); } IL_0063: { int32_t L_15 = ___index0; int32_t L_16 = __this->get__size_1(); if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_008c; } } { ObjectU5BU5D_t2843939325* L_17 = __this->get__items_2(); int32_t L_18 = ___index0; ObjectU5BU5D_t2843939325* L_19 = __this->get__items_2(); int32_t L_20 = ___index0; int32_t L_21 = V_0; int32_t L_22 = __this->get__size_1(); int32_t L_23 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_17, L_18, (RuntimeArray *)(RuntimeArray *)L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL); } IL_008c: { RuntimeObject* L_24 = ___c1; NullCheck(L_24); RuntimeObject * L_25 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_24); if ((!(((RuntimeObject*)(ArrayList_t2718874744 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_25)))) { goto IL_00d0; } } { ObjectU5BU5D_t2843939325* L_26 = __this->get__items_2(); ObjectU5BU5D_t2843939325* L_27 = __this->get__items_2(); int32_t L_28 = ___index0; int32_t L_29 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_26, 0, (RuntimeArray *)(RuntimeArray *)L_27, L_28, L_29, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_30 = __this->get__items_2(); int32_t L_31 = ___index0; int32_t L_32 = V_0; ObjectU5BU5D_t2843939325* L_33 = __this->get__items_2(); int32_t L_34 = ___index0; int32_t L_35 = __this->get__size_1(); int32_t L_36 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)), (RuntimeArray *)(RuntimeArray *)L_33, ((int32_t)((int32_t)L_34<<(int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36)), /*hidden argument*/NULL); goto IL_00dd; } IL_00d0: { RuntimeObject* L_37 = ___c1; ObjectU5BU5D_t2843939325* L_38 = __this->get__items_2(); int32_t L_39 = ___index0; NullCheck(L_37); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_37, (RuntimeArray *)(RuntimeArray *)L_38, L_39); } IL_00dd: { int32_t L_40 = __this->get__size_1(); RuntimeObject* L_41 = ___c1; NullCheck(L_41); int32_t L_42 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_41); __this->set__size_1(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_42))); int32_t L_43 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1))); return; } } // System.Void System.Collections.ArrayList::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayList_Remove_m4274871153 (ArrayList_t2718874744 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___obj0; int32_t L_1 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, __this, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)(-1)))) { goto IL_0016; } } { int32_t L_3 = V_0; VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, __this, L_3); } IL_0016: { int32_t L_4 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); return; } } // System.Void System.Collections.ArrayList::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_RemoveAt_m761734947 (ArrayList_t2718874744 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_RemoveAt_m761734947_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get__size_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0028; } } IL_0013: { int32_t L_3 = ___index0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888(NULL /*static, unused*/, _stringLiteral797640427, L_5, _stringLiteral2628772951, /*hidden argument*/NULL); } IL_0028: { int32_t L_6 = ___index0; ArrayList_Shift_m395607654(__this, L_6, (-1), /*hidden argument*/NULL); int32_t L_7 = __this->get__size_1(); __this->set__size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); int32_t L_8 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return; } } // System.Void System.Collections.ArrayList::CopyTo(System.Array) extern "C" IL2CPP_METHOD_ATTR void ArrayList_CopyTo_m3530931172 (ArrayList_t2718874744 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); RuntimeArray * L_1 = ___array0; int32_t L_2 = __this->get__size_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_CopyTo_m3962521159 (ArrayList_t2718874744 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; int32_t L_1 = ___arrayIndex1; int32_t L_2 = __this->get__size_1(); VirtActionInvoker4< int32_t, RuntimeArray *, int32_t, int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) */, __this, 0, L_0, L_1, L_2); return; } } // System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList_CopyTo_m3105450421 (ArrayList_t2718874744 * __this, int32_t ___index0, RuntimeArray * ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_CopyTo_m3105450421_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayList_CopyTo_m3105450421_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array1; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_002d; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral2432024763, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ArrayList_CopyTo_m3105450421_RuntimeMethod_var); } IL_002d: { ObjectU5BU5D_t2843939325* L_5 = __this->get__items_2(); int32_t L_6 = ___index0; RuntimeArray * L_7 = ___array1; int32_t L_8 = ___arrayIndex2; int32_t L_9 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayList_GetEnumerator_m3176119603 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_GetEnumerator_m3176119603_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SimpleEnumerator_t4287166116 * L_0 = (SimpleEnumerator_t4287166116 *)il2cpp_codegen_object_new(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var); SimpleEnumerator__ctor_m917940076(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayList_AddRange_m3758299474 (ArrayList_t2718874744 * __this, RuntimeObject* ___c0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__size_1(); RuntimeObject* L_1 = ___c0; VirtActionInvoker2< int32_t, RuntimeObject* >::Invoke(37 /* System.Void System.Collections.ArrayList::InsertRange(System.Int32,System.Collections.ICollection) */, __this, L_0, L_1); return; } } // System.Void System.Collections.ArrayList::Sort() extern "C" IL2CPP_METHOD_ATTR void ArrayList_Sort_m582560637 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_Sort_m582560637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); int32_t L_1 = __this->get__size_1(); Array_Sort_TisRuntimeObject_m440635289(NULL /*static, unused*/, L_0, 0, L_1, /*hidden argument*/Array_Sort_TisRuntimeObject_m440635289_RuntimeMethod_var); int32_t L_2 = __this->get__version_3(); __this->set__version_3(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void ArrayList_Sort_m4234055499 (ArrayList_t2718874744 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); int32_t L_1 = __this->get__size_1(); RuntimeObject* L_2 = ___comparer0; Array_Sort_m182264525(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Object[] System.Collections.ArrayList::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ArrayList_ToArray_m3827492363 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_ToArray_m3827492363_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { int32_t L_0 = __this->get__size_1(); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_0)); ObjectU5BU5D_t2843939325* L_1 = V_0; VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, __this, (RuntimeArray *)(RuntimeArray *)L_1); ObjectU5BU5D_t2843939325* L_2 = V_0; return L_2; } } // System.Array System.Collections.ArrayList::ToArray(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * ArrayList_ToArray_m3439706433 (ArrayList_t2718874744 * __this, Type_t * ___type0, const RuntimeMethod* method) { RuntimeArray * V_0 = NULL; { Type_t * L_0 = ___type0; int32_t L_1 = __this->get__size_1(); RuntimeArray * L_2 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeArray * L_3 = V_0; VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, __this, L_3); RuntimeArray * L_4 = V_0; return L_4; } } // System.Object System.Collections.ArrayList::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayList_Clone_m2682741233 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_Clone_m2682741233_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = __this->get__items_2(); int32_t L_1 = __this->get__size_1(); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m2075768692(L_2, L_0, 0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Collections.ArrayList::ThrowNewArgumentOutOfRangeException(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888 (RuntimeObject * __this /* static, unused */, String_t* ___name0, RuntimeObject * ___actual1, String_t* ___message2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = ___actual1; String_t* L_2 = ___message2; ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ArrayList_ThrowNewArgumentOutOfRangeException_m3110627888_RuntimeMethod_var); } } // System.Collections.ArrayList System.Collections.ArrayList::Synchronized(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ArrayList_Synchronized_m1327684267 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_Synchronized_m1327684267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = ___list0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3941568111, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayList_Synchronized_m1327684267_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = ___list0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_2); if (!L_3) { goto IL_001e; } } { ArrayList_t2718874744 * L_4 = ___list0; return L_4; } IL_001e: { ArrayList_t2718874744 * L_5 = ___list0; SynchronizedArrayListWrapper_t2283757095 * L_6 = (SynchronizedArrayListWrapper_t2283757095 *)il2cpp_codegen_object_new(SynchronizedArrayListWrapper_t2283757095_il2cpp_TypeInfo_var); SynchronizedArrayListWrapper__ctor_m3368338124(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // System.Collections.ArrayList System.Collections.ArrayList::ReadOnly(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ArrayList_ReadOnly_m1905796817 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayList_ReadOnly_m1905796817_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = ___list0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3941568111, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayList_ReadOnly_m1905796817_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = ___list0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_2); if (!L_3) { goto IL_001e; } } { ArrayList_t2718874744 * L_4 = ___list0; return L_4; } IL_001e: { ArrayList_t2718874744 * L_5 = ___list0; ReadOnlyArrayListWrapper_t3401315650 * L_6 = (ReadOnlyArrayListWrapper_t3401315650 *)il2cpp_codegen_object_new(ReadOnlyArrayListWrapper_t3401315650_il2cpp_TypeInfo_var); ReadOnlyArrayListWrapper__ctor_m1527708879(L_6, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ArrayList/ArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper__ctor_m970192266 (ArrayListWrapper_t240606758 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayListWrapper__ctor_m970192266_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = ___innerArrayList0; __this->set_m_InnerArrayList_5(L_0); return; } } // System.Object System.Collections.ArrayList/ArrayListWrapper::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayListWrapper_get_Item_m1313829881 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return L_2; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_set_Item_m3849584877 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_0, L_1, L_2); return; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_get_Count_m3954826285 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_get_Capacity_m51087796 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Int32 System.Collections.ArrayList::get_Capacity() */, L_0); return L_1; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_set_Capacity_m2373297383 (ArrayListWrapper_t240606758 * __this, int32_t ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(25 /* System.Void System.Collections.ArrayList::set_Capacity(System.Int32) */, L_0, L_1); return; } } // System.Boolean System.Collections.ArrayList/ArrayListWrapper::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool ArrayListWrapper_get_IsFixedSize_m4019080667 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Collections.ArrayList::get_IsFixedSize() */, L_0); return L_1; } } // System.Boolean System.Collections.ArrayList/ArrayListWrapper::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ArrayListWrapper_get_IsReadOnly_m322171850 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_0); return L_1; } } // System.Boolean System.Collections.ArrayList/ArrayListWrapper::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool ArrayListWrapper_get_IsSynchronized_m877742690 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Collections.ArrayList/ArrayListWrapper::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayListWrapper_get_SyncRoot_m3460954073 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_Add_m1926015631 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::Clear() extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_Clear_m2625302714 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); return; } } // System.Boolean System.Collections.ArrayList/ArrayListWrapper::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ArrayListWrapper_Contains_m2641184447 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_IndexOf_m4166445051 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_0, L_1); return L_2; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::IndexOf(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_IndexOf_m3692065720 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; int32_t L_2 = ___startIndex1; NullCheck(L_0); int32_t L_3 = VirtFuncInvoker2< int32_t, RuntimeObject *, int32_t >::Invoke(34 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32) */, L_0, L_1, L_2); return L_3; } } // System.Int32 System.Collections.ArrayList/ArrayListWrapper::IndexOf(System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ArrayListWrapper_IndexOf_m3995939336 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; int32_t L_2 = ___startIndex1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4 = VirtFuncInvoker3< int32_t, RuntimeObject *, int32_t, int32_t >::Invoke(35 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_Insert_m121888774 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_0, L_1, L_2); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::InsertRange(System.Int32,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_InsertRange_m3525676562 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, RuntimeObject* ___c1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; RuntimeObject* L_2 = ___c1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject* >::Invoke(37 /* System.Void System.Collections.ArrayList::InsertRange(System.Int32,System.Collections.ICollection) */, L_0, L_1, L_2); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_Remove_m3759993909 (ArrayListWrapper_t240606758 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_0, L_1); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_RemoveAt_m805762255 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::CopyTo(System.Array) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_CopyTo_m2912068327 (ArrayListWrapper_t240606758 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeArray * L_1 = ___array0; NullCheck(L_0); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_0, L_1); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_CopyTo_m3756520478 (ArrayListWrapper_t240606758 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_CopyTo_m498486826 (ArrayListWrapper_t240606758 * __this, int32_t ___index0, RuntimeArray * ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; RuntimeArray * L_2 = ___array1; int32_t L_3 = ___arrayIndex2; int32_t L_4 = ___count3; NullCheck(L_0); VirtActionInvoker4< int32_t, RuntimeArray *, int32_t, int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) */, L_0, L_1, L_2, L_3, L_4); return; } } // System.Collections.IEnumerator System.Collections.ArrayList/ArrayListWrapper::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ArrayListWrapper_GetEnumerator_m2336495952 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::AddRange(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_AddRange_m2748690765 (ArrayListWrapper_t240606758 * __this, RuntimeObject* ___c0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject* L_1 = ___c0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_0, L_1); return; } } // System.Object System.Collections.ArrayList/ArrayListWrapper::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayListWrapper_Clone_m1058391593 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(49 /* System.Object System.Collections.ArrayList::Clone() */, L_0); return L_1; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::Sort() extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_Sort_m1587743350 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); VirtActionInvoker0::Invoke(45 /* System.Void System.Collections.ArrayList::Sort() */, L_0); return; } } // System.Void System.Collections.ArrayList/ArrayListWrapper::Sort(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void ArrayListWrapper_Sort_m876172478 (ArrayListWrapper_t240606758 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); RuntimeObject* L_1 = ___comparer0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(46 /* System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) */, L_0, L_1); return; } } // System.Object[] System.Collections.ArrayList/ArrayListWrapper::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ArrayListWrapper_ToArray_m1192575409 (ArrayListWrapper_t240606758 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); NullCheck(L_0); ObjectU5BU5D_t2843939325* L_1 = VirtFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(47 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_0); return L_1; } } // System.Array System.Collections.ArrayList/ArrayListWrapper::ToArray(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * ArrayListWrapper_ToArray_m3192696690 (ArrayListWrapper_t240606758 * __this, Type_t * ___elementType0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_InnerArrayList_5(); Type_t * L_1 = ___elementType0; NullCheck(L_0); RuntimeArray * L_2 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_0, L_1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper__ctor_m3150386652 (FixedSizeArrayListWrapper_t220909481 * __this, ArrayList_t2718874744 * ___innerList0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ___innerList0; ArrayListWrapper__ctor_m970192266(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() extern "C" IL2CPP_METHOD_ATTR String_t* FixedSizeArrayListWrapper_get_ErrorMessage_m3049061776 (FixedSizeArrayListWrapper_t220909481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_get_ErrorMessage_m3049061776_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1872550032; } } // System.Int32 System.Collections.ArrayList/FixedSizeArrayListWrapper::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t FixedSizeArrayListWrapper_get_Capacity_m484550855 (FixedSizeArrayListWrapper_t220909481 * __this, const RuntimeMethod* method) { { int32_t L_0 = ArrayListWrapper_get_Capacity_m51087796(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_set_Capacity_m4221053039 (FixedSizeArrayListWrapper_t220909481 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_set_Capacity_m4221053039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_set_Capacity_m4221053039_RuntimeMethod_var); } } // System.Boolean System.Collections.ArrayList/FixedSizeArrayListWrapper::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool FixedSizeArrayListWrapper_get_IsFixedSize_m418627565 (FixedSizeArrayListWrapper_t220909481 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Collections.ArrayList/FixedSizeArrayListWrapper::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t FixedSizeArrayListWrapper_Add_m4066213493 (FixedSizeArrayListWrapper_t220909481 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_Add_m4066213493_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_Add_m4066213493_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::AddRange(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_AddRange_m413351014 (FixedSizeArrayListWrapper_t220909481 * __this, RuntimeObject* ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_AddRange_m413351014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_AddRange_m413351014_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::Clear() extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_Clear_m1544415003 (FixedSizeArrayListWrapper_t220909481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_Clear_m1544415003_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_Clear_m1544415003_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_Insert_m723948816 (FixedSizeArrayListWrapper_t220909481 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_Insert_m723948816_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_Insert_m723948816_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::InsertRange(System.Int32,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_InsertRange_m1706982628 (FixedSizeArrayListWrapper_t220909481 * __this, int32_t ___index0, RuntimeObject* ___c1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_InsertRange_m1706982628_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_InsertRange_m1706982628_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_Remove_m3827525800 (FixedSizeArrayListWrapper_t220909481 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_Remove_m3827525800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_Remove_m3827525800_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/FixedSizeArrayListWrapper::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FixedSizeArrayListWrapper_RemoveAt_m3591870267 (FixedSizeArrayListWrapper_t220909481 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FixedSizeArrayListWrapper_RemoveAt_m3591870267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(50 /* System.String System.Collections.ArrayList/FixedSizeArrayListWrapper::get_ErrorMessage() */, __this); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FixedSizeArrayListWrapper_RemoveAt_m3591870267_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ArrayList/ReadOnlyArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyArrayListWrapper__ctor_m1527708879 (ReadOnlyArrayListWrapper_t3401315650 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ___innerArrayList0; FixedSizeArrayListWrapper__ctor_m3150386652(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Collections.ArrayList/ReadOnlyArrayListWrapper::get_ErrorMessage() extern "C" IL2CPP_METHOD_ATTR String_t* ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994 (ReadOnlyArrayListWrapper_t3401315650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral2728449070; } } // System.Boolean System.Collections.ArrayList/ReadOnlyArrayListWrapper::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ReadOnlyArrayListWrapper_get_IsReadOnly_m2332097348 (ReadOnlyArrayListWrapper_t3401315650 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.ArrayList/ReadOnlyArrayListWrapper::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyArrayListWrapper_get_Item_m2341088672 (ReadOnlyArrayListWrapper_t3401315650 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return L_2; } } // System.Void System.Collections.ArrayList/ReadOnlyArrayListWrapper::set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyArrayListWrapper_set_Item_m1909157432 (ReadOnlyArrayListWrapper_t3401315650 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyArrayListWrapper_set_Item_m1909157432_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994(__this, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ReadOnlyArrayListWrapper_set_Item_m1909157432_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/ReadOnlyArrayListWrapper::Sort() extern "C" IL2CPP_METHOD_ATTR void ReadOnlyArrayListWrapper_Sort_m2577012511 (ReadOnlyArrayListWrapper_t3401315650 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyArrayListWrapper_Sort_m2577012511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994(__this, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ReadOnlyArrayListWrapper_Sort_m2577012511_RuntimeMethod_var); } } // System.Void System.Collections.ArrayList/ReadOnlyArrayListWrapper::Sort(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyArrayListWrapper_Sort_m2022378864 (ReadOnlyArrayListWrapper_t3401315650 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyArrayListWrapper_Sort_m2022378864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ReadOnlyArrayListWrapper_get_ErrorMessage_m1121552994(__this, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ReadOnlyArrayListWrapper_Sort_m2022378864_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ArrayList/SimpleEnumerator::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void SimpleEnumerator__ctor_m917940076 (SimpleEnumerator_t4287166116 * __this, ArrayList_t2718874744 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleEnumerator__ctor_m917940076_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = ___list0; __this->set_list_0(L_0); __this->set_index_1((-1)); ArrayList_t2718874744 * L_1 = ___list0; NullCheck(L_1); int32_t L_2 = L_1->get__version_3(); __this->set_version_2(L_2); IL2CPP_RUNTIME_CLASS_INIT(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var); RuntimeObject * L_3 = ((SimpleEnumerator_t4287166116_StaticFields*)il2cpp_codegen_static_fields_for(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var))->get_endFlag_4(); __this->set_currentElement_3(L_3); return; } } // System.Void System.Collections.ArrayList/SimpleEnumerator::.cctor() extern "C" IL2CPP_METHOD_ATTR void SimpleEnumerator__cctor_m2844299657 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleEnumerator__cctor_m2844299657_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); ((SimpleEnumerator_t4287166116_StaticFields*)il2cpp_codegen_static_fields_for(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var))->set_endFlag_4(L_0); return; } } // System.Object System.Collections.ArrayList/SimpleEnumerator::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SimpleEnumerator_Clone_m936565740 (SimpleEnumerator_t4287166116 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Collections.ArrayList/SimpleEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool SimpleEnumerator_MoveNext_m3113120129 (SimpleEnumerator_t4287166116 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleEnumerator_MoveNext_m3113120129_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_version_2(); ArrayList_t2718874744 * L_1 = __this->get_list_0(); NullCheck(L_1); int32_t L_2 = L_1->get__version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0021; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral1126590890, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,SimpleEnumerator_MoveNext_m3113120129_RuntimeMethod_var); } IL_0021: { int32_t L_4 = __this->get_index_1(); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); V_0 = L_5; __this->set_index_1(L_5); int32_t L_6 = V_0; ArrayList_t2718874744 * L_7 = __this->get_list_0(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_005b; } } { ArrayList_t2718874744 * L_9 = __this->get_list_0(); int32_t L_10 = __this->get_index_1(); NullCheck(L_9); RuntimeObject * L_11 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_9, L_10); __this->set_currentElement_3(L_11); return (bool)1; } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var); RuntimeObject * L_12 = ((SimpleEnumerator_t4287166116_StaticFields*)il2cpp_codegen_static_fields_for(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var))->get_endFlag_4(); __this->set_currentElement_3(L_12); return (bool)0; } } // System.Object System.Collections.ArrayList/SimpleEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SimpleEnumerator_get_Current_m2439519409 (SimpleEnumerator_t4287166116 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleEnumerator_get_Current_m2439519409_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_currentElement_3(); IL2CPP_RUNTIME_CLASS_INIT(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((SimpleEnumerator_t4287166116_StaticFields*)il2cpp_codegen_static_fields_for(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var))->get_endFlag_4(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0032; } } { int32_t L_2 = __this->get_index_1(); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0027; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral1882906432, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,SimpleEnumerator_get_Current_m2439519409_RuntimeMethod_var); } IL_0027: { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, _stringLiteral3170219154, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,SimpleEnumerator_get_Current_m2439519409_RuntimeMethod_var); } IL_0032: { RuntimeObject * L_5 = __this->get_currentElement_3(); return L_5; } } // System.Void System.Collections.ArrayList/SimpleEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void SimpleEnumerator_Reset_m1520014659 (SimpleEnumerator_t4287166116 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SimpleEnumerator_Reset_m1520014659_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_version_2(); ArrayList_t2718874744 * L_1 = __this->get_list_0(); NullCheck(L_1); int32_t L_2 = L_1->get__version_3(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0021; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral1126590890, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,SimpleEnumerator_Reset_m1520014659_RuntimeMethod_var); } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var); RuntimeObject * L_4 = ((SimpleEnumerator_t4287166116_StaticFields*)il2cpp_codegen_static_fields_for(SimpleEnumerator_t4287166116_il2cpp_TypeInfo_var))->get_endFlag_4(); __this->set_currentElement_3(L_4); __this->set_index_1((-1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper__ctor_m3368338124 (SynchronizedArrayListWrapper_t2283757095 * __this, ArrayList_t2718874744 * ___innerArrayList0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ___innerArrayList0; ArrayListWrapper__ctor_m970192266(__this, L_0, /*hidden argument*/NULL); ArrayList_t2718874744 * L_1 = ___innerArrayList0; NullCheck(L_1); RuntimeObject * L_2 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_1); __this->set_m_SyncRoot_6(L_2); return; } } // System.Object System.Collections.ArrayList/SynchronizedArrayListWrapper::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SynchronizedArrayListWrapper_get_Item_m4084958564 (SynchronizedArrayListWrapper_t2283757095 * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); int32_t L_3 = ___index0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); V_1 = L_4; IL2CPP_LEAVE(0x2B, FINALLY_0024); } IL_001f: { ; // IL_001f: leave IL_002b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x2B, IL_002b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002b: { RuntimeObject * L_6 = V_1; return L_6; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_set_Item_m1979747874 (SynchronizedArrayListWrapper_t2283757095 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); int32_t L_3 = ___index0; RuntimeObject * L_4 = ___value1; NullCheck(L_2); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_2, L_3, L_4); IL2CPP_LEAVE(0x26, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x26, IL_0026) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0026: { return; } } // System.Int32 System.Collections.ArrayList/SynchronizedArrayListWrapper::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t SynchronizedArrayListWrapper_get_Count_m527215081 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); V_1 = L_3; IL2CPP_LEAVE(0x2A, FINALLY_0023); } IL_001e: { ; // IL_001e: leave IL_002a } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(35) } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2A, IL_002a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002a: { int32_t L_5 = V_1; return L_5; } } // System.Int32 System.Collections.ArrayList/SynchronizedArrayListWrapper::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t SynchronizedArrayListWrapper_get_Capacity_m603836496 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(24 /* System.Int32 System.Collections.ArrayList::get_Capacity() */, L_2); V_1 = L_3; IL2CPP_LEAVE(0x2A, FINALLY_0023); } IL_001e: { ; // IL_001e: leave IL_002a } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(35) } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2A, IL_002a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002a: { int32_t L_5 = V_1; return L_5; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_set_Capacity_m514089537 (SynchronizedArrayListWrapper_t2283757095 * __this, int32_t ___value0, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); int32_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< int32_t >::Invoke(25 /* System.Void System.Collections.ArrayList::set_Capacity(System.Int32) */, L_2, L_3); IL2CPP_LEAVE(0x25, FINALLY_001e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { return; } } // System.Boolean System.Collections.ArrayList/SynchronizedArrayListWrapper::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool SynchronizedArrayListWrapper_get_IsFixedSize_m3396437476 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Collections.ArrayList::get_IsFixedSize() */, L_2); V_1 = L_3; IL2CPP_LEAVE(0x2A, FINALLY_0023); } IL_001e: { ; // IL_001e: leave IL_002a } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(35) } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2A, IL_002a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002a: { bool L_5 = V_1; return L_5; } } // System.Boolean System.Collections.ArrayList/SynchronizedArrayListWrapper::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool SynchronizedArrayListWrapper_get_IsReadOnly_m2240310664 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_2); V_1 = L_3; IL2CPP_LEAVE(0x2A, FINALLY_0023); } IL_001e: { ; // IL_001e: leave IL_002a } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(35) } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2A, IL_002a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002a: { bool L_5 = V_1; return L_5; } } // System.Boolean System.Collections.ArrayList/SynchronizedArrayListWrapper::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool SynchronizedArrayListWrapper_get_IsSynchronized_m3380436820 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.ArrayList/SynchronizedArrayListWrapper::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SynchronizedArrayListWrapper_get_SyncRoot_m3862302789 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); return L_0; } } // System.Int32 System.Collections.ArrayList/SynchronizedArrayListWrapper::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t SynchronizedArrayListWrapper_Add_m1623408305 (SynchronizedArrayListWrapper_t2283757095 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); RuntimeObject * L_3 = ___value0; NullCheck(L_2); int32_t L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3); V_1 = L_4; IL2CPP_LEAVE(0x2B, FINALLY_0024); } IL_001f: { ; // IL_001f: leave IL_002b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x2B, IL_002b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002b: { int32_t L_6 = V_1; return L_6; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::Clear() extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_Clear_m2191301493 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); NullCheck(L_2); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_2); IL2CPP_LEAVE(0x24, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) RuntimeObject * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(29) } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { return; } } // System.Boolean System.Collections.ArrayList/SynchronizedArrayListWrapper::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SynchronizedArrayListWrapper_Contains_m3809499313 (SynchronizedArrayListWrapper_t2283757095 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); RuntimeObject * L_3 = ___value0; NullCheck(L_2); bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_2, L_3); V_1 = L_4; IL2CPP_LEAVE(0x2B, FINALLY_0024); } IL_001f: { ; // IL_001f: leave IL_002b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x2B, IL_002b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002b: { bool L_6 = V_1; return L_6; } } // System.Int32 System.Collections.ArrayList/SynchronizedArrayListWrapper::IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t SynchronizedArrayListWrapper_IndexOf_m666666436 (SynchronizedArrayListWrapper_t2283757095 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); RuntimeObject * L_3 = ___value0; NullCheck(L_2); int32_t L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_2, L_3); V_1 = L_4; IL2CPP_LEAVE(0x2B, FINALLY_0024); } IL_001f: { ; // IL_001f: leave IL_002b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x2B, IL_002b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002b: { int32_t L_6 = V_1; return L_6; } } // System.Int32 System.Collections.ArrayList/SynchronizedArrayListWrapper::IndexOf(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t SynchronizedArrayListWrapper_IndexOf_m1028529531 (SynchronizedArrayListWrapper_t2283757095 * __this, RuntimeObject * ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); RuntimeObject * L_3 = ___value0; int32_t L_4 = ___startIndex1; NullCheck(L_2); int32_t L_5 = VirtFuncInvoker2< int32_t, RuntimeObject *, int32_t >::Invoke(34 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32) */, L_2, L_3, L_4); V_1 = L_5; IL2CPP_LEAVE(0x2C, FINALLY_0025); } IL_0020: { ; // IL_0020: leave IL_002c } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) RuntimeObject * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(37) } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_JUMP_TBL(0x2C, IL_002c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002c: { int32_t L_7 = V_1; return L_7; } } // System.Int32 System.Collections.ArrayList/SynchronizedArrayListWrapper::IndexOf(System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t SynchronizedArrayListWrapper_IndexOf_m3642674350 (SynchronizedArrayListWrapper_t2283757095 * __this, RuntimeObject * ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); RuntimeObject * L_3 = ___value0; int32_t L_4 = ___startIndex1; int32_t L_5 = ___count2; NullCheck(L_2); int32_t L_6 = VirtFuncInvoker3< int32_t, RuntimeObject *, int32_t, int32_t >::Invoke(35 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32) */, L_2, L_3, L_4, L_5); V_1 = L_6; IL2CPP_LEAVE(0x2D, FINALLY_0026); } IL_0021: { ; // IL_0021: leave IL_002d } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) RuntimeObject * L_7 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(38) } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_JUMP_TBL(0x2D, IL_002d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002d: { int32_t L_8 = V_1; return L_8; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_Insert_m1867902338 (SynchronizedArrayListWrapper_t2283757095 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); int32_t L_3 = ___index0; RuntimeObject * L_4 = ___value1; NullCheck(L_2); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_2, L_3, L_4); IL2CPP_LEAVE(0x26, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x26, IL_0026) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0026: { return; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::InsertRange(System.Int32,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_InsertRange_m2374130561 (SynchronizedArrayListWrapper_t2283757095 * __this, int32_t ___index0, RuntimeObject* ___c1, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); int32_t L_3 = ___index0; RuntimeObject* L_4 = ___c1; NullCheck(L_2); VirtActionInvoker2< int32_t, RuntimeObject* >::Invoke(37 /* System.Void System.Collections.ArrayList::InsertRange(System.Int32,System.Collections.ICollection) */, L_2, L_3, L_4); IL2CPP_LEAVE(0x26, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x26, IL_0026) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0026: { return; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_Remove_m47731590 (SynchronizedArrayListWrapper_t2283757095 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); RuntimeObject * L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_2, L_3); IL2CPP_LEAVE(0x25, FINALLY_001e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { return; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_RemoveAt_m122715760 (SynchronizedArrayListWrapper_t2283757095 * __this, int32_t ___index0, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); int32_t L_3 = ___index0; NullCheck(L_2); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_2, L_3); IL2CPP_LEAVE(0x25, FINALLY_001e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { return; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::CopyTo(System.Array) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_CopyTo_m2886332653 (SynchronizedArrayListWrapper_t2283757095 * __this, RuntimeArray * ___array0, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); RuntimeArray * L_3 = ___array0; NullCheck(L_2); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_2, L_3); IL2CPP_LEAVE(0x25, FINALLY_001e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { return; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_CopyTo_m4207791406 (SynchronizedArrayListWrapper_t2283757095 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); RuntimeArray * L_3 = ___array0; int32_t L_4 = ___index1; NullCheck(L_2); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_2, L_3, L_4); IL2CPP_LEAVE(0x26, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x26, IL_0026) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0026: { return; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_CopyTo_m1305044270 (SynchronizedArrayListWrapper_t2283757095 * __this, int32_t ___index0, RuntimeArray * ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); int32_t L_3 = ___index0; RuntimeArray * L_4 = ___array1; int32_t L_5 = ___arrayIndex2; int32_t L_6 = ___count3; NullCheck(L_2); VirtActionInvoker4< int32_t, RuntimeArray *, int32_t, int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) */, L_2, L_3, L_4, L_5, L_6); IL2CPP_LEAVE(0x29, FINALLY_0022); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: { // begin finally (depth: 1) RuntimeObject * L_7 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(34) } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_JUMP_TBL(0x29, IL_0029) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0029: { return; } } // System.Collections.IEnumerator System.Collections.ArrayList/SynchronizedArrayListWrapper::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SynchronizedArrayListWrapper_GetEnumerator_m1579424644 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { RuntimeObject * 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_1 = L_3; IL2CPP_LEAVE(0x2A, FINALLY_0023); } IL_001e: { ; // IL_001e: leave IL_002a } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(35) } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2A, IL_002a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002a: { RuntimeObject* L_5 = V_1; return L_5; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::AddRange(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_AddRange_m4141530892 (SynchronizedArrayListWrapper_t2283757095 * __this, RuntimeObject* ___c0, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); RuntimeObject* L_3 = ___c0; NullCheck(L_2); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_2, L_3); IL2CPP_LEAVE(0x25, FINALLY_001e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { return; } } // System.Object System.Collections.ArrayList/SynchronizedArrayListWrapper::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SynchronizedArrayListWrapper_Clone_m1959734504 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { RuntimeObject * 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); NullCheck(L_2); RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(49 /* System.Object System.Collections.ArrayList::Clone() */, L_2); V_1 = L_3; IL2CPP_LEAVE(0x2A, FINALLY_0023); } IL_001e: { ; // IL_001e: leave IL_002a } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(35) } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2A, IL_002a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002a: { RuntimeObject * L_5 = V_1; return L_5; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::Sort() extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_Sort_m275448700 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); NullCheck(L_2); VirtActionInvoker0::Invoke(45 /* System.Void System.Collections.ArrayList::Sort() */, L_2); IL2CPP_LEAVE(0x24, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) RuntimeObject * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(29) } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { return; } } // System.Void System.Collections.ArrayList/SynchronizedArrayListWrapper::Sort(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void SynchronizedArrayListWrapper_Sort_m575592975 (SynchronizedArrayListWrapper_t2283757095 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); RuntimeObject* L_3 = ___comparer0; NullCheck(L_2); VirtActionInvoker1< RuntimeObject* >::Invoke(46 /* System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) */, L_2, L_3); IL2CPP_LEAVE(0x25, FINALLY_001e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { return; } } // System.Object[] System.Collections.ArrayList/SynchronizedArrayListWrapper::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* SynchronizedArrayListWrapper_ToArray_m2419932249 (SynchronizedArrayListWrapper_t2283757095 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; ObjectU5BU5D_t2843939325* 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); NullCheck(L_2); ObjectU5BU5D_t2843939325* L_3 = VirtFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(47 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_2); V_1 = L_3; IL2CPP_LEAVE(0x2A, FINALLY_0023); } IL_001e: { ; // IL_001e: leave IL_002a } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(35) } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2A, IL_002a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002a: { ObjectU5BU5D_t2843939325* L_5 = V_1; return L_5; } } // System.Array System.Collections.ArrayList/SynchronizedArrayListWrapper::ToArray(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * SynchronizedArrayListWrapper_ToArray_m1519105559 (SynchronizedArrayListWrapper_t2283757095 * __this, Type_t * ___elementType0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeArray * 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); { RuntimeObject * L_0 = __this->get_m_SyncRoot_6(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_2 = ((ArrayListWrapper_t240606758 *)__this)->get_m_InnerArrayList_5(); Type_t * L_3 = ___elementType0; NullCheck(L_2); RuntimeArray * L_4 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_2, L_3); V_1 = L_4; IL2CPP_LEAVE(0x2B, FINALLY_0024); } IL_001f: { ; // IL_001f: leave IL_002b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x2B, IL_002b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002b: { RuntimeArray * L_6 = V_1; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.BitArray::.ctor(System.Collections.BitArray) extern "C" IL2CPP_METHOD_ATTR void BitArray__ctor_m2765908219 (BitArray_t4087883509 * __this, BitArray_t4087883509 * ___bits0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitArray__ctor_m2765908219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); BitArray_t4087883509 * L_0 = ___bits0; 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, _stringLiteral419169028, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BitArray__ctor_m2765908219_RuntimeMethod_var); } IL_0017: { BitArray_t4087883509 * L_2 = ___bits0; NullCheck(L_2); int32_t L_3 = L_2->get_m_length_1(); __this->set_m_length_1(L_3); int32_t L_4 = __this->get_m_length_1(); __this->set_m_array_0(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)31)))/(int32_t)((int32_t)32)))))); Int32U5BU5D_t385246372* L_5 = __this->get_m_array_0(); NullCheck(L_5); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) == ((uint32_t)1)))) { goto IL_005d; } } { Int32U5BU5D_t385246372* L_6 = __this->get_m_array_0(); BitArray_t4087883509 * L_7 = ___bits0; NullCheck(L_7); Int32U5BU5D_t385246372* L_8 = L_7->get_m_array_0(); NullCheck(L_8); int32_t L_9 = 0; int32_t L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (int32_t)L_10); goto IL_0076; } IL_005d: { BitArray_t4087883509 * L_11 = ___bits0; NullCheck(L_11); Int32U5BU5D_t385246372* L_12 = L_11->get_m_array_0(); Int32U5BU5D_t385246372* L_13 = __this->get_m_array_0(); Int32U5BU5D_t385246372* L_14 = __this->get_m_array_0(); NullCheck(L_14); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_12, (RuntimeArray *)(RuntimeArray *)L_13, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); } IL_0076: { return; } } // System.Void System.Collections.BitArray::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BitArray__ctor_m52841262 (BitArray_t4087883509 * __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitArray__ctor_m52841262_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___length0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral1212500642, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BitArray__ctor_m52841262_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___length0; __this->set_m_length_1(L_2); int32_t L_3 = __this->get_m_length_1(); __this->set_m_array_0(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)31)))/(int32_t)((int32_t)32)))))); return; } } // System.Byte System.Collections.BitArray::getByte(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t BitArray_getByte_m2467886923 (BitArray_t4087883509 * __this, int32_t ___byteIndex0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___byteIndex0; V_0 = ((int32_t)((int32_t)L_0/(int32_t)4)); int32_t L_1 = ___byteIndex0; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_1%(int32_t)4)), (int32_t)8)); Int32U5BU5D_t385246372* L_2 = __this->get_m_array_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = V_1; V_2 = ((int32_t)((int32_t)L_5&(int32_t)((int32_t)((int32_t)((int32_t)255)<<(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)31))))))); int32_t L_7 = V_2; int32_t L_8 = V_1; return (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7>>(int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)255)))))); } } // System.Int32 System.Collections.BitArray::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t BitArray_get_Count_m3250012040 (BitArray_t4087883509 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_length_1(); return L_0; } } // System.Boolean System.Collections.BitArray::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool BitArray_get_IsSynchronized_m3546284417 (BitArray_t4087883509 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.BitArray::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool BitArray_get_Item_m2970562587 (BitArray_t4087883509 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; bool L_1 = BitArray_Get_m1610855460(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.BitArray::set_Item(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BitArray_set_Item_m3453667491 (BitArray_t4087883509 * __this, int32_t ___index0, bool ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; bool L_1 = ___value1; BitArray_Set_m2486900776(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.BitArray::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t BitArray_get_Length_m3181964206 (BitArray_t4087883509 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_length_1(); return L_0; } } // System.Object System.Collections.BitArray::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BitArray_get_SyncRoot_m680463907 (BitArray_t4087883509 * __this, const RuntimeMethod* method) { { return __this; } } // System.Object System.Collections.BitArray::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BitArray_Clone_m3537018332 (BitArray_t4087883509 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitArray_Clone_m3537018332_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BitArray_t4087883509 * L_0 = (BitArray_t4087883509 *)il2cpp_codegen_object_new(BitArray_t4087883509_il2cpp_TypeInfo_var); BitArray__ctor_m2765908219(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.BitArray::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BitArray_CopyTo_m4205938202 (BitArray_t4087883509 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitArray_CopyTo_m4205938202_MetadataUsageId); s_Il2CppMethodInitialized = true; } BooleanU5BU5D_t2897418192* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; int32_t V_4 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BitArray_CopyTo_m4205938202_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0023; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BitArray_CopyTo_m4205938202_RuntimeMethod_var); } IL_0023: { RuntimeArray * L_4 = ___array0; NullCheck(L_4); int32_t L_5 = Array_get_Rank_m3448755881(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_003f; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, _stringLiteral4007973390, _stringLiteral711425728, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,BitArray_CopyTo_m4205938202_RuntimeMethod_var); } IL_003f: { int32_t L_7 = ___index1; RuntimeArray * L_8 = ___array0; NullCheck(L_8); int32_t L_9 = Array_get_Length_m21610649(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0067; } } { int32_t L_10 = __this->get_m_length_1(); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0067; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_11, _stringLiteral797640427, _stringLiteral1128309649, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,BitArray_CopyTo_m4205938202_RuntimeMethod_var); } IL_0067: { RuntimeArray * L_12 = ___array0; if (!((BooleanU5BU5D_t2897418192*)IsInst((RuntimeObject*)L_12, BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var))) { goto IL_00ba; } } { RuntimeArray * L_13 = ___array0; NullCheck(L_13); int32_t L_14 = Array_get_Length_m21610649(L_13, /*hidden argument*/NULL); int32_t L_15 = ___index1; int32_t L_16 = __this->get_m_length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))) >= ((int32_t)L_16))) { goto IL_008b; } } { ArgumentException_t132251570 * L_17 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,BitArray_CopyTo_m4205938202_RuntimeMethod_var); } IL_008b: { RuntimeArray * L_18 = ___array0; V_0 = ((BooleanU5BU5D_t2897418192*)Castclass((RuntimeObject*)L_18, BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var)); V_1 = 0; goto IL_00a9; } IL_0099: { BooleanU5BU5D_t2897418192* L_19 = V_0; int32_t L_20 = ___index1; int32_t L_21 = V_1; int32_t L_22 = V_1; bool L_23 = BitArray_get_Item_m2970562587(__this, L_22, /*hidden argument*/NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21))), (bool)L_23); int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_00a9: { int32_t L_25 = V_1; int32_t L_26 = __this->get_m_length_1(); if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0099; } } { goto IL_014e; } IL_00ba: { RuntimeArray * L_27 = ___array0; if (!((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_27, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) { goto IL_0114; } } { int32_t L_28 = __this->get_m_length_1(); V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)7))/(int32_t)8)); RuntimeArray * L_29 = ___array0; NullCheck(L_29); int32_t L_30 = Array_get_Length_m21610649(L_29, /*hidden argument*/NULL); int32_t L_31 = ___index1; int32_t L_32 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) >= ((int32_t)L_32))) { goto IL_00e4; } } { ArgumentException_t132251570 * L_33 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,BitArray_CopyTo_m4205938202_RuntimeMethod_var); } IL_00e4: { RuntimeArray * L_34 = ___array0; V_3 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_34, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); V_4 = 0; goto IL_0107; } IL_00f3: { ByteU5BU5D_t4116647657* L_35 = V_3; int32_t L_36 = ___index1; int32_t L_37 = V_4; int32_t L_38 = V_4; uint8_t L_39 = BitArray_getByte_m2467886923(__this, L_38, /*hidden argument*/NULL); NullCheck(L_35); (L_35)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37))), (uint8_t)L_39); int32_t L_40 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_0107: { int32_t L_41 = V_4; int32_t L_42 = V_2; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00f3; } } { goto IL_014e; } IL_0114: { RuntimeArray * L_43 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_43, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_013e; } } { Int32U5BU5D_t385246372* L_44 = __this->get_m_array_0(); RuntimeArray * L_45 = ___array0; int32_t L_46 = ___index1; int32_t L_47 = __this->get_m_length_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_44, 0, L_45, L_46, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)31)))/(int32_t)((int32_t)32))), /*hidden argument*/NULL); goto IL_014e; } IL_013e: { ArgumentException_t132251570 * L_48 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_48, _stringLiteral4007973390, _stringLiteral607502006, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48,BitArray_CopyTo_m4205938202_RuntimeMethod_var); } IL_014e: { return; } } // System.Boolean System.Collections.BitArray::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool BitArray_Get_m1610855460 (BitArray_t4087883509 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitArray_Get_m1610855460_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get_m_length_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0019; } } IL_0013: { 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,BitArray_Get_m1610855460_RuntimeMethod_var); } IL_0019: { Int32U5BU5D_t385246372* L_4 = __this->get_m_array_0(); int32_t L_5 = ___index0; NullCheck(L_4); int32_t L_6 = ((int32_t)((int32_t)L_5>>(int32_t)5)); int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); int32_t L_8 = ___index0; return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))))))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Collections.BitArray::Set(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BitArray_Set_m2486900776 (BitArray_t4087883509 * __this, int32_t ___index0, bool ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitArray_Set_m2486900776_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get_m_length_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0019; } } IL_0013: { 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,BitArray_Set_m2486900776_RuntimeMethod_var); } IL_0019: { bool L_4 = ___value1; if (!L_4) { goto IL_0042; } } { Int32U5BU5D_t385246372* L_5 = __this->get_m_array_0(); int32_t L_6 = ___index0; NullCheck(L_5); int32_t* L_7 = ((L_5)->GetAddressAt(static_cast(((int32_t)((int32_t)L_6>>(int32_t)5))))); int32_t L_8 = ___index0; *((int32_t*)(L_7)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_7))|(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))); goto IL_0061; } IL_0042: { Int32U5BU5D_t385246372* L_9 = __this->get_m_array_0(); int32_t L_10 = ___index0; NullCheck(L_9); int32_t* L_11 = ((L_9)->GetAddressAt(static_cast(((int32_t)((int32_t)L_10>>(int32_t)5))))); int32_t L_12 = ___index0; *((int32_t*)(L_11)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_11))&(int32_t)((~((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))))); } IL_0061: { int32_t L_13 = __this->get__version_2(); __this->set__version_2(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); return; } } // System.Collections.IEnumerator System.Collections.BitArray::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BitArray_GetEnumerator_m1964744199 (BitArray_t4087883509 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitArray_GetEnumerator_m1964744199_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BitArrayEnumerator_t893496218 * L_0 = (BitArrayEnumerator_t893496218 *)il2cpp_codegen_object_new(BitArrayEnumerator_t893496218_il2cpp_TypeInfo_var); BitArrayEnumerator__ctor_m2359341397(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 // System.Void System.Collections.BitArray/BitArrayEnumerator::.ctor(System.Collections.BitArray) extern "C" IL2CPP_METHOD_ATTR void BitArrayEnumerator__ctor_m2359341397 (BitArrayEnumerator_t893496218 * __this, BitArray_t4087883509 * ___ba0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__index_2((-1)); BitArray_t4087883509 * L_0 = ___ba0; __this->set__bitArray_0(L_0); BitArray_t4087883509 * L_1 = ___ba0; NullCheck(L_1); int32_t L_2 = L_1->get__version_2(); __this->set__version_3(L_2); return; } } // System.Object System.Collections.BitArray/BitArrayEnumerator::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BitArrayEnumerator_Clone_m2928080346 (BitArrayEnumerator_t893496218 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return L_0; } } // System.Object System.Collections.BitArray/BitArrayEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BitArrayEnumerator_get_Current_m4220391712 (BitArrayEnumerator_t893496218 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitArrayEnumerator_get_Current_m4220391712_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__index_2(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0017; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral3868419112, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BitArrayEnumerator_get_Current_m4220391712_RuntimeMethod_var); } IL_0017: { int32_t L_2 = __this->get__index_2(); BitArray_t4087883509 * L_3 = __this->get__bitArray_0(); NullCheck(L_3); int32_t L_4 = BitArray_get_Count_m3250012040(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)L_4))) { goto IL_0038; } } { InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_5, _stringLiteral2736026462, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,BitArrayEnumerator_get_Current_m4220391712_RuntimeMethod_var); } IL_0038: { bool L_6 = __this->get__current_1(); bool L_7 = L_6; RuntimeObject * L_8 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_7); return L_8; } } // System.Boolean System.Collections.BitArray/BitArrayEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool BitArrayEnumerator_MoveNext_m3806676766 (BitArrayEnumerator_t893496218 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { BitArrayEnumerator_checkVersion_m500404395(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get__index_2(); BitArray_t4087883509 * L_1 = __this->get__bitArray_0(); NullCheck(L_1); int32_t L_2 = BitArray_get_Count_m3250012040(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0042; } } { BitArray_t4087883509 * L_3 = __this->get__bitArray_0(); int32_t L_4 = __this->get__index_2(); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); V_0 = L_5; __this->set__index_2(L_5); int32_t L_6 = V_0; NullCheck(L_3); bool L_7 = BitArray_get_Item_m2970562587(L_3, L_6, /*hidden argument*/NULL); __this->set__current_1(L_7); return (bool)1; } IL_0042: { BitArray_t4087883509 * L_8 = __this->get__bitArray_0(); NullCheck(L_8); int32_t L_9 = BitArray_get_Count_m3250012040(L_8, /*hidden argument*/NULL); __this->set__index_2(L_9); return (bool)0; } } // System.Void System.Collections.BitArray/BitArrayEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void BitArrayEnumerator_Reset_m2256666019 (BitArrayEnumerator_t893496218 * __this, const RuntimeMethod* method) { { BitArrayEnumerator_checkVersion_m500404395(__this, /*hidden argument*/NULL); __this->set__index_2((-1)); return; } } // System.Void System.Collections.BitArray/BitArrayEnumerator::checkVersion() extern "C" IL2CPP_METHOD_ATTR void BitArrayEnumerator_checkVersion_m500404395 (BitArrayEnumerator_t893496218 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitArrayEnumerator_checkVersion_m500404395_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__version_3(); BitArray_t4087883509 * L_1 = __this->get__bitArray_0(); NullCheck(L_1); int32_t L_2 = L_1->get__version_2(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001c; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BitArrayEnumerator_checkVersion_m500404395_RuntimeMethod_var); } IL_001c: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.CaseInsensitiveComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveComparer__ctor_m1508720200 (CaseInsensitiveComparer_t3670035800 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveComparer__ctor_m1508720200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_culture_2(L_0); return; } } // System.Void System.Collections.CaseInsensitiveComparer::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveComparer__ctor_m2101975011 (CaseInsensitiveComparer_t3670035800 * __this, bool ___invariant0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.CaseInsensitiveComparer::.cctor() extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveComparer__cctor_m2727609021 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveComparer__cctor_m2727609021_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CaseInsensitiveComparer_t3670035800 * L_0 = (CaseInsensitiveComparer_t3670035800 *)il2cpp_codegen_object_new(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var); CaseInsensitiveComparer__ctor_m1508720200(L_0, /*hidden argument*/NULL); ((CaseInsensitiveComparer_t3670035800_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var))->set_defaultComparer_0(L_0); CaseInsensitiveComparer_t3670035800 * L_1 = (CaseInsensitiveComparer_t3670035800 *)il2cpp_codegen_object_new(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var); CaseInsensitiveComparer__ctor_m2101975011(L_1, (bool)1, /*hidden argument*/NULL); ((CaseInsensitiveComparer_t3670035800_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var))->set_defaultInvariantComparer_1(L_1); return; } } // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::get_Default() extern "C" IL2CPP_METHOD_ATTR CaseInsensitiveComparer_t3670035800 * CaseInsensitiveComparer_get_Default_m3138639762 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveComparer_get_Default_m3138639762_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var); CaseInsensitiveComparer_t3670035800 * L_0 = ((CaseInsensitiveComparer_t3670035800_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var))->get_defaultComparer_0(); return L_0; } } // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::get_DefaultInvariant() extern "C" IL2CPP_METHOD_ATTR CaseInsensitiveComparer_t3670035800 * CaseInsensitiveComparer_get_DefaultInvariant_m2155614047 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveComparer_get_DefaultInvariant_m2155614047_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var); CaseInsensitiveComparer_t3670035800 * L_0 = ((CaseInsensitiveComparer_t3670035800_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var))->get_defaultInvariantComparer_1(); return L_0; } } // System.Int32 System.Collections.CaseInsensitiveComparer::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CaseInsensitiveComparer_Compare_m1224120810 (CaseInsensitiveComparer_t3670035800 * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveComparer_Compare_m1224120810_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___a0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___b1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (!L_2) { goto IL_004c; } } { String_t* L_3 = V_1; if (!L_3) { goto IL_004c; } } { CultureInfo_t4157843068 * L_4 = __this->get_culture_2(); if (!L_4) { goto IL_0039; } } { CultureInfo_t4157843068 * L_5 = __this->get_culture_2(); NullCheck(L_5); CompareInfo_t1092934962 * L_6 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_5); String_t* L_7 = V_0; String_t* L_8 = V_1; NullCheck(L_6); int32_t L_9 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_6, L_7, L_8, 1); return L_9; } IL_0039: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_10 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_10); CompareInfo_t1092934962 * L_11 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_10); String_t* L_12 = V_0; String_t* L_13 = V_1; NullCheck(L_11); int32_t L_14 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_11, L_12, L_13, 1); return L_14; } IL_004c: { IL2CPP_RUNTIME_CLASS_INIT(Comparer_t1912461351_il2cpp_TypeInfo_var); Comparer_t1912461351 * L_15 = ((Comparer_t1912461351_StaticFields*)il2cpp_codegen_static_fields_for(Comparer_t1912461351_il2cpp_TypeInfo_var))->get_Default_0(); RuntimeObject * L_16 = ___a0; RuntimeObject * L_17 = ___b1; NullCheck(L_15); int32_t L_18 = Comparer_Compare_m3984347512(L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor() extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveHashCodeProvider__ctor_m1410573049 (CaseInsensitiveHashCodeProvider_t1962629119 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveHashCodeProvider__ctor_m1410573049_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; CultureInfo_t4157843068 * L_1 = V_0; CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); bool L_3 = CaseInsensitiveHashCodeProvider_AreEqual_m1790260777(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); TextInfo_t3810425522 * L_5 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_4); __this->set_m_text_3(L_5); } IL_002c: { return; } } // System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveHashCodeProvider__ctor_m3307631072 (CaseInsensitiveHashCodeProvider_t1962629119 * __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveHashCodeProvider__ctor_m3307631072_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_0 = ___culture0; 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, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CaseInsensitiveHashCodeProvider__ctor_m3307631072_RuntimeMethod_var); } IL_0017: { CultureInfo_t4157843068 * L_2 = ___culture0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); bool L_4 = CaseInsensitiveHashCodeProvider_AreEqual_m1790260777(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0033; } } { CultureInfo_t4157843068 * L_5 = ___culture0; NullCheck(L_5); TextInfo_t3810425522 * L_6 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_5); __this->set_m_text_3(L_6); } IL_0033: { return; } } // System.Void System.Collections.CaseInsensitiveHashCodeProvider::.cctor() extern "C" IL2CPP_METHOD_ATTR void CaseInsensitiveHashCodeProvider__cctor_m3655208966 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveHashCodeProvider__cctor_m3655208966_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); CaseInsensitiveHashCodeProvider_t1962629119 * L_1 = (CaseInsensitiveHashCodeProvider_t1962629119 *)il2cpp_codegen_object_new(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider__ctor_m3307631072(L_1, L_0, /*hidden argument*/NULL); ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->set_singletonInvariant_0(L_1); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_2, /*hidden argument*/NULL); ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->set_sync_2(L_2); return; } } // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::get_Default() extern "C" IL2CPP_METHOD_ATTR CaseInsensitiveHashCodeProvider_t1962629119 * CaseInsensitiveHashCodeProvider_get_Default_m3719687032 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveHashCodeProvider_get_Default_m3719687032_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; CaseInsensitiveHashCodeProvider_t1962629119 * 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); { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->get_sync_2(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_2 = ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->get_singleton_1(); if (L_2) { goto IL_0025; } } IL_0016: { CaseInsensitiveHashCodeProvider_t1962629119 * L_3 = (CaseInsensitiveHashCodeProvider_t1962629119 *)il2cpp_codegen_object_new(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider__ctor_m1410573049(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->set_singleton_1(L_3); goto IL_007a; } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_4 = ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->get_singleton_1(); NullCheck(L_4); TextInfo_t3810425522 * L_5 = L_4->get_m_text_3(); if (L_5) { goto IL_0057; } } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); bool L_8 = CaseInsensitiveHashCodeProvider_AreEqual_m1790260777(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0052; } } IL_0048: { CaseInsensitiveHashCodeProvider_t1962629119 * L_9 = (CaseInsensitiveHashCodeProvider_t1962629119 *)il2cpp_codegen_object_new(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider__ctor_m1410573049(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->set_singleton_1(L_9); } IL_0052: { goto IL_007a; } IL_0057: { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_10 = ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->get_singleton_1(); NullCheck(L_10); TextInfo_t3810425522 * L_11 = L_10->get_m_text_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_13 = CaseInsensitiveHashCodeProvider_AreEqual_m3534448780(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_007a; } } IL_0070: { CaseInsensitiveHashCodeProvider_t1962629119 * L_14 = (CaseInsensitiveHashCodeProvider_t1962629119 *)il2cpp_codegen_object_new(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider__ctor_m1410573049(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->set_singleton_1(L_14); } IL_007a: { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_15 = ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->get_singleton_1(); V_1 = L_15; IL2CPP_LEAVE(0x91, FINALLY_008a); } IL_0085: { ; // IL_0085: leave IL_0091 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008a; } FINALLY_008a: { // begin finally (depth: 1) RuntimeObject * L_16 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); IL2CPP_END_FINALLY(138) } // end finally (depth: 1) IL2CPP_CLEANUP(138) { IL2CPP_JUMP_TBL(0x91, IL_0091) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0091: { CaseInsensitiveHashCodeProvider_t1962629119 * L_17 = V_1; return L_17; } } // System.Boolean System.Collections.CaseInsensitiveHashCodeProvider::AreEqual(System.Globalization.CultureInfo,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool CaseInsensitiveHashCodeProvider_AreEqual_m1790260777 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___a0, CultureInfo_t4157843068 * ___b1, const RuntimeMethod* method) { { CultureInfo_t4157843068 * L_0 = ___a0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_0); CultureInfo_t4157843068 * L_2 = ___b1; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_2); return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0); } } // System.Boolean System.Collections.CaseInsensitiveHashCodeProvider::AreEqual(System.Globalization.TextInfo,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR bool CaseInsensitiveHashCodeProvider_AreEqual_m3534448780 (RuntimeObject * __this /* static, unused */, TextInfo_t3810425522 * ___info0, CultureInfo_t4157843068 * ___culture1, const RuntimeMethod* method) { { TextInfo_t3810425522 * L_0 = ___info0; NullCheck(L_0); int32_t L_1 = TextInfo_get_LCID_m4151844436(L_0, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_2 = ___culture1; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_2); return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0); } } // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::get_DefaultInvariant() extern "C" IL2CPP_METHOD_ATTR CaseInsensitiveHashCodeProvider_t1962629119 * CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_0 = ((CaseInsensitiveHashCodeProvider_t1962629119_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var))->get_singletonInvariant_0(); return L_0; } } // System.Int32 System.Collections.CaseInsensitiveHashCodeProvider::GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CaseInsensitiveHashCodeProvider_GetHashCode_m2168170016 (CaseInsensitiveHashCodeProvider_t1962629119 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaseInsensitiveHashCodeProvider_GetHashCode_m2168170016_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; int32_t V_4 = 0; { RuntimeObject * L_0 = ___obj0; 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, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CaseInsensitiveHashCodeProvider_GetHashCode_m2168170016_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___obj0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); String_t* L_3 = V_0; if (L_3) { goto IL_0025; } } { RuntimeObject * L_4 = ___obj0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); return L_5; } IL_0025: { V_1 = 0; TextInfo_t3810425522 * L_6 = __this->get_m_text_3(); if (!L_6) { goto IL_007f; } } { TextInfo_t3810425522 * L_7 = __this->get_m_text_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); bool L_9 = CaseInsensitiveHashCodeProvider_AreEqual_m3534448780(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_007f; } } { TextInfo_t3810425522 * L_10 = __this->get_m_text_3(); String_t* L_11 = V_0; NullCheck(L_10); String_t* L_12 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Globalization.TextInfo::ToLower(System.String) */, L_10, L_11); V_0 = L_12; V_3 = 0; goto IL_006e; } IL_005b: { String_t* L_13 = V_0; int32_t L_14 = V_3; NullCheck(L_13); Il2CppChar L_15 = String_get_Chars_m2986988803(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; int32_t L_16 = V_1; Il2CppChar L_17 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)31))), (int32_t)L_17)); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_006e: { int32_t L_19 = V_3; String_t* L_20 = V_0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_005b; } } { goto IL_00b4; } IL_007f: { V_4 = 0; goto IL_00a7; } IL_0087: { String_t* L_22 = V_0; int32_t L_23 = V_4; NullCheck(L_22); Il2CppChar L_24 = String_get_Chars_m2986988803(L_22, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_25 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_26 = Char_ToLower_m3999837485(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); V_2 = L_26; int32_t L_27 = V_1; Il2CppChar L_28 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)((int32_t)31))), (int32_t)L_28)); int32_t L_29 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00a7: { int32_t L_30 = V_4; String_t* L_31 = V_0; NullCheck(L_31); int32_t L_32 = String_get_Length_m3847582255(L_31, /*hidden argument*/NULL); if ((((int32_t)L_30) < ((int32_t)L_32))) { goto IL_0087; } } IL_00b4: { int32_t L_33 = V_1; return L_33; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.CollectionBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void CollectionBase__ctor_m3343513710 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.CollectionBase::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_System_Collections_ICollection_CopyTo_m2850099809 (CollectionBase_t2727926298 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Object System.Collections.CollectionBase::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CollectionBase_System_Collections_ICollection_get_SyncRoot_m1463722401 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Boolean System.Collections.CollectionBase::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool CollectionBase_System_Collections_ICollection_get_IsSynchronized_m2651768897 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Int32 System.Collections.CollectionBase::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_System_Collections_IList_Add_m3784093852 (CollectionBase_t2727926298 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionBase_System_Collections_IList_Add_m3784093852_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___value0; VirtActionInvoker1< RuntimeObject * >::Invoke(28 /* System.Void System.Collections.CollectionBase::OnValidate(System.Object) */, __this, L_0); ArrayList_t2718874744 * L_1 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); V_0 = L_2; int32_t L_3 = V_0; RuntimeObject * L_4 = ___value0; VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.CollectionBase::OnInsert(System.Int32,System.Object) */, __this, L_3, L_4); ArrayList_t2718874744 * L_5 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); RuntimeObject * L_6 = ___value0; NullCheck(L_5); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_6); } IL_0028: try { // begin try (depth: 1) int32_t L_7 = V_0; RuntimeObject * L_8 = ___value0; VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.CollectionBase::OnInsertComplete(System.Int32,System.Object) */, __this, L_7, L_8); goto IL_0049; } // 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_0035; throw e; } CATCH_0035: { // begin catch(System.Object) { ArrayList_t2718874744 * L_9 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_10 = V_0; NullCheck(L_9); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_9, L_10); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0044: { goto IL_0049; } } // end catch (depth: 1) IL_0049: { int32_t L_11 = V_0; return L_11; } } // System.Boolean System.Collections.CollectionBase::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CollectionBase_System_Collections_IList_Contains_m2994901969 (CollectionBase_t2727926298 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___value0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Int32 System.Collections.CollectionBase::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_System_Collections_IList_IndexOf_m3655834224 (CollectionBase_t2727926298 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.CollectionBase::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_System_Collections_IList_Insert_m1955629979 (CollectionBase_t2727926298 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionBase_System_Collections_IList_Insert_m1955629979_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); { RuntimeObject * L_0 = ___value1; VirtActionInvoker1< RuntimeObject * >::Invoke(28 /* System.Void System.Collections.CollectionBase::OnValidate(System.Object) */, __this, L_0); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.CollectionBase::OnInsert(System.Int32,System.Object) */, __this, L_1, L_2); ArrayList_t2718874744 * L_3 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_4 = ___index0; RuntimeObject * L_5 = ___value1; NullCheck(L_3); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_3, L_4, L_5); } IL_001c: try { // begin try (depth: 1) int32_t L_6 = ___index0; RuntimeObject * L_7 = ___value1; VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.CollectionBase::OnInsertComplete(System.Int32,System.Object) */, __this, L_6, L_7); goto IL_003d; } // 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_0029; throw e; } CATCH_0029: { // begin catch(System.Object) { ArrayList_t2718874744 * L_8 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_9 = ___index0; NullCheck(L_8); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_8, L_9); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0038: { goto IL_003d; } } // end catch (depth: 1) IL_003d: { return; } } // System.Void System.Collections.CollectionBase::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_System_Collections_IList_Remove_m1918979845 (CollectionBase_t2727926298 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionBase_System_Collections_IList_Remove_m1918979845_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___value0; VirtActionInvoker1< RuntimeObject * >::Invoke(28 /* System.Void System.Collections.CollectionBase::OnValidate(System.Object) */, __this, L_0); ArrayList_t2718874744 * L_1 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); RuntimeObject * L_2 = ___value0; NullCheck(L_1); int32_t L_3 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_1, L_2); V_0 = L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002b; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, _stringLiteral3301559111, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,CollectionBase_System_Collections_IList_Remove_m1918979845_RuntimeMethod_var); } IL_002b: { int32_t L_6 = V_0; RuntimeObject * L_7 = ___value0; VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(24 /* System.Void System.Collections.CollectionBase::OnRemove(System.Int32,System.Object) */, __this, L_6, L_7); ArrayList_t2718874744 * L_8 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); RuntimeObject * L_9 = ___value0; NullCheck(L_8); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_8, L_9); int32_t L_10 = V_0; RuntimeObject * L_11 = ___value0; VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(25 /* System.Void System.Collections.CollectionBase::OnRemoveComplete(System.Int32,System.Object) */, __this, L_10, L_11); return; } } // System.Boolean System.Collections.CollectionBase::System.Collections.IList.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool CollectionBase_System_Collections_IList_get_IsFixedSize_m2981675170 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Collections.ArrayList::get_IsFixedSize() */, L_0); return L_1; } } // System.Boolean System.Collections.CollectionBase::System.Collections.IList.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool CollectionBase_System_Collections_IList_get_IsReadOnly_m985561378 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_0); return L_1; } } // System.Object System.Collections.CollectionBase::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CollectionBase_System_Collections_IList_get_Item_m3743372945 (CollectionBase_t2727926298 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return L_2; } } // System.Void System.Collections.CollectionBase::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_System_Collections_IList_set_Item_m1592328081 (CollectionBase_t2727926298 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionBase_System_Collections_IList_set_Item_m1592328081_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); { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___index0; ArrayList_t2718874744 * L_2 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0023; } } IL_0018: { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_4, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,CollectionBase_System_Collections_IList_set_Item_m1592328081_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_5 = ___value1; VirtActionInvoker1< RuntimeObject * >::Invoke(28 /* System.Void System.Collections.CollectionBase::OnValidate(System.Object) */, __this, L_5); ArrayList_t2718874744 * L_6 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_7 = ___index0; NullCheck(L_6); RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_6, L_7); V_0 = L_8; int32_t L_9 = ___index0; RuntimeObject * L_10 = V_0; RuntimeObject * L_11 = ___value1; VirtActionInvoker3< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(26 /* System.Void System.Collections.CollectionBase::OnSet(System.Int32,System.Object,System.Object) */, __this, L_9, L_10, L_11); ArrayList_t2718874744 * L_12 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_13 = ___index0; RuntimeObject * L_14 = ___value1; NullCheck(L_12); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_12, L_13, L_14); } IL_004d: try { // begin try (depth: 1) int32_t L_15 = ___index0; RuntimeObject * L_16 = V_0; RuntimeObject * L_17 = ___value1; VirtActionInvoker3< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(27 /* System.Void System.Collections.CollectionBase::OnSetComplete(System.Int32,System.Object,System.Object) */, __this, L_15, L_16, L_17); goto IL_0070; } // 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_005b; throw e; } CATCH_005b: { // begin catch(System.Object) { ArrayList_t2718874744 * L_18 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_19 = ___index0; RuntimeObject * L_20 = V_0; NullCheck(L_18); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_18, L_19, L_20); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_006b: { goto IL_0070; } } // end catch (depth: 1) IL_0070: { return; } } // System.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Collections.IEnumerator System.Collections.CollectionBase::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CollectionBase_GetEnumerator_m654829872 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Void System.Collections.CollectionBase::Clear() extern "C" IL2CPP_METHOD_ATTR void CollectionBase_Clear_m1509125218 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(20 /* System.Void System.Collections.CollectionBase::OnClear() */, __this); ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); VirtActionInvoker0::Invoke(21 /* System.Void System.Collections.CollectionBase::OnClearComplete() */, __this); return; } } // System.Void System.Collections.CollectionBase::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_RemoveAt_m3336462814 (CollectionBase_t2727926298 * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_0 = L_2; RuntimeObject * L_3 = V_0; VirtActionInvoker1< RuntimeObject * >::Invoke(28 /* System.Void System.Collections.CollectionBase::OnValidate(System.Object) */, __this, L_3); int32_t L_4 = ___index0; RuntimeObject * L_5 = V_0; VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(24 /* System.Void System.Collections.CollectionBase::OnRemove(System.Int32,System.Object) */, __this, L_4, L_5); ArrayList_t2718874744 * L_6 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_7 = ___index0; NullCheck(L_6); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_6, L_7); int32_t L_8 = ___index0; RuntimeObject * L_9 = V_0; VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(25 /* System.Void System.Collections.CollectionBase::OnRemoveComplete(System.Int32,System.Object) */, __this, L_8, L_9); return; } } // System.Collections.ArrayList System.Collections.CollectionBase::get_InnerList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * CollectionBase_get_InnerList_m132195395 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionBase_get_InnerList_m132195395_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_list_0(); if (L_0) { goto IL_0016; } } { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_list_0(L_1); } IL_0016: { ArrayList_t2718874744 * L_2 = __this->get_list_0(); return L_2; } } // System.Collections.IList System.Collections.CollectionBase::get_List() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CollectionBase_get_List_m490744407 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Collections.CollectionBase::OnClear() extern "C" IL2CPP_METHOD_ATTR void CollectionBase_OnClear_m883003723 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Collections.CollectionBase::OnClearComplete() extern "C" IL2CPP_METHOD_ATTR void CollectionBase_OnClearComplete_m4210220284 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Collections.CollectionBase::OnInsert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_OnInsert_m120287429 (CollectionBase_t2727926298 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { return; } } // System.Void System.Collections.CollectionBase::OnInsertComplete(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_OnInsertComplete_m1538306973 (CollectionBase_t2727926298 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { return; } } // System.Void System.Collections.CollectionBase::OnRemove(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_OnRemove_m3955998913 (CollectionBase_t2727926298 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { return; } } // System.Void System.Collections.CollectionBase::OnRemoveComplete(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_OnRemoveComplete_m1811247246 (CollectionBase_t2727926298 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { return; } } // System.Void System.Collections.CollectionBase::OnSet(System.Int32,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_OnSet_m598471137 (CollectionBase_t2727926298 * __this, int32_t ___index0, RuntimeObject * ___oldValue1, RuntimeObject * ___newValue2, const RuntimeMethod* method) { { return; } } // System.Void System.Collections.CollectionBase::OnSetComplete(System.Int32,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_OnSetComplete_m2395939597 (CollectionBase_t2727926298 * __this, int32_t ___index0, RuntimeObject * ___oldValue1, RuntimeObject * ___newValue2, const RuntimeMethod* method) { { return; } } // System.Void System.Collections.CollectionBase::OnValidate(System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_OnValidate_m1606907366 (CollectionBase_t2727926298 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionBase_OnValidate_m1606907366_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3439493095, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CollectionBase_OnValidate_m1606907366_RuntimeMethod_var); } IL_0011: { 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.Collections.Comparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void Comparer__ctor_m2831654082 (Comparer_t1912461351 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Comparer::.ctor(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR void Comparer__ctor_m2580215220 (Comparer_t1912461351 * __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer__ctor_m2580215220_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_0 = ___culture0; 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, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Comparer__ctor_m2580215220_RuntimeMethod_var); } IL_0017: { CultureInfo_t4157843068 * L_2 = ___culture0; NullCheck(L_2); CompareInfo_t1092934962 * L_3 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2); __this->set_m_compareInfo_2(L_3); return; } } // System.Void System.Collections.Comparer::.cctor() extern "C" IL2CPP_METHOD_ATTR void Comparer__cctor_m3311686689 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer__cctor_m3311686689_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Comparer_t1912461351 * L_0 = (Comparer_t1912461351 *)il2cpp_codegen_object_new(Comparer_t1912461351_il2cpp_TypeInfo_var); Comparer__ctor_m2831654082(L_0, /*hidden argument*/NULL); ((Comparer_t1912461351_StaticFields*)il2cpp_codegen_static_fields_for(Comparer_t1912461351_il2cpp_TypeInfo_var))->set_Default_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); Comparer_t1912461351 * L_2 = (Comparer_t1912461351 *)il2cpp_codegen_object_new(Comparer_t1912461351_il2cpp_TypeInfo_var); Comparer__ctor_m2580215220(L_2, L_1, /*hidden argument*/NULL); ((Comparer_t1912461351_StaticFields*)il2cpp_codegen_static_fields_for(Comparer_t1912461351_il2cpp_TypeInfo_var))->set_DefaultInvariant_1(L_2); return; } } // System.Int32 System.Collections.Comparer::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Comparer_Compare_m3984347512 (Comparer_t1912461351 * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_Compare_m3984347512_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___a0; RuntimeObject * L_1 = ___b1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0009; } } { return 0; } IL_0009: { RuntimeObject * L_2 = ___a0; if (L_2) { goto IL_0011; } } { return (-1); } IL_0011: { RuntimeObject * L_3 = ___b1; if (L_3) { goto IL_0019; } } { return 1; } IL_0019: { CompareInfo_t1092934962 * L_4 = __this->get_m_compareInfo_2(); if (!L_4) { goto IL_004c; } } { RuntimeObject * L_5 = ___a0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_6 = ___b1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); String_t* L_7 = V_0; if (!L_7) { goto IL_004c; } } { String_t* L_8 = V_1; if (!L_8) { goto IL_004c; } } { CompareInfo_t1092934962 * L_9 = __this->get_m_compareInfo_2(); String_t* L_10 = V_0; String_t* L_11 = V_1; NullCheck(L_9); int32_t L_12 = VirtFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(5 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String) */, L_9, L_10, L_11); return L_12; } IL_004c: { RuntimeObject * L_13 = ___a0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_13, IComparable_t36111218_il2cpp_TypeInfo_var))) { goto IL_0064; } } { RuntimeObject * L_14 = ___a0; RuntimeObject * L_15 = ___b1; NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_14, IComparable_t36111218_il2cpp_TypeInfo_var))); int32_t L_16 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_t36111218_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IComparable_t36111218_il2cpp_TypeInfo_var)), L_15); return L_16; } IL_0064: { RuntimeObject * L_17 = ___b1; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_17, IComparable_t36111218_il2cpp_TypeInfo_var))) { goto IL_007d; } } { RuntimeObject * L_18 = ___b1; RuntimeObject * L_19 = ___a0; NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_18, IComparable_t36111218_il2cpp_TypeInfo_var))); int32_t L_20 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_t36111218_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IComparable_t36111218_il2cpp_TypeInfo_var)), L_19); return ((-L_20)); } IL_007d: { String_t* L_21 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4056318485, /*hidden argument*/NULL); ArgumentException_t132251570 * L_22 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,Comparer_Compare_m3984347512_RuntimeMethod_var); } } // System.Void System.Collections.Comparer::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Comparer_GetObjectData_m2064315569 (Comparer_t1912461351 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Comparer_GetObjectData_m2064315569_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,Comparer_GetObjectData_m2064315569_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; CompareInfo_t1092934962 * L_3 = __this->get_m_compareInfo_2(); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (CompareInfo_t1092934962_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_2); SerializationInfo_AddValue_m3906743584(L_2, _stringLiteral3881994930, L_3, L_5, /*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.Collections.DictionaryEntry extern "C" void DictionaryEntry_t3123975638_marshal_pinvoke(const DictionaryEntry_t3123975638& unmarshaled, DictionaryEntry_t3123975638_marshaled_pinvoke& marshaled) { if (unmarshaled.get__key_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__key_0())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get__key_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.____key_0)); il2cpp_codegen_com_raise_exception_if_failed(hr, false); } else { marshaled.____key_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get__key_0()); } } else { marshaled.____key_0 = NULL; } if (unmarshaled.get__value_1() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__value_1())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get__value_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.____value_1)); il2cpp_codegen_com_raise_exception_if_failed(hr, false); } else { marshaled.____value_1 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get__value_1()); } } else { marshaled.____value_1 = NULL; } } extern "C" void DictionaryEntry_t3123975638_marshal_pinvoke_back(const DictionaryEntry_t3123975638_marshaled_pinvoke& marshaled, DictionaryEntry_t3123975638& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEntry_t3123975638_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.____key_0 != NULL) { unmarshaled.set__key_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.____key_0, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set__key_0(NULL); } if (marshaled.____value_1 != NULL) { unmarshaled.set__value_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.____value_1, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set__value_1(NULL); } } // Conversion method for clean up from marshalling of: System.Collections.DictionaryEntry extern "C" void DictionaryEntry_t3123975638_marshal_pinvoke_cleanup(DictionaryEntry_t3123975638_marshaled_pinvoke& marshaled) { if (marshaled.____key_0 != NULL) { (marshaled.____key_0)->Release(); marshaled.____key_0 = NULL; } if (marshaled.____value_1 != NULL) { (marshaled.____value_1)->Release(); marshaled.____value_1 = NULL; } } // Conversion methods for marshalling of: System.Collections.DictionaryEntry extern "C" void DictionaryEntry_t3123975638_marshal_com(const DictionaryEntry_t3123975638& unmarshaled, DictionaryEntry_t3123975638_marshaled_com& marshaled) { if (unmarshaled.get__key_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__key_0())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get__key_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.____key_0)); il2cpp_codegen_com_raise_exception_if_failed(hr, true); } else { marshaled.____key_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get__key_0()); } } else { marshaled.____key_0 = NULL; } if (unmarshaled.get__value_1() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__value_1())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get__value_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.____value_1)); il2cpp_codegen_com_raise_exception_if_failed(hr, true); } else { marshaled.____value_1 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get__value_1()); } } else { marshaled.____value_1 = NULL; } } extern "C" void DictionaryEntry_t3123975638_marshal_com_back(const DictionaryEntry_t3123975638_marshaled_com& marshaled, DictionaryEntry_t3123975638& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEntry_t3123975638_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.____key_0 != NULL) { unmarshaled.set__key_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.____key_0, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set__key_0(NULL); } if (marshaled.____value_1 != NULL) { unmarshaled.set__value_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.____value_1, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set__value_1(NULL); } } // Conversion method for clean up from marshalling of: System.Collections.DictionaryEntry extern "C" void DictionaryEntry_t3123975638_marshal_com_cleanup(DictionaryEntry_t3123975638_marshaled_com& marshaled) { if (marshaled.____key_0 != NULL) { (marshaled.____key_0)->Release(); marshaled.____key_0 = NULL; } if (marshaled.____value_1 != NULL) { (marshaled.____value_1)->Release(); marshaled.____value_1 = NULL; } } // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m2585376310 (DictionaryEntry_t3123975638 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; __this->set__key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set__value_1(L_1); return; } } extern "C" void DictionaryEntry__ctor_m2585376310_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { DictionaryEntry_t3123975638 * _thisAdjusted = reinterpret_cast(__this + 1); DictionaryEntry__ctor_m2585376310(_thisAdjusted, ___key0, ___value1, method); } // System.Object System.Collections.DictionaryEntry::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m3117378551 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } extern "C" RuntimeObject * DictionaryEntry_get_Key_m3117378551_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DictionaryEntry_t3123975638 * _thisAdjusted = reinterpret_cast(__this + 1); return DictionaryEntry_get_Key_m3117378551(_thisAdjusted, method); } // System.Object System.Collections.DictionaryEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m618120527 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } extern "C" RuntimeObject * DictionaryEntry_get_Value_m618120527_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DictionaryEntry_t3123975638 * _thisAdjusted = reinterpret_cast(__this + 1); return DictionaryEntry_get_Value_m618120527(_thisAdjusted, method); } // System.Void System.Collections.DictionaryEntry::set_Value(System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry_set_Value_m574960201 (DictionaryEntry_t3123975638 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set__value_1(L_0); return; } } extern "C" void DictionaryEntry_set_Value_m574960201_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { DictionaryEntry_t3123975638 * _thisAdjusted = reinterpret_cast(__this + 1); DictionaryEntry_set_Value_m574960201(_thisAdjusted, ___value0, 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.Collections.Generic.KeyNotFoundException::.ctor() extern "C" IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_m541499307 (KeyNotFoundException_t2292407383 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyNotFoundException__ctor_m541499307_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SystemException__ctor_m3298527747(__this, _stringLiteral4076297504, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Generic.KeyNotFoundException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_m2696589580 (KeyNotFoundException_t2292407383 * __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.Collections.Generic.KeyNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_m813515407 (KeyNotFoundException_t2292407383 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { { Hashtable__ctor_m3542198234(__this, 0, (1.0f), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m3491720775 (Hashtable_t1853889766 * __this, int32_t ___capacity0, float ___loadFactor1, RuntimeObject* ___hcp2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable__ctor_m3491720775_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; int32_t V_1 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; 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, _stringLiteral3623012086, _stringLiteral3914839736, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Hashtable__ctor_m3491720775_RuntimeMethod_var); } IL_001d: { float L_2 = ___loadFactor1; if ((((float)L_2) < ((float)(0.1f)))) { goto IL_003e; } } { float L_3 = ___loadFactor1; if ((((float)L_3) > ((float)(1.0f)))) { goto IL_003e; } } { float L_4 = ___loadFactor1; bool L_5 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_004e; } } IL_003e: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral2137170806, _stringLiteral1327355122, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Hashtable__ctor_m3491720775_RuntimeMethod_var); } IL_004e: { int32_t L_7 = ___capacity0; if (L_7) { goto IL_0059; } } { int32_t L_8 = ___capacity0; ___capacity0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0059: { float L_9 = ___loadFactor1; __this->set_loadFactor_3(((float)il2cpp_codegen_multiply((float)(0.75f), (float)L_9))); int32_t L_10 = ___capacity0; float L_11 = __this->get_loadFactor_3(); V_0 = (((double)((double)((float)((float)(((float)((float)L_10)))/(float)L_11))))); double L_12 = V_0; if ((!(((double)L_12) > ((double)(2147483647.0))))) { goto IL_008b; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_13, _stringLiteral144441821, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Hashtable__ctor_m3491720775_RuntimeMethod_var); } IL_008b: { double L_14 = V_0; V_1 = (((int32_t)((int32_t)L_14))); int32_t L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); int32_t L_16 = Hashtable_ToPrime_m33531354(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_1 = L_16; int32_t L_17 = V_1; int32_t L_18 = V_1; Hashtable_SetTable_m1520626497(__this, ((SlotU5BU5D_t2994659099*)SZArrayNew(SlotU5BU5D_t2994659099_il2cpp_TypeInfo_var, (uint32_t)L_17)), ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_18)), /*hidden argument*/NULL); RuntimeObject* L_19 = ___hcp2; Hashtable_set_hcp_m2582686174(__this, L_19, /*hidden argument*/NULL); RuntimeObject* L_20 = ___comparer3; Hashtable_set_comparer_m1969364857(__this, L_20, /*hidden argument*/NULL); __this->set_inUse_1(0); __this->set_modificationCount_2(0); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m3542198234 (Hashtable_t1853889766 * __this, int32_t ___capacity0, float ___loadFactor1, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; float L_1 = ___loadFactor1; Hashtable__ctor_m3491720775(__this, L_0, L_1, (RuntimeObject*)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1684344284 (Hashtable_t1853889766 * __this, int32_t ___capacity0, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; Hashtable__ctor_m3542198234(__this, L_0, (1.0f), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m3890751112 (Hashtable_t1853889766 * __this, Hashtable_t1853889766 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable__ctor_m3890751112_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = ___source0; NullCheck(L_0); int32_t L_1 = L_0->get_inUse_1(); __this->set_inUse_1(L_1); Hashtable_t1853889766 * L_2 = ___source0; NullCheck(L_2); float L_3 = L_2->get_loadFactor_3(); __this->set_loadFactor_3(L_3); Hashtable_t1853889766 * L_4 = ___source0; NullCheck(L_4); SlotU5BU5D_t2994659099* L_5 = L_4->get_table_4(); NullCheck((RuntimeArray *)(RuntimeArray *)L_5); RuntimeObject * L_6 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_5, /*hidden argument*/NULL); __this->set_table_4(((SlotU5BU5D_t2994659099*)Castclass((RuntimeObject*)L_6, SlotU5BU5D_t2994659099_il2cpp_TypeInfo_var))); Hashtable_t1853889766 * L_7 = ___source0; NullCheck(L_7); Int32U5BU5D_t385246372* L_8 = L_7->get_hashes_5(); NullCheck((RuntimeArray *)(RuntimeArray *)L_8); RuntimeObject * L_9 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_8, /*hidden argument*/NULL); __this->set_hashes_5(((Int32U5BU5D_t385246372*)Castclass((RuntimeObject*)L_9, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))); Hashtable_t1853889766 * L_10 = ___source0; NullCheck(L_10); int32_t L_11 = L_10->get_threshold_6(); __this->set_threshold_6(L_11); Hashtable_t1853889766 * L_12 = ___source0; NullCheck(L_12); RuntimeObject* L_13 = L_12->get_hcpRef_9(); __this->set_hcpRef_9(L_13); Hashtable_t1853889766 * L_14 = ___source0; NullCheck(L_14); RuntimeObject* L_15 = L_14->get_comparerRef_10(); __this->set_comparerRef_10(L_15); Hashtable_t1853889766 * L_16 = ___source0; NullCheck(L_16); RuntimeObject* L_17 = L_16->get_equalityComparer_12(); __this->set_equalityComparer_12(L_17); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1763145853 (Hashtable_t1853889766 * __this, int32_t ___capacity0, RuntimeObject* ___hcp1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; RuntimeObject* L_1 = ___hcp1; RuntimeObject* L_2 = ___comparer2; Hashtable__ctor_m3491720775(__this, L_0, (1.0f), L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Collections.IDictionary,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m2421324048 (Hashtable_t1853889766 * __this, RuntimeObject* ___d0, float ___loadFactor1, RuntimeObject* ___hcp2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable__ctor_m2421324048_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Hashtable_t1853889766 * G_B2_0 = NULL; Hashtable_t1853889766 * G_B1_0 = NULL; int32_t G_B3_0 = 0; Hashtable_t1853889766 * G_B3_1 = NULL; { RuntimeObject* L_0 = ___d0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0012; } } { RuntimeObject* L_1 = ___d0; NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_1); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0013; } IL_0012: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0013: { float L_3 = ___loadFactor1; RuntimeObject* L_4 = ___hcp2; RuntimeObject* L_5 = ___comparer3; NullCheck(G_B3_1); Hashtable__ctor_m3491720775(G_B3_1, G_B3_0, L_3, L_4, L_5, /*hidden argument*/NULL); RuntimeObject* L_6 = ___d0; if (L_6) { goto IL_002d; } } { ArgumentNullException_t1615371798 * L_7 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_7, _stringLiteral2957729587, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Hashtable__ctor_m2421324048_RuntimeMethod_var); } IL_002d: { RuntimeObject* L_8 = ___d0; NullCheck(L_8); RuntimeObject* L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_8); V_0 = L_9; goto IL_004b; } IL_0039: { RuntimeObject* L_10 = V_0; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_10); RuntimeObject* L_12 = V_0; NullCheck(L_12); RuntimeObject * L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_12); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, __this, L_11, L_13); } IL_004b: { RuntimeObject* L_14 = V_0; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_0039; } } { return; } } // System.Void System.Collections.Hashtable::.ctor(System.Collections.IDictionary,System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m465544153 (Hashtable_t1853889766 * __this, RuntimeObject* ___d0, RuntimeObject* ___hcp1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___d0; RuntimeObject* L_1 = ___hcp1; RuntimeObject* L_2 = ___comparer2; Hashtable__ctor_m2421324048(__this, L_0, (1.0f), L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m2302711321 (Hashtable_t1853889766 * __this, RuntimeObject* ___hcp0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___hcp0; RuntimeObject* L_1 = ___comparer1; Hashtable__ctor_m3491720775(__this, 1, (1.0f), L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1941859523 (Hashtable_t1853889766 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; __this->set_serializationInfo_11(L_0); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m3192564643 (Hashtable_t1853889766 * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___equalityComparer0; Hashtable__ctor_m1820371784(__this, 1, (1.0f), L_0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m3305570058 (Hashtable_t1853889766 * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; RuntimeObject* L_1 = ___equalityComparer1; Hashtable__ctor_m1820371784(__this, L_0, (1.0f), L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Single,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1820371784 (Hashtable_t1853889766 * __this, int32_t ___capacity0, float ___loadFactor1, RuntimeObject* ___equalityComparer2, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; float L_1 = ___loadFactor1; Hashtable__ctor_m3542198234(__this, L_0, L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = ___equalityComparer2; __this->set_equalityComparer_12(L_2); return; } } // System.Void System.Collections.Hashtable::.cctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__cctor_m4112166779 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable__cctor_m4112166779_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)34))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D32_24_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((Hashtable_t1853889766_StaticFields*)il2cpp_codegen_static_fields_for(Hashtable_t1853889766_il2cpp_TypeInfo_var))->set_primeTbl_13(L_0); return; } } // System.Collections.IEnumerator System.Collections.Hashtable::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Hashtable_System_Collections_IEnumerable_GetEnumerator_m2751657639 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_System_Collections_IEnumerable_GetEnumerator_m2751657639_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_t661358686 * L_0 = (Enumerator_t661358686 *)il2cpp_codegen_object_new(Enumerator_t661358686_il2cpp_TypeInfo_var); Enumerator__ctor_m3921352641(L_0, __this, 2, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.Hashtable::set_comparer(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable_set_comparer_m1969364857 (Hashtable_t1853889766 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_comparerRef_10(L_0); return; } } // System.Void System.Collections.Hashtable::set_hcp(System.Collections.IHashCodeProvider) extern "C" IL2CPP_METHOD_ATTR void Hashtable_set_hcp_m2582686174 (Hashtable_t1853889766 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_hcpRef_9(L_0); return; } } // System.Int32 System.Collections.Hashtable::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Hashtable_get_Count_m3541651130 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_inUse_1(); return L_0; } } // System.Boolean System.Collections.Hashtable::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool Hashtable_get_IsSynchronized_m1426775249 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Hashtable::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Hashtable_get_SyncRoot_m2370273929 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { { return __this; } } // System.Boolean System.Collections.Hashtable::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool Hashtable_get_IsFixedSize_m3996819529 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.Hashtable::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool Hashtable_get_IsReadOnly_m838604213 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Collections.ICollection System.Collections.Hashtable::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Hashtable_get_Keys_m625158339 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_get_Keys_m625158339_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HashKeys_t1568156503 * L_0 = __this->get_hashKeys_7(); if (L_0) { goto IL_0017; } } { HashKeys_t1568156503 * L_1 = (HashKeys_t1568156503 *)il2cpp_codegen_object_new(HashKeys_t1568156503_il2cpp_TypeInfo_var); HashKeys__ctor_m2668698759(L_1, __this, /*hidden argument*/NULL); __this->set_hashKeys_7(L_1); } IL_0017: { HashKeys_t1568156503 * L_2 = __this->get_hashKeys_7(); return L_2; } } // System.Collections.ICollection System.Collections.Hashtable::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Hashtable_get_Values_m1643322147 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_get_Values_m1643322147_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HashValues_t618387445 * L_0 = __this->get_hashValues_8(); if (L_0) { goto IL_0017; } } { HashValues_t618387445 * L_1 = (HashValues_t618387445 *)il2cpp_codegen_object_new(HashValues_t618387445_il2cpp_TypeInfo_var); HashValues__ctor_m1651100305(L_1, __this, /*hidden argument*/NULL); __this->set_hashValues_8(L_1); } IL_0017: { HashValues_t618387445 * L_2 = __this->get_hashValues_8(); return L_2; } } // System.Object System.Collections.Hashtable::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Hashtable_get_Item_m2003685141 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_get_Item_m2003685141_MetadataUsageId); s_Il2CppMethodInitialized = true; } SlotU5BU5D_t2994659099* V_0 = NULL; Int32U5BU5D_t385246372* V_1 = NULL; uint32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; Slot_t3975888750 V_7; memset(&V_7, 0, sizeof(V_7)); int32_t V_8 = 0; RuntimeObject * V_9 = NULL; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2600271970, _stringLiteral2340372691, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Hashtable_get_Item_m2003685141_RuntimeMethod_var); } IL_0016: { SlotU5BU5D_t2994659099* L_2 = __this->get_table_4(); V_0 = L_2; Int32U5BU5D_t385246372* L_3 = __this->get_hashes_5(); V_1 = L_3; SlotU5BU5D_t2994659099* L_4 = V_0; NullCheck(L_4); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))); RuntimeObject * L_5 = ___key0; int32_t L_6 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(42 /* System.Int32 System.Collections.Hashtable::GetHash(System.Object) */, __this, L_5); V_3 = ((int32_t)((int32_t)L_6&(int32_t)((int32_t)2147483647LL))); int32_t L_7 = V_3; V_4 = L_7; int32_t L_8 = V_3; uint32_t L_9 = V_2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_8>>(int32_t)5)), (int32_t)1))%(uint32_t)(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)))), (int32_t)1)); uint32_t L_10 = V_2; V_6 = L_10; goto IL_00cb; } IL_004e: { uint32_t L_11 = V_4; uint32_t L_12 = V_2; V_4 = ((int32_t)((uint32_t)(int32_t)L_11%(uint32_t)(int32_t)L_12)); SlotU5BU5D_t2994659099* L_13 = V_0; uint32_t L_14 = V_4; NullCheck(L_13); V_7 = (*(Slot_t3975888750 *)((L_13)->GetAddressAt(static_cast((((uintptr_t)L_14)))))); Int32U5BU5D_t385246372* L_15 = V_1; uint32_t L_16 = V_4; NullCheck(L_15); uintptr_t L_17 = (((uintptr_t)L_16)); int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_8 = L_18; RuntimeObject * L_19 = (&V_7)->get_key_0(); V_9 = L_19; RuntimeObject * L_20 = V_9; if (L_20) { goto IL_0080; } } { goto IL_00d3; } IL_0080: { RuntimeObject * L_21 = V_9; RuntimeObject * L_22 = ___key0; if ((((RuntimeObject*)(RuntimeObject *)L_21) == ((RuntimeObject*)(RuntimeObject *)L_22))) { goto IL_00a4; } } { int32_t L_23 = V_8; int32_t L_24 = V_3; if ((!(((uint32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)2147483647LL)))) == ((uint32_t)L_24)))) { goto IL_00ac; } } { RuntimeObject * L_25 = ___key0; RuntimeObject * L_26 = V_9; bool L_27 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(43 /* System.Boolean System.Collections.Hashtable::KeyEquals(System.Object,System.Object) */, __this, L_25, L_26); if (!L_27) { goto IL_00ac; } } IL_00a4: { RuntimeObject * L_28 = (&V_7)->get_value_1(); return L_28; } IL_00ac: { int32_t L_29 = V_8; if (((int32_t)((int32_t)L_29&(int32_t)((int32_t)-2147483648LL)))) { goto IL_00be; } } { goto IL_00d3; } IL_00be: { uint32_t L_30 = V_4; uint32_t L_31 = V_5; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)); uint32_t L_32 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); } IL_00cb: { uint32_t L_33 = V_6; if ((!(((uint32_t)L_33) <= ((uint32_t)0)))) { goto IL_004e; } } IL_00d3: { return NULL; } } // System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void Hashtable_set_Item_m1120781262 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; RuntimeObject * L_1 = ___value1; Hashtable_PutImpl_m2485103604(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Hashtable_CopyTo_m2905447224 (Hashtable_t1853889766 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_CopyTo_m2905447224_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Hashtable_CopyTo_m2905447224_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___arrayIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0023; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral335484879, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Hashtable_CopyTo_m2905447224_RuntimeMethod_var); } IL_0023: { RuntimeArray * L_4 = ___array0; NullCheck(L_4); int32_t L_5 = Array_get_Rank_m3448755881(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_003a; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, _stringLiteral4171269070, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Hashtable_CopyTo_m2905447224_RuntimeMethod_var); } IL_003a: { RuntimeArray * L_7 = ___array0; NullCheck(L_7); int32_t L_8 = Array_get_Length_m21610649(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_005d; } } { int32_t L_9 = ___arrayIndex1; RuntimeArray * L_10 = ___array0; NullCheck(L_10); int32_t L_11 = Array_get_Length_m21610649(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_005d; } } { ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, _stringLiteral620593767, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Hashtable_CopyTo_m2905447224_RuntimeMethod_var); } IL_005d: { int32_t L_13 = ___arrayIndex1; int32_t L_14 = __this->get_inUse_1(); RuntimeArray * L_15 = ___array0; NullCheck(L_15); int32_t L_16 = Array_get_Length_m21610649(L_15, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))) <= ((int32_t)L_16))) { goto IL_007b; } } { ArgumentException_t132251570 * L_17 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_17, _stringLiteral1529146404, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Hashtable_CopyTo_m2905447224_RuntimeMethod_var); } IL_007b: { RuntimeObject* L_18 = VirtFuncInvoker0< RuntimeObject* >::Invoke(36 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, __this); V_0 = L_18; int32_t L_19 = ___arrayIndex1; V_1 = L_19; goto IL_009f; } IL_0089: { RuntimeArray * L_20 = ___array0; RuntimeObject* L_21 = V_0; NullCheck(L_21); DictionaryEntry_t3123975638 L_22 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_21); DictionaryEntry_t3123975638 L_23 = L_22; RuntimeObject * L_24 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_23); int32_t L_25 = V_1; int32_t L_26 = L_25; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); NullCheck(L_20); Array_SetValue_m3412255035(L_20, L_24, L_26, /*hidden argument*/NULL); } IL_009f: { RuntimeObject* L_27 = V_0; NullCheck(L_27); bool L_28 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_0089; } } { return; } } // System.Void System.Collections.Hashtable::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void Hashtable_Add_m157116935 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; RuntimeObject * L_1 = ___value1; Hashtable_PutImpl_m2485103604(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::Clear() extern "C" IL2CPP_METHOD_ATTR void Hashtable_Clear_m3112193608 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0038; } IL_0007: { SlotU5BU5D_t2994659099* L_0 = __this->get_table_4(); int32_t L_1 = V_0; NullCheck(L_0); ((L_0)->GetAddressAt(static_cast(L_1)))->set_key_0(NULL); SlotU5BU5D_t2994659099* L_2 = __this->get_table_4(); int32_t L_3 = V_0; NullCheck(L_2); ((L_2)->GetAddressAt(static_cast(L_3)))->set_value_1(NULL); Int32U5BU5D_t385246372* L_4 = __this->get_hashes_5(); int32_t L_5 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)0); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0038: { int32_t L_7 = V_0; SlotU5BU5D_t2994659099* L_8 = __this->get_table_4(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0007; } } { __this->set_inUse_1(0); int32_t L_9 = __this->get_modificationCount_2(); __this->set_modificationCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); return; } } // System.Boolean System.Collections.Hashtable::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Hashtable_Contains_m2145146412 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; int32_t L_1 = Hashtable_Find_m1835111773(__this, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Hashtable_GetEnumerator_m4240267690 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_GetEnumerator_m4240267690_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_t661358686 * L_0 = (Enumerator_t661358686 *)il2cpp_codegen_object_new(Enumerator_t661358686_il2cpp_TypeInfo_var); Enumerator__ctor_m3921352641(L_0, __this, 2, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.Hashtable::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void Hashtable_Remove_m4032631466 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_Remove_m4032631466_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SlotU5BU5D_t2994659099* V_1 = NULL; int32_t V_2 = 0; Slot_t3975888750 * G_B3_0 = NULL; Slot_t3975888750 * G_B2_0 = NULL; KeyMarker_t2496412495 * G_B4_0 = NULL; Slot_t3975888750 * G_B4_1 = NULL; { RuntimeObject * L_0 = ___key0; int32_t L_1 = Hashtable_Find_m1835111773(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0076; } } { SlotU5BU5D_t2994659099* L_3 = __this->get_table_4(); V_1 = L_3; Int32U5BU5D_t385246372* L_4 = __this->get_hashes_5(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_2 = L_7; int32_t L_8 = V_2; V_2 = ((int32_t)((int32_t)L_8&(int32_t)((int32_t)-2147483648LL))); Int32U5BU5D_t385246372* L_9 = __this->get_hashes_5(); int32_t L_10 = V_0; int32_t L_11 = V_2; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (int32_t)L_11); SlotU5BU5D_t2994659099* L_12 = V_1; int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = V_2; G_B2_0 = ((L_12)->GetAddressAt(static_cast(L_13))); if (!L_14) { G_B3_0 = ((L_12)->GetAddressAt(static_cast(L_13))); goto IL_0047; } } { IL2CPP_RUNTIME_CLASS_INIT(KeyMarker_t2496412495_il2cpp_TypeInfo_var); KeyMarker_t2496412495 * L_15 = ((KeyMarker_t2496412495_StaticFields*)il2cpp_codegen_static_fields_for(KeyMarker_t2496412495_il2cpp_TypeInfo_var))->get_Removed_0(); G_B4_0 = L_15; G_B4_1 = G_B2_0; goto IL_0048; } IL_0047: { G_B4_0 = ((KeyMarker_t2496412495 *)(NULL)); G_B4_1 = G_B3_0; } IL_0048: { G_B4_1->set_key_0(G_B4_0); SlotU5BU5D_t2994659099* L_16 = V_1; int32_t L_17 = V_0; NullCheck(L_16); ((L_16)->GetAddressAt(static_cast(L_17)))->set_value_1(NULL); int32_t L_18 = __this->get_inUse_1(); __this->set_inUse_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1))); int32_t L_19 = __this->get_modificationCount_2(); __this->set_modificationCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); } IL_0076: { return; } } // System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Hashtable_ContainsKey_m2963904694 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, __this, L_0); return L_1; } } // System.Object System.Collections.Hashtable::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Hashtable_Clone_m3078962909 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_Clone_m3078962909_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m3890751112(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.Hashtable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Hashtable_GetObjectData_m2584507417 (Hashtable_t1853889766 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_GetObjectData_m2584507417_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; ObjectU5BU5D_t2843939325* V_1 = NULL; { SerializationInfo_t950877179 * L_0 = ___info0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Hashtable_GetObjectData_m2584507417_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; float L_3 = __this->get_loadFactor_3(); NullCheck(L_2); SerializationInfo_AddValue_m1803776749(L_2, _stringLiteral2137201366, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; int32_t L_5 = __this->get_modificationCount_2(); NullCheck(L_4); SerializationInfo_AddValue_m412754688(L_4, _stringLiteral1902402919, L_5, /*hidden argument*/NULL); RuntimeObject* L_6 = __this->get_equalityComparer_12(); if (!L_6) { goto IL_0054; } } { SerializationInfo_t950877179 * L_7 = ___info0; RuntimeObject* L_8 = __this->get_equalityComparer_12(); NullCheck(L_7); SerializationInfo_AddValue_m2872281893(L_7, _stringLiteral1982757576, L_8, /*hidden argument*/NULL); goto IL_0065; } IL_0054: { SerializationInfo_t950877179 * L_9 = ___info0; RuntimeObject* L_10 = __this->get_comparerRef_10(); NullCheck(L_9); SerializationInfo_AddValue_m2872281893(L_9, _stringLiteral892943380, L_10, /*hidden argument*/NULL); } IL_0065: { RuntimeObject* L_11 = __this->get_hcpRef_9(); if (!L_11) { goto IL_0081; } } { SerializationInfo_t950877179 * L_12 = ___info0; RuntimeObject* L_13 = __this->get_hcpRef_9(); NullCheck(L_12); SerializationInfo_AddValue_m2872281893(L_12, _stringLiteral2714025534, L_13, /*hidden argument*/NULL); } IL_0081: { SerializationInfo_t950877179 * L_14 = ___info0; SlotU5BU5D_t2994659099* L_15 = __this->get_table_4(); NullCheck(L_15); NullCheck(L_14); SerializationInfo_AddValue_m412754688(L_14, _stringLiteral953796230, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), /*hidden argument*/NULL); int32_t L_16 = __this->get_inUse_1(); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_16)); ObjectU5BU5D_t2843939325* L_17 = V_0; Hashtable_CopyToArray_m320168007(__this, (RuntimeArray *)(RuntimeArray *)L_17, 0, 0, /*hidden argument*/NULL); int32_t L_18 = __this->get_inUse_1(); V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_18)); ObjectU5BU5D_t2843939325* L_19 = V_1; Hashtable_CopyToArray_m320168007(__this, (RuntimeArray *)(RuntimeArray *)L_19, 0, 1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_20 = ___info0; ObjectU5BU5D_t2843939325* L_21 = V_0; NullCheck(L_20); SerializationInfo_AddValue_m2872281893(L_20, _stringLiteral465436802, (RuntimeObject *)(RuntimeObject *)L_21, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_22 = ___info0; ObjectU5BU5D_t2843939325* L_23 = V_1; NullCheck(L_22); SerializationInfo_AddValue_m2872281893(L_22, _stringLiteral3498927737, (RuntimeObject *)(RuntimeObject *)L_23, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_24 = ___info0; RuntimeObject* L_25 = __this->get_equalityComparer_12(); NullCheck(L_24); SerializationInfo_AddValue_m2872281893(L_24, _stringLiteral2541254075, L_25, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void Hashtable_OnDeserialization_m1032066502 (Hashtable_t1853889766 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_OnDeserialization_m1032066502_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; ObjectU5BU5D_t2843939325* V_2 = NULL; int32_t V_3 = 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); { SerializationInfo_t950877179 * L_0 = __this->get_serializationInfo_11(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { SerializationInfo_t950877179 * L_1 = __this->get_serializationInfo_11(); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Single_t1397266774_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 = SerializationInfo_GetValue_m42271953(L_1, _stringLiteral2137201366, L_3, /*hidden argument*/NULL); __this->set_loadFactor_3(((*(float*)((float*)UnBox(L_4, Single_t1397266774_il2cpp_TypeInfo_var))))); SerializationInfo_t950877179 * L_5 = __this->get_serializationInfo_11(); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject * L_8 = SerializationInfo_GetValue_m42271953(L_5, _stringLiteral1902402919, L_7, /*hidden argument*/NULL); __this->set_modificationCount_2(((*(int32_t*)((int32_t*)UnBox(L_8, Int32_t2950945753_il2cpp_TypeInfo_var))))); } IL_0056: try { // begin try (depth: 1) SerializationInfo_t950877179 * L_9 = __this->get_serializationInfo_11(); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject * L_12 = SerializationInfo_GetValue_m42271953(L_9, _stringLiteral1982757576, L_11, /*hidden argument*/NULL); __this->set_equalityComparer_12(((RuntimeObject*)Castclass((RuntimeObject*)L_12, IEqualityComparer_t1493878338_il2cpp_TypeInfo_var))); goto IL_0086; } // 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_0080; throw e; } CATCH_0080: { // begin catch(System.Object) goto IL_0086; } // end catch (depth: 1) IL_0086: { RuntimeObject* L_13 = __this->get_equalityComparer_12(); if (L_13) { goto IL_00b6; } } { SerializationInfo_t950877179 * L_14 = __this->get_serializationInfo_11(); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (RuntimeObject_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); RuntimeObject * L_17 = SerializationInfo_GetValue_m42271953(L_14, _stringLiteral892943380, L_16, /*hidden argument*/NULL); __this->set_comparerRef_10(((RuntimeObject*)Castclass((RuntimeObject*)L_17, IComparer_t1540313114_il2cpp_TypeInfo_var))); } IL_00b6: try { // begin try (depth: 1) SerializationInfo_t950877179 * L_18 = __this->get_serializationInfo_11(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (RuntimeObject_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, _stringLiteral2714025534, L_20, /*hidden argument*/NULL); __this->set_hcpRef_9(((RuntimeObject*)Castclass((RuntimeObject*)L_21, IHashCodeProvider_t267601189_il2cpp_TypeInfo_var))); goto IL_00e6; } // 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_00e0; throw e; } CATCH_00e0: { // begin catch(System.Object) goto IL_00e6; } // end catch (depth: 1) IL_00e6: { SerializationInfo_t950877179 * L_22 = __this->get_serializationInfo_11(); RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (Int32_t2950945753_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, _stringLiteral953796230, L_24, /*hidden argument*/NULL); V_0 = ((*(int32_t*)((int32_t*)UnBox(L_25, Int32_t2950945753_il2cpp_TypeInfo_var)))); SerializationInfo_t950877179 * L_26 = __this->get_serializationInfo_11(); RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (ObjectU5BU5D_t2843939325_0_0_0_var) }; Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); NullCheck(L_26); RuntimeObject * L_29 = SerializationInfo_GetValue_m42271953(L_26, _stringLiteral465436802, L_28, /*hidden argument*/NULL); V_1 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_29, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); SerializationInfo_t950877179 * L_30 = __this->get_serializationInfo_11(); RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (ObjectU5BU5D_t2843939325_0_0_0_var) }; Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_30); RuntimeObject * L_33 = SerializationInfo_GetValue_m42271953(L_30, _stringLiteral3498927737, L_32, /*hidden argument*/NULL); V_2 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_33, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); ObjectU5BU5D_t2843939325* L_34 = V_1; NullCheck(L_34); ObjectU5BU5D_t2843939325* L_35 = V_2; NullCheck(L_35); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))) { goto IL_015c; } } { SerializationException_t3941511869 * L_36 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_36, _stringLiteral1452171784, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,Hashtable_OnDeserialization_m1032066502_RuntimeMethod_var); } IL_015c: { int32_t L_37 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); int32_t L_38 = Hashtable_ToPrime_m33531354(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); V_0 = L_38; int32_t L_39 = V_0; int32_t L_40 = V_0; Hashtable_SetTable_m1520626497(__this, ((SlotU5BU5D_t2994659099*)SZArrayNew(SlotU5BU5D_t2994659099_il2cpp_TypeInfo_var, (uint32_t)L_39)), ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_40)), /*hidden argument*/NULL); V_3 = 0; goto IL_018c; } IL_017c: { ObjectU5BU5D_t2843939325* L_41 = V_1; int32_t L_42 = V_3; NullCheck(L_41); int32_t L_43 = L_42; RuntimeObject * L_44 = (L_41)->GetAt(static_cast(L_43)); ObjectU5BU5D_t2843939325* L_45 = V_2; int32_t L_46 = V_3; NullCheck(L_45); int32_t L_47 = L_46; RuntimeObject * L_48 = (L_45)->GetAt(static_cast(L_47)); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, __this, L_44, L_48); int32_t L_49 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_018c: { int32_t L_50 = V_3; ObjectU5BU5D_t2843939325* L_51 = V_1; NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))) { goto IL_017c; } } { Hashtable_AdjustThreshold_m3338727562(__this, /*hidden argument*/NULL); __this->set_serializationInfo_11((SerializationInfo_t950877179 *)NULL); return; } } // System.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * Hashtable_Synchronized_m2228653257 (RuntimeObject * __this /* static, unused */, Hashtable_t1853889766 * ___table0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_Synchronized_m2228653257_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = ___table0; 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, _stringLiteral3496353285, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Hashtable_Synchronized_m2228653257_RuntimeMethod_var); } IL_0011: { Hashtable_t1853889766 * L_2 = ___table0; SyncHashtable_t3569774773 * L_3 = (SyncHashtable_t3569774773 *)il2cpp_codegen_object_new(SyncHashtable_t3569774773_il2cpp_TypeInfo_var); SyncHashtable__ctor_m988729399(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Collections.Hashtable::GetHash(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Hashtable_GetHash_m3068611952 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_GetHash_m3068611952_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_equalityComparer_12(); if (!L_0) { goto IL_0018; } } { RuntimeObject* L_1 = __this->get_equalityComparer_12(); RuntimeObject * L_2 = ___key0; NullCheck(L_1); int32_t L_3 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t1493878338_il2cpp_TypeInfo_var, L_1, L_2); return L_3; } IL_0018: { RuntimeObject* L_4 = __this->get_hcpRef_9(); if (L_4) { goto IL_002a; } } { RuntimeObject * L_5 = ___key0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5); return L_6; } IL_002a: { RuntimeObject* L_7 = __this->get_hcpRef_9(); RuntimeObject * L_8 = ___key0; NullCheck(L_7); int32_t L_9 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IHashCodeProvider::GetHashCode(System.Object) */, IHashCodeProvider_t267601189_il2cpp_TypeInfo_var, L_7, L_8); return L_9; } } // System.Boolean System.Collections.Hashtable::KeyEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Hashtable_KeyEquals_m2549637027 (Hashtable_t1853889766 * __this, RuntimeObject * ___item0, RuntimeObject * ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_KeyEquals_m2549637027_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key1; IL2CPP_RUNTIME_CLASS_INIT(KeyMarker_t2496412495_il2cpp_TypeInfo_var); KeyMarker_t2496412495 * L_1 = ((KeyMarker_t2496412495_StaticFields*)il2cpp_codegen_static_fields_for(KeyMarker_t2496412495_il2cpp_TypeInfo_var))->get_Removed_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(KeyMarker_t2496412495 *)L_1)))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject* L_2 = __this->get_equalityComparer_12(); if (!L_2) { goto IL_0026; } } { RuntimeObject* L_3 = __this->get_equalityComparer_12(); RuntimeObject * L_4 = ___item0; RuntimeObject * L_5 = ___key1; NullCheck(L_3); bool L_6 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t1493878338_il2cpp_TypeInfo_var, L_3, L_4, L_5); return L_6; } IL_0026: { RuntimeObject* L_7 = __this->get_comparerRef_10(); if (L_7) { goto IL_0039; } } { RuntimeObject * L_8 = ___item0; RuntimeObject * L_9 = ___key1; NullCheck(L_8); bool L_10 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_9); return L_10; } IL_0039: { RuntimeObject* L_11 = __this->get_comparerRef_10(); RuntimeObject * L_12 = ___item0; RuntimeObject * L_13 = ___key1; NullCheck(L_11); int32_t L_14 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t1540313114_il2cpp_TypeInfo_var, L_11, L_12, L_13); return (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0); } } // System.Void System.Collections.Hashtable::AdjustThreshold() extern "C" IL2CPP_METHOD_ATTR void Hashtable_AdjustThreshold_m3338727562 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { SlotU5BU5D_t2994659099* L_0 = __this->get_table_4(); NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); int32_t L_1 = V_0; float L_2 = __this->get_loadFactor_3(); __this->set_threshold_6((((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_1))), (float)L_2)))))); int32_t L_3 = __this->get_threshold_6(); int32_t L_4 = V_0; if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_002e; } } { int32_t L_5 = V_0; __this->set_threshold_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); } IL_002e: { return; } } // System.Void System.Collections.Hashtable::SetTable(System.Collections.Hashtable/Slot[],System.Int32[]) extern "C" IL2CPP_METHOD_ATTR void Hashtable_SetTable_m1520626497 (Hashtable_t1853889766 * __this, SlotU5BU5D_t2994659099* ___table0, Int32U5BU5D_t385246372* ___hashes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_SetTable_m1520626497_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SlotU5BU5D_t2994659099* L_0 = ___table0; 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, _stringLiteral3496353285, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Hashtable_SetTable_m1520626497_RuntimeMethod_var); } IL_0011: { SlotU5BU5D_t2994659099* L_2 = ___table0; __this->set_table_4(L_2); Int32U5BU5D_t385246372* L_3 = ___hashes1; __this->set_hashes_5(L_3); Hashtable_AdjustThreshold_m3338727562(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.Hashtable::Find(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Hashtable_Find_m1835111773 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_Find_m1835111773_MetadataUsageId); s_Il2CppMethodInitialized = true; } SlotU5BU5D_t2994659099* V_0 = NULL; Int32U5BU5D_t385246372* V_1 = NULL; uint32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; Slot_t3975888750 V_7; memset(&V_7, 0, sizeof(V_7)); int32_t V_8 = 0; RuntimeObject * V_9 = NULL; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2600271970, _stringLiteral2340372691, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Hashtable_Find_m1835111773_RuntimeMethod_var); } IL_0016: { SlotU5BU5D_t2994659099* L_2 = __this->get_table_4(); V_0 = L_2; Int32U5BU5D_t385246372* L_3 = __this->get_hashes_5(); V_1 = L_3; SlotU5BU5D_t2994659099* L_4 = V_0; NullCheck(L_4); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))); RuntimeObject * L_5 = ___key0; int32_t L_6 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(42 /* System.Int32 System.Collections.Hashtable::GetHash(System.Object) */, __this, L_5); V_3 = ((int32_t)((int32_t)L_6&(int32_t)((int32_t)2147483647LL))); int32_t L_7 = V_3; V_4 = L_7; int32_t L_8 = V_3; uint32_t L_9 = V_2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_8>>(int32_t)5)), (int32_t)1))%(uint32_t)(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)))), (int32_t)1)); uint32_t L_10 = V_2; V_6 = L_10; goto IL_00c6; } IL_004e: { uint32_t L_11 = V_4; uint32_t L_12 = V_2; V_4 = ((int32_t)((uint32_t)(int32_t)L_11%(uint32_t)(int32_t)L_12)); SlotU5BU5D_t2994659099* L_13 = V_0; uint32_t L_14 = V_4; NullCheck(L_13); V_7 = (*(Slot_t3975888750 *)((L_13)->GetAddressAt(static_cast((((uintptr_t)L_14)))))); Int32U5BU5D_t385246372* L_15 = V_1; uint32_t L_16 = V_4; NullCheck(L_15); uintptr_t L_17 = (((uintptr_t)L_16)); int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_8 = L_18; RuntimeObject * L_19 = (&V_7)->get_key_0(); V_9 = L_19; RuntimeObject * L_20 = V_9; if (L_20) { goto IL_0080; } } { goto IL_00ce; } IL_0080: { RuntimeObject * L_21 = V_9; RuntimeObject * L_22 = ___key0; if ((((RuntimeObject*)(RuntimeObject *)L_21) == ((RuntimeObject*)(RuntimeObject *)L_22))) { goto IL_00a4; } } { int32_t L_23 = V_8; int32_t L_24 = V_3; if ((!(((uint32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)2147483647LL)))) == ((uint32_t)L_24)))) { goto IL_00a7; } } { RuntimeObject * L_25 = ___key0; RuntimeObject * L_26 = V_9; bool L_27 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(43 /* System.Boolean System.Collections.Hashtable::KeyEquals(System.Object,System.Object) */, __this, L_25, L_26); if (!L_27) { goto IL_00a7; } } IL_00a4: { uint32_t L_28 = V_4; return L_28; } IL_00a7: { int32_t L_29 = V_8; if (((int32_t)((int32_t)L_29&(int32_t)((int32_t)-2147483648LL)))) { goto IL_00b9; } } { goto IL_00ce; } IL_00b9: { uint32_t L_30 = V_4; uint32_t L_31 = V_5; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)); uint32_t L_32 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); } IL_00c6: { uint32_t L_33 = V_6; if ((!(((uint32_t)L_33) <= ((uint32_t)0)))) { goto IL_004e; } } IL_00ce: { return (-1); } } // System.Void System.Collections.Hashtable::Rehash() extern "C" IL2CPP_METHOD_ATTR void Hashtable_Rehash_m2389268722 (Hashtable_t1853889766 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_Rehash_m2389268722_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint32_t V_1 = 0; SlotU5BU5D_t2994659099* V_2 = NULL; SlotU5BU5D_t2994659099* V_3 = NULL; Int32U5BU5D_t385246372* V_4 = NULL; Int32U5BU5D_t385246372* V_5 = NULL; int32_t V_6 = 0; Slot_t3975888750 V_7; memset(&V_7, 0, sizeof(V_7)); int32_t V_8 = 0; uint32_t V_9 = 0; uint32_t V_10 = 0; uint32_t V_11 = 0; { SlotU5BU5D_t2994659099* L_0 = __this->get_table_4(); NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); int32_t L_2 = Hashtable_ToPrime_m33531354(NULL /*static, unused*/, ((int32_t)((int32_t)((int32_t)((int32_t)L_1<<(int32_t)1))|(int32_t)1)), /*hidden argument*/NULL); V_1 = L_2; uint32_t L_3 = V_1; V_2 = ((SlotU5BU5D_t2994659099*)SZArrayNew(SlotU5BU5D_t2994659099_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_3)))); SlotU5BU5D_t2994659099* L_4 = __this->get_table_4(); V_3 = L_4; uint32_t L_5 = V_1; V_4 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_5)))); Int32U5BU5D_t385246372* L_6 = __this->get_hashes_5(); V_5 = L_6; V_6 = 0; goto IL_00fe; } IL_003c: { SlotU5BU5D_t2994659099* L_7 = V_3; int32_t L_8 = V_6; NullCheck(L_7); V_7 = (*(Slot_t3975888750 *)((L_7)->GetAddressAt(static_cast(L_8)))); RuntimeObject * L_9 = (&V_7)->get_key_0(); if (!L_9) { goto IL_00f8; } } { Int32U5BU5D_t385246372* L_10 = V_5; int32_t L_11 = V_6; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_8 = ((int32_t)((int32_t)L_13&(int32_t)((int32_t)2147483647LL))); int32_t L_14 = V_8; V_9 = L_14; int32_t L_15 = V_8; uint32_t L_16 = V_1; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_15>>(int32_t)5)), (int32_t)1))%(uint32_t)(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)))), (int32_t)1)); uint32_t L_17 = V_9; uint32_t L_18 = V_1; V_11 = ((int32_t)((uint32_t)(int32_t)L_17%(uint32_t)(int32_t)L_18)); goto IL_00f3; } IL_0081: { SlotU5BU5D_t2994659099* L_19 = V_2; uint32_t L_20 = V_11; NullCheck(L_19); RuntimeObject * L_21 = ((L_19)->GetAddressAt(static_cast((((uintptr_t)L_20)))))->get_key_0(); if (L_21) { goto IL_00d3; } } { SlotU5BU5D_t2994659099* L_22 = V_2; uint32_t L_23 = V_11; NullCheck(L_22); RuntimeObject * L_24 = (&V_7)->get_key_0(); ((L_22)->GetAddressAt(static_cast((((uintptr_t)L_23)))))->set_key_0(L_24); SlotU5BU5D_t2994659099* L_25 = V_2; uint32_t L_26 = V_11; NullCheck(L_25); RuntimeObject * L_27 = (&V_7)->get_value_1(); ((L_25)->GetAddressAt(static_cast((((uintptr_t)L_26)))))->set_value_1(L_27); Int32U5BU5D_t385246372* L_28 = V_4; uint32_t L_29 = V_11; NullCheck(L_28); int32_t* L_30 = ((L_28)->GetAddressAt(static_cast((((uintptr_t)L_29))))); int32_t L_31 = V_8; *((int32_t*)(L_30)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_30))|(int32_t)L_31)); goto IL_00f8; } IL_00d3: { Int32U5BU5D_t385246372* L_32 = V_4; uint32_t L_33 = V_11; NullCheck(L_32); int32_t* L_34 = ((L_32)->GetAddressAt(static_cast((((uintptr_t)L_33))))); *((int32_t*)(L_34)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_34))|(int32_t)((int32_t)-2147483648LL))); uint32_t L_35 = V_9; uint32_t L_36 = V_10; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36)); uint32_t L_37 = V_9; uint32_t L_38 = V_1; V_11 = ((int32_t)((uint32_t)(int32_t)L_37%(uint32_t)(int32_t)L_38)); } IL_00f3: { goto IL_0081; } IL_00f8: { int32_t L_39 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00fe: { int32_t L_40 = V_6; int32_t L_41 = V_0; if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_003c; } } { int32_t L_42 = __this->get_modificationCount_2(); __this->set_modificationCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1))); SlotU5BU5D_t2994659099* L_43 = V_2; Int32U5BU5D_t385246372* L_44 = V_4; Hashtable_SetTable_m1520626497(__this, L_43, L_44, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable::PutImpl(System.Object,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Hashtable_PutImpl_m2485103604 (Hashtable_t1853889766 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, bool ___overwrite2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_PutImpl_m2485103604_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; SlotU5BU5D_t2994659099* V_4 = NULL; Int32U5BU5D_t385246372* V_5 = NULL; Slot_t3975888750 V_6; memset(&V_6, 0, sizeof(V_6)); int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2600271970, _stringLiteral2340372691, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Hashtable_PutImpl_m2485103604_RuntimeMethod_var); } IL_0016: { int32_t L_2 = __this->get_inUse_1(); int32_t L_3 = __this->get_threshold_6(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_002d; } } { Hashtable_Rehash_m2389268722(__this, /*hidden argument*/NULL); } IL_002d: { SlotU5BU5D_t2994659099* L_4 = __this->get_table_4(); NullCheck(L_4); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))); RuntimeObject * L_5 = ___key0; int32_t L_6 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(42 /* System.Int32 System.Collections.Hashtable::GetHash(System.Object) */, __this, L_5); V_1 = ((int32_t)((int32_t)L_6&(int32_t)((int32_t)2147483647LL))); int32_t L_7 = V_1; V_2 = L_7; uint32_t L_8 = V_2; uint32_t L_9 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)L_8>>5)), (int32_t)1))%(uint32_t)(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)))), (int32_t)1)); SlotU5BU5D_t2994659099* L_10 = __this->get_table_4(); V_4 = L_10; Int32U5BU5D_t385246372* L_11 = __this->get_hashes_5(); V_5 = L_11; V_7 = (-1); V_8 = 0; goto IL_016d; } IL_006d: { uint32_t L_12 = V_2; uint32_t L_13 = V_0; V_9 = ((int32_t)((uint32_t)(int32_t)L_12%(uint32_t)(int32_t)L_13)); SlotU5BU5D_t2994659099* L_14 = V_4; int32_t L_15 = V_9; NullCheck(L_14); V_6 = (*(Slot_t3975888750 *)((L_14)->GetAddressAt(static_cast(L_15)))); Int32U5BU5D_t385246372* L_16 = V_5; int32_t L_17 = V_9; NullCheck(L_16); int32_t L_18 = L_17; int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_10 = L_19; int32_t L_20 = V_7; if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_00b3; } } { RuntimeObject * L_21 = (&V_6)->get_key_0(); IL2CPP_RUNTIME_CLASS_INIT(KeyMarker_t2496412495_il2cpp_TypeInfo_var); KeyMarker_t2496412495 * L_22 = ((KeyMarker_t2496412495_StaticFields*)il2cpp_codegen_static_fields_for(KeyMarker_t2496412495_il2cpp_TypeInfo_var))->get_Removed_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_21) == ((RuntimeObject*)(KeyMarker_t2496412495 *)L_22)))) { goto IL_00b3; } } { int32_t L_23 = V_10; if (!((int32_t)((int32_t)L_23&(int32_t)((int32_t)-2147483648LL)))) { goto IL_00b3; } } { int32_t L_24 = V_9; V_7 = L_24; } IL_00b3: { RuntimeObject * L_25 = (&V_6)->get_key_0(); if (!L_25) { goto IL_00dd; } } { RuntimeObject * L_26 = (&V_6)->get_key_0(); IL2CPP_RUNTIME_CLASS_INIT(KeyMarker_t2496412495_il2cpp_TypeInfo_var); KeyMarker_t2496412495 * L_27 = ((KeyMarker_t2496412495_StaticFields*)il2cpp_codegen_static_fields_for(KeyMarker_t2496412495_il2cpp_TypeInfo_var))->get_Removed_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_26) == ((RuntimeObject*)(KeyMarker_t2496412495 *)L_27)))) { goto IL_00ee; } } { int32_t L_28 = V_10; if (((int32_t)((int32_t)L_28&(int32_t)((int32_t)-2147483648LL)))) { goto IL_00ee; } } IL_00dd: { int32_t L_29 = V_7; if ((!(((uint32_t)L_29) == ((uint32_t)(-1))))) { goto IL_00e9; } } { int32_t L_30 = V_9; V_7 = L_30; } IL_00e9: { goto IL_0177; } IL_00ee: { int32_t L_31 = V_10; int32_t L_32 = V_1; if ((!(((uint32_t)((int32_t)((int32_t)L_31&(int32_t)((int32_t)2147483647LL)))) == ((uint32_t)L_32)))) { goto IL_0149; } } { RuntimeObject * L_33 = ___key0; RuntimeObject * L_34 = (&V_6)->get_key_0(); bool L_35 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(43 /* System.Boolean System.Collections.Hashtable::KeyEquals(System.Object,System.Object) */, __this, L_33, L_34); if (!L_35) { goto IL_0149; } } { bool L_36 = ___overwrite2; if (!L_36) { goto IL_0137; } } { SlotU5BU5D_t2994659099* L_37 = V_4; int32_t L_38 = V_9; NullCheck(L_37); RuntimeObject * L_39 = ___value1; ((L_37)->GetAddressAt(static_cast(L_38)))->set_value_1(L_39); int32_t L_40 = __this->get_modificationCount_2(); __this->set_modificationCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); goto IL_0148; } IL_0137: { RuntimeObject * L_41 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4256447631, L_41, /*hidden argument*/NULL); ArgumentException_t132251570 * L_43 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,Hashtable_PutImpl_m2485103604_RuntimeMethod_var); } IL_0148: { return; } IL_0149: { int32_t L_44 = V_7; if ((!(((uint32_t)L_44) == ((uint32_t)(-1))))) { goto IL_0163; } } { Int32U5BU5D_t385246372* L_45 = V_5; int32_t L_46 = V_9; NullCheck(L_45); int32_t* L_47 = ((L_45)->GetAddressAt(static_cast(L_46))); *((int32_t*)(L_47)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_47))|(int32_t)((int32_t)-2147483648LL))); } IL_0163: { uint32_t L_48 = V_2; uint32_t L_49 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49)); int32_t L_50 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_016d: { int32_t L_51 = V_8; uint32_t L_52 = V_0; if ((((int64_t)(((int64_t)((int64_t)L_51)))) < ((int64_t)(((int64_t)((uint64_t)L_52)))))) { goto IL_006d; } } IL_0177: { int32_t L_53 = V_7; if ((((int32_t)L_53) == ((int32_t)(-1)))) { goto IL_01c7; } } { SlotU5BU5D_t2994659099* L_54 = V_4; int32_t L_55 = V_7; NullCheck(L_54); RuntimeObject * L_56 = ___key0; ((L_54)->GetAddressAt(static_cast(L_55)))->set_key_0(L_56); SlotU5BU5D_t2994659099* L_57 = V_4; int32_t L_58 = V_7; NullCheck(L_57); RuntimeObject * L_59 = ___value1; ((L_57)->GetAddressAt(static_cast(L_58)))->set_value_1(L_59); Int32U5BU5D_t385246372* L_60 = V_5; int32_t L_61 = V_7; NullCheck(L_60); int32_t* L_62 = ((L_60)->GetAddressAt(static_cast(L_61))); int32_t L_63 = V_1; *((int32_t*)(L_62)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_62))|(int32_t)L_63)); int32_t L_64 = __this->get_inUse_1(); __this->set_inUse_1(((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1))); int32_t L_65 = __this->get_modificationCount_2(); __this->set_modificationCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1))); } IL_01c7: { return; } } // System.Void System.Collections.Hashtable::CopyToArray(System.Array,System.Int32,System.Collections.Hashtable/EnumeratorMode) extern "C" IL2CPP_METHOD_ATTR void Hashtable_CopyToArray_m320168007 (Hashtable_t1853889766 * __this, RuntimeArray * ___arr0, int32_t ___i1, int32_t ___mode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_CopyToArray_m320168007_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { int32_t L_0 = ___mode2; Enumerator_t661358686 * L_1 = (Enumerator_t661358686 *)il2cpp_codegen_object_new(Enumerator_t661358686_il2cpp_TypeInfo_var); Enumerator__ctor_m3921352641(L_1, __this, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_001f; } IL_000d: { RuntimeArray * L_2 = ___arr0; RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); int32_t L_5 = ___i1; int32_t L_6 = L_5; ___i1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); NullCheck(L_2); Array_SetValue_m3412255035(L_2, L_4, L_6, /*hidden argument*/NULL); } IL_001f: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_000d; } } { return; } } // System.Boolean System.Collections.Hashtable::TestPrime(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Hashtable_TestPrime_m3839319309 (RuntimeObject * __this /* static, unused */, int32_t ___x0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___x0; if (!((int32_t)((int32_t)L_0&(int32_t)1))) { goto IL_002f; } } { int32_t L_1 = ___x0; double L_2 = sqrt((((double)((double)L_1)))); V_0 = (((int32_t)((int32_t)L_2))); V_1 = 3; goto IL_0026; } IL_0018: { int32_t L_3 = ___x0; int32_t L_4 = V_1; if (((int32_t)((int32_t)L_3%(int32_t)L_4))) { goto IL_0022; } } { return (bool)0; } IL_0022: { int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); } IL_0026: { int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0018; } } { return (bool)1; } IL_002f: { int32_t L_8 = ___x0; return (bool)((((int32_t)L_8) == ((int32_t)2))? 1 : 0); } } // System.Int32 System.Collections.Hashtable::CalcPrime(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Hashtable_CalcPrime_m550773117 (RuntimeObject * __this /* static, unused */, int32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_CalcPrime_m550773117_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___x0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)-2))), (int32_t)1)); goto IL_001d; } IL_000c: { int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); bool L_2 = Hashtable_TestPrime_m3839319309(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { int32_t L_3 = V_0; return L_3; } IL_0019: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)2)); } IL_001d: { int32_t L_5 = V_0; if ((((int32_t)L_5) < ((int32_t)((int32_t)2147483647LL)))) { goto IL_000c; } } { int32_t L_6 = ___x0; return L_6; } } // System.Int32 System.Collections.Hashtable::ToPrime(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Hashtable_ToPrime_m33531354 (RuntimeObject * __this /* static, unused */, int32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hashtable_ToPrime_m33531354_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0020; } IL_0007: { int32_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_1 = ((Hashtable_t1853889766_StaticFields*)il2cpp_codegen_static_fields_for(Hashtable_t1853889766_il2cpp_TypeInfo_var))->get_primeTbl_13(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); if ((((int32_t)L_0) > ((int32_t)L_4))) { goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_5 = ((Hashtable_t1853889766_StaticFields*)il2cpp_codegen_static_fields_for(Hashtable_t1853889766_il2cpp_TypeInfo_var))->get_primeTbl_13(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); return L_8; } IL_001c: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0020: { int32_t L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_11 = ((Hashtable_t1853889766_StaticFields*)il2cpp_codegen_static_fields_for(Hashtable_t1853889766_il2cpp_TypeInfo_var))->get_primeTbl_13(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0007; } } { int32_t L_12 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); int32_t L_13 = Hashtable_CalcPrime_m550773117(NULL /*static, unused*/, L_12, /*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.Collections.Hashtable/Enumerator::.ctor(System.Collections.Hashtable,System.Collections.Hashtable/EnumeratorMode) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m3921352641 (Enumerator_t661358686 * __this, Hashtable_t1853889766 * ___host0, int32_t ___mode1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = ___host0; __this->set_host_0(L_0); Hashtable_t1853889766 * L_1 = ___host0; NullCheck(L_1); int32_t L_2 = L_1->get_modificationCount_2(); __this->set_stamp_1(L_2); Hashtable_t1853889766 * L_3 = ___host0; NullCheck(L_3); SlotU5BU5D_t2994659099* L_4 = L_3->get_table_4(); NullCheck(L_4); __this->set_size_3((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); int32_t L_5 = ___mode1; __this->set_mode_4(L_5); Enumerator_Reset_m4274366540(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable/Enumerator::.cctor() extern "C" IL2CPP_METHOD_ATTR void Enumerator__cctor_m4169372056 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator__cctor_m4169372056_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Enumerator_t661358686_StaticFields*)il2cpp_codegen_static_fields_for(Enumerator_t661358686_il2cpp_TypeInfo_var))->set_xstr_7(_stringLiteral3975821837); return; } } // System.Void System.Collections.Hashtable/Enumerator::FailFast() extern "C" IL2CPP_METHOD_ATTR void Enumerator_FailFast_m3955249002 (Enumerator_t661358686 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_FailFast_m3955249002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_host_0(); NullCheck(L_0); int32_t L_1 = L_0->get_modificationCount_2(); int32_t L_2 = __this->get_stamp_1(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_0021; } } { IL2CPP_RUNTIME_CLASS_INIT(Enumerator_t661358686_il2cpp_TypeInfo_var); String_t* L_3 = ((Enumerator_t661358686_StaticFields*)il2cpp_codegen_static_fields_for(Enumerator_t661358686_il2cpp_TypeInfo_var))->get_xstr_7(); InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Enumerator_FailFast_m3955249002_RuntimeMethod_var); } IL_0021: { return; } } // System.Void System.Collections.Hashtable/Enumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Reset_m4274366540 (Enumerator_t661358686 * __this, const RuntimeMethod* method) { { Enumerator_FailFast_m3955249002(__this, /*hidden argument*/NULL); __this->set_pos_2((-1)); __this->set_currentKey_5(NULL); __this->set_currentValue_6(NULL); return; } } // System.Boolean System.Collections.Hashtable/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1474126172 (Enumerator_t661358686 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m1474126172_MetadataUsageId); s_Il2CppMethodInitialized = true; } Slot_t3975888750 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { Enumerator_FailFast_m3955249002(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_pos_2(); int32_t L_1 = __this->get_size_3(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_008d; } } { goto IL_0071; } IL_001c: { Hashtable_t1853889766 * L_2 = __this->get_host_0(); NullCheck(L_2); SlotU5BU5D_t2994659099* L_3 = L_2->get_table_4(); int32_t L_4 = __this->get_pos_2(); NullCheck(L_3); V_0 = (*(Slot_t3975888750 *)((L_3)->GetAddressAt(static_cast(L_4)))); RuntimeObject * L_5 = (&V_0)->get_key_0(); if (!L_5) { goto IL_0071; } } { RuntimeObject * L_6 = (&V_0)->get_key_0(); IL2CPP_RUNTIME_CLASS_INIT(KeyMarker_t2496412495_il2cpp_TypeInfo_var); KeyMarker_t2496412495 * L_7 = ((KeyMarker_t2496412495_StaticFields*)il2cpp_codegen_static_fields_for(KeyMarker_t2496412495_il2cpp_TypeInfo_var))->get_Removed_0(); if ((((RuntimeObject*)(RuntimeObject *)L_6) == ((RuntimeObject*)(KeyMarker_t2496412495 *)L_7))) { goto IL_0071; } } { RuntimeObject * L_8 = (&V_0)->get_key_0(); __this->set_currentKey_5(L_8); RuntimeObject * L_9 = (&V_0)->get_value_1(); __this->set_currentValue_6(L_9); return (bool)1; } IL_0071: { int32_t L_10 = __this->get_pos_2(); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); V_1 = L_11; __this->set_pos_2(L_11); int32_t L_12 = V_1; int32_t L_13 = __this->get_size_3(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_001c; } } IL_008d: { __this->set_currentKey_5(NULL); __this->set_currentValue_6(NULL); return (bool)0; } } // System.Collections.DictionaryEntry System.Collections.Hashtable/Enumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 Enumerator_get_Entry_m2184304359 (Enumerator_t661358686 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_get_Entry_m2184304359_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_currentKey_5(); if (L_0) { goto IL_0011; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_get_Entry_m2184304359_RuntimeMethod_var); } IL_0011: { Enumerator_FailFast_m3955249002(__this, /*hidden argument*/NULL); RuntimeObject * L_2 = __this->get_currentKey_5(); RuntimeObject * L_3 = __this->get_currentValue_6(); DictionaryEntry_t3123975638 L_4; memset(&L_4, 0, sizeof(L_4)); DictionaryEntry__ctor_m2585376310((&L_4), L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Collections.Hashtable/Enumerator::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Key_m2288024554 (Enumerator_t661358686 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_get_Key_m2288024554_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_currentKey_5(); if (L_0) { goto IL_0011; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_get_Key_m2288024554_RuntimeMethod_var); } IL_0011: { Enumerator_FailFast_m3955249002(__this, /*hidden argument*/NULL); RuntimeObject * L_2 = __this->get_currentKey_5(); return L_2; } } // System.Object System.Collections.Hashtable/Enumerator::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Value_m1047280424 (Enumerator_t661358686 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_get_Value_m1047280424_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_currentKey_5(); if (L_0) { goto IL_0011; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_get_Value_m1047280424_RuntimeMethod_var); } IL_0011: { Enumerator_FailFast_m3955249002(__this, /*hidden argument*/NULL); RuntimeObject * L_2 = __this->get_currentValue_6(); return L_2; } } // System.Object System.Collections.Hashtable/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m2763018784 (Enumerator_t661358686 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_get_Current_m2763018784_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = __this->get_currentKey_5(); if (L_0) { goto IL_0011; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_get_Current_m2763018784_RuntimeMethod_var); } IL_0011: { int32_t L_2 = __this->get_mode_4(); V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_002f; } case 1: { goto IL_0036; } case 2: { goto IL_003d; } } } { goto IL_0054; } IL_002f: { RuntimeObject * L_4 = __this->get_currentKey_5(); return L_4; } IL_0036: { RuntimeObject * L_5 = __this->get_currentValue_6(); return L_5; } IL_003d: { RuntimeObject * L_6 = __this->get_currentKey_5(); RuntimeObject * L_7 = __this->get_currentValue_6(); DictionaryEntry_t3123975638 L_8; memset(&L_8, 0, sizeof(L_8)); DictionaryEntry__ctor_m2585376310((&L_8), L_6, L_7, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_9 = L_8; RuntimeObject * L_10 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_9); return L_10; } IL_0054: { Exception_t * L_11 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_11, _stringLiteral2944759611, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Enumerator_get_Current_m2763018784_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Hashtable/HashKeys::.ctor(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR void HashKeys__ctor_m2668698759 (HashKeys_t1568156503 * __this, Hashtable_t1853889766 * ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HashKeys__ctor_m2668698759_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = ___host0; 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,HashKeys__ctor_m2668698759_RuntimeMethod_var); } IL_0012: { Hashtable_t1853889766 * L_2 = ___host0; __this->set_host_0(L_2); return; } } // System.Int32 System.Collections.Hashtable/HashKeys::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t HashKeys_get_Count_m4206343425 (HashKeys_t1568156503 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_0); return L_1; } } // System.Boolean System.Collections.Hashtable/HashKeys::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool HashKeys_get_IsSynchronized_m174400341 (HashKeys_t1568156503 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Collections.Hashtable::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Collections.Hashtable/HashKeys::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HashKeys_get_SyncRoot_m3757723936 (HashKeys_t1568156503 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); return L_1; } } // System.Void System.Collections.Hashtable/HashKeys::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void HashKeys_CopyTo_m4219627824 (HashKeys_t1568156503 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HashKeys_CopyTo_m4219627824_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,HashKeys_CopyTo_m4219627824_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0028; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,HashKeys_CopyTo_m4219627824_RuntimeMethod_var); } IL_0028: { int32_t L_5 = ___arrayIndex1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_6, _stringLiteral335484879, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,HashKeys_CopyTo_m4219627824_RuntimeMethod_var); } IL_003a: { RuntimeArray * L_7 = ___array0; NullCheck(L_7); int32_t L_8 = Array_get_Length_m21610649(L_7, /*hidden argument*/NULL); int32_t L_9 = ___arrayIndex1; int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Collections.Hashtable/HashKeys::get_Count() */, __this); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_0058; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral1447312481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,HashKeys_CopyTo_m4219627824_RuntimeMethod_var); } IL_0058: { Hashtable_t1853889766 * L_12 = __this->get_host_0(); RuntimeArray * L_13 = ___array0; int32_t L_14 = ___arrayIndex1; NullCheck(L_12); Hashtable_CopyToArray_m320168007(L_12, L_13, L_14, 0, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Collections.Hashtable/HashKeys::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HashKeys_GetEnumerator_m3432430781 (HashKeys_t1568156503 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HashKeys_GetEnumerator_m3432430781_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_host_0(); Enumerator_t661358686 * L_1 = (Enumerator_t661358686 *)il2cpp_codegen_object_new(Enumerator_t661358686_il2cpp_TypeInfo_var); Enumerator__ctor_m3921352641(L_1, L_0, 0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Hashtable/HashValues::.ctor(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR void HashValues__ctor_m1651100305 (HashValues_t618387445 * __this, Hashtable_t1853889766 * ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HashValues__ctor_m1651100305_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = ___host0; 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,HashValues__ctor_m1651100305_RuntimeMethod_var); } IL_0012: { Hashtable_t1853889766 * L_2 = ___host0; __this->set_host_0(L_2); return; } } // System.Int32 System.Collections.Hashtable/HashValues::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t HashValues_get_Count_m1050845476 (HashValues_t618387445 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_0); return L_1; } } // System.Boolean System.Collections.Hashtable/HashValues::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool HashValues_get_IsSynchronized_m3461082747 (HashValues_t618387445 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Collections.Hashtable::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Collections.Hashtable/HashValues::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HashValues_get_SyncRoot_m337642017 (HashValues_t618387445 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); return L_1; } } // System.Void System.Collections.Hashtable/HashValues::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void HashValues_CopyTo_m2621023127 (HashValues_t618387445 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HashValues_CopyTo_m2621023127_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,HashValues_CopyTo_m2621023127_RuntimeMethod_var); } IL_0011: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3 = Array_get_Rank_m3448755881(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0028; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,HashValues_CopyTo_m2621023127_RuntimeMethod_var); } IL_0028: { int32_t L_5 = ___arrayIndex1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_6, _stringLiteral335484879, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,HashValues_CopyTo_m2621023127_RuntimeMethod_var); } IL_003a: { RuntimeArray * L_7 = ___array0; NullCheck(L_7); int32_t L_8 = Array_get_Length_m21610649(L_7, /*hidden argument*/NULL); int32_t L_9 = ___arrayIndex1; int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Collections.Hashtable/HashValues::get_Count() */, __this); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))) >= ((int32_t)L_10))) { goto IL_0058; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral1447312481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,HashValues_CopyTo_m2621023127_RuntimeMethod_var); } IL_0058: { Hashtable_t1853889766 * L_12 = __this->get_host_0(); RuntimeArray * L_13 = ___array0; int32_t L_14 = ___arrayIndex1; NullCheck(L_12); Hashtable_CopyToArray_m320168007(L_12, L_13, L_14, 1, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.Collections.Hashtable/HashValues::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HashValues_GetEnumerator_m2924783834 (HashValues_t618387445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HashValues_GetEnumerator_m2924783834_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_host_0(); Enumerator_t661358686 * L_1 = (Enumerator_t661358686 *)il2cpp_codegen_object_new(Enumerator_t661358686_il2cpp_TypeInfo_var); Enumerator__ctor_m3921352641(L_1, L_0, 1, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Hashtable/KeyMarker::.ctor() extern "C" IL2CPP_METHOD_ATTR void KeyMarker__ctor_m2295185526 (KeyMarker_t2496412495 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Hashtable/KeyMarker::.cctor() extern "C" IL2CPP_METHOD_ATTR void KeyMarker__cctor_m2590194914 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyMarker__cctor_m2590194914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeyMarker_t2496412495 * L_0 = (KeyMarker_t2496412495 *)il2cpp_codegen_object_new(KeyMarker_t2496412495_il2cpp_TypeInfo_var); KeyMarker__ctor_m2295185526(L_0, /*hidden argument*/NULL); ((KeyMarker_t2496412495_StaticFields*)il2cpp_codegen_static_fields_for(KeyMarker_t2496412495_il2cpp_TypeInfo_var))->set_Removed_0(L_0); return; } } // System.Object System.Collections.Hashtable/KeyMarker::GetRealObject(System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyMarker_GetRealObject_m336901478 (KeyMarker_t2496412495 * __this, StreamingContext_t3711869237 ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyMarker_GetRealObject_m336901478_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(KeyMarker_t2496412495_il2cpp_TypeInfo_var); KeyMarker_t2496412495 * L_0 = ((KeyMarker_t2496412495_StaticFields*)il2cpp_codegen_static_fields_for(KeyMarker_t2496412495_il2cpp_TypeInfo_var))->get_Removed_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 // Conversion methods for marshalling of: System.Collections.Hashtable/Slot extern "C" void Slot_t3975888750_marshal_pinvoke(const Slot_t3975888750& unmarshaled, Slot_t3975888750_marshaled_pinvoke& marshaled) { if (unmarshaled.get_key_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_key_0())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_key_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.___key_0)); il2cpp_codegen_com_raise_exception_if_failed(hr, false); } else { marshaled.___key_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_key_0()); } } else { marshaled.___key_0 = NULL; } if (unmarshaled.get_value_1() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_value_1())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_value_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.___value_1)); il2cpp_codegen_com_raise_exception_if_failed(hr, false); } else { marshaled.___value_1 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_value_1()); } } else { marshaled.___value_1 = NULL; } } extern "C" void Slot_t3975888750_marshal_pinvoke_back(const Slot_t3975888750_marshaled_pinvoke& marshaled, Slot_t3975888750& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Slot_t3975888750_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.___key_0 != NULL) { unmarshaled.set_key_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___key_0, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set_key_0(NULL); } if (marshaled.___value_1 != NULL) { unmarshaled.set_value_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___value_1, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set_value_1(NULL); } } // Conversion method for clean up from marshalling of: System.Collections.Hashtable/Slot extern "C" void Slot_t3975888750_marshal_pinvoke_cleanup(Slot_t3975888750_marshaled_pinvoke& marshaled) { if (marshaled.___key_0 != NULL) { (marshaled.___key_0)->Release(); marshaled.___key_0 = NULL; } if (marshaled.___value_1 != NULL) { (marshaled.___value_1)->Release(); marshaled.___value_1 = NULL; } } // Conversion methods for marshalling of: System.Collections.Hashtable/Slot extern "C" void Slot_t3975888750_marshal_com(const Slot_t3975888750& unmarshaled, Slot_t3975888750_marshaled_com& marshaled) { if (unmarshaled.get_key_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_key_0())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_key_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.___key_0)); il2cpp_codegen_com_raise_exception_if_failed(hr, true); } else { marshaled.___key_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_key_0()); } } else { marshaled.___key_0 = NULL; } if (unmarshaled.get_value_1() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_value_1())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_value_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.___value_1)); il2cpp_codegen_com_raise_exception_if_failed(hr, true); } else { marshaled.___value_1 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_value_1()); } } else { marshaled.___value_1 = NULL; } } extern "C" void Slot_t3975888750_marshal_com_back(const Slot_t3975888750_marshaled_com& marshaled, Slot_t3975888750& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Slot_t3975888750_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.___key_0 != NULL) { unmarshaled.set_key_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___key_0, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set_key_0(NULL); } if (marshaled.___value_1 != NULL) { unmarshaled.set_value_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___value_1, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set_value_1(NULL); } } // Conversion method for clean up from marshalling of: System.Collections.Hashtable/Slot extern "C" void Slot_t3975888750_marshal_com_cleanup(Slot_t3975888750_marshaled_com& marshaled) { if (marshaled.___key_0 != NULL) { (marshaled.___key_0)->Release(); marshaled.___key_0 = NULL; } if (marshaled.___value_1 != NULL) { (marshaled.___value_1)->Release(); marshaled.___value_1 = NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Hashtable/SyncHashtable::.ctor(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR void SyncHashtable__ctor_m988729399 (SyncHashtable_t3569774773 * __this, Hashtable_t1853889766 * ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SyncHashtable__ctor_m988729399_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = ___host0; 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,SyncHashtable__ctor_m988729399_RuntimeMethod_var); } IL_0012: { Hashtable_t1853889766 * L_2 = ___host0; __this->set_host_14(L_2); return; } } // System.Void System.Collections.Hashtable/SyncHashtable::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SyncHashtable__ctor_m2449935938 (SyncHashtable_t3569774773 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SyncHashtable__ctor_m2449935938_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Hashtable_t1853889766_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, _stringLiteral1944658239, L_2, /*hidden argument*/NULL); __this->set_host_14(((Hashtable_t1853889766 *)CastclassClass((RuntimeObject*)L_3, Hashtable_t1853889766_il2cpp_TypeInfo_var))); return; } } // System.Collections.IEnumerator System.Collections.Hashtable/SyncHashtable::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SyncHashtable_System_Collections_IEnumerable_GetEnumerator_m1325482064 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SyncHashtable_System_Collections_IEnumerable_GetEnumerator_m1325482064_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_host_14(); Enumerator_t661358686 * L_1 = (Enumerator_t661358686 *)il2cpp_codegen_object_new(Enumerator_t661358686_il2cpp_TypeInfo_var); Enumerator__ctor_m3921352641(L_1, L_0, 2, /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Hashtable/SyncHashtable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_GetObjectData_m672594935 (SyncHashtable_t3569774773 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SyncHashtable_GetObjectData_m672594935_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; Hashtable_t1853889766 * L_1 = __this->get_host_14(); NullCheck(L_0); SerializationInfo_AddValue_m2872281893(L_0, _stringLiteral1944658239, L_1, /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.Hashtable/SyncHashtable::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t SyncHashtable_get_Count_m3689832098 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_0); return L_1; } } // System.Boolean System.Collections.Hashtable/SyncHashtable::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool SyncHashtable_get_IsSynchronized_m2941968827 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.Hashtable/SyncHashtable::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncHashtable_get_SyncRoot_m2724224665 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); return L_1; } } // System.Boolean System.Collections.Hashtable/SyncHashtable::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool SyncHashtable_get_IsFixedSize_m1995675591 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Collections.Hashtable::get_IsFixedSize() */, L_0); return L_1; } } // System.Boolean System.Collections.Hashtable/SyncHashtable::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool SyncHashtable_get_IsReadOnly_m3122002424 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.Hashtable::get_IsReadOnly() */, L_0); return L_1; } } // System.Collections.ICollection System.Collections.Hashtable/SyncHashtable::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SyncHashtable_get_Keys_m1469437863 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { RuntimeObject* 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 = (RuntimeObject*)NULL; Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_1 = L_1; RuntimeObject * L_2 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0014: try { // begin try (depth: 1) Hashtable_t1853889766 * L_3 = __this->get_host_14(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3); V_0 = L_4; IL2CPP_LEAVE(0x2C, FINALLY_0025); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) RuntimeObject * L_5 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(37) } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_JUMP_TBL(0x2C, IL_002c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002c: { RuntimeObject* L_6 = V_0; return L_6; } } // System.Collections.ICollection System.Collections.Hashtable/SyncHashtable::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SyncHashtable_get_Values_m3820929471 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { RuntimeObject* 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 = (RuntimeObject*)NULL; Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_1 = L_1; RuntimeObject * L_2 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0014: try { // begin try (depth: 1) Hashtable_t1853889766 * L_3 = __this->get_host_14(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_3); V_0 = L_4; IL2CPP_LEAVE(0x2C, FINALLY_0025); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) RuntimeObject * L_5 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(37) } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_JUMP_TBL(0x2C, IL_002c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002c: { RuntimeObject* L_6 = V_0; return L_6; } } // System.Object System.Collections.Hashtable/SyncHashtable::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncHashtable_get_Item_m2686606216 (SyncHashtable_t3569774773 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_14(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.Hashtable/SyncHashtable::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_set_Item_m2451773607 (SyncHashtable_t3569774773 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { 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); { Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0012: try { // begin try (depth: 1) Hashtable_t1853889766 * L_3 = __this->get_host_14(); RuntimeObject * L_4 = ___key0; RuntimeObject * L_5 = ___value1; NullCheck(L_3); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_3, L_4, L_5); IL2CPP_LEAVE(0x2B, FINALLY_0024); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) RuntimeObject * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x2B, IL_002b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002b: { return; } } // System.Void System.Collections.Hashtable/SyncHashtable::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_CopyTo_m3934112540 (SyncHashtable_t3569774773 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_14(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___arrayIndex1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(32 /* System.Void System.Collections.Hashtable::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Void System.Collections.Hashtable/SyncHashtable::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_Add_m3016107307 (SyncHashtable_t3569774773 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { 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); { Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0012: try { // begin try (depth: 1) Hashtable_t1853889766 * L_3 = __this->get_host_14(); RuntimeObject * L_4 = ___key0; RuntimeObject * L_5 = ___value1; NullCheck(L_3); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_3, L_4, L_5); IL2CPP_LEAVE(0x2B, FINALLY_0024); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) RuntimeObject * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x2B, IL_002b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002b: { return; } } // System.Void System.Collections.Hashtable/SyncHashtable::Clear() extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_Clear_m714964133 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { 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); { Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0012: try { // begin try (depth: 1) Hashtable_t1853889766 * L_3 = __this->get_host_14(); NullCheck(L_3); VirtActionInvoker0::Invoke(34 /* System.Void System.Collections.Hashtable::Clear() */, L_3); IL2CPP_LEAVE(0x29, FINALLY_0022); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(34) } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_JUMP_TBL(0x29, IL_0029) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0029: { return; } } // System.Boolean System.Collections.Hashtable/SyncHashtable::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SyncHashtable_Contains_m2292068165 (SyncHashtable_t3569774773 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_14(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); int32_t L_2 = Hashtable_Find_m1835111773(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.Collections.IDictionaryEnumerator System.Collections.Hashtable/SyncHashtable::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SyncHashtable_GetEnumerator_m4254656826 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SyncHashtable_GetEnumerator_m4254656826_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_host_14(); Enumerator_t661358686 * L_1 = (Enumerator_t661358686 *)il2cpp_codegen_object_new(Enumerator_t661358686_il2cpp_TypeInfo_var); Enumerator__ctor_m3921352641(L_1, L_0, 2, /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Hashtable/SyncHashtable::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void SyncHashtable_Remove_m4179265271 (SyncHashtable_t3569774773 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { 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); { Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0012: try { // begin try (depth: 1) Hashtable_t1853889766 * L_3 = __this->get_host_14(); RuntimeObject * L_4 = ___key0; NullCheck(L_3); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_3, L_4); IL2CPP_LEAVE(0x2A, FINALLY_0023); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(35) } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2A, IL_002a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002a: { return; } } // System.Boolean System.Collections.Hashtable/SyncHashtable::ContainsKey(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SyncHashtable_ContainsKey_m4051091192 (SyncHashtable_t3569774773 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_host_14(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Object System.Collections.Hashtable/SyncHashtable::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SyncHashtable_Clone_m3726939774 (SyncHashtable_t3569774773 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SyncHashtable_Clone_m3726939774_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * 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); { Hashtable_t1853889766 * L_0 = __this->get_host_14(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0012: try { // begin try (depth: 1) { Hashtable_t1853889766 * L_3 = __this->get_host_14(); NullCheck(L_3); RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(39 /* System.Object System.Collections.Hashtable::Clone() */, L_3); SyncHashtable_t3569774773 * L_5 = (SyncHashtable_t3569774773 *)il2cpp_codegen_object_new(SyncHashtable_t3569774773_il2cpp_TypeInfo_var); SyncHashtable__ctor_m988729399(L_5, ((Hashtable_t1853889766 *)CastclassClass((RuntimeObject*)L_4, Hashtable_t1853889766_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_5; IL2CPP_LEAVE(0x39, FINALLY_0032); } IL_002d: { ; // IL_002d: leave IL_0039 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0032; } FINALLY_0032: { // begin finally (depth: 1) RuntimeObject * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(50) } // end finally (depth: 1) IL2CPP_CLEANUP(50) { IL2CPP_JUMP_TBL(0x39, IL_0039) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0039: { RuntimeObject * L_7 = V_1; 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.Collections.Queue::.ctor() extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m2030580699 (Queue_t3637523393 * __this, const RuntimeMethod* method) { { Queue__ctor_m2335855895(__this, ((int32_t)32), (2.0f), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Queue::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m2226872579 (Queue_t3637523393 * __this, int32_t ___capacity0, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; Queue__ctor_m2335855895(__this, L_0, (2.0f), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Queue::.ctor(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m3552486878 (Queue_t3637523393 * __this, RuntimeObject* ___col0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Queue__ctor_m3552486878_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); Queue_t3637523393 * G_B2_0 = NULL; Queue_t3637523393 * G_B1_0 = NULL; int32_t G_B3_0 = 0; Queue_t3637523393 * G_B3_1 = NULL; { RuntimeObject* L_0 = ___col0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_000e; } } { G_B3_0 = ((int32_t)32); G_B3_1 = G_B1_0; goto IL_0014; } IL_000e: { RuntimeObject* L_1 = ___col0; NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_1); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0014: { NullCheck(G_B3_1); Queue__ctor_m2226872579(G_B3_1, G_B3_0, /*hidden argument*/NULL); RuntimeObject* L_3 = ___col0; if (L_3) { goto IL_002a; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_4, _stringLiteral2909841371, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Queue__ctor_m3552486878_RuntimeMethod_var); } IL_002a: { RuntimeObject* L_5 = ___col0; NullCheck(L_5); RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_5); V_1 = L_6; } IL_0031: try { // begin try (depth: 1) { goto IL_0044; } IL_0036: { RuntimeObject* L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); V_0 = L_8; RuntimeObject * L_9 = V_0; VirtActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, __this, L_9); } IL_0044: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0036; } } IL_004f: { IL2CPP_LEAVE(0x66, FINALLY_0054); } } // 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_12 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (L_13) { goto IL_005f; } } IL_005e: { IL2CPP_END_FINALLY(84) } IL_005f: { RuntimeObject* L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(84) } } // end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_JUMP_TBL(0x66, IL_0066) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0066: { return; } } // System.Void System.Collections.Queue::.ctor(System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m2335855895 (Queue_t3637523393 * __this, int32_t ___capacity0, float ___growFactor1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Queue__ctor_m2335855895_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral3623012086, _stringLiteral2257906669, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Queue__ctor_m2335855895_RuntimeMethod_var); } IL_001d: { float L_2 = ___growFactor1; if ((!(((float)L_2) >= ((float)(1.0f))))) { goto IL_0033; } } { float L_3 = ___growFactor1; if ((((float)L_3) <= ((float)(10.0f)))) { goto IL_0043; } } IL_0033: { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_4, _stringLiteral104720322, _stringLiteral1446761378, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Queue__ctor_m2335855895_RuntimeMethod_var); } IL_0043: { int32_t L_5 = ___capacity0; __this->set__array_0(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_5))); float L_6 = ___growFactor1; __this->set__growFactor_4((((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_6, (float)(100.0f))))))); return; } } // System.Int32 System.Collections.Queue::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Queue_get_Count_m2065247734 (Queue_t3637523393 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__size_2(); return L_0; } } // System.Boolean System.Collections.Queue::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool Queue_get_IsSynchronized_m1844977307 (Queue_t3637523393 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Queue::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_get_SyncRoot_m3475037374 (Queue_t3637523393 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Collections.Queue::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Queue_CopyTo_m737385843 (Queue_t3637523393 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Queue_CopyTo_m737385843_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Queue_CopyTo_m737385843_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0023; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Queue_CopyTo_m737385843_RuntimeMethod_var); } IL_0023: { RuntimeArray * L_4 = ___array0; NullCheck(L_4); int32_t L_5 = Array_get_Rank_m3448755881(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) > ((int32_t)1))) { goto IL_0054; } } { int32_t L_6 = ___index1; if (!L_6) { goto IL_0041; } } { int32_t L_7 = ___index1; RuntimeArray * L_8 = ___array0; NullCheck(L_8); int32_t L_9 = Array_get_Length_m21610649(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) >= ((int32_t)L_9))) { goto IL_0054; } } IL_0041: { int32_t L_10 = __this->get__size_2(); RuntimeArray * L_11 = ___array0; NullCheck(L_11); int32_t L_12 = Array_get_Length_m21610649(L_11, /*hidden argument*/NULL); int32_t L_13 = ___index1; if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))))) { goto IL_005a; } } IL_0054: { ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,Queue_CopyTo_m737385843_RuntimeMethod_var); } IL_005a: { ObjectU5BU5D_t2843939325* L_15 = __this->get__array_0(); NullCheck(L_15); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))); int32_t L_16 = V_0; int32_t L_17 = __this->get__head_1(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); ObjectU5BU5D_t2843939325* L_18 = __this->get__array_0(); int32_t L_19 = __this->get__head_1(); RuntimeArray * L_20 = ___array0; int32_t L_21 = ___index1; int32_t L_22 = __this->get__size_2(); int32_t L_23 = V_1; int32_t L_24 = Math_Min_m3468062251(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, L_19, L_20, L_21, L_24, /*hidden argument*/NULL); int32_t L_25 = __this->get__size_2(); int32_t L_26 = V_1; if ((((int32_t)L_25) <= ((int32_t)L_26))) { goto IL_00af; } } { ObjectU5BU5D_t2843939325* L_27 = __this->get__array_0(); RuntimeArray * L_28 = ___array0; int32_t L_29 = ___index1; int32_t L_30 = V_1; int32_t L_31 = __this->get__size_2(); int32_t L_32 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_27, 0, L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)), /*hidden argument*/NULL); } IL_00af: { return; } } // System.Collections.IEnumerator System.Collections.Queue::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Queue_GetEnumerator_m3623929043 (Queue_t3637523393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Queue_GetEnumerator_m3623929043_MetadataUsageId); s_Il2CppMethodInitialized = true; } { QueueEnumerator_t4140714244 * L_0 = (QueueEnumerator_t4140714244 *)il2cpp_codegen_object_new(QueueEnumerator_t4140714244_il2cpp_TypeInfo_var); QueueEnumerator__ctor_m611027847(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Object System.Collections.Queue::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_Clone_m178259971 (Queue_t3637523393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Queue_Clone_m178259971_MetadataUsageId); s_Il2CppMethodInitialized = true; } Queue_t3637523393 * V_0 = NULL; { ObjectU5BU5D_t2843939325* L_0 = __this->get__array_0(); NullCheck(L_0); Queue_t3637523393 * L_1 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2226872579(L_1, (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), /*hidden argument*/NULL); V_0 = L_1; Queue_t3637523393 * L_2 = V_0; int32_t L_3 = __this->get__growFactor_4(); NullCheck(L_2); L_2->set__growFactor_4(L_3); ObjectU5BU5D_t2843939325* L_4 = __this->get__array_0(); Queue_t3637523393 * L_5 = V_0; NullCheck(L_5); ObjectU5BU5D_t2843939325* L_6 = L_5->get__array_0(); ObjectU5BU5D_t2843939325* L_7 = __this->get__array_0(); NullCheck(L_7); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/NULL); Queue_t3637523393 * L_8 = V_0; int32_t L_9 = __this->get__head_1(); NullCheck(L_8); L_8->set__head_1(L_9); Queue_t3637523393 * L_10 = V_0; int32_t L_11 = __this->get__size_2(); NullCheck(L_10); L_10->set__size_2(L_11); Queue_t3637523393 * L_12 = V_0; int32_t L_13 = __this->get__tail_3(); NullCheck(L_12); L_12->set__tail_3(L_13); Queue_t3637523393 * L_14 = V_0; return L_14; } } // System.Void System.Collections.Queue::Clear() extern "C" IL2CPP_METHOD_ATTR void Queue_Clear_m898976850 (Queue_t3637523393 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__version_5(); __this->set__version_5(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); __this->set__head_1(0); __this->set__size_2(0); __this->set__tail_3(0); ObjectU5BU5D_t2843939325* L_1 = __this->get__array_0(); NullCheck(L_1); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)1)); goto IL_0040; } IL_0033: { ObjectU5BU5D_t2843939325* L_2 = __this->get__array_0(); int32_t L_3 = V_0; NullCheck(L_2); ArrayElementTypeCheck (L_2, NULL); (L_2)->SetAt(static_cast(L_3), (RuntimeObject *)NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); } IL_0040: { int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0033; } } { return; } } // System.Object System.Collections.Queue::Dequeue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_Dequeue_m2397857002 (Queue_t3637523393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Queue_Dequeue_m2397857002_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { int32_t L_0 = __this->get__version_5(); __this->set__version_5(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get__size_2(); if ((((int32_t)L_1) >= ((int32_t)1))) { goto IL_0020; } } { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Queue_Dequeue_m2397857002_RuntimeMethod_var); } IL_0020: { ObjectU5BU5D_t2843939325* L_3 = __this->get__array_0(); int32_t L_4 = __this->get__head_1(); NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; ObjectU5BU5D_t2843939325* L_7 = __this->get__array_0(); int32_t L_8 = __this->get__head_1(); NullCheck(L_7); ArrayElementTypeCheck (L_7, NULL); (L_7)->SetAt(static_cast(L_8), (RuntimeObject *)NULL); int32_t L_9 = __this->get__head_1(); ObjectU5BU5D_t2843939325* L_10 = __this->get__array_0(); NullCheck(L_10); __this->set__head_1(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))); int32_t L_11 = __this->get__size_2(); __this->set__size_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); RuntimeObject * L_12 = V_0; return L_12; } } // System.Void System.Collections.Queue::Enqueue(System.Object) extern "C" IL2CPP_METHOD_ATTR void Queue_Enqueue_m4206203487 (Queue_t3637523393 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__version_5(); __this->set__version_5(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get__size_2(); ObjectU5BU5D_t2843939325* L_2 = __this->get__array_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0027; } } { Queue_grow_m873349987(__this, /*hidden argument*/NULL); } IL_0027: { ObjectU5BU5D_t2843939325* L_3 = __this->get__array_0(); int32_t L_4 = __this->get__tail_3(); RuntimeObject * L_5 = ___obj0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(L_4), (RuntimeObject *)L_5); int32_t L_6 = __this->get__tail_3(); ObjectU5BU5D_t2843939325* L_7 = __this->get__array_0(); NullCheck(L_7); __this->set__tail_3(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))); int32_t L_8 = __this->get__size_2(); __this->set__size_2(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return; } } // System.Object System.Collections.Queue::Peek() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Queue_Peek_m2705722908 (Queue_t3637523393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Queue_Peek_m2705722908_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__size_2(); if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0012; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Queue_Peek_m2705722908_RuntimeMethod_var); } IL_0012: { ObjectU5BU5D_t2843939325* L_2 = __this->get__array_0(); int32_t L_3 = __this->get__head_1(); NullCheck(L_2); int32_t L_4 = L_3; RuntimeObject * L_5 = (L_2)->GetAt(static_cast(L_4)); return L_5; } } // System.Object[] System.Collections.Queue::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Queue_ToArray_m812120461 (Queue_t3637523393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Queue_ToArray_m812120461_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { int32_t L_0 = __this->get__size_2(); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_0)); ObjectU5BU5D_t2843939325* L_1 = V_0; VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(13 /* System.Void System.Collections.Queue::CopyTo(System.Array,System.Int32) */, __this, (RuntimeArray *)(RuntimeArray *)L_1, 0); ObjectU5BU5D_t2843939325* L_2 = V_0; return L_2; } } // System.Void System.Collections.Queue::grow() extern "C" IL2CPP_METHOD_ATTR void Queue_grow_m873349987 (Queue_t3637523393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Queue_grow_m873349987_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; { ObjectU5BU5D_t2843939325* L_0 = __this->get__array_0(); NullCheck(L_0); int32_t L_1 = __this->get__growFactor_4(); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)L_1))/(int32_t)((int32_t)100))); int32_t L_2 = V_0; ObjectU5BU5D_t2843939325* L_3 = __this->get__array_0(); NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)1))))) { goto IL_002e; } } { ObjectU5BU5D_t2843939325* L_4 = __this->get__array_0(); NullCheck(L_4); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)1)); } IL_002e: { int32_t L_5 = V_0; V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_5)); ObjectU5BU5D_t2843939325* L_6 = V_1; VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(13 /* System.Void System.Collections.Queue::CopyTo(System.Array,System.Int32) */, __this, (RuntimeArray *)(RuntimeArray *)L_6, 0); ObjectU5BU5D_t2843939325* L_7 = V_1; __this->set__array_0(L_7); __this->set__head_1(0); int32_t L_8 = __this->get__head_1(); int32_t L_9 = __this->get__size_2(); __this->set__tail_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Queue/QueueEnumerator::.ctor(System.Collections.Queue) extern "C" IL2CPP_METHOD_ATTR void QueueEnumerator__ctor_m611027847 (QueueEnumerator_t4140714244 * __this, Queue_t3637523393 * ___q0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Queue_t3637523393 * L_0 = ___q0; __this->set_queue_0(L_0); Queue_t3637523393 * L_1 = ___q0; NullCheck(L_1); int32_t L_2 = L_1->get__version_5(); __this->set__version_1(L_2); __this->set_current_2((-1)); return; } } // System.Object System.Collections.Queue/QueueEnumerator::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * QueueEnumerator_Clone_m1475796429 (QueueEnumerator_t4140714244 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QueueEnumerator_Clone_m1475796429_MetadataUsageId); s_Il2CppMethodInitialized = true; } QueueEnumerator_t4140714244 * V_0 = NULL; { Queue_t3637523393 * L_0 = __this->get_queue_0(); QueueEnumerator_t4140714244 * L_1 = (QueueEnumerator_t4140714244 *)il2cpp_codegen_object_new(QueueEnumerator_t4140714244_il2cpp_TypeInfo_var); QueueEnumerator__ctor_m611027847(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; QueueEnumerator_t4140714244 * L_2 = V_0; int32_t L_3 = __this->get__version_1(); NullCheck(L_2); L_2->set__version_1(L_3); QueueEnumerator_t4140714244 * L_4 = V_0; int32_t L_5 = __this->get_current_2(); NullCheck(L_4); L_4->set_current_2(L_5); QueueEnumerator_t4140714244 * L_6 = V_0; return L_6; } } // System.Object System.Collections.Queue/QueueEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * QueueEnumerator_get_Current_m2177760484 (QueueEnumerator_t4140714244 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QueueEnumerator_get_Current_m2177760484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__version_1(); Queue_t3637523393 * L_1 = __this->get_queue_0(); NullCheck(L_1); int32_t L_2 = L_1->get__version_5(); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0038; } } { int32_t L_3 = __this->get_current_2(); if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0038; } } { int32_t L_4 = __this->get_current_2(); Queue_t3637523393 * L_5 = __this->get_queue_0(); NullCheck(L_5); int32_t L_6 = L_5->get__size_2(); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_003e; } } IL_0038: { InvalidOperationException_t56020091 * L_7 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,QueueEnumerator_get_Current_m2177760484_RuntimeMethod_var); } IL_003e: { Queue_t3637523393 * L_8 = __this->get_queue_0(); NullCheck(L_8); ObjectU5BU5D_t2843939325* L_9 = L_8->get__array_0(); Queue_t3637523393 * L_10 = __this->get_queue_0(); NullCheck(L_10); int32_t L_11 = L_10->get__head_1(); int32_t L_12 = __this->get_current_2(); Queue_t3637523393 * L_13 = __this->get_queue_0(); NullCheck(L_13); ObjectU5BU5D_t2843939325* L_14 = L_13->get__array_0(); NullCheck(L_14); NullCheck(L_9); int32_t L_15 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))))); RuntimeObject * L_16 = (L_9)->GetAt(static_cast(L_15)); return L_16; } } // System.Boolean System.Collections.Queue/QueueEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool QueueEnumerator_MoveNext_m386897816 (QueueEnumerator_t4140714244 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QueueEnumerator_MoveNext_m386897816_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__version_1(); Queue_t3637523393 * L_1 = __this->get_queue_0(); NullCheck(L_1); int32_t L_2 = L_1->get__version_5(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001c; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,QueueEnumerator_MoveNext_m386897816_RuntimeMethod_var); } IL_001c: { int32_t L_4 = __this->get_current_2(); Queue_t3637523393 * L_5 = __this->get_queue_0(); NullCheck(L_5); int32_t L_6 = L_5->get__size_2(); if ((((int32_t)L_4) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))) { goto IL_0041; } } { __this->set_current_2(((int32_t)2147483647LL)); return (bool)0; } IL_0041: { int32_t L_7 = __this->get_current_2(); __this->set_current_2(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return (bool)1; } } // System.Void System.Collections.Queue/QueueEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void QueueEnumerator_Reset_m472154018 (QueueEnumerator_t4140714244 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QueueEnumerator_Reset_m472154018_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__version_1(); Queue_t3637523393 * L_1 = __this->get_queue_0(); NullCheck(L_1); int32_t L_2 = L_1->get__version_5(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001c; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,QueueEnumerator_Reset_m472154018_RuntimeMethod_var); } IL_001c: { __this->set_current_2((-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.Collections.ReadOnlyCollectionBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void ReadOnlyCollectionBase__ctor_m623856070 (ReadOnlyCollectionBase_t1836743899 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyCollectionBase__ctor_m623856070_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_list_0(L_0); return; } } // System.Collections.IEnumerator System.Collections.ReadOnlyCollectionBase::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollectionBase_System_Collections_IEnumerable_GetEnumerator_m3634884420 (ReadOnlyCollectionBase_t1836743899 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator System.Collections.ReadOnlyCollectionBase::GetEnumerator() */, __this); return L_0; } } // System.Void System.Collections.ReadOnlyCollectionBase::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyCollectionBase_System_Collections_ICollection_CopyTo_m2342644962 (ReadOnlyCollectionBase_t1836743899 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { ArrayList_t2718874744 * 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); { ArrayList_t2718874744 * L_0 = ReadOnlyCollectionBase_get_InnerList_m2735310367(__this, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t2718874744 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) ArrayList_t2718874744 * L_2 = ReadOnlyCollectionBase_get_InnerList_m2735310367(__this, /*hidden argument*/NULL); RuntimeArray * L_3 = ___array0; int32_t L_4 = ___index1; NullCheck(L_2); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_2, L_3, L_4); IL2CPP_LEAVE(0x26, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) ArrayList_t2718874744 * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x26, IL_0026) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0026: { return; } } // System.Object System.Collections.ReadOnlyCollectionBase::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollectionBase_System_Collections_ICollection_get_SyncRoot_m1342805545 (ReadOnlyCollectionBase_t1836743899 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ReadOnlyCollectionBase_get_InnerList_m2735310367(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Boolean System.Collections.ReadOnlyCollectionBase::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool ReadOnlyCollectionBase_System_Collections_ICollection_get_IsSynchronized_m2408536847 (ReadOnlyCollectionBase_t1836743899 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ReadOnlyCollectionBase_get_InnerList_m2735310367(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Int32 System.Collections.ReadOnlyCollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ReadOnlyCollectionBase_get_Count_m3551890438 (ReadOnlyCollectionBase_t1836743899 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ReadOnlyCollectionBase_get_InnerList_m2735310367(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Collections.IEnumerator System.Collections.ReadOnlyCollectionBase::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollectionBase_GetEnumerator_m4157216199 (ReadOnlyCollectionBase_t1836743899 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = ReadOnlyCollectionBase_get_InnerList_m2735310367(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::get_InnerList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ReadOnlyCollectionBase_get_InnerList_m2735310367 (ReadOnlyCollectionBase_t1836743899 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_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.Collections.SortedList::.ctor() extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m1261191695 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList__ctor_m1261191695_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SortedList_t2427694641_il2cpp_TypeInfo_var); int32_t L_0 = ((SortedList_t2427694641_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_t2427694641_il2cpp_TypeInfo_var))->get_INITIAL_SIZE_0(); SortedList__ctor_m449121548(__this, (RuntimeObject*)NULL, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.SortedList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m4140760769 (SortedList_t2427694641 * __this, int32_t ___initialCapacity0, const RuntimeMethod* method) { { int32_t L_0 = ___initialCapacity0; SortedList__ctor_m449121548(__this, (RuntimeObject*)NULL, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m449121548 (SortedList_t2427694641 * __this, RuntimeObject* ___comparer0, int32_t ___capacity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList__ctor_m449121548_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral3623012086, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SortedList__ctor_m449121548_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___capacity1; if (L_2) { goto IL_002a; } } { __this->set_defaultCapacity_5(0); goto IL_0035; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(SortedList_t2427694641_il2cpp_TypeInfo_var); int32_t L_3 = ((SortedList_t2427694641_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_t2427694641_il2cpp_TypeInfo_var))->get_INITIAL_SIZE_0(); __this->set_defaultCapacity_5(L_3); } IL_0035: { RuntimeObject* L_4 = ___comparer0; __this->set_comparer_4(L_4); int32_t L_5 = ___capacity1; SortedList_InitTable_m875730861(__this, L_5, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m3247584155 (SortedList_t2427694641 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList__ctor_m3247584155_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___comparer0; __this->set_comparer_4(L_0); IL2CPP_RUNTIME_CLASS_INIT(SortedList_t2427694641_il2cpp_TypeInfo_var); int32_t L_1 = ((SortedList_t2427694641_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_t2427694641_il2cpp_TypeInfo_var))->get_INITIAL_SIZE_0(); SortedList_InitTable_m875730861(__this, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.SortedList::.ctor(System.Collections.IDictionary,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m3676552745 (SortedList_t2427694641 * __this, RuntimeObject* ___d0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList__ctor_m3676552745_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___d0; 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, _stringLiteral2957729587, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SortedList__ctor_m3676552745_RuntimeMethod_var); } IL_0017: { RuntimeObject* L_2 = ___d0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_2); SortedList_InitTable_m875730861(__this, L_3, (bool)1, /*hidden argument*/NULL); RuntimeObject* L_4 = ___comparer1; __this->set_comparer_4(L_4); RuntimeObject* L_5 = ___d0; NullCheck(L_5); RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_5); V_0 = L_6; goto IL_0049; } IL_0037: { RuntimeObject* L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_7); RuntimeObject* L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_9); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(32 /* System.Void System.Collections.SortedList::Add(System.Object,System.Object) */, __this, L_8, L_10); } IL_0049: { RuntimeObject* L_11 = V_0; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0037; } } { return; } } // System.Void System.Collections.SortedList::.cctor() extern "C" IL2CPP_METHOD_ATTR void SortedList__cctor_m1247132 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList__cctor_m1247132_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((SortedList_t2427694641_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_t2427694641_il2cpp_TypeInfo_var))->set_INITIAL_SIZE_0(((int32_t)16)); return; } } // System.Collections.IEnumerator System.Collections.SortedList::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SortedList_System_Collections_IEnumerable_GetEnumerator_m2738760439 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_System_Collections_IEnumerable_GetEnumerator_m2738760439_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_t3548462377 * L_0 = (Enumerator_t3548462377 *)il2cpp_codegen_object_new(Enumerator_t3548462377_il2cpp_TypeInfo_var); Enumerator__ctor_m4264210349(L_0, __this, 2, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Collections.SortedList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t SortedList_get_Count_m3860639970 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_inUse_1(); return L_0; } } // System.Boolean System.Collections.SortedList::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool SortedList_get_IsSynchronized_m2987909703 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.SortedList::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_get_SyncRoot_m914428425 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { { return __this; } } // System.Boolean System.Collections.SortedList::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool SortedList_get_IsFixedSize_m2192379219 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.SortedList::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool SortedList_get_IsReadOnly_m1554442113 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Collections.ICollection System.Collections.SortedList::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SortedList_get_Keys_m1684394995 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_get_Keys_m1684394995_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ListKeys_t1506865728 * L_0 = (ListKeys_t1506865728 *)il2cpp_codegen_object_new(ListKeys_t1506865728_il2cpp_TypeInfo_var); ListKeys__ctor_m132277932(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Collections.ICollection System.Collections.SortedList::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SortedList_get_Values_m1700526404 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_get_Values_m1700526404_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ListValues_t1796620884 * L_0 = (ListValues_t1796620884 *)il2cpp_codegen_object_new(ListValues_t1796620884_il2cpp_TypeInfo_var); ListValues__ctor_m1207242125(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Object System.Collections.SortedList::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_get_Item_m3673863299 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_get_Item_m3673863299_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_000c; } } { 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,SortedList_get_Item_m3673863299_RuntimeMethod_var); } IL_000c: { RuntimeObject * L_2 = ___key0; RuntimeObject * L_3 = SortedList_GetImpl_m3689246167(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Collections.SortedList::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void SortedList_set_Item_m32382988 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_set_Item_m32382988_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_000c; } } { 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,SortedList_set_Item_m32382988_RuntimeMethod_var); } IL_000c: { bool L_2 = VirtFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Collections.SortedList::get_IsReadOnly() */, __this); if (!L_2) { goto IL_0022; } } { NotSupportedException_t1314879016 * L_3 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_3, _stringLiteral3755497266, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,SortedList_set_Item_m32382988_RuntimeMethod_var); } IL_0022: { RuntimeObject * L_4 = ___key0; int32_t L_5 = SortedList_Find_m3363512987(__this, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0045; } } { bool L_6 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Collections.SortedList::get_IsFixedSize() */, __this); if (!L_6) { goto IL_0045; } } { NotSupportedException_t1314879016 * L_7 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_7, _stringLiteral537584632, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,SortedList_set_Item_m32382988_RuntimeMethod_var); } IL_0045: { RuntimeObject * L_8 = ___key0; RuntimeObject * L_9 = ___value1; SortedList_PutImpl_m3408406199(__this, L_8, L_9, (bool)1, /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.SortedList::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t SortedList_get_Capacity_m919184864 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { { SlotU5BU5D_t227397015* L_0 = __this->get_table_3(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void System.Collections.SortedList::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortedList_set_Capacity_m509376950 (SortedList_t2427694641 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_set_Capacity_m509376950_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SlotU5BU5D_t227397015* V_1 = NULL; SlotU5BU5D_t227397015* V_2 = NULL; SlotU5BU5D_t227397015* V_3 = NULL; { SlotU5BU5D_t227397015* L_0 = __this->get_table_3(); NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); int32_t L_1 = __this->get_inUse_1(); int32_t L_2 = ___value0; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0020; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral2892361463, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,SortedList_set_Capacity_m509376950_RuntimeMethod_var); } IL_0020: { int32_t L_4 = ___value0; if (L_4) { goto IL_0050; } } { int32_t L_5 = __this->get_defaultCapacity_5(); V_1 = ((SlotU5BU5D_t227397015*)SZArrayNew(SlotU5BU5D_t227397015_il2cpp_TypeInfo_var, (uint32_t)L_5)); SlotU5BU5D_t227397015* L_6 = __this->get_table_3(); SlotU5BU5D_t227397015* L_7 = V_1; int32_t L_8 = __this->get_inUse_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, (RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); SlotU5BU5D_t227397015* L_9 = V_1; __this->set_table_3(L_9); goto IL_00a3; } IL_0050: { int32_t L_10 = ___value0; int32_t L_11 = __this->get_inUse_1(); if ((((int32_t)L_10) <= ((int32_t)L_11))) { goto IL_0081; } } { int32_t L_12 = ___value0; V_2 = ((SlotU5BU5D_t227397015*)SZArrayNew(SlotU5BU5D_t227397015_il2cpp_TypeInfo_var, (uint32_t)L_12)); SlotU5BU5D_t227397015* L_13 = __this->get_table_3(); SlotU5BU5D_t227397015* L_14 = V_2; int32_t L_15 = __this->get_inUse_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, (RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL); SlotU5BU5D_t227397015* L_16 = V_2; __this->set_table_3(L_16); goto IL_00a3; } IL_0081: { int32_t L_17 = ___value0; int32_t L_18 = V_0; if ((((int32_t)L_17) <= ((int32_t)L_18))) { goto IL_00a3; } } { int32_t L_19 = ___value0; V_3 = ((SlotU5BU5D_t227397015*)SZArrayNew(SlotU5BU5D_t227397015_il2cpp_TypeInfo_var, (uint32_t)L_19)); SlotU5BU5D_t227397015* L_20 = __this->get_table_3(); SlotU5BU5D_t227397015* L_21 = V_3; int32_t L_22 = V_0; Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_20, (RuntimeArray *)(RuntimeArray *)L_21, L_22, /*hidden argument*/NULL); SlotU5BU5D_t227397015* L_23 = V_3; __this->set_table_3(L_23); } IL_00a3: { return; } } // System.Void System.Collections.SortedList::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void SortedList_Add_m810900317 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; RuntimeObject * L_1 = ___value1; SortedList_PutImpl_m3408406199(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.SortedList::Clear() extern "C" IL2CPP_METHOD_ATTR void SortedList_Clear_m1559496373 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_Clear_m1559496373_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SortedList_t2427694641_il2cpp_TypeInfo_var); int32_t L_0 = ((SortedList_t2427694641_StaticFields*)il2cpp_codegen_static_fields_for(SortedList_t2427694641_il2cpp_TypeInfo_var))->get_INITIAL_SIZE_0(); __this->set_defaultCapacity_5(L_0); int32_t L_1 = __this->get_defaultCapacity_5(); __this->set_table_3(((SlotU5BU5D_t227397015*)SZArrayNew(SlotU5BU5D_t227397015_il2cpp_TypeInfo_var, (uint32_t)L_1))); __this->set_inUse_1(0); int32_t L_2 = __this->get_modificationCount_2(); __this->set_modificationCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Boolean System.Collections.SortedList::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SortedList_Contains_m559482983 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_Contains_m559482983_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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); { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_000c; } } { 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,SortedList_Contains_m559482983_RuntimeMethod_var); } IL_000c: try { // begin try (depth: 1) { RuntimeObject * L_2 = ___key0; int32_t L_3 = SortedList_Find_m3363512987(__this, L_2, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0030; } IL_001f: { ; // IL_001f: leave IL_0030 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0024; throw e; } CATCH_0024: { // begin catch(System.Exception) { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,SortedList_Contains_m559482983_RuntimeMethod_var); } IL_002b: { goto IL_0030; } } // end catch (depth: 1) IL_0030: { bool L_5 = V_0; return L_5; } } // System.Collections.IDictionaryEnumerator System.Collections.SortedList::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SortedList_GetEnumerator_m772783392 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_GetEnumerator_m772783392_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_t3548462377 * L_0 = (Enumerator_t3548462377 *)il2cpp_codegen_object_new(Enumerator_t3548462377_il2cpp_TypeInfo_var); Enumerator__ctor_m4264210349(L_0, __this, 2, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.SortedList::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void SortedList_Remove_m2784369438 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___key0; int32_t L_1 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(40 /* System.Int32 System.Collections.SortedList::IndexOfKey(System.Object) */, __this, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = V_0; VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.SortedList::RemoveAt(System.Int32) */, __this, L_3); } IL_0016: { return; } } // System.Void System.Collections.SortedList::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortedList_CopyTo_m3001281572 (SortedList_t2427694641 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_CopyTo_m3001281572_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000c; } } { 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,SortedList_CopyTo_m3001281572_RuntimeMethod_var); } IL_000c: { int32_t L_2 = ___arrayIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0019; } } { 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,SortedList_CopyTo_m3001281572_RuntimeMethod_var); } IL_0019: { RuntimeArray * L_4 = ___array0; NullCheck(L_4); int32_t L_5 = Array_get_Rank_m3448755881(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_0030; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, _stringLiteral212975728, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,SortedList_CopyTo_m3001281572_RuntimeMethod_var); } IL_0030: { int32_t L_7 = ___arrayIndex1; RuntimeArray * L_8 = ___array0; NullCheck(L_8); int32_t L_9 = Array_get_Length_m21610649(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0047; } } { ArgumentNullException_t1615371798 * L_10 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_10, _stringLiteral2572553248, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,SortedList_CopyTo_m3001281572_RuntimeMethod_var); } IL_0047: { int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); RuntimeArray * L_12 = ___array0; NullCheck(L_12); int32_t L_13 = Array_get_Length_m21610649(L_12, /*hidden argument*/NULL); int32_t L_14 = ___arrayIndex1; if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14))))) { goto IL_0065; } } { ArgumentNullException_t1615371798 * L_15 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_15, _stringLiteral4047089040, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,SortedList_CopyTo_m3001281572_RuntimeMethod_var); } IL_0065: { RuntimeObject* L_16 = VirtFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IDictionaryEnumerator System.Collections.SortedList::GetEnumerator() */, __this); V_0 = L_16; int32_t L_17 = ___arrayIndex1; V_1 = L_17; goto IL_0089; } IL_0073: { RuntimeArray * L_18 = ___array0; RuntimeObject* L_19 = V_0; NullCheck(L_19); DictionaryEntry_t3123975638 L_20 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_19); DictionaryEntry_t3123975638 L_21 = L_20; RuntimeObject * L_22 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_21); int32_t L_23 = V_1; int32_t L_24 = L_23; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); NullCheck(L_18); Array_SetValue_m3412255035(L_18, L_22, L_24, /*hidden argument*/NULL); } IL_0089: { RuntimeObject* L_25 = V_0; NullCheck(L_25); bool L_26 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_0073; } } { return; } } // System.Object System.Collections.SortedList::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_Clone_m928094797 (SortedList_t2427694641 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_Clone_m928094797_MetadataUsageId); s_Il2CppMethodInitialized = true; } SortedList_t2427694641 * V_0 = NULL; { RuntimeObject* L_0 = __this->get_comparer_4(); SortedList_t2427694641 * L_1 = (SortedList_t2427694641 *)il2cpp_codegen_object_new(SortedList_t2427694641_il2cpp_TypeInfo_var); SortedList__ctor_m3676552745(L_1, __this, L_0, /*hidden argument*/NULL); V_0 = L_1; SortedList_t2427694641 * L_2 = V_0; int32_t L_3 = __this->get_modificationCount_2(); NullCheck(L_2); L_2->set_modificationCount_2(L_3); SortedList_t2427694641 * L_4 = V_0; return L_4; } } // System.Void System.Collections.SortedList::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortedList_RemoveAt_m1767403850 (SortedList_t2427694641 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_RemoveAt_m1767403850_MetadataUsageId); s_Il2CppMethodInitialized = true; } SlotU5BU5D_t227397015* V_0 = NULL; int32_t V_1 = 0; { SlotU5BU5D_t227397015* L_0 = __this->get_table_3(); V_0 = L_0; int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); V_1 = L_1; int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0075; } } { int32_t L_3 = ___index0; int32_t L_4 = V_1; if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0075; } } { int32_t L_5 = ___index0; int32_t L_6 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))) { goto IL_003a; } } { SlotU5BU5D_t227397015* L_7 = V_0; int32_t L_8 = ___index0; SlotU5BU5D_t227397015* L_9 = V_0; int32_t L_10 = ___index0; int32_t L_11 = V_1; int32_t L_12 = ___index0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_9, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), (int32_t)L_12)), /*hidden argument*/NULL); goto IL_0054; } IL_003a: { SlotU5BU5D_t227397015* L_13 = V_0; int32_t L_14 = ___index0; NullCheck(L_13); ((L_13)->GetAddressAt(static_cast(L_14)))->set_key_0(NULL); SlotU5BU5D_t227397015* L_15 = V_0; int32_t L_16 = ___index0; NullCheck(L_15); ((L_15)->GetAddressAt(static_cast(L_16)))->set_value_1(NULL); } IL_0054: { int32_t L_17 = __this->get_inUse_1(); __this->set_inUse_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))); int32_t L_18 = __this->get_modificationCount_2(); __this->set_modificationCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0080; } IL_0075: { ArgumentOutOfRangeException_t777629997 * L_19 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_19, _stringLiteral2876180, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,SortedList_RemoveAt_m1767403850_RuntimeMethod_var); } IL_0080: { return; } } // System.Int32 System.Collections.SortedList::IndexOfKey(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t SortedList_IndexOfKey_m91331983 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_IndexOfKey_m91331983_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_000c; } } { 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,SortedList_IndexOfKey_m91331983_RuntimeMethod_var); } IL_000c: { V_0 = 0; } IL_000e: try { // begin try (depth: 1) RuntimeObject * L_2 = ___key0; int32_t L_3 = SortedList_Find_m3363512987(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0027; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001b; throw e; } CATCH_001b: { // begin catch(System.Exception) { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,SortedList_IndexOfKey_m91331983_RuntimeMethod_var); } IL_0022: { goto IL_0027; } } // end catch (depth: 1) IL_0027: { int32_t L_5 = V_0; int32_t L_6 = V_0; return ((int32_t)((int32_t)L_5|(int32_t)((int32_t)((int32_t)L_6>>(int32_t)((int32_t)31))))); } } // System.Int32 System.Collections.SortedList::IndexOfValue(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t SortedList_IndexOfValue_m2674732773 (SortedList_t2427694641 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; Slot_t384495010 V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_inUse_1(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = 0; goto IL_003e; } IL_0014: { SlotU5BU5D_t227397015* L_1 = __this->get_table_3(); int32_t L_2 = V_0; NullCheck(L_1); V_1 = (*(Slot_t384495010 *)((L_1)->GetAddressAt(static_cast(L_2)))); RuntimeObject * L_3 = ___value0; RuntimeObject * L_4 = (&V_1)->get_value_1(); bool L_5 = Object_Equals_m1397037629(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003a; } } { int32_t L_6 = V_0; return L_6; } IL_003a: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_003e: { int32_t L_8 = V_0; int32_t L_9 = __this->get_inUse_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0014; } } { return (-1); } } // System.Boolean System.Collections.SortedList::ContainsKey(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SortedList_ContainsKey_m2883715045 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_ContainsKey_m2883715045_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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); { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_000c; } } { 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,SortedList_ContainsKey_m2883715045_RuntimeMethod_var); } IL_000c: try { // begin try (depth: 1) { RuntimeObject * L_2 = ___key0; bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(34 /* System.Boolean System.Collections.SortedList::Contains(System.Object) */, __this, L_2); V_0 = L_3; goto IL_002a; } IL_0019: { ; // IL_0019: leave IL_002a } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001e; throw e; } CATCH_001e: { // begin catch(System.Exception) { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,SortedList_ContainsKey_m2883715045_RuntimeMethod_var); } IL_0025: { goto IL_002a; } } // end catch (depth: 1) IL_002a: { bool L_5 = V_0; return L_5; } } // System.Boolean System.Collections.SortedList::ContainsValue(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SortedList_ContainsValue_m3994186420 (SortedList_t2427694641 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; int32_t L_1 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(41 /* System.Int32 System.Collections.SortedList::IndexOfValue(System.Object) */, __this, L_0); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Object System.Collections.SortedList::GetByIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_GetByIndex_m3848565786 (SortedList_t2427694641 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_GetByIndex_m3848565786_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0025; } } { int32_t L_1 = ___index0; int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0025; } } { SlotU5BU5D_t227397015* L_3 = __this->get_table_3(); int32_t L_4 = ___index0; NullCheck(L_3); RuntimeObject * L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_value_1(); return L_5; } IL_0025: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_6, _stringLiteral2876180, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,SortedList_GetByIndex_m3848565786_RuntimeMethod_var); } } // System.Object System.Collections.SortedList::GetKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_GetKey_m658905367 (SortedList_t2427694641 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_GetKey_m658905367_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0025; } } { int32_t L_1 = ___index0; int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0025; } } { SlotU5BU5D_t227397015* L_3 = __this->get_table_3(); int32_t L_4 = ___index0; NullCheck(L_3); RuntimeObject * L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_key_0(); return L_5; } IL_0025: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_6, _stringLiteral2876180, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,SortedList_GetKey_m658905367_RuntimeMethod_var); } } // System.Void System.Collections.SortedList::EnsureCapacity(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortedList_EnsureCapacity_m1354099314 (SortedList_t2427694641 * __this, int32_t ___n0, int32_t ___free1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_EnsureCapacity_m1354099314_MetadataUsageId); s_Il2CppMethodInitialized = true; } SlotU5BU5D_t227397015* V_0 = NULL; SlotU5BU5D_t227397015* V_1 = NULL; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t G_B3_0 = 0; { SlotU5BU5D_t227397015* L_0 = __this->get_table_3(); V_0 = L_0; V_1 = (SlotU5BU5D_t227397015*)NULL; int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(30 /* System.Int32 System.Collections.SortedList::get_Capacity() */, __this); V_2 = L_1; int32_t L_2 = ___free1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0022; } } { int32_t L_3 = ___free1; int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); G_B3_0 = ((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0); goto IL_0023; } IL_0022: { G_B3_0 = 0; } IL_0023: { V_3 = (bool)G_B3_0; int32_t L_5 = ___n0; int32_t L_6 = V_2; if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_0034; } } { int32_t L_7 = ___n0; V_1 = ((SlotU5BU5D_t227397015*)SZArrayNew(SlotU5BU5D_t227397015_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_7<<(int32_t)1)))); } IL_0034: { SlotU5BU5D_t227397015* L_8 = V_1; if (!L_8) { goto IL_0093; } } { bool L_9 = V_3; if (!L_9) { goto IL_007a; } } { int32_t L_10 = ___free1; V_4 = L_10; int32_t L_11 = V_4; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0056; } } { SlotU5BU5D_t227397015* L_12 = V_0; SlotU5BU5D_t227397015* L_13 = V_1; int32_t L_14 = V_4; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_14, /*hidden argument*/NULL); } IL_0056: { int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); int32_t L_16 = ___free1; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)); int32_t L_17 = V_4; if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_0075; } } { SlotU5BU5D_t227397015* L_18 = V_0; int32_t L_19 = ___free1; SlotU5BU5D_t227397015* L_20 = V_1; int32_t L_21 = ___free1; int32_t L_22 = V_4; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, L_19, (RuntimeArray *)(RuntimeArray *)L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)), L_22, /*hidden argument*/NULL); } IL_0075: { goto IL_0087; } IL_007a: { SlotU5BU5D_t227397015* L_23 = V_0; SlotU5BU5D_t227397015* L_24 = V_1; int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_23, (RuntimeArray *)(RuntimeArray *)L_24, L_25, /*hidden argument*/NULL); } IL_0087: { SlotU5BU5D_t227397015* L_26 = V_1; __this->set_table_3(L_26); goto IL_00ac; } IL_0093: { bool L_27 = V_3; if (!L_27) { goto IL_00ac; } } { SlotU5BU5D_t227397015* L_28 = V_0; int32_t L_29 = ___free1; SlotU5BU5D_t227397015* L_30 = V_0; int32_t L_31 = ___free1; int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); int32_t L_33 = ___free1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_28, L_29, (RuntimeArray *)(RuntimeArray *)L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL); } IL_00ac: { return; } } // System.Void System.Collections.SortedList::PutImpl(System.Object,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortedList_PutImpl_m3408406199 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, bool ___overwrite2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_PutImpl_m3408406199_MetadataUsageId); s_Il2CppMethodInitialized = true; } SlotU5BU5D_t227397015* V_0 = NULL; int32_t V_1 = 0; String_t* 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); { RuntimeObject * L_0 = ___key0; 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, _stringLiteral2340372691, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SortedList_PutImpl_m3408406199_RuntimeMethod_var); } IL_0011: { SlotU5BU5D_t227397015* L_2 = __this->get_table_3(); V_0 = L_2; V_1 = (-1); } IL_001a: try { // begin try (depth: 1) RuntimeObject * L_3 = ___key0; int32_t L_4 = SortedList_Find_m3363512987(__this, L_3, /*hidden argument*/NULL); V_1 = L_4; goto IL_0033; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0027; throw e; } CATCH_0027: { // begin catch(System.Exception) { InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,SortedList_PutImpl_m3408406199_RuntimeMethod_var); } IL_002e: { goto IL_0033; } } // end catch (depth: 1) IL_0033: { int32_t L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0078; } } { bool L_7 = ___overwrite2; if (L_7) { goto IL_005c; } } { ObjectU5BU5D_t2843939325* L_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_9 = ___key0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_9); String_t* L_10 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral4048624017, L_8, /*hidden argument*/NULL); V_2 = L_10; String_t* L_11 = V_2; ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,SortedList_PutImpl_m3408406199_RuntimeMethod_var); } IL_005c: { SlotU5BU5D_t227397015* L_13 = V_0; int32_t L_14 = V_1; NullCheck(L_13); RuntimeObject * L_15 = ___value1; ((L_13)->GetAddressAt(static_cast(L_14)))->set_value_1(L_15); int32_t L_16 = __this->get_modificationCount_2(); __this->set_modificationCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); return; } IL_0078: { int32_t L_17 = V_1; V_1 = ((~L_17)); int32_t L_18 = V_1; int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(30 /* System.Int32 System.Collections.SortedList::get_Capacity() */, __this); if ((((int32_t)L_18) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))))) { goto IL_00cb; } } { ObjectU5BU5D_t2843939325* L_20 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)7)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral2449404886); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2449404886); ObjectU5BU5D_t2843939325* L_21 = L_20; RuntimeObject * L_22 = ___key0; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral3450517380); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3450517380); ObjectU5BU5D_t2843939325* L_24 = L_23; RuntimeObject * L_25 = ___value1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral2154733698); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral2154733698); ObjectU5BU5D_t2843939325* L_27 = L_26; int32_t L_28 = V_1; int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_30); (L_27)->SetAt(static_cast(5), (RuntimeObject *)L_30); ObjectU5BU5D_t2843939325* L_31 = L_27; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral3452614643); (L_31)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral3452614643); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m2971454694(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); Exception_t * L_33 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_33, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,SortedList_PutImpl_m3408406199_RuntimeMethod_var); } IL_00cb: { int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); int32_t L_35 = V_1; SortedList_EnsureCapacity_m1354099314(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)), L_35, /*hidden argument*/NULL); SlotU5BU5D_t227397015* L_36 = __this->get_table_3(); V_0 = L_36; SlotU5BU5D_t227397015* L_37 = V_0; int32_t L_38 = V_1; NullCheck(L_37); RuntimeObject * L_39 = ___key0; ((L_37)->GetAddressAt(static_cast(L_38)))->set_key_0(L_39); SlotU5BU5D_t227397015* L_40 = V_0; int32_t L_41 = V_1; NullCheck(L_40); RuntimeObject * L_42 = ___value1; ((L_40)->GetAddressAt(static_cast(L_41)))->set_value_1(L_42); int32_t L_43 = __this->get_inUse_1(); __this->set_inUse_1(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1))); int32_t L_44 = __this->get_modificationCount_2(); __this->set_modificationCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))); return; } } // System.Object System.Collections.SortedList::GetImpl(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SortedList_GetImpl_m3689246167 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___key0; int32_t L_1 = SortedList_Find_m3363512987(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0021; } } { SlotU5BU5D_t227397015* L_3 = __this->get_table_3(); int32_t L_4 = V_0; NullCheck(L_3); RuntimeObject * L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_value_1(); return L_5; } IL_0021: { return NULL; } } // System.Void System.Collections.SortedList::InitTable(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SortedList_InitTable_m875730861 (SortedList_t2427694641 * __this, int32_t ___capacity0, bool ___forceSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_InitTable_m875730861_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___forceSize1; if (L_0) { goto IL_001a; } } { int32_t L_1 = ___capacity0; int32_t L_2 = __this->get_defaultCapacity_5(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_001a; } } { int32_t L_3 = __this->get_defaultCapacity_5(); ___capacity0 = L_3; } IL_001a: { int32_t L_4 = ___capacity0; __this->set_table_3(((SlotU5BU5D_t227397015*)SZArrayNew(SlotU5BU5D_t227397015_il2cpp_TypeInfo_var, (uint32_t)L_4))); __this->set_inUse_1(0); __this->set_modificationCount_2(0); return; } } // System.Void System.Collections.SortedList::CopyToArray(System.Array,System.Int32,System.Collections.SortedList/EnumeratorMode) extern "C" IL2CPP_METHOD_ATTR void SortedList_CopyToArray_m1013332301 (SortedList_t2427694641 * __this, RuntimeArray * ___arr0, int32_t ___i1, int32_t ___mode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_CopyToArray_m1013332301_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeArray * L_0 = ___arr0; 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, _stringLiteral1391663567, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SortedList_CopyToArray_m1013332301_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___i1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_002b; } } { int32_t L_3 = ___i1; int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); RuntimeArray * L_5 = ___arr0; NullCheck(L_5); int32_t L_6 = Array_get_Length_m21610649(L_5, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)L_6))) { goto IL_0036; } } IL_002b: { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral3452614599, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,SortedList_CopyToArray_m1013332301_RuntimeMethod_var); } IL_0036: { int32_t L_8 = ___mode2; Enumerator_t3548462377 * L_9 = (Enumerator_t3548462377 *)il2cpp_codegen_object_new(Enumerator_t3548462377_il2cpp_TypeInfo_var); Enumerator__ctor_m4264210349(L_9, __this, L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_0055; } IL_0043: { RuntimeArray * L_10 = ___arr0; RuntimeObject* L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); int32_t L_13 = ___i1; int32_t L_14 = L_13; ___i1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_10); Array_SetValue_m3412255035(L_10, L_12, L_14, /*hidden argument*/NULL); } IL_0055: { RuntimeObject* L_15 = V_0; NullCheck(L_15); bool L_16 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0043; } } { return; } } // System.Int32 System.Collections.SortedList::Find(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t SortedList_Find_m3363512987 (SortedList_t2427694641 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SortedList_Find_m3363512987_MetadataUsageId); s_Il2CppMethodInitialized = true; } SlotU5BU5D_t227397015* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; RuntimeObject* V_7 = NULL; RuntimeObject* G_B5_0 = NULL; { SlotU5BU5D_t227397015* L_0 = __this->get_table_3(); V_0 = L_0; int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, __this); V_1 = L_1; int32_t L_2 = V_1; if (L_2) { goto IL_0016; } } { return (-1); } IL_0016: { RuntimeObject* L_3 = __this->get_comparer_4(); if (L_3) { goto IL_002f; } } { IL2CPP_RUNTIME_CLASS_INIT(Comparer_t1912461351_il2cpp_TypeInfo_var); Comparer_t1912461351 * L_4 = ((Comparer_t1912461351_StaticFields*)il2cpp_codegen_static_fields_for(Comparer_t1912461351_il2cpp_TypeInfo_var))->get_Default_0(); V_7 = L_4; RuntimeObject* L_5 = V_7; G_B5_0 = L_5; goto IL_0035; } IL_002f: { RuntimeObject* L_6 = __this->get_comparer_4(); G_B5_0 = L_6; } IL_0035: { V_2 = G_B5_0; V_3 = 0; int32_t L_7 = V_1; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_0082; } IL_0042: { int32_t L_8 = V_3; int32_t L_9 = V_4; V_5 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))>>(int32_t)1)); RuntimeObject* L_10 = V_2; SlotU5BU5D_t227397015* L_11 = V_0; int32_t L_12 = V_5; NullCheck(L_11); RuntimeObject * L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->get_key_0(); RuntimeObject * L_14 = ___key0; NullCheck(L_10); int32_t L_15 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t1540313114_il2cpp_TypeInfo_var, L_10, L_13, L_14); V_6 = L_15; int32_t L_16 = V_6; if (L_16) { goto IL_006a; } } { int32_t L_17 = V_5; return L_17; } IL_006a: { int32_t L_18 = V_6; if ((((int32_t)L_18) >= ((int32_t)0))) { goto IL_007c; } } { int32_t L_19 = V_5; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); goto IL_0082; } IL_007c: { int32_t L_20 = V_5; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); } IL_0082: { int32_t L_21 = V_3; int32_t L_22 = V_4; if ((((int32_t)L_21) <= ((int32_t)L_22))) { goto IL_0042; } } { int32_t L_23 = V_3; return ((~L_23)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.SortedList/Enumerator::.ctor(System.Collections.SortedList,System.Collections.SortedList/EnumeratorMode) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m4264210349 (Enumerator_t3548462377 * __this, SortedList_t2427694641 * ___host0, int32_t ___mode1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SortedList_t2427694641 * L_0 = ___host0; __this->set_host_0(L_0); SortedList_t2427694641 * L_1 = ___host0; NullCheck(L_1); int32_t L_2 = L_1->get_modificationCount_2(); __this->set_stamp_1(L_2); SortedList_t2427694641 * L_3 = ___host0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, L_3); __this->set_size_3(L_4); int32_t L_5 = ___mode1; __this->set_mode_4(L_5); Enumerator_Reset_m1367479817(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.SortedList/Enumerator::.cctor() extern "C" IL2CPP_METHOD_ATTR void Enumerator__cctor_m3377250123 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator__cctor_m3377250123_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Enumerator_t3548462377_StaticFields*)il2cpp_codegen_static_fields_for(Enumerator_t3548462377_il2cpp_TypeInfo_var))->set_xstr_8(_stringLiteral3773069608); return; } } // System.Void System.Collections.SortedList/Enumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Reset_m1367479817 (Enumerator_t3548462377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_Reset_m1367479817_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SortedList_t2427694641 * L_0 = __this->get_host_0(); NullCheck(L_0); int32_t L_1 = L_0->get_modificationCount_2(); int32_t L_2 = __this->get_stamp_1(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0021; } } { bool L_3 = __this->get_invalid_7(); if (!L_3) { goto IL_002c; } } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(Enumerator_t3548462377_il2cpp_TypeInfo_var); String_t* L_4 = ((Enumerator_t3548462377_StaticFields*)il2cpp_codegen_static_fields_for(Enumerator_t3548462377_il2cpp_TypeInfo_var))->get_xstr_8(); InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_Reset_m1367479817_RuntimeMethod_var); } IL_002c: { __this->set_pos_2((-1)); __this->set_currentKey_5(NULL); __this->set_currentValue_6(NULL); return; } } // System.Boolean System.Collections.SortedList/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m635366482 (Enumerator_t3548462377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m635366482_MetadataUsageId); s_Il2CppMethodInitialized = true; } SlotU5BU5D_t227397015* V_0 = NULL; Slot_t384495010 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { SortedList_t2427694641 * L_0 = __this->get_host_0(); NullCheck(L_0); int32_t L_1 = L_0->get_modificationCount_2(); int32_t L_2 = __this->get_stamp_1(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0021; } } { bool L_3 = __this->get_invalid_7(); if (!L_3) { goto IL_002c; } } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(Enumerator_t3548462377_il2cpp_TypeInfo_var); String_t* L_4 = ((Enumerator_t3548462377_StaticFields*)il2cpp_codegen_static_fields_for(Enumerator_t3548462377_il2cpp_TypeInfo_var))->get_xstr_8(); InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_MoveNext_m635366482_RuntimeMethod_var); } IL_002c: { SortedList_t2427694641 * L_6 = __this->get_host_0(); NullCheck(L_6); SlotU5BU5D_t227397015* L_7 = L_6->get_table_3(); V_0 = L_7; int32_t L_8 = __this->get_pos_2(); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); V_2 = L_9; __this->set_pos_2(L_9); int32_t L_10 = V_2; int32_t L_11 = __this->get_size_3(); if ((((int32_t)L_10) >= ((int32_t)L_11))) { goto IL_0082; } } { SlotU5BU5D_t227397015* L_12 = V_0; int32_t L_13 = __this->get_pos_2(); NullCheck(L_12); V_1 = (*(Slot_t384495010 *)((L_12)->GetAddressAt(static_cast(L_13)))); RuntimeObject * L_14 = (&V_1)->get_key_0(); __this->set_currentKey_5(L_14); RuntimeObject * L_15 = (&V_1)->get_value_1(); __this->set_currentValue_6(L_15); return (bool)1; } IL_0082: { __this->set_currentKey_5(NULL); __this->set_currentValue_6(NULL); return (bool)0; } } // System.Collections.DictionaryEntry System.Collections.SortedList/Enumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 Enumerator_get_Entry_m3561948123 (Enumerator_t3548462377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_get_Entry_m3561948123_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_invalid_7(); if (L_0) { goto IL_0028; } } { int32_t L_1 = __this->get_pos_2(); int32_t L_2 = __this->get_size_3(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0028; } } { int32_t L_3 = __this->get_pos_2(); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0033; } } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(Enumerator_t3548462377_il2cpp_TypeInfo_var); String_t* L_4 = ((Enumerator_t3548462377_StaticFields*)il2cpp_codegen_static_fields_for(Enumerator_t3548462377_il2cpp_TypeInfo_var))->get_xstr_8(); InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_get_Entry_m3561948123_RuntimeMethod_var); } IL_0033: { RuntimeObject * L_6 = __this->get_currentKey_5(); RuntimeObject * L_7 = __this->get_currentValue_6(); DictionaryEntry_t3123975638 L_8; memset(&L_8, 0, sizeof(L_8)); DictionaryEntry__ctor_m2585376310((&L_8), L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.Collections.SortedList/Enumerator::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Key_m1796421380 (Enumerator_t3548462377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_get_Key_m1796421380_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_invalid_7(); if (L_0) { goto IL_0028; } } { int32_t L_1 = __this->get_pos_2(); int32_t L_2 = __this->get_size_3(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0028; } } { int32_t L_3 = __this->get_pos_2(); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0033; } } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(Enumerator_t3548462377_il2cpp_TypeInfo_var); String_t* L_4 = ((Enumerator_t3548462377_StaticFields*)il2cpp_codegen_static_fields_for(Enumerator_t3548462377_il2cpp_TypeInfo_var))->get_xstr_8(); InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_get_Key_m1796421380_RuntimeMethod_var); } IL_0033: { RuntimeObject * L_6 = __this->get_currentKey_5(); return L_6; } } // System.Object System.Collections.SortedList/Enumerator::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Value_m3071982030 (Enumerator_t3548462377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_get_Value_m3071982030_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_invalid_7(); if (L_0) { goto IL_0028; } } { int32_t L_1 = __this->get_pos_2(); int32_t L_2 = __this->get_size_3(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0028; } } { int32_t L_3 = __this->get_pos_2(); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0033; } } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(Enumerator_t3548462377_il2cpp_TypeInfo_var); String_t* L_4 = ((Enumerator_t3548462377_StaticFields*)il2cpp_codegen_static_fields_for(Enumerator_t3548462377_il2cpp_TypeInfo_var))->get_xstr_8(); InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_get_Value_m3071982030_RuntimeMethod_var); } IL_0033: { RuntimeObject * L_6 = __this->get_currentValue_6(); return L_6; } } // System.Object System.Collections.SortedList/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m3370609987 (Enumerator_t3548462377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_get_Current_m3370609987_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_invalid_7(); if (L_0) { goto IL_0028; } } { int32_t L_1 = __this->get_pos_2(); int32_t L_2 = __this->get_size_3(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0028; } } { int32_t L_3 = __this->get_pos_2(); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0033; } } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(Enumerator_t3548462377_il2cpp_TypeInfo_var); String_t* L_4 = ((Enumerator_t3548462377_StaticFields*)il2cpp_codegen_static_fields_for(Enumerator_t3548462377_il2cpp_TypeInfo_var))->get_xstr_8(); InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_get_Current_m3370609987_RuntimeMethod_var); } IL_0033: { int32_t L_6 = __this->get_mode_4(); V_0 = L_6; int32_t L_7 = V_0; switch (L_7) { case 0: { goto IL_0051; } case 1: { goto IL_0058; } case 2: { goto IL_005f; } } } { goto IL_006b; } IL_0051: { RuntimeObject * L_8 = __this->get_currentKey_5(); return L_8; } IL_0058: { RuntimeObject * L_9 = __this->get_currentValue_6(); return L_9; } IL_005f: { DictionaryEntry_t3123975638 L_10 = Enumerator_get_Entry_m3561948123(__this, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_11 = L_10; RuntimeObject * L_12 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_11); return L_12; } IL_006b: { int32_t L_13 = __this->get_mode_4(); int32_t L_14 = L_13; RuntimeObject * L_15 = Box(EnumeratorMode_t3719608883_il2cpp_TypeInfo_var, &L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m904156431(NULL /*static, unused*/, L_15, _stringLiteral2698904487, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_17 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Enumerator_get_Current_m3370609987_RuntimeMethod_var); } } // System.Object System.Collections.SortedList/Enumerator::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_Clone_m1942171085 (Enumerator_t3548462377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_Clone_m1942171085_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t3548462377 * V_0 = NULL; { SortedList_t2427694641 * L_0 = __this->get_host_0(); int32_t L_1 = __this->get_mode_4(); Enumerator_t3548462377 * L_2 = (Enumerator_t3548462377 *)il2cpp_codegen_object_new(Enumerator_t3548462377_il2cpp_TypeInfo_var); Enumerator__ctor_m4264210349(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Enumerator_t3548462377 * L_3 = V_0; int32_t L_4 = __this->get_stamp_1(); NullCheck(L_3); L_3->set_stamp_1(L_4); Enumerator_t3548462377 * L_5 = V_0; int32_t L_6 = __this->get_pos_2(); NullCheck(L_5); L_5->set_pos_2(L_6); Enumerator_t3548462377 * L_7 = V_0; int32_t L_8 = __this->get_size_3(); NullCheck(L_7); L_7->set_size_3(L_8); Enumerator_t3548462377 * L_9 = V_0; RuntimeObject * L_10 = __this->get_currentKey_5(); NullCheck(L_9); L_9->set_currentKey_5(L_10); Enumerator_t3548462377 * L_11 = V_0; RuntimeObject * L_12 = __this->get_currentValue_6(); NullCheck(L_11); L_11->set_currentValue_6(L_12); Enumerator_t3548462377 * L_13 = V_0; bool L_14 = __this->get_invalid_7(); NullCheck(L_13); L_13->set_invalid_7(L_14); Enumerator_t3548462377 * L_15 = V_0; return L_15; } } #ifdef __clang__ #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.Collections.SortedList/ListKeys::.ctor(System.Collections.SortedList) extern "C" IL2CPP_METHOD_ATTR void ListKeys__ctor_m132277932 (ListKeys_t1506865728 * __this, SortedList_t2427694641 * ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListKeys__ctor_m132277932_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SortedList_t2427694641 * L_0 = ___host0; 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,ListKeys__ctor_m132277932_RuntimeMethod_var); } IL_0012: { SortedList_t2427694641 * L_2 = ___host0; __this->set_host_0(L_2); return; } } // System.Int32 System.Collections.SortedList/ListKeys::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ListKeys_get_Count_m1203091392 (ListKeys_t1506865728 * __this, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Collections.SortedList/ListKeys::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool ListKeys_get_IsSynchronized_m1383519739 (ListKeys_t1506865728 * __this, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Collections.SortedList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Collections.SortedList/ListKeys::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListKeys_get_SyncRoot_m2187925119 (ListKeys_t1506865728 * __this, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(23 /* System.Object System.Collections.SortedList::get_SyncRoot() */, L_0); return L_1; } } // System.Void System.Collections.SortedList/ListKeys::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ListKeys_CopyTo_m2213580603 (ListKeys_t1506865728 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___arrayIndex1; NullCheck(L_0); SortedList_CopyToArray_m1013332301(L_0, L_1, L_2, 0, /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.SortedList/ListKeys::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool ListKeys_get_IsFixedSize_m1812520430 (ListKeys_t1506865728 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Collections.SortedList/ListKeys::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ListKeys_get_IsReadOnly_m3158485140 (ListKeys_t1506865728 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.SortedList/ListKeys::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListKeys_get_Item_m1955309188 (ListKeys_t1506865728 * __this, int32_t ___index0, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(45 /* System.Object System.Collections.SortedList::GetKey(System.Int32) */, L_0, L_1); return L_2; } } // System.Void System.Collections.SortedList/ListKeys::set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListKeys_set_Item_m3432812671 (ListKeys_t1506865728 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListKeys_set_Item_m3432812671_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral3139562881, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListKeys_set_Item_m3432812671_RuntimeMethod_var); } } // System.Int32 System.Collections.SortedList/ListKeys::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ListKeys_Add_m413003750 (ListKeys_t1506865728 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListKeys_Add_m413003750_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral2131562142, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListKeys_Add_m413003750_RuntimeMethod_var); } } // System.Void System.Collections.SortedList/ListKeys::Clear() extern "C" IL2CPP_METHOD_ATTR void ListKeys_Clear_m728790154 (ListKeys_t1506865728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListKeys_Clear_m728790154_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral2534119947, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListKeys_Clear_m728790154_RuntimeMethod_var); } } // System.Boolean System.Collections.SortedList/ListKeys::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ListKeys_Contains_m342621034 (ListKeys_t1506865728 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(34 /* System.Boolean System.Collections.SortedList::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Int32 System.Collections.SortedList/ListKeys::IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ListKeys_IndexOf_m3572544279 (ListKeys_t1506865728 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(40 /* System.Int32 System.Collections.SortedList::IndexOfKey(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.SortedList/ListKeys::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListKeys_Insert_m2526388241 (ListKeys_t1506865728 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListKeys_Insert_m2526388241_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral3858640479, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListKeys_Insert_m2526388241_RuntimeMethod_var); } } // System.Void System.Collections.SortedList/ListKeys::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void ListKeys_Remove_m3054623562 (ListKeys_t1506865728 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListKeys_Remove_m3054623562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral1796059884, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListKeys_Remove_m3054623562_RuntimeMethod_var); } } // System.Void System.Collections.SortedList/ListKeys::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ListKeys_RemoveAt_m4278574964 (ListKeys_t1506865728 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListKeys_RemoveAt_m4278574964_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral3148448474, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListKeys_RemoveAt_m4278574964_RuntimeMethod_var); } } // System.Collections.IEnumerator System.Collections.SortedList/ListKeys::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListKeys_GetEnumerator_m2920668749 (ListKeys_t1506865728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListKeys_GetEnumerator_m2920668749_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SortedList_t2427694641 * L_0 = __this->get_host_0(); Enumerator_t3548462377 * L_1 = (Enumerator_t3548462377 *)il2cpp_codegen_object_new(Enumerator_t3548462377_il2cpp_TypeInfo_var); Enumerator__ctor_m4264210349(L_1, L_0, 0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.SortedList/ListValues::.ctor(System.Collections.SortedList) extern "C" IL2CPP_METHOD_ATTR void ListValues__ctor_m1207242125 (ListValues_t1796620884 * __this, SortedList_t2427694641 * ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListValues__ctor_m1207242125_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SortedList_t2427694641 * L_0 = ___host0; 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,ListValues__ctor_m1207242125_RuntimeMethod_var); } IL_0012: { SortedList_t2427694641 * L_2 = ___host0; __this->set_host_0(L_2); return; } } // System.Int32 System.Collections.SortedList/ListValues::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ListValues_get_Count_m2433246269 (ListValues_t1796620884 * __this, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Collections.SortedList/ListValues::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool ListValues_get_IsSynchronized_m2729486020 (ListValues_t1796620884 * __this, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Collections.SortedList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Collections.SortedList/ListValues::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListValues_get_SyncRoot_m3787666356 (ListValues_t1796620884 * __this, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(23 /* System.Object System.Collections.SortedList::get_SyncRoot() */, L_0); return L_1; } } // System.Void System.Collections.SortedList/ListValues::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ListValues_CopyTo_m4248343128 (ListValues_t1796620884 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___arrayIndex1; NullCheck(L_0); SortedList_CopyToArray_m1013332301(L_0, L_1, L_2, 1, /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.SortedList/ListValues::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool ListValues_get_IsFixedSize_m1752221751 (ListValues_t1796620884 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Collections.SortedList/ListValues::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ListValues_get_IsReadOnly_m3385815943 (ListValues_t1796620884 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object System.Collections.SortedList/ListValues::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListValues_get_Item_m117802729 (ListValues_t1796620884 * __this, int32_t ___index0, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(44 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_0, L_1); return L_2; } } // System.Void System.Collections.SortedList/ListValues::set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListValues_set_Item_m468026500 (ListValues_t1796620884 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListValues_set_Item_m468026500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral2800027584, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListValues_set_Item_m468026500_RuntimeMethod_var); } } // System.Int32 System.Collections.SortedList/ListValues::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ListValues_Add_m328448324 (ListValues_t1796620884 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListValues_Add_m328448324_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral2131562142, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListValues_Add_m328448324_RuntimeMethod_var); } } // System.Void System.Collections.SortedList/ListValues::Clear() extern "C" IL2CPP_METHOD_ATTR void ListValues_Clear_m1926967218 (ListValues_t1796620884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListValues_Clear_m1926967218_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral2534119947, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListValues_Clear_m1926967218_RuntimeMethod_var); } } // System.Boolean System.Collections.SortedList/ListValues::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ListValues_Contains_m2155846063 (ListValues_t1796620884 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(43 /* System.Boolean System.Collections.SortedList::ContainsValue(System.Object) */, L_0, L_1); return L_2; } } // System.Int32 System.Collections.SortedList/ListValues::IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ListValues_IndexOf_m3254040008 (ListValues_t1796620884 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { SortedList_t2427694641 * L_0 = __this->get_host_0(); RuntimeObject * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(41 /* System.Int32 System.Collections.SortedList::IndexOfValue(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.SortedList/ListValues::Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListValues_Insert_m2022869439 (ListValues_t1796620884 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListValues_Insert_m2022869439_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral3858640479, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListValues_Insert_m2022869439_RuntimeMethod_var); } } // System.Void System.Collections.SortedList/ListValues::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void ListValues_Remove_m2246809042 (ListValues_t1796620884 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListValues_Remove_m2246809042_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral1796059884, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListValues_Remove_m2246809042_RuntimeMethod_var); } } // System.Void System.Collections.SortedList/ListValues::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ListValues_RemoveAt_m3463573621 (ListValues_t1796620884 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListValues_RemoveAt_m3463573621_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral3148448474, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ListValues_RemoveAt_m3463573621_RuntimeMethod_var); } } // System.Collections.IEnumerator System.Collections.SortedList/ListValues::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListValues_GetEnumerator_m1108246010 (ListValues_t1796620884 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListValues_GetEnumerator_m1108246010_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SortedList_t2427694641 * L_0 = __this->get_host_0(); Enumerator_t3548462377 * L_1 = (Enumerator_t3548462377 *)il2cpp_codegen_object_new(Enumerator_t3548462377_il2cpp_TypeInfo_var); Enumerator__ctor_m4264210349(L_1, L_0, 1, /*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 // Conversion methods for marshalling of: System.Collections.SortedList/Slot extern "C" void Slot_t384495010_marshal_pinvoke(const Slot_t384495010& unmarshaled, Slot_t384495010_marshaled_pinvoke& marshaled) { if (unmarshaled.get_key_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_key_0())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_key_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.___key_0)); il2cpp_codegen_com_raise_exception_if_failed(hr, false); } else { marshaled.___key_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_key_0()); } } else { marshaled.___key_0 = NULL; } if (unmarshaled.get_value_1() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_value_1())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_value_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.___value_1)); il2cpp_codegen_com_raise_exception_if_failed(hr, false); } else { marshaled.___value_1 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_value_1()); } } else { marshaled.___value_1 = NULL; } } extern "C" void Slot_t384495010_marshal_pinvoke_back(const Slot_t384495010_marshaled_pinvoke& marshaled, Slot_t384495010& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Slot_t384495010_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.___key_0 != NULL) { unmarshaled.set_key_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___key_0, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set_key_0(NULL); } if (marshaled.___value_1 != NULL) { unmarshaled.set_value_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___value_1, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set_value_1(NULL); } } // Conversion method for clean up from marshalling of: System.Collections.SortedList/Slot extern "C" void Slot_t384495010_marshal_pinvoke_cleanup(Slot_t384495010_marshaled_pinvoke& marshaled) { if (marshaled.___key_0 != NULL) { (marshaled.___key_0)->Release(); marshaled.___key_0 = NULL; } if (marshaled.___value_1 != NULL) { (marshaled.___value_1)->Release(); marshaled.___value_1 = NULL; } } // Conversion methods for marshalling of: System.Collections.SortedList/Slot extern "C" void Slot_t384495010_marshal_com(const Slot_t384495010& unmarshaled, Slot_t384495010_marshaled_com& marshaled) { if (unmarshaled.get_key_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_key_0())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_key_0())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.___key_0)); il2cpp_codegen_com_raise_exception_if_failed(hr, true); } else { marshaled.___key_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_key_0()); } } else { marshaled.___key_0 = NULL; } if (unmarshaled.get_value_1() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_value_1())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_value_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.___value_1)); il2cpp_codegen_com_raise_exception_if_failed(hr, true); } else { marshaled.___value_1 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_value_1()); } } else { marshaled.___value_1 = NULL; } } extern "C" void Slot_t384495010_marshal_com_back(const Slot_t384495010_marshaled_com& marshaled, Slot_t384495010& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Slot_t384495010_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.___key_0 != NULL) { unmarshaled.set_key_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___key_0, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set_key_0(NULL); } if (marshaled.___value_1 != NULL) { unmarshaled.set_value_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___value_1, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set_value_1(NULL); } } // Conversion method for clean up from marshalling of: System.Collections.SortedList/Slot extern "C" void Slot_t384495010_marshal_com_cleanup(Slot_t384495010_marshaled_com& marshaled) { if (marshaled.___key_0 != NULL) { (marshaled.___key_0)->Release(); marshaled.___key_0 = NULL; } if (marshaled.___value_1 != NULL) { (marshaled.___value_1)->Release(); marshaled.___value_1 = NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Stack::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m2907601956 (Stack_t2329662280 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stack__ctor_m2907601956_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_current_1((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_contents_0(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)))); __this->set_capacity_3(((int32_t)16)); return; } } // System.Void System.Collections.Stack::.ctor(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m2602729586 (Stack_t2329662280 * __this, RuntimeObject* ___col0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stack__ctor_m2602729586_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); Stack_t2329662280 * G_B2_0 = NULL; Stack_t2329662280 * G_B1_0 = NULL; int32_t G_B3_0 = 0; Stack_t2329662280 * G_B3_1 = NULL; { RuntimeObject* L_0 = ___col0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_000e; } } { G_B3_0 = ((int32_t)16); G_B3_1 = G_B1_0; goto IL_0014; } IL_000e: { RuntimeObject* L_1 = ___col0; NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_1); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0014: { NullCheck(G_B3_1); Stack__ctor_m3503577671(G_B3_1, G_B3_0, /*hidden argument*/NULL); RuntimeObject* L_3 = ___col0; if (L_3) { goto IL_002a; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_4, _stringLiteral2909841371, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Stack__ctor_m2602729586_RuntimeMethod_var); } IL_002a: { RuntimeObject* L_5 = ___col0; NullCheck(L_5); RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_5); V_1 = L_6; } IL_0031: try { // begin try (depth: 1) { goto IL_0044; } IL_0036: { RuntimeObject* L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); V_0 = L_8; RuntimeObject * L_9 = V_0; VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, __this, L_9); } IL_0044: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0036; } } IL_004f: { IL2CPP_LEAVE(0x66, FINALLY_0054); } } // 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_12 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (L_13) { goto IL_005f; } } IL_005e: { IL2CPP_END_FINALLY(84) } IL_005f: { RuntimeObject* L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(84) } } // end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_JUMP_TBL(0x66, IL_0066) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0066: { return; } } // System.Void System.Collections.Stack::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m3503577671 (Stack_t2329662280 * __this, int32_t ___initialCapacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stack__ctor_m3503577671_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_current_1((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___initialCapacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001f; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral2623602555, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Stack__ctor_m3503577671_RuntimeMethod_var); } IL_001f: { int32_t L_2 = ___initialCapacity0; __this->set_capacity_3(L_2); int32_t L_3 = __this->get_capacity_3(); __this->set_contents_0(((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_3))); return; } } // System.Void System.Collections.Stack::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Stack_Resize_m3124769495 (Stack_t2329662280 * __this, int32_t ___ncapacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stack_Resize_m3124769495_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { int32_t L_0 = ___ncapacity0; int32_t L_1 = Math_Max_m1873195862(NULL /*static, unused*/, L_0, ((int32_t)16), /*hidden argument*/NULL); ___ncapacity0 = L_1; int32_t L_2 = ___ncapacity0; V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_2)); ObjectU5BU5D_t2843939325* L_3 = __this->get_contents_0(); ObjectU5BU5D_t2843939325* L_4 = V_0; int32_t L_5 = __this->get_count_2(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = ___ncapacity0; __this->set_capacity_3(L_6); ObjectU5BU5D_t2843939325* L_7 = V_0; __this->set_contents_0(L_7); return; } } // System.Int32 System.Collections.Stack::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Stack_get_Count_m2258661097 (Stack_t2329662280 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_2(); return L_0; } } // System.Boolean System.Collections.Stack::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool Stack_get_IsSynchronized_m2265747620 (Stack_t2329662280 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Stack::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_get_SyncRoot_m2243371357 (Stack_t2329662280 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Collections.Stack::Clear() extern "C" IL2CPP_METHOD_ATTR void Stack_Clear_m2010200235 (Stack_t2329662280 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_modCount_4(); __this->set_modCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); V_0 = 0; goto IL_0022; } IL_0015: { ObjectU5BU5D_t2843939325* L_1 = __this->get_contents_0(); int32_t L_2 = V_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, NULL); (L_1)->SetAt(static_cast(L_2), (RuntimeObject *)NULL); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0022: { int32_t L_4 = V_0; int32_t L_5 = __this->get_count_2(); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0015; } } { __this->set_count_2(0); __this->set_current_1((-1)); return; } } // System.Object System.Collections.Stack::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_Clone_m2625073663 (Stack_t2329662280 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stack_Clone_m2625073663_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stack_t2329662280 * V_0 = NULL; { ObjectU5BU5D_t2843939325* L_0 = __this->get_contents_0(); Stack_t2329662280 * L_1 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2602729586(L_1, (RuntimeObject*)(RuntimeObject*)L_0, /*hidden argument*/NULL); V_0 = L_1; Stack_t2329662280 * L_2 = V_0; int32_t L_3 = __this->get_current_1(); NullCheck(L_2); L_2->set_current_1(L_3); Stack_t2329662280 * L_4 = V_0; int32_t L_5 = __this->get_count_2(); NullCheck(L_4); L_4->set_count_2(L_5); Stack_t2329662280 * L_6 = V_0; return L_6; } } // System.Boolean System.Collections.Stack::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Stack_Contains_m1198820329 (Stack_t2329662280 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_count_2(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; if (L_1) { goto IL_003e; } } { V_0 = 0; goto IL_002d; } IL_001a: { ObjectU5BU5D_t2843939325* L_2 = __this->get_contents_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; RuntimeObject * L_5 = (L_2)->GetAt(static_cast(L_4)); if (L_5) { goto IL_0029; } } { return (bool)1; } IL_0029: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002d: { int32_t L_7 = V_0; int32_t L_8 = __this->get_count_2(); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_001a; } } { goto IL_006a; } IL_003e: { V_1 = 0; goto IL_005e; } IL_0045: { RuntimeObject * L_9 = ___obj0; ObjectU5BU5D_t2843939325* L_10 = __this->get_contents_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_9); bool L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_13); if (!L_14) { goto IL_005a; } } { return (bool)1; } IL_005a: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005e: { int32_t L_16 = V_1; int32_t L_17 = __this->get_count_2(); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0045; } } IL_006a: { return (bool)0; } } // System.Void System.Collections.Stack::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Stack_CopyTo_m953825709 (Stack_t2329662280 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stack_CopyTo_m953825709_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Stack_CopyTo_m953825709_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0023; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Stack_CopyTo_m953825709_RuntimeMethod_var); } IL_0023: { RuntimeArray * L_4 = ___array0; NullCheck(L_4); int32_t L_5 = Array_get_Rank_m3448755881(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) > ((int32_t)1))) { goto IL_005a; } } { RuntimeArray * L_6 = ___array0; NullCheck(L_6); int32_t L_7 = Array_get_Length_m21610649(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0047; } } { int32_t L_8 = ___index1; RuntimeArray * L_9 = ___array0; NullCheck(L_9); int32_t L_10 = Array_get_Length_m21610649(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)L_10))) { goto IL_005a; } } IL_0047: { int32_t L_11 = __this->get_count_2(); RuntimeArray * L_12 = ___array0; NullCheck(L_12); int32_t L_13 = Array_get_Length_m21610649(L_12, /*hidden argument*/NULL); int32_t L_14 = ___index1; if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14))))) { goto IL_0060; } } IL_005a: { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Stack_CopyTo_m953825709_RuntimeMethod_var); } IL_0060: { int32_t L_16 = __this->get_current_1(); V_0 = L_16; goto IL_008a; } IL_006c: { RuntimeArray * L_17 = ___array0; ObjectU5BU5D_t2843939325* L_18 = __this->get_contents_0(); int32_t L_19 = V_0; NullCheck(L_18); int32_t L_20 = L_19; RuntimeObject * L_21 = (L_18)->GetAt(static_cast(L_20)); int32_t L_22 = __this->get_count_2(); int32_t L_23 = V_0; int32_t L_24 = ___index1; NullCheck(L_17); Array_SetValue_m3412255035(L_17, L_21, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)))), (int32_t)L_24)), /*hidden argument*/NULL); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); } IL_008a: { int32_t L_26 = V_0; if ((!(((uint32_t)L_26) == ((uint32_t)(-1))))) { goto IL_006c; } } { return; } } // System.Collections.IEnumerator System.Collections.Stack::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Stack_GetEnumerator_m2673437525 (Stack_t2329662280 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stack_GetEnumerator_m2673437525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_t2929709194 * L_0 = (Enumerator_t2929709194 *)il2cpp_codegen_object_new(Enumerator_t2929709194_il2cpp_TypeInfo_var); Enumerator__ctor_m3362421874(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Object System.Collections.Stack::Peek() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_Peek_m2216191248 (Stack_t2329662280 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stack_Peek_m2216191248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_current_1(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0012; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Stack_Peek_m2216191248_RuntimeMethod_var); } IL_0012: { ObjectU5BU5D_t2843939325* L_2 = __this->get_contents_0(); int32_t L_3 = __this->get_current_1(); NullCheck(L_2); int32_t L_4 = L_3; RuntimeObject * L_5 = (L_2)->GetAt(static_cast(L_4)); return L_5; } } // System.Object System.Collections.Stack::Pop() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_Pop_m4248134981 (Stack_t2329662280 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stack_Pop_m4248134981_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { int32_t L_0 = __this->get_current_1(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0012; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Stack_Pop_m4248134981_RuntimeMethod_var); } IL_0012: { int32_t L_2 = __this->get_modCount_4(); __this->set_modCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); ObjectU5BU5D_t2843939325* L_3 = __this->get_contents_0(); int32_t L_4 = __this->get_current_1(); NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; ObjectU5BU5D_t2843939325* L_7 = __this->get_contents_0(); int32_t L_8 = __this->get_current_1(); NullCheck(L_7); ArrayElementTypeCheck (L_7, NULL); (L_7)->SetAt(static_cast(L_8), (RuntimeObject *)NULL); int32_t L_9 = __this->get_count_2(); __this->set_count_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); int32_t L_10 = __this->get_current_1(); __this->set_current_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = __this->get_count_2(); int32_t L_12 = __this->get_capacity_3(); if ((((int32_t)L_11) > ((int32_t)((int32_t)((int32_t)L_12/(int32_t)4))))) { goto IL_0086; } } { int32_t L_13 = __this->get_count_2(); if ((((int32_t)L_13) <= ((int32_t)((int32_t)16)))) { goto IL_0086; } } { int32_t L_14 = __this->get_capacity_3(); Stack_Resize_m3124769495(__this, ((int32_t)((int32_t)L_14/(int32_t)2)), /*hidden argument*/NULL); } IL_0086: { RuntimeObject * L_15 = V_0; return L_15; } } // System.Void System.Collections.Stack::Push(System.Object) extern "C" IL2CPP_METHOD_ATTR void Stack_Push_m2529252115 (Stack_t2329662280 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_modCount_4(); __this->set_modCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_capacity_3(); int32_t L_2 = __this->get_count_2(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_002d; } } { int32_t L_3 = __this->get_capacity_3(); Stack_Resize_m3124769495(__this, ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)), /*hidden argument*/NULL); } IL_002d: { int32_t L_4 = __this->get_count_2(); __this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = __this->get_current_1(); __this->set_current_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); ObjectU5BU5D_t2843939325* L_6 = __this->get_contents_0(); int32_t L_7 = __this->get_current_1(); RuntimeObject * L_8 = ___obj0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(L_7), (RuntimeObject *)L_8); return; } } // System.Object[] System.Collections.Stack::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Stack_ToArray_m452989399 (Stack_t2329662280 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stack_ToArray_m452989399_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { int32_t L_0 = __this->get_count_2(); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_0)); ObjectU5BU5D_t2843939325* L_1 = __this->get_contents_0(); ObjectU5BU5D_t2843939325* L_2 = V_0; int32_t L_3 = __this->get_count_2(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_4 = V_0; Array_Reverse_m3714848183(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_5 = V_0; 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 // System.Void System.Collections.Stack/Enumerator::.ctor(System.Collections.Stack) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m3362421874 (Enumerator_t2929709194 * __this, Stack_t2329662280 * ___s0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Stack_t2329662280 * L_0 = ___s0; __this->set_stack_0(L_0); Stack_t2329662280 * L_1 = ___s0; NullCheck(L_1); int32_t L_2 = L_1->get_modCount_4(); __this->set_modCount_1(L_2); __this->set_current_2(((int32_t)-2)); return; } } // System.Object System.Collections.Stack/Enumerator::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_Clone_m1203486474 (Enumerator_t2929709194 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return L_0; } } // System.Object System.Collections.Stack/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m2520471220 (Enumerator_t2929709194 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_get_Current_m2520471220_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_modCount_1(); Stack_t2329662280 * L_1 = __this->get_stack_0(); NullCheck(L_1); int32_t L_2 = L_1->get_modCount_4(); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0045; } } { int32_t L_3 = __this->get_current_2(); if ((((int32_t)L_3) == ((int32_t)((int32_t)-2)))) { goto IL_0045; } } { int32_t L_4 = __this->get_current_2(); if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0045; } } { int32_t L_5 = __this->get_current_2(); Stack_t2329662280 * L_6 = __this->get_stack_0(); NullCheck(L_6); int32_t L_7 = L_6->get_count_2(); if ((((int32_t)L_5) <= ((int32_t)L_7))) { goto IL_004b; } } IL_0045: { InvalidOperationException_t56020091 * L_8 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Enumerator_get_Current_m2520471220_RuntimeMethod_var); } IL_004b: { Stack_t2329662280 * L_9 = __this->get_stack_0(); NullCheck(L_9); ObjectU5BU5D_t2843939325* L_10 = L_9->get_contents_0(); int32_t L_11 = __this->get_current_2(); NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); return L_13; } } // System.Boolean System.Collections.Stack/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3995713679 (Enumerator_t2929709194 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m3995713679_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_modCount_1(); Stack_t2329662280 * L_1 = __this->get_stack_0(); NullCheck(L_1); int32_t L_2 = L_1->get_modCount_4(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001c; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Enumerator_MoveNext_m3995713679_RuntimeMethod_var); } IL_001c: { int32_t L_4 = __this->get_current_2(); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)-2)))) { goto IL_0037; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0055; } } { goto IL_0057; } IL_0037: { Stack_t2329662280 * L_7 = __this->get_stack_0(); NullCheck(L_7); int32_t L_8 = L_7->get_current_1(); __this->set_current_2(L_8); int32_t L_9 = __this->get_current_2(); return (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0055: { return (bool)0; } IL_0057: { int32_t L_10 = __this->get_current_2(); __this->set_current_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = __this->get_current_2(); return (bool)((((int32_t)((((int32_t)L_11) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Collections.Stack/Enumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Reset_m2459931042 (Enumerator_t2929709194 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_Reset_m2459931042_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_modCount_1(); Stack_t2329662280 * L_1 = __this->get_stack_0(); NullCheck(L_1); int32_t L_2 = L_1->get_modCount_4(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_001c; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Enumerator_Reset_m2459931042_RuntimeMethod_var); } IL_001c: { __this->set_current_2(((int32_t)-2)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.Console::.cctor() extern "C" IL2CPP_METHOD_ATTR void Console__cctor_m1860305256 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console__cctor_m1860305256_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 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); { intptr_t L_0 = (intptr_t)Console_DoConsoleCancelEvent_m2550292587_RuntimeMethod_var; InternalCancelHandler_t872516951 * L_1 = (InternalCancelHandler_t872516951 *)il2cpp_codegen_object_new(InternalCancelHandler_t872516951_il2cpp_TypeInfo_var); InternalCancelHandler__ctor_m1628899151(L_1, NULL, L_0, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_cancel_handler_6(L_1); bool L_2 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_0059; } } IL_001b: try { // begin try (depth: 1) int32_t L_3 = WindowsConsole_GetInputCodePage_m3071838517(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_4 = Encoding_GetEncoding_m2801244948(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_inputEncoding_3(L_4); int32_t L_5 = WindowsConsole_GetOutputCodePage_m1196875659(NULL /*static, unused*/, /*hidden argument*/NULL); Encoding_t1523322056 * L_6 = Encoding_GetEncoding_m2801244948(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_outputEncoding_4(L_6); goto IL_0054; } // 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_003e; throw e; } CATCH_003e: { // begin catch(System.Object) IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_7 = Encoding_get_Default_m1632902165(NULL /*static, unused*/, /*hidden argument*/NULL); Encoding_t1523322056 * L_8 = L_7; ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_outputEncoding_4(L_8); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_inputEncoding_3(L_8); goto IL_0054; } // end catch (depth: 1) IL_0054: { goto IL_00a8; } IL_0059: { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_InternalCodePage_m4154357846(NULL /*static, unused*/, (&V_0), /*hidden argument*/NULL); int32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_0098; } } { int32_t L_10 = V_0; if ((((int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)268435455)))) == ((int32_t)3))) { goto IL_0083; } } { int32_t L_11 = V_0; if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)268435456)))) { goto IL_0098; } } IL_0083: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_12 = Encoding_get_UTF8Unmarked_m3350637783(NULL /*static, unused*/, /*hidden argument*/NULL); Encoding_t1523322056 * L_13 = L_12; ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_outputEncoding_4(L_13); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_inputEncoding_3(L_13); goto IL_00a8; } IL_0098: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_14 = Encoding_get_Default_m1632902165(NULL /*static, unused*/, /*hidden argument*/NULL); Encoding_t1523322056 * L_15 = L_14; ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_outputEncoding_4(L_15); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_inputEncoding_3(L_15); } IL_00a8: { Encoding_t1523322056 * L_16 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_inputEncoding_3(); Encoding_t1523322056 * L_17 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_outputEncoding_4(); Console_SetEncodings_m1501183766(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); return; } } // System.Void System.Console::SetEncodings(System.Text.Encoding,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void Console_SetEncodings_m1501183766 (RuntimeObject * __this /* static, unused */, Encoding_t1523322056 * ___inputEncoding0, Encoding_t1523322056 * ___outputEncoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_SetEncodings_m1501183766_MetadataUsageId); s_Il2CppMethodInitialized = true; } StreamWriter_t1266378904 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Stream_t1273022909 * L_0 = Console_OpenStandardError_m294613724(NULL /*static, unused*/, 0, /*hidden argument*/NULL); Encoding_t1523322056 * L_1 = ___outputEncoding1; UnexceptionalStreamWriter_t2539306459 * L_2 = (UnexceptionalStreamWriter_t2539306459 *)il2cpp_codegen_object_new(UnexceptionalStreamWriter_t2539306459_il2cpp_TypeInfo_var); UnexceptionalStreamWriter__ctor_m1310404920(L_2, L_0, L_1, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_stderr_1(L_2); TextWriter_t3478189236 * L_3 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stderr_1(); NullCheck(((StreamWriter_t1266378904 *)CastclassClass((RuntimeObject*)L_3, StreamWriter_t1266378904_il2cpp_TypeInfo_var))); VirtActionInvoker1< bool >::Invoke(26 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, ((StreamWriter_t1266378904 *)CastclassClass((RuntimeObject*)L_3, StreamWriter_t1266378904_il2cpp_TypeInfo_var)), (bool)1); TextWriter_t3478189236 * L_4 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stderr_1(); IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t3478189236_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_5 = TextWriter_Synchronized_m904006265(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_stderr_1(L_5); bool L_6 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_6) { goto IL_007b; } } { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); bool L_7 = ConsoleDriver_get_IsConsole_m4190584969(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_7) { goto IL_007b; } } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Stream_t1273022909 * L_8 = Console_OpenStandardOutput_m1257556731(NULL /*static, unused*/, 0, /*hidden argument*/NULL); Encoding_t1523322056 * L_9 = ___outputEncoding1; CStreamWriter_t3783449173 * L_10 = (CStreamWriter_t3783449173 *)il2cpp_codegen_object_new(CStreamWriter_t3783449173_il2cpp_TypeInfo_var); CStreamWriter__ctor_m1932602514(L_10, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; StreamWriter_t1266378904 * L_11 = V_0; NullCheck(L_11); VirtActionInvoker1< bool >::Invoke(26 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_11, (bool)1); StreamWriter_t1266378904 * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t3478189236_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_13 = TextWriter_Synchronized_m904006265(NULL /*static, unused*/, L_12, (bool)1, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_stdout_0(L_13); Stream_t1273022909 * L_14 = Console_OpenStandardInput_m3262421490(NULL /*static, unused*/, 0, /*hidden argument*/NULL); Encoding_t1523322056 * L_15 = ___inputEncoding0; CStreamReader_t1059740272 * L_16 = (CStreamReader_t1059740272 *)il2cpp_codegen_object_new(CStreamReader_t1059740272_il2cpp_TypeInfo_var); CStreamReader__ctor_m3149611978(L_16, L_14, L_15, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_stdin_2(L_16); goto IL_00cc; } IL_007b: { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Stream_t1273022909 * L_17 = Console_OpenStandardOutput_m1257556731(NULL /*static, unused*/, 0, /*hidden argument*/NULL); Encoding_t1523322056 * L_18 = ___outputEncoding1; UnexceptionalStreamWriter_t2539306459 * L_19 = (UnexceptionalStreamWriter_t2539306459 *)il2cpp_codegen_object_new(UnexceptionalStreamWriter_t2539306459_il2cpp_TypeInfo_var); UnexceptionalStreamWriter__ctor_m1310404920(L_19, L_17, L_18, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_stdout_0(L_19); TextWriter_t3478189236 * L_20 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); NullCheck(((StreamWriter_t1266378904 *)CastclassClass((RuntimeObject*)L_20, StreamWriter_t1266378904_il2cpp_TypeInfo_var))); VirtActionInvoker1< bool >::Invoke(26 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, ((StreamWriter_t1266378904 *)CastclassClass((RuntimeObject*)L_20, StreamWriter_t1266378904_il2cpp_TypeInfo_var)), (bool)1); TextWriter_t3478189236 * L_21 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t3478189236_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_22 = TextWriter_Synchronized_m904006265(NULL /*static, unused*/, L_21, (bool)1, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_stdout_0(L_22); Stream_t1273022909 * L_23 = Console_OpenStandardInput_m3262421490(NULL /*static, unused*/, 0, /*hidden argument*/NULL); Encoding_t1523322056 * L_24 = ___inputEncoding0; UnexceptionalStreamReader_t2154476246 * L_25 = (UnexceptionalStreamReader_t2154476246 *)il2cpp_codegen_object_new(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var); UnexceptionalStreamReader__ctor_m1568917069(L_25, L_23, L_24, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_stdin_2(L_25); TextReader_t283511965 * L_26 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdin_2(); IL2CPP_RUNTIME_CLASS_INIT(TextReader_t283511965_il2cpp_TypeInfo_var); TextReader_t283511965 * L_27 = TextReader_Synchronized_m3004980758(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_stdin_2(L_27); } IL_00cc: { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_28 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); TextWriter_t3478189236 * L_29 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stderr_1(); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); TextReader_t283511965 * L_30 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdin_2(); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); return; } } // System.IO.TextWriter System.Console::get_Error() extern "C" IL2CPP_METHOD_ATTR TextWriter_t3478189236 * Console_get_Error_m1839879495 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_get_Error_m1839879495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_0 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stderr_1(); return L_0; } } // System.IO.TextWriter System.Console::get_Out() extern "C" IL2CPP_METHOD_ATTR TextWriter_t3478189236 * Console_get_Out_m535961184 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_get_Out_m535961184_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_0 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); return L_0; } } // System.IO.Stream System.Console::Open(System.IntPtr,System.IO.FileAccess,System.Int32) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * Console_Open_m3077673205 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int32_t ___access1, int32_t ___bufferSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_Open_m3077673205_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_t1273022909 * 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); IL_0000: try { // begin try (depth: 1) { intptr_t L_0 = ___handle0; int32_t L_1 = ___access1; int32_t L_2 = ___bufferSize2; int32_t L_3 = ___bufferSize2; FileStream_t4292183065 * L_4 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m3087090334(L_4, L_0, L_1, (bool)0, L_2, (bool)0, (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); V_0 = L_4; goto IL_002a; } IL_0014: { ; // IL_0014: leave IL_002a } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0019; throw e; } CATCH_0019: { // begin catch(System.IO.IOException) { NullStream_t1684893697 * L_5 = (NullStream_t1684893697 *)il2cpp_codegen_object_new(NullStream_t1684893697_il2cpp_TypeInfo_var); NullStream__ctor_m2992573138(L_5, /*hidden argument*/NULL); V_0 = L_5; goto IL_002a; } IL_0025: { ; // IL_0025: leave IL_002a } } // end catch (depth: 1) IL_002a: { Stream_t1273022909 * L_6 = V_0; return L_6; } } // System.IO.Stream System.Console::OpenStandardError(System.Int32) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * Console_OpenStandardError_m294613724 (RuntimeObject * __this /* static, unused */, int32_t ___bufferSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_OpenStandardError_m294613724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_0 = MonoIO_get_ConsoleError_m1156784591(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___bufferSize0; IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Stream_t1273022909 * L_2 = Console_Open_m3077673205(NULL /*static, unused*/, L_0, 2, L_1, /*hidden argument*/NULL); return L_2; } } // System.IO.Stream System.Console::OpenStandardInput(System.Int32) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * Console_OpenStandardInput_m3262421490 (RuntimeObject * __this /* static, unused */, int32_t ___bufferSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_OpenStandardInput_m3262421490_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_0 = MonoIO_get_ConsoleInput_m610865495(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___bufferSize0; IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Stream_t1273022909 * L_2 = Console_Open_m3077673205(NULL /*static, unused*/, L_0, 1, L_1, /*hidden argument*/NULL); return L_2; } } // System.IO.Stream System.Console::OpenStandardOutput(System.Int32) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * Console_OpenStandardOutput_m1257556731 (RuntimeObject * __this /* static, unused */, int32_t ___bufferSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_OpenStandardOutput_m1257556731_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_0 = MonoIO_get_ConsoleOutput_m1601613425(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_1 = ___bufferSize0; IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Stream_t1273022909 * L_2 = Console_Open_m3077673205(NULL /*static, unused*/, L_0, 2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Console::SetOut(System.IO.TextWriter) extern "C" IL2CPP_METHOD_ATTR void Console_SetOut_m286050082 (RuntimeObject * __this /* static, unused */, TextWriter_t3478189236 * ___newOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_SetOut_m286050082_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TextWriter_t3478189236 * L_0 = ___newOut0; 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, _stringLiteral2641697210, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Console_SetOut_m286050082_RuntimeMethod_var); } IL_0011: { TextWriter_t3478189236 * L_2 = ___newOut0; IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->set_stdout_0(L_2); return; } } // System.Void System.Console::WriteLine(System.String) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m4182570127 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_WriteLine_m4182570127_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_0 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); String_t* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(21 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_0, L_1); return; } } // System.Void System.Console::WriteLine(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m2778709202 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_WriteLine_m2778709202_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_0 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); String_t* L_1 = ___format0; RuntimeObject * L_2 = ___arg01; NullCheck(L_0); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(22 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_0, L_1, L_2); return; } } // System.Void System.Console::WriteLine(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m3098077803 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___arg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_WriteLine_m3098077803_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_0 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); String_t* L_1 = ___format0; ObjectU5BU5D_t2843939325* L_2 = ___arg1; NullCheck(L_0); VirtActionInvoker2< String_t*, ObjectU5BU5D_t2843939325* >::Invoke(23 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object[]) */, L_0, L_1, L_2); return; } } // System.Void System.Console::WriteLine(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m398426893 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_WriteLine_m398426893_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_0 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); String_t* L_1 = ___format0; RuntimeObject * L_2 = ___arg01; RuntimeObject * L_3 = ___arg12; NullCheck(L_0); VirtActionInvoker3< String_t*, RuntimeObject *, RuntimeObject * >::Invoke(24 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object,System.Object) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Console::WriteLine(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m2144370159 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_WriteLine_m2144370159_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_0 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); String_t* L_1 = ___format0; RuntimeObject * L_2 = ___arg01; RuntimeObject * L_3 = ___arg12; RuntimeObject * L_4 = ___arg23; NullCheck(L_0); VirtActionInvoker4< String_t*, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(25 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object,System.Object,System.Object) */, L_0, L_1, L_2, L_3, L_4); return; } } // System.Text.Encoding System.Console::get_InputEncoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Console_get_InputEncoding_m1210901073 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_get_InputEncoding_m1210901073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_inputEncoding_3(); return L_0; } } // System.Text.Encoding System.Console::get_OutputEncoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Console_get_OutputEncoding_m2337511041 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_get_OutputEncoding_m2337511041_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_outputEncoding_4(); return L_0; } } // System.ConsoleKeyInfo System.Console::ReadKey() extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 Console_ReadKey_m1122053118 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_ReadKey_m1122053118_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); ConsoleKeyInfo_t1802691652 L_0 = Console_ReadKey_m1171735637(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.ConsoleKeyInfo System.Console::ReadKey(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 Console_ReadKey_m1171735637 (RuntimeObject * __this /* static, unused */, bool ___intercept0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_ReadKey_m1171735637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___intercept0; IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); ConsoleKeyInfo_t1802691652 L_1 = ConsoleDriver_ReadKey_m395892805(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Console::DoConsoleCancelEvent() extern "C" IL2CPP_METHOD_ATTR void Console_DoConsoleCancelEvent_m2550292587 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Console_DoConsoleCancelEvent_m2550292587_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ConsoleCancelEventArgs_t3423053037 * V_1 = NULL; DelegateU5BU5D_t1703627840* V_2 = NULL; ConsoleCancelEventHandler_t3919940372 * V_3 = NULL; DelegateU5BU5D_t1703627840* V_4 = NULL; int32_t V_5 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)1; IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); ConsoleCancelEventHandler_t3919940372 * L_0 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_cancel_event_5(); if (!L_0) { goto IL_0062; } } { ConsoleCancelEventArgs_t3423053037 * L_1 = (ConsoleCancelEventArgs_t3423053037 *)il2cpp_codegen_object_new(ConsoleCancelEventArgs_t3423053037_il2cpp_TypeInfo_var); ConsoleCancelEventArgs__ctor_m2580429893(L_1, 0, /*hidden argument*/NULL); V_1 = L_1; IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); ConsoleCancelEventHandler_t3919940372 * L_2 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_cancel_event_5(); NullCheck(L_2); DelegateU5BU5D_t1703627840* L_3 = MulticastDelegate_GetInvocationList_m4256593605(L_2, /*hidden argument*/NULL); V_2 = L_3; DelegateU5BU5D_t1703627840* L_4 = V_2; V_4 = L_4; V_5 = 0; goto IL_004d; } IL_0029: { DelegateU5BU5D_t1703627840* L_5 = V_4; int32_t L_6 = V_5; NullCheck(L_5); int32_t L_7 = L_6; Delegate_t1188392813 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = ((ConsoleCancelEventHandler_t3919940372 *)CastclassSealed((RuntimeObject*)L_8, ConsoleCancelEventHandler_t3919940372_il2cpp_TypeInfo_var)); } IL_0034: try { // begin try (depth: 1) ConsoleCancelEventHandler_t3919940372 * L_9 = V_3; ConsoleCancelEventArgs_t3423053037 * L_10 = V_1; NullCheck(L_9); ConsoleCancelEventHandler_Invoke_m65672700(L_9, NULL, L_10, /*hidden argument*/NULL); goto IL_0047; } // 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_0041; throw e; } CATCH_0041: { // begin catch(System.Object) goto IL_0047; } // end catch (depth: 1) IL_0047: { int32_t L_11 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_004d: { int32_t L_12 = V_5; DelegateU5BU5D_t1703627840* L_13 = V_4; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0029; } } { ConsoleCancelEventArgs_t3423053037 * L_14 = V_1; NullCheck(L_14); bool L_15 = ConsoleCancelEventArgs_get_Cancel_m2276155828(L_14, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); } IL_0062: { bool L_16 = V_0; if (!L_16) { goto IL_006f; } } { Environment_Exit_m313790512(NULL /*static, unused*/, ((int32_t)58), /*hidden argument*/NULL); } IL_006f: { 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 extern "C" void DelegatePInvokeWrapper_InternalCancelHandler_t872516951 (InternalCancelHandler_t872516951 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void System.Console/InternalCancelHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void InternalCancelHandler__ctor_m1628899151 (InternalCancelHandler_t872516951 * __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.Console/InternalCancelHandler::Invoke() extern "C" IL2CPP_METHOD_ATTR void InternalCancelHandler_Invoke_m3442116090 (InternalCancelHandler_t872516951 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { InternalCancelHandler_Invoke_m3442116090((InternalCancelHandler_t872516951 *)__this->get_prev_9(), 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) == 0) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult System.Console/InternalCancelHandler::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* InternalCancelHandler_BeginInvoke_m656727522 (InternalCancelHandler_t872516951 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void System.Console/InternalCancelHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void InternalCancelHandler_EndInvoke_m2424240064 (InternalCancelHandler_t872516951 * __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.Int32 System.Console/WindowsConsole::GetConsoleCP() extern "C" IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetConsoleCP_m968475342 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (); static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("kernel32.dll"), "GetConsoleCP", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, true); if (il2cppPInvokeFunc == NULL) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'GetConsoleCP'"),NULL); } } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(); return returnValue; } // System.Int32 System.Console/WindowsConsole::GetConsoleOutputCP() extern "C" IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetConsoleOutputCP_m3583527791 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (); static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("kernel32.dll"), "GetConsoleOutputCP", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, true); if (il2cppPInvokeFunc == NULL) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'GetConsoleOutputCP'"),NULL); } } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(); return returnValue; } // System.Int32 System.Console/WindowsConsole::GetInputCodePage() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetInputCodePage_m3071838517 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { int32_t L_0 = WindowsConsole_GetConsoleCP_m968475342(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Console/WindowsConsole::GetOutputCodePage() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t WindowsConsole_GetOutputCodePage_m1196875659 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { int32_t L_0 = WindowsConsole_GetConsoleOutputCP_m3583527791(NULL /*static, unused*/, /*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.ConsoleCancelEventArgs::.ctor(System.ConsoleSpecialKey) extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventArgs__ctor_m2580429893 (ConsoleCancelEventArgs_t3423053037 * __this, int32_t ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConsoleCancelEventArgs__ctor_m2580429893_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(__this, /*hidden argument*/NULL); int32_t L_0 = ___key0; __this->set_specialKey_2(L_0); return; } } // System.Boolean System.ConsoleCancelEventArgs::get_Cancel() extern "C" IL2CPP_METHOD_ATTR bool ConsoleCancelEventArgs_get_Cancel_m2276155828 (ConsoleCancelEventArgs_t3423053037 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_cancel_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ConsoleCancelEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventHandler__ctor_m444588814 (ConsoleCancelEventHandler_t3919940372 * __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.ConsoleCancelEventHandler::Invoke(System.Object,System.ConsoleCancelEventArgs) extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventHandler_Invoke_m65672700 (ConsoleCancelEventHandler_t3919940372 * __this, RuntimeObject * ___sender0, ConsoleCancelEventArgs_t3423053037 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ConsoleCancelEventHandler_Invoke_m65672700((ConsoleCancelEventHandler_t3919940372 *)__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 *, ConsoleCancelEventArgs_t3423053037 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, ConsoleCancelEventArgs_t3423053037 *, 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 *, ConsoleCancelEventArgs_t3423053037 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t3423053037 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t3423053037 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, ConsoleCancelEventArgs_t3423053037 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, ConsoleCancelEventArgs_t3423053037 *, 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< ConsoleCancelEventArgs_t3423053037 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< ConsoleCancelEventArgs_t3423053037 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ConsoleCancelEventArgs_t3423053037 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< ConsoleCancelEventArgs_t3423053037 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, ConsoleCancelEventArgs_t3423053037 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.ConsoleCancelEventHandler::BeginInvoke(System.Object,System.ConsoleCancelEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ConsoleCancelEventHandler_BeginInvoke_m1699360136 (ConsoleCancelEventHandler_t3919940372 * __this, RuntimeObject * ___sender0, ConsoleCancelEventArgs_t3423053037 * ___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.ConsoleCancelEventHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ConsoleCancelEventHandler_EndInvoke_m1328582357 (ConsoleCancelEventHandler_t3919940372 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ConsoleDriver::.cctor() extern "C" IL2CPP_METHOD_ATTR void ConsoleDriver__cctor_m3350572381 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConsoleDriver__cctor_m3350572381_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = ConsoleDriver_get_IsConsole_m4190584969(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_0019; } } { RuntimeObject* L_1 = ConsoleDriver_CreateNullConsoleDriver_m3992528564(NULL /*static, unused*/, /*hidden argument*/NULL); ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->set_driver_0(L_1); goto IL_006d; } IL_0019: { bool L_2 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_0032; } } { RuntimeObject* L_3 = ConsoleDriver_CreateWindowsConsoleDriver_m3110600268(NULL /*static, unused*/, /*hidden argument*/NULL); ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->set_driver_0(L_3); goto IL_006d; } IL_0032: { String_t* L_4 = Environment_GetEnvironmentVariable_m394552009(NULL /*static, unused*/, _stringLiteral2038466204, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral2784500853, /*hidden argument*/NULL); if (!L_6) { goto IL_0062; } } { ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->set_is_console_1((bool)0); RuntimeObject* L_7 = ConsoleDriver_CreateNullConsoleDriver_m3992528564(NULL /*static, unused*/, /*hidden argument*/NULL); ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->set_driver_0(L_7); goto IL_006d; } IL_0062: { String_t* L_8 = V_0; RuntimeObject* L_9 = ConsoleDriver_CreateTermInfoDriver_m1555219928(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->set_driver_0(L_9); } IL_006d: { return; } } // System.IConsoleDriver System.ConsoleDriver::CreateNullConsoleDriver() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateNullConsoleDriver_m3992528564 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConsoleDriver_CreateNullConsoleDriver_m3992528564_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullConsoleDriver_t3569194954 * L_0 = (NullConsoleDriver_t3569194954 *)il2cpp_codegen_object_new(NullConsoleDriver_t3569194954_il2cpp_TypeInfo_var); NullConsoleDriver__ctor_m46361837(L_0, /*hidden argument*/NULL); return L_0; } } // System.IConsoleDriver System.ConsoleDriver::CreateWindowsConsoleDriver() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateWindowsConsoleDriver_m3110600268 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConsoleDriver_CreateWindowsConsoleDriver_m3110600268_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WindowsConsoleDriver_t3991887195 * L_0 = (WindowsConsoleDriver_t3991887195 *)il2cpp_codegen_object_new(WindowsConsoleDriver_t3991887195_il2cpp_TypeInfo_var); WindowsConsoleDriver__ctor_m141100690(L_0, /*hidden argument*/NULL); return L_0; } } // System.IConsoleDriver System.ConsoleDriver::CreateTermInfoDriver(System.String) extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConsoleDriver_CreateTermInfoDriver_m1555219928 (RuntimeObject * __this /* static, unused */, String_t* ___term0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConsoleDriver_CreateTermInfoDriver_m1555219928_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___term0; TermInfoDriver_t2335718621 * L_1 = (TermInfoDriver_t2335718621 *)il2cpp_codegen_object_new(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); TermInfoDriver__ctor_m2406670368(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.ConsoleKeyInfo System.ConsoleDriver::ReadKey(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 ConsoleDriver_ReadKey_m395892805 (RuntimeObject * __this /* static, unused */, bool ___intercept0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConsoleDriver_ReadKey_m395892805_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->get_driver_0(); bool L_1 = ___intercept0; NullCheck(L_0); ConsoleKeyInfo_t1802691652 L_2 = InterfaceFuncInvoker1< ConsoleKeyInfo_t1802691652 , bool >::Invoke(0 /* System.ConsoleKeyInfo System.IConsoleDriver::ReadKey(System.Boolean) */, IConsoleDriver_t2349033045_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Boolean System.ConsoleDriver::get_IsConsole() extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_get_IsConsole_m4190584969 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConsoleDriver_get_IsConsole_m4190584969_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); bool L_0 = ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->get_called_isatty_2(); if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); bool L_1 = ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->get_is_console_1(); return L_1; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_2 = MonoIO_get_ConsoleOutput_m1601613425(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); bool L_3 = ConsoleDriver_Isatty_m4192078554(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002b; } } { IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_4 = MonoIO_get_ConsoleInput_m610865495(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); bool L_5 = ConsoleDriver_Isatty_m4192078554(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_5)); goto IL_002c; } IL_002b: { G_B5_0 = 0; } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->set_is_console_1((bool)G_B5_0); ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->set_called_isatty_2((bool)1); bool L_6 = ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->get_is_console_1(); return L_6; } } // System.Boolean System.ConsoleDriver::Isatty(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_Isatty_m4192078554 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method) { typedef bool (*ConsoleDriver_Isatty_m4192078554_ftn) (intptr_t); using namespace il2cpp::icalls; return ((ConsoleDriver_Isatty_m4192078554_ftn)mscorlib::System::ConsoleDriver::Isatty) (___handle0); } // System.Int32 System.ConsoleDriver::InternalKeyAvailable(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleDriver_InternalKeyAvailable_m4240074360 (RuntimeObject * __this /* static, unused */, int32_t ___ms_timeout0, const RuntimeMethod* method) { typedef int32_t (*ConsoleDriver_InternalKeyAvailable_m4240074360_ftn) (int32_t); using namespace il2cpp::icalls; return ((ConsoleDriver_InternalKeyAvailable_m4240074360_ftn)mscorlib::System::ConsoleDriver::InternalKeyAvailable) (___ms_timeout0); } // System.Boolean System.ConsoleDriver::TtySetup(System.String,System.String,System.Byte[]&,System.Int32*&) extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_TtySetup_m2224308598 (RuntimeObject * __this /* static, unused */, String_t* ___keypadXmit0, String_t* ___teardown1, ByteU5BU5D_t4116647657** ___control_characters2, int32_t** ___address3, const RuntimeMethod* method) { typedef bool (*ConsoleDriver_TtySetup_m2224308598_ftn) (String_t*, String_t*, ByteU5BU5D_t4116647657**, int32_t**); using namespace il2cpp::icalls; return ((ConsoleDriver_TtySetup_m2224308598_ftn)mscorlib::System::ConsoleDriver::TtySetup) (___keypadXmit0, ___teardown1, ___control_characters2, ___address3); } // System.Boolean System.ConsoleDriver::SetEcho(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_SetEcho_m1410126200 (RuntimeObject * __this /* static, unused */, bool ___wantEcho0, const RuntimeMethod* method) { typedef bool (*ConsoleDriver_SetEcho_m1410126200_ftn) (bool); using namespace il2cpp::icalls; return ((ConsoleDriver_SetEcho_m1410126200_ftn)mscorlib::System::ConsoleDriver::SetEcho) (___wantEcho0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.ConsoleKeyInfo extern "C" void ConsoleKeyInfo_t1802691652_marshal_pinvoke(const ConsoleKeyInfo_t1802691652& unmarshaled, ConsoleKeyInfo_t1802691652_marshaled_pinvoke& marshaled) { marshaled.___key_1 = unmarshaled.get_key_1(); marshaled.___keychar_2 = static_cast(unmarshaled.get_keychar_2()); marshaled.___modifiers_3 = unmarshaled.get_modifiers_3(); } extern "C" void ConsoleKeyInfo_t1802691652_marshal_pinvoke_back(const ConsoleKeyInfo_t1802691652_marshaled_pinvoke& marshaled, ConsoleKeyInfo_t1802691652& unmarshaled) { int32_t unmarshaled_key_temp_0 = 0; unmarshaled_key_temp_0 = marshaled.___key_1; unmarshaled.set_key_1(unmarshaled_key_temp_0); Il2CppChar unmarshaled_keychar_temp_1 = 0x0; unmarshaled_keychar_temp_1 = static_cast(marshaled.___keychar_2); unmarshaled.set_keychar_2(unmarshaled_keychar_temp_1); int32_t unmarshaled_modifiers_temp_2 = 0; unmarshaled_modifiers_temp_2 = marshaled.___modifiers_3; unmarshaled.set_modifiers_3(unmarshaled_modifiers_temp_2); } // Conversion method for clean up from marshalling of: System.ConsoleKeyInfo extern "C" void ConsoleKeyInfo_t1802691652_marshal_pinvoke_cleanup(ConsoleKeyInfo_t1802691652_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.ConsoleKeyInfo extern "C" void ConsoleKeyInfo_t1802691652_marshal_com(const ConsoleKeyInfo_t1802691652& unmarshaled, ConsoleKeyInfo_t1802691652_marshaled_com& marshaled) { marshaled.___key_1 = unmarshaled.get_key_1(); marshaled.___keychar_2 = static_cast(unmarshaled.get_keychar_2()); marshaled.___modifiers_3 = unmarshaled.get_modifiers_3(); } extern "C" void ConsoleKeyInfo_t1802691652_marshal_com_back(const ConsoleKeyInfo_t1802691652_marshaled_com& marshaled, ConsoleKeyInfo_t1802691652& unmarshaled) { int32_t unmarshaled_key_temp_0 = 0; unmarshaled_key_temp_0 = marshaled.___key_1; unmarshaled.set_key_1(unmarshaled_key_temp_0); Il2CppChar unmarshaled_keychar_temp_1 = 0x0; unmarshaled_keychar_temp_1 = static_cast(marshaled.___keychar_2); unmarshaled.set_keychar_2(unmarshaled_keychar_temp_1); int32_t unmarshaled_modifiers_temp_2 = 0; unmarshaled_modifiers_temp_2 = marshaled.___modifiers_3; unmarshaled.set_modifiers_3(unmarshaled_modifiers_temp_2); } // Conversion method for clean up from marshalling of: System.ConsoleKeyInfo extern "C" void ConsoleKeyInfo_t1802691652_marshal_com_cleanup(ConsoleKeyInfo_t1802691652_marshaled_com& marshaled) { } // System.Void System.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_m535940175 (ConsoleKeyInfo_t1802691652 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method) { { int32_t L_0 = ___key1; __this->set_key_1(L_0); Il2CppChar L_1 = ___keyChar0; __this->set_keychar_2(L_1); __this->set_modifiers_3(0); bool L_2 = ___shift2; bool L_3 = ___alt3; bool L_4 = ___control4; ConsoleKeyInfo_SetModifiers_m223200508(__this, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } extern "C" void ConsoleKeyInfo__ctor_m535940175_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method) { ConsoleKeyInfo_t1802691652 * _thisAdjusted = reinterpret_cast(__this + 1); ConsoleKeyInfo__ctor_m535940175(_thisAdjusted, ___keyChar0, ___key1, ___shift2, ___alt3, ___control4, method); } // System.Void System.ConsoleKeyInfo::.cctor() extern "C" IL2CPP_METHOD_ATTR void ConsoleKeyInfo__cctor_m3748340036 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConsoleKeyInfo__cctor_m3748340036_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConsoleKeyInfo_t1802691652 L_0; memset(&L_0, 0, sizeof(L_0)); ConsoleKeyInfo__ctor_m535940175((&L_0), 0, 0, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ((ConsoleKeyInfo_t1802691652_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var))->set_Empty_0(L_0); return; } } // System.Void System.ConsoleKeyInfo::SetModifiers(System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ConsoleKeyInfo_SetModifiers_m223200508 (ConsoleKeyInfo_t1802691652 * __this, bool ___shift0, bool ___alt1, bool ___control2, const RuntimeMethod* method) { ConsoleKeyInfo_t1802691652 * G_B2_0 = NULL; ConsoleKeyInfo_t1802691652 * G_B1_0 = NULL; int32_t G_B3_0 = 0; ConsoleKeyInfo_t1802691652 * G_B3_1 = NULL; int32_t G_B5_0 = 0; ConsoleKeyInfo_t1802691652 * G_B5_1 = NULL; int32_t G_B4_0 = 0; ConsoleKeyInfo_t1802691652 * G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; ConsoleKeyInfo_t1802691652 * G_B6_2 = NULL; int32_t G_B8_0 = 0; ConsoleKeyInfo_t1802691652 * G_B8_1 = NULL; int32_t G_B7_0 = 0; ConsoleKeyInfo_t1802691652 * G_B7_1 = NULL; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; ConsoleKeyInfo_t1802691652 * G_B9_2 = NULL; { bool L_0 = ___shift0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { G_B3_0 = 2; G_B3_1 = G_B1_0; goto IL_000e; } IL_000d: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_000e: { G_B3_1->set_modifiers_3(G_B3_0); int32_t L_1 = __this->get_modifiers_3(); bool L_2 = ___alt1; G_B4_0 = L_1; G_B4_1 = __this; if (!L_2) { G_B5_0 = L_1; G_B5_1 = __this; goto IL_0026; } } { G_B6_0 = 1; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0027; } IL_0026: { G_B6_0 = 0; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0027: { G_B6_2->set_modifiers_3(((int32_t)((int32_t)G_B6_1|(int32_t)G_B6_0))); int32_t L_3 = __this->get_modifiers_3(); bool L_4 = ___control2; G_B7_0 = L_3; G_B7_1 = __this; if (!L_4) { G_B8_0 = L_3; G_B8_1 = __this; goto IL_0040; } } { G_B9_0 = 4; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0041; } IL_0040: { G_B9_0 = 0; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0041: { G_B9_2->set_modifiers_3(((int32_t)((int32_t)G_B9_1|(int32_t)G_B9_0))); return; } } extern "C" void ConsoleKeyInfo_SetModifiers_m223200508_AdjustorThunk (RuntimeObject * __this, bool ___shift0, bool ___alt1, bool ___control2, const RuntimeMethod* method) { ConsoleKeyInfo_t1802691652 * _thisAdjusted = reinterpret_cast(__this + 1); ConsoleKeyInfo_SetModifiers_m223200508(_thisAdjusted, ___shift0, ___alt1, ___control2, method); } // System.ConsoleKey System.ConsoleKeyInfo::get_Key() extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m3819926093 (ConsoleKeyInfo_t1802691652 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_key_1(); return L_0; } } extern "C" int32_t ConsoleKeyInfo_get_Key_m3819926093_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ConsoleKeyInfo_t1802691652 * _thisAdjusted = reinterpret_cast(__this + 1); return ConsoleKeyInfo_get_Key_m3819926093(_thisAdjusted, method); } // System.Char System.ConsoleKeyInfo::get_KeyChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m3155064270 (ConsoleKeyInfo_t1802691652 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get_keychar_2(); return L_0; } } extern "C" Il2CppChar ConsoleKeyInfo_get_KeyChar_m3155064270_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ConsoleKeyInfo_t1802691652 * _thisAdjusted = reinterpret_cast(__this + 1); return ConsoleKeyInfo_get_KeyChar_m3155064270(_thisAdjusted, method); } // System.Boolean System.ConsoleKeyInfo::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ConsoleKeyInfo_Equals_m2452451624 (ConsoleKeyInfo_t1802691652 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConsoleKeyInfo_Equals_m2452451624_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___value0; bool L_2 = ConsoleKeyInfo_Equals_m3428139964(__this, ((*(ConsoleKeyInfo_t1802691652 *)((ConsoleKeyInfo_t1802691652 *)UnBox(L_1, ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_2; } } extern "C" bool ConsoleKeyInfo_Equals_m2452451624_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { ConsoleKeyInfo_t1802691652 * _thisAdjusted = reinterpret_cast(__this + 1); return ConsoleKeyInfo_Equals_m2452451624(_thisAdjusted, ___value0, method); } // System.Boolean System.ConsoleKeyInfo::Equals(System.ConsoleKeyInfo) extern "C" IL2CPP_METHOD_ATTR bool ConsoleKeyInfo_Equals_m3428139964 (ConsoleKeyInfo_t1802691652 * __this, ConsoleKeyInfo_t1802691652 ___obj0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { int32_t L_0 = __this->get_key_1(); int32_t L_1 = (&___obj0)->get_key_1(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0035; } } { Il2CppChar L_2 = (&___obj0)->get_keychar_2(); Il2CppChar L_3 = __this->get_keychar_2(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0035; } } { int32_t L_4 = (&___obj0)->get_modifiers_3(); int32_t L_5 = __this->get_modifiers_3(); G_B4_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); goto IL_0036; } IL_0035: { G_B4_0 = 0; } IL_0036: { return (bool)G_B4_0; } } extern "C" bool ConsoleKeyInfo_Equals_m3428139964_AdjustorThunk (RuntimeObject * __this, ConsoleKeyInfo_t1802691652 ___obj0, const RuntimeMethod* method) { ConsoleKeyInfo_t1802691652 * _thisAdjusted = reinterpret_cast(__this + 1); return ConsoleKeyInfo_Equals_m3428139964(_thisAdjusted, ___obj0, method); } // System.Int32 System.ConsoleKeyInfo::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_GetHashCode_m3526292464 (ConsoleKeyInfo_t1802691652 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConsoleKeyInfo_GetHashCode_m3526292464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_key_1(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(ConsoleKey_t4097401472_il2cpp_TypeInfo_var, &L_1); NullCheck((Enum_t4135868527 *)L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Enum::GetHashCode() */, (Enum_t4135868527 *)L_2); Il2CppChar* L_4 = __this->get_address_of_keychar_2(); int32_t L_5 = Char_GetHashCode_m2163065211(L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_modifiers_3(); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(ConsoleModifiers_t1471011467_il2cpp_TypeInfo_var, &L_7); NullCheck((Enum_t4135868527 *)L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Enum::GetHashCode() */, (Enum_t4135868527 *)L_8); return ((int32_t)((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_5))^(int32_t)L_9)); } } extern "C" int32_t ConsoleKeyInfo_GetHashCode_m3526292464_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ConsoleKeyInfo_t1802691652 * _thisAdjusted = reinterpret_cast(__this + 1); return ConsoleKeyInfo_GetHashCode_m3526292464(_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 #ifdef __clang__ #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.ContextBoundObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void ContextBoundObject__ctor_m308624197 (ContextBoundObject_t1394786030 * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m3039543187(__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.Convert::.cctor() extern "C" IL2CPP_METHOD_ATTR void Convert__cctor_m2847208289 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert__cctor_m2847208289_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DBNull_t3725197148_il2cpp_TypeInfo_var); DBNull_t3725197148 * L_0 = ((DBNull_t3725197148_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t3725197148_il2cpp_TypeInfo_var))->get_Value_0(); ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->set_DBNull_0(L_0); TypeU5BU5D_t3940880105* L_1 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19))); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (RuntimeObject_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); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(1), (Type_t *)L_3); TypeU5BU5D_t3940880105* L_4 = L_1; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (DBNull_t3725197148_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(2), (Type_t *)L_6); TypeU5BU5D_t3940880105* L_7 = L_4; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(3), (Type_t *)L_9); TypeU5BU5D_t3940880105* L_10 = L_7; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(4), (Type_t *)L_12); TypeU5BU5D_t3940880105* L_13 = L_10; RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(5), (Type_t *)L_15); TypeU5BU5D_t3940880105* L_16 = L_13; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(6), (Type_t *)L_18); TypeU5BU5D_t3940880105* L_19 = L_16; RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(7), (Type_t *)L_21); TypeU5BU5D_t3940880105* L_22 = L_19; RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(8), (Type_t *)L_24); TypeU5BU5D_t3940880105* L_25 = L_22; RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(((int32_t)9)), (Type_t *)L_27); TypeU5BU5D_t3940880105* L_28 = L_25; RuntimeTypeHandle_t3027515415 L_29 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; Type_t * L_30 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_30); (L_28)->SetAt(static_cast(((int32_t)10)), (Type_t *)L_30); TypeU5BU5D_t3940880105* L_31 = L_28; RuntimeTypeHandle_t3027515415 L_32 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_33 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_33); (L_31)->SetAt(static_cast(((int32_t)11)), (Type_t *)L_33); TypeU5BU5D_t3940880105* L_34 = L_31; RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; Type_t * L_36 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(((int32_t)12)), (Type_t *)L_36); TypeU5BU5D_t3940880105* L_37 = L_34; RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_39); (L_37)->SetAt(static_cast(((int32_t)13)), (Type_t *)L_39); TypeU5BU5D_t3940880105* L_40 = L_37; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); NullCheck(L_40); ArrayElementTypeCheck (L_40, L_42); (L_40)->SetAt(static_cast(((int32_t)14)), (Type_t *)L_42); TypeU5BU5D_t3940880105* L_43 = L_40; RuntimeTypeHandle_t3027515415 L_44 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_45 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(((int32_t)15)), (Type_t *)L_45); TypeU5BU5D_t3940880105* L_46 = L_43; RuntimeTypeHandle_t3027515415 L_47 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_48 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_48); (L_46)->SetAt(static_cast(((int32_t)16)), (Type_t *)L_48); TypeU5BU5D_t3940880105* L_49 = L_46; RuntimeTypeHandle_t3027515415 L_50 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_51 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_51); (L_49)->SetAt(static_cast(((int32_t)18)), (Type_t *)L_51); ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->set_conversionTable_1(L_49); return; } } // System.Byte[] System.Convert::InternalFromBase64String(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Convert_InternalFromBase64String_m918800179 (RuntimeObject * __this /* static, unused */, String_t* ___str0, bool ___allowWhitespaceOnly1, const RuntimeMethod* method) { typedef ByteU5BU5D_t4116647657* (*Convert_InternalFromBase64String_m918800179_ftn) (String_t*, bool); using namespace il2cpp::icalls; return ((Convert_InternalFromBase64String_m918800179_ftn)mscorlib::System::Convert::InternalFromBase64String) (___str0, ___allowWhitespaceOnly1); } // System.Byte[] System.Convert::FromBase64String(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Convert_FromBase64String_m3685135396 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_FromBase64String_m3685135396_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614605, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Convert_FromBase64String_m3685135396_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0023; } } { return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0023: { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_5 = Convert_InternalFromBase64String_m918800179(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); return L_5; } } // System.String System.Convert::ToBase64String(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m3839334935 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inArray0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToBase64String_m3839334935_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___inArray0; 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, _stringLiteral3370457935, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Convert_ToBase64String_m3839334935_RuntimeMethod_var); } IL_0011: { ByteU5BU5D_t4116647657* L_2 = ___inArray0; ByteU5BU5D_t4116647657* L_3 = ___inArray0; NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_4 = Convert_ToBase64String_m1959325926(NULL /*static, unused*/, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), /*hidden argument*/NULL); return L_4; } } // System.String System.Convert::ToBase64String(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m1959325926 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___inArray0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToBase64String_m1959325926_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___inArray0; 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, _stringLiteral3370457935, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Convert_ToBase64String_m1959325926_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001f; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_002a; } } IL_001f: { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_4, _stringLiteral4195418819, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Convert_ToBase64String_m1959325926_RuntimeMethod_var); } IL_002a: { int32_t L_5 = ___offset1; ByteU5BU5D_t4116647657* L_6 = ___inArray0; NullCheck(L_6); int32_t L_7 = ___length2; if ((((int32_t)L_5) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)L_7))))) { goto IL_0040; } } { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_8, _stringLiteral2616087032, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Convert_ToBase64String_m1959325926_RuntimeMethod_var); } IL_0040: { ByteU5BU5D_t4116647657* L_9 = ___inArray0; int32_t L_10 = ___offset1; int32_t L_11 = ___length2; ByteU5BU5D_t4116647657* L_12 = ToBase64Transform_InternalTransformFinalBlock_m360524956(NULL /*static, unused*/, L_9, L_10, L_11, /*hidden argument*/NULL); V_0 = L_12; ASCIIEncoding_t3446586211 * L_13 = (ASCIIEncoding_t3446586211 *)il2cpp_codegen_object_new(ASCIIEncoding_t3446586211_il2cpp_TypeInfo_var); ASCIIEncoding__ctor_m1380190655(L_13, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_14 = V_0; NullCheck(L_13); String_t* L_15 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_13, L_14); return L_15; } } // System.Boolean System.Convert::ToBoolean(System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2984378204 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToBoolean_m2694598181_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { { double L_0 = ___value0; return (bool)((((int32_t)((((double)L_0) == ((double)(0.0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Convert::ToBoolean(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m4244349331 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; return (bool)((((int32_t)((((float)L_0) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // 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) { { int32_t L_0 = ___value0; return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Convert::ToBoolean(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2833621053 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; return (bool)((((int32_t)((((int64_t)L_0) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Convert::ToBoolean(System.SByte) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m40300963 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { { int8_t L_0 = ___value0; return (bool)((((int32_t)((((int32_t)(((int32_t)((int32_t)L_0)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // 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) { { int16_t L_0 = ___value0; return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Convert::ToBoolean(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m3588715767 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToBoolean_m3588715767_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); bool L_2 = Boolean_Parse_m2370352694(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Convert::ToBoolean(System.UInt32) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2807110707 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Convert::ToBoolean(System.UInt64) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m3613483153 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; return (bool)((((int32_t)((((int64_t)L_0) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Convert::ToBoolean(System.UInt16) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m481380807 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Convert::ToBoolean(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2072772931 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToBoolean_m2072772931_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_2 = Convert_ToBoolean_m4120735400(NULL /*static, unused*/, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToBoolean_m4120735400_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); bool L_3 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.IConvertible::ToBoolean(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.Byte System.Convert::ToByte(System.Boolean) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m306367912 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return (uint8_t)(((int32_t)((uint8_t)G_B3_0))); } } // System.Byte System.Convert::ToByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m2566001229 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return L_0; } } // System.Byte System.Convert::ToByte(System.Char) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m143827699 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m143827699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___value0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)255)))) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2033665859, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToByte_m143827699_RuntimeMethod_var); } IL_001b: { Il2CppChar L_3 = ___value0; return (uint8_t)(((int32_t)((uint8_t)L_3))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m4214436835_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), ((int32_t)255), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0026; } } { Decimal_t2948259380 L_3 = ___value0; Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } IL_0026: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3787107145, /*hidden argument*/NULL); OverflowException_t2020128637 * L_7 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Convert_ToByte_m4214436835_RuntimeMethod_var); } IL_0036: { Decimal_t2948259380 L_8 = ___value0; Decimal_t2948259380 L_9 = Math_Round_m3018379666(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); uint8_t L_10 = Decimal_op_Explicit_m2848387298(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m3824130483_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; if ((((double)L_0) > ((double)(255.0)))) { goto IL_001e; } } { double L_1 = ___value0; if ((!(((double)L_1) < ((double)(0.0))))) { goto IL_002e; } } IL_001e: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3787107145, /*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,Convert_ToByte_m3824130483_RuntimeMethod_var); } IL_002e: { double L_4 = ___value0; bool L_5 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0044; } } { double L_6 = ___value0; bool L_7 = Double_IsInfinity_m820013146(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0054; } } IL_0044: { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1094002144, /*hidden argument*/NULL); OverflowException_t2020128637 * L_9 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Convert_ToByte_m3824130483_RuntimeMethod_var); } IL_0054: { double L_10 = ___value0; double L_11 = bankers_round(L_10); return (uint8_t)(((int32_t)((uint8_t)L_11))); } } // System.Byte System.Convert::ToByte(System.Single) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m4146281512 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m4146281512_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; if ((((float)L_0) > ((float)(255.0f)))) { goto IL_0016; } } { float L_1 = ___value0; if ((!(((float)L_1) < ((float)(0.0f))))) { goto IL_0026; } } IL_0016: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2278533264, /*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,Convert_ToByte_m4146281512_RuntimeMethod_var); } IL_0026: { float L_4 = ___value0; bool L_5 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003c; } } { float L_6 = ___value0; bool L_7 = Single_IsInfinity_m936314085(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004c; } } IL_003c: { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1871323949, /*hidden argument*/NULL); OverflowException_t2020128637 * L_9 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Convert_ToByte_m4146281512_RuntimeMethod_var); } IL_004c: { float L_10 = ___value0; double L_11 = bankers_round((((double)((double)L_10)))); return (uint8_t)(((int32_t)((uint8_t)L_11))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m1734770211_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)((int32_t)255)))) { goto IL_0012; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0022; } } IL_0012: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3787107145, /*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,Convert_ToByte_m1734770211_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___value0; return (uint8_t)(((int32_t)((uint8_t)L_4))); } } // System.Byte System.Convert::ToByte(System.Int64) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m2122266396 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m2122266396_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)((int32_t)255))))))) { goto IL_0014; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0024; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3787107145, /*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,Convert_ToByte_m2122266396_RuntimeMethod_var); } IL_0024: { int64_t L_4 = ___value0; return (uint8_t)(((int32_t)((uint8_t)L_4))); } } // System.Byte System.Convert::ToByte(System.SByte) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m1442000130 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m1442000130_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int8_t L_0 = ___value0; if ((((int32_t)(((int32_t)((int32_t)L_0)))) >= ((int32_t)0))) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral218462200, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToByte_m1442000130_RuntimeMethod_var); } IL_0018: { int8_t L_3 = ___value0; return (uint8_t)(((int32_t)((uint8_t)L_3))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m1336644845_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int16_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)((int32_t)255)))) { goto IL_0012; } } { int16_t L_1 = ___value0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0022; } } IL_0012: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3787107145, /*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,Convert_ToByte_m1336644845_RuntimeMethod_var); } IL_0022: { int16_t L_4 = ___value0; return (uint8_t)(((int32_t)((uint8_t)L_4))); } } // System.Byte System.Convert::ToByte(System.String) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m1779682469 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (uint8_t)0; } IL_0008: { String_t* L_1 = ___value0; uint8_t L_2 = Byte_Parse_m678312347(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte System.Convert::ToByte(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m3367409178 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (uint8_t)0; } IL_0008: { String_t* L_1 = ___value0; RuntimeObject* L_2 = ___provider1; uint8_t L_3 = Byte_Parse_m2607942050(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Byte System.Convert::ToByte(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m413983569 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m413983569_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ConvertFromBase_m4253311449(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_001b; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)((int32_t)255)))) { goto IL_0021; } } IL_001b: { OverflowException_t2020128637 * L_5 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Convert_ToByte_m413983569_RuntimeMethod_var); } IL_0021: { int32_t L_6 = V_0; return (uint8_t)(((int32_t)((uint8_t)L_6))); } } // System.Byte System.Convert::ToByte(System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m1993550870 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m1993550870_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)255))))) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2033665859, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToByte_m1993550870_RuntimeMethod_var); } IL_001b: { uint32_t L_3 = ___value0; return (uint8_t)(((int32_t)((uint8_t)L_3))); } } // System.Byte System.Convert::ToByte(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m3567528984 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m3567528984_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)255)))))))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2033665859, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToByte_m3567528984_RuntimeMethod_var); } IL_001c: { uint64_t L_3 = ___value0; return (uint8_t)(((int32_t)((uint8_t)L_3))); } } // System.Byte System.Convert::ToByte(System.UInt16) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m2375887898 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m2375887898_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint16_t L_0 = ___value0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)255)))) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2033665859, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToByte_m2375887898_RuntimeMethod_var); } IL_001b: { uint16_t L_3 = ___value0; return (uint8_t)(((int32_t)((uint8_t)L_3))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToByte_m3527805587_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (uint8_t)0; } IL_0008: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); uint8_t L_3 = InterfaceFuncInvoker1< uint8_t, RuntimeObject* >::Invoke(1 /* System.Byte System.IConvertible::ToByte(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.Char System.Convert::ToChar(System.Byte) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m2532412511 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return (((int32_t)((uint16_t)L_0))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToChar_m4189066566_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)((int32_t)65535)))) { goto IL_0012; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0022; } } IL_0012: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3573694151, /*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,Convert_ToChar_m4189066566_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___value0; return (((int32_t)((uint16_t)L_4))); } } // System.Char System.Convert::ToChar(System.Int64) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m4210014069 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToChar_m4210014069_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_0014; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0024; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3573694151, /*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,Convert_ToChar_m4210014069_RuntimeMethod_var); } IL_0024: { int64_t L_4 = ___value0; return (((int32_t)((uint16_t)L_4))); } } // System.Char System.Convert::ToChar(System.Single) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m2522572389 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToChar_m2522572389_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_0, _stringLiteral3362215234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Convert_ToChar_m2522572389_RuntimeMethod_var); } } // System.Char System.Convert::ToChar(System.SByte) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m3776556379 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToChar_m3776556379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int8_t L_0 = ___value0; if ((((int32_t)(((int32_t)((int32_t)L_0)))) >= ((int32_t)0))) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1852120378, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToChar_m3776556379_RuntimeMethod_var); } IL_0018: { int8_t L_3 = ___value0; return (((int32_t)((uint16_t)L_3))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToChar_m2261593104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int16_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1852120378, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToChar_m2261593104_RuntimeMethod_var); } IL_0017: { int16_t L_3 = ___value0; return (((int32_t)((uint16_t)L_3))); } } // System.Char System.Convert::ToChar(System.String) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m85718752 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToChar_m85718752_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1 = Char_Parse_m82218915(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Char System.Convert::ToChar(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m1442101407 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToChar_m1442101407_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1 = Char_Parse_m82218915(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Char System.Convert::ToChar(System.UInt32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m2796006345 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToChar_m2796006345_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)65535))))) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3036456040, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToChar_m2796006345_RuntimeMethod_var); } IL_001b: { uint32_t L_3 = ___value0; return (((int32_t)((uint16_t)L_3))); } } // System.Char System.Convert::ToChar(System.UInt64) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m1604365259 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToChar_m1604365259_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)65535)))))))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3036456040, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToChar_m1604365259_RuntimeMethod_var); } IL_001c: { uint64_t L_3 = ___value0; return (((int32_t)((uint16_t)L_3))); } } // System.Char System.Convert::ToChar(System.UInt16) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m3178343373 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToChar_m3757390865_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); Il2CppChar L_3 = InterfaceFuncInvoker1< Il2CppChar, RuntimeObject* >::Invoke(2 /* System.Char System.IConvertible::ToChar(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.DateTime System.Convert::ToDateTime(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m199555027 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m199555027_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); return L_1; } IL_000c: { String_t* L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_3 = DateTime_Parse_m2550724587(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.DateTime System.Convert::ToDateTime(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m3802186295 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m3802186295_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); return L_1; } IL_000c: { String_t* L_2 = ___value0; RuntimeObject* L_3 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_4 = DateTime_Parse_m3729096069(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m626620011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_0, _stringLiteral3362215234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Convert_ToDateTime_m626620011_RuntimeMethod_var); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m228494645_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_0, _stringLiteral3362215234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Convert_ToDateTime_m228494645_RuntimeMethod_var); } } // System.DateTime System.Convert::ToDateTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m2616935982 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m2616935982_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_0, _stringLiteral3362215234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Convert_ToDateTime_m2616935982_RuntimeMethod_var); } } // System.DateTime System.Convert::ToDateTime(System.Single) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m1800003024 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m1800003024_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_0, _stringLiteral3362215234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Convert_ToDateTime_m1800003024_RuntimeMethod_var); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m1567637286_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); return L_1; } IL_000c: { RuntimeObject * L_2 = ___value0; RuntimeObject* L_3 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_2, IConvertible_t2977365677_il2cpp_TypeInfo_var))); DateTime_t3738529785 L_4 = InterfaceFuncInvoker1< DateTime_t3738529785 , RuntimeObject* >::Invoke(3 /* System.DateTime System.IConvertible::ToDateTime(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_3); return L_4; } } // System.DateTime System.Convert::ToDateTime(System.SByte) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m296553984 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m296553984_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_0, _stringLiteral3362215234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Convert_ToDateTime_m296553984_RuntimeMethod_var); } } // System.DateTime System.Convert::ToDateTime(System.UInt16) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m649137482 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m649137482_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_0, _stringLiteral3362215234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Convert_ToDateTime_m649137482_RuntimeMethod_var); } } // System.DateTime System.Convert::ToDateTime(System.UInt32) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m1031474510 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m1031474510_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_0, _stringLiteral3362215234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Convert_ToDateTime_m1031474510_RuntimeMethod_var); } } // System.DateTime System.Convert::ToDateTime(System.UInt64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m3752463692 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDateTime_m3752463692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidCastException_t3927145244 * L_0 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_0, _stringLiteral3362215234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Convert_ToDateTime_m3752463692_RuntimeMethod_var); } } // System.Decimal System.Convert::ToDecimal(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m2233265097 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m2233265097_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, G_B3_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Convert::ToDecimal(System.Byte) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m3209124080 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m3209124080_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Implicit_m29414198(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m841368097_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Explicit_m2433293820(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Convert::ToDecimal(System.Single) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m3508035522 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m3508035522_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Explicit_m2070069477(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m1284148187_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Convert::ToDecimal(System.Int64) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m1284279264 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m1284279264_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Implicit_m1349849065(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Convert::ToDecimal(System.SByte) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m996138310 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m996138310_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int8_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Implicit_m1920400487(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m1284410333_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int16_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Implicit_m3696395396(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Convert::ToDecimal(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m1233667008 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m1233667008_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000d; } } { Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), 0, /*hidden argument*/NULL); return L_1; } IL_000d: { String_t* L_2 = ___value0; RuntimeObject* L_3 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_4 = Decimal_Parse_m4154418249(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Decimal System.Convert::ToDecimal(System.UInt32) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m889385228 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m889385228_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Implicit_m3873897383(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Convert::ToDecimal(System.UInt64) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m1695757674 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m1695757674_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Implicit_m2299919277(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Convert::ToDecimal(System.UInt16) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m2858622624 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m2858622624_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint16_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_op_Implicit_m4256234411(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Convert::ToDecimal(System.Object) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m92395068 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m92395068_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000d; } } { Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), 0, /*hidden argument*/NULL); return L_1; } IL_000d: { RuntimeObject * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_3 = Convert_ToDecimal_m3815908452(NULL /*static, unused*/, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_3; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDecimal_m3815908452_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000d; } } { Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), 0, /*hidden argument*/NULL); return L_1; } IL_000d: { RuntimeObject * L_2 = ___value0; RuntimeObject* L_3 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_2, IConvertible_t2977365677_il2cpp_TypeInfo_var))); Decimal_t2948259380 L_4 = InterfaceFuncInvoker1< Decimal_t2948259380 , RuntimeObject* >::Invoke(4 /* System.Decimal System.IConvertible::ToDecimal(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_3); return L_4; } } // System.Double System.Convert::ToDouble(System.Boolean) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m954895424 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return (((double)((double)G_B3_0))); } } // System.Double System.Convert::ToDouble(System.Byte) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m3124823876 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return (((double)((double)L_0))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDouble_m1177445661_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 L_1; } } // 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) { { double L_0 = ___value0; return L_0; } } // System.Double System.Convert::ToDouble(System.Single) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m217737046 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; return (((double)((double)L_0))); } } // 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) { { int32_t L_0 = ___value0; return (((double)((double)L_0))); } } // System.Double System.Convert::ToDouble(System.Int64) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m2180337032 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; return (((double)((double)L_0))); } } // System.Double System.Convert::ToDouble(System.SByte) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m2949593046 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { { int8_t L_0 = ___value0; return (((double)((double)L_0))); } } // 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) { { int16_t L_0 = ___value0; return (((double)((double)L_0))); } } // System.Double System.Convert::ToDouble(System.String) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m1364128555 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0010; } } { return (0.0); } IL_0010: { String_t* L_1 = ___value0; double L_2 = Double_Parse_m4153729520(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Double System.Convert::ToDouble(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m2291761709 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0010; } } { return (0.0); } IL_0010: { String_t* L_1 = ___value0; RuntimeObject* L_2 = ___provider1; double L_3 = Double_Parse_m3456374109(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Double System.Convert::ToDouble(System.UInt32) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m2222536920 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; return (((double)((double)(((double)((uint32_t)L_0)))))); } } // System.Double System.Convert::ToDouble(System.UInt64) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m1030895834 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; return (((double)((double)(((double)((uint64_t)L_0)))))); } } // System.Double System.Convert::ToDouble(System.UInt16) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m1840199900 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; return (((double)((double)L_0))); } } // System.Double System.Convert::ToDouble(System.Object) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m4025515304 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDouble_m4025515304_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0010; } } { return (0.0); } IL_0010: { RuntimeObject * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_2 = Convert_ToDouble_m4017511472(NULL /*static, unused*/, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToDouble_m4017511472_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0010; } } { return (0.0); } IL_0010: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); double L_3 = InterfaceFuncInvoker1< double, RuntimeObject* >::Invoke(5 /* System.Double System.IConvertible::ToDouble(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.Int16 System.Convert::ToInt16(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m3324557887 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return (((int16_t)((int16_t)G_B3_0))); } } // System.Int16 System.Convert::ToInt16(System.Byte) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m701474428 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return L_0; } } // System.Int16 System.Convert::ToInt16(System.Char) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m3018161032 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m3018161032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___value0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)32767)))) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2917292804, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToInt16_m3018161032_RuntimeMethod_var); } IL_001b: { Il2CppChar L_3 = ___value0; return (((int16_t)((int16_t)L_3))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m2763665794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), ((int32_t)32767), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002a; } } { Decimal_t2948259380 L_3 = ___value0; Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), ((int32_t)-32768), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003a; } } IL_002a: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3531382908, /*hidden argument*/NULL); OverflowException_t2020128637 * L_7 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Convert_ToInt16_m2763665794_RuntimeMethod_var); } IL_003a: { Decimal_t2948259380 L_8 = ___value0; Decimal_t2948259380 L_9 = Math_Round_m3018379666(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int16_t L_10 = Decimal_op_Explicit_m4231101593(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m2780199356_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; if ((((double)L_0) > ((double)(32767.0)))) { goto IL_001e; } } { double L_1 = ___value0; if ((!(((double)L_1) < ((double)(-32768.0))))) { goto IL_002e; } } IL_001e: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3531382908, /*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,Convert_ToInt16_m2780199356_RuntimeMethod_var); } IL_002e: { double L_4 = ___value0; double L_5 = bankers_round(L_4); return (((int16_t)((int16_t)L_5))); } } // System.Int16 System.Convert::ToInt16(System.Single) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m1336719169 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m1336719169_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; if ((((float)L_0) > ((float)(32767.0f)))) { goto IL_0016; } } { float L_1 = ___value0; if ((!(((float)L_1) < ((float)(-32768.0f))))) { goto IL_0026; } } IL_0016: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3531382908, /*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,Convert_ToInt16_m1336719169_RuntimeMethod_var); } IL_0026: { float L_4 = ___value0; double L_5 = bankers_round((((double)((double)L_4)))); return (((int16_t)((int16_t)L_5))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m4174308322_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)((int32_t)32767)))) { goto IL_0016; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) >= ((int32_t)((int32_t)-32768)))) { goto IL_0026; } } IL_0016: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3531382908, /*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,Convert_ToInt16_m4174308322_RuntimeMethod_var); } IL_0026: { int32_t L_4 = ___value0; return (((int16_t)((int16_t)L_4))); } } // System.Int16 System.Convert::ToInt16(System.Int64) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4174439391 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m4174439391_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)((int32_t)32767))))))) { goto IL_0018; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((int64_t)((int32_t)-32768))))))) { goto IL_0028; } } IL_0018: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3531382908, /*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,Convert_ToInt16_m4174439391_RuntimeMethod_var); } IL_0028: { int64_t L_4 = ___value0; return (((int16_t)((int16_t)L_4))); } } // System.Int16 System.Convert::ToInt16(System.SByte) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m155265449 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { { int8_t L_0 = ___value0; return (((int16_t)((int16_t)L_0))); } } // 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) { { int16_t L_0 = ___value0; return L_0; } } // System.Int16 System.Convert::ToInt16(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m3185404879 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (int16_t)0; } IL_0008: { String_t* L_1 = ___value0; RuntimeObject* L_2 = ___provider1; int16_t L_3 = Int16_Parse_m138525169(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int16 System.Convert::ToInt16(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m3399744881 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m3399744881_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ConvertFromBase_m4253311449(NULL /*static, unused*/, L_0, L_1, (bool)0, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = ___fromBase1; if ((((int32_t)L_3) == ((int32_t)((int32_t)10)))) { goto IL_0040; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)((int32_t)65535)))) { goto IL_0027; } } { OverflowException_t2020128637 * L_5 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_5, _stringLiteral4278584889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Convert_ToInt16_m3399744881_RuntimeMethod_var); } IL_0027: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)32767)))) { goto IL_0040; } } { int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_8 = Convert_ToInt16_m4174308322(NULL /*static, unused*/, ((-((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)65536), (int32_t)L_7)))), /*hidden argument*/NULL); return L_8; } IL_0040: { int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_10 = Convert_ToInt16_m4174308322(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } // System.Int16 System.Convert::ToInt16(System.UInt32) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m571189957 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m571189957_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; if ((((int64_t)(((int64_t)((uint64_t)L_0)))) <= ((int64_t)(((int64_t)((int64_t)((int32_t)32767))))))) { goto IL_001d; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2917292804, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToInt16_m571189957_RuntimeMethod_var); } IL_001d: { uint32_t L_3 = ___value0; return (((int16_t)((int16_t)L_3))); } } // System.Int16 System.Convert::ToInt16(System.UInt64) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m1733792763 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m1733792763_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)32767)))))))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2917292804, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToInt16_m1733792763_RuntimeMethod_var); } IL_001c: { uint64_t L_3 = ___value0; return (((int16_t)((int16_t)L_3))); } } // System.Int16 System.Convert::ToInt16(System.UInt16) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m2896657713 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m2896657713_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint16_t L_0 = ___value0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)32767)))) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2917292804, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToInt16_m2896657713_RuntimeMethod_var); } IL_001b: { uint16_t L_3 = ___value0; return (((int16_t)((int16_t)L_3))); } } // System.Int16 System.Convert::ToInt16(System.Object) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m198393465 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m198393465_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (int16_t)0; } IL_0008: { RuntimeObject * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_2 = Convert_ToInt16_m1223489986(NULL /*static, unused*/, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt16_m1223489986_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (int16_t)0; } IL_0008: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); int16_t L_3 = InterfaceFuncInvoker1< int16_t, RuntimeObject* >::Invoke(6 /* System.Int16 System.IConvertible::ToInt16(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.Int32 System.Convert::ToInt32(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2100527582 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return G_B3_0; } } // System.Int32 System.Convert::ToInt32(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2505564049 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return L_0; } } // System.Int32 System.Convert::ToInt32(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1876369743 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt32_m3048308591_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), ((int32_t)2147483647LL), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002a; } } { Decimal_t2948259380 L_3 = ___value0; Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), ((int32_t)-2147483648LL), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003a; } } IL_002a: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3389715555, /*hidden argument*/NULL); OverflowException_t2020128637 * L_7 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Convert_ToInt32_m3048308591_RuntimeMethod_var); } IL_003a: { Decimal_t2948259380 L_8 = ___value0; Decimal_t2948259380 L_9 = Math_Round_m3018379666(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_10 = Decimal_op_Explicit_m1842265407(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt32_m2880498116_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; if ((((double)L_0) > ((double)(2147483647.0)))) { goto IL_001e; } } { double L_1 = ___value0; if ((!(((double)L_1) < ((double)(-2147483648.0))))) { goto IL_002e; } } IL_001e: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3389715555, /*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,Convert_ToInt32_m2880498116_RuntimeMethod_var); } IL_002e: { double L_4 = ___value0; double L_5 = bankers_round(L_4); if (L_5 > (double)(2147483647LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),NULL); return (((int32_t)((int32_t)L_5))); } } // System.Int32 System.Convert::ToInt32(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1613163543 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt32_m1613163543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; if ((((float)L_0) > ((float)(2.14748365E+09f)))) { goto IL_0016; } } { float L_1 = ___value0; if ((!(((float)L_1) < ((float)(-2.14748365E+09f))))) { goto IL_0026; } } IL_0016: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3389715555, /*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,Convert_ToInt32_m1613163543_RuntimeMethod_var); } IL_0026: { float L_4 = ___value0; double L_5 = bankers_round((((double)((double)L_4)))); if (L_5 > (double)(2147483647LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),NULL); return (((int32_t)((int32_t)L_5))); } } // System.Int32 System.Convert::ToInt32(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1086006904 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; return L_0; } } // System.Int32 System.Convert::ToInt32(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1085875835 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt32_m1085875835_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0018; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((int64_t)((int32_t)-2147483648LL))))))) { goto IL_0028; } } IL_0018: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3389715555, /*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,Convert_ToInt32_m1085875835_RuntimeMethod_var); } IL_0028: { int64_t L_4 = ___value0; return (((int32_t)((int32_t)L_4))); } } // System.Int32 System.Convert::ToInt32(System.SByte) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1405693041 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { { int8_t L_0 = ___value0; return (((int32_t)((int32_t)L_0))); } } // 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) { { int16_t L_0 = ___value0; return L_0; } } // System.Int32 System.Convert::ToInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1758051682 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { String_t* L_1 = ___value0; int32_t L_2 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Convert::ToInt32(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2128774575 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { String_t* L_1 = ___value0; RuntimeObject* L_2 = ___provider1; int32_t L_3 = Int32_Parse_m2087562008(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Convert::ToInt32(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m391894676 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt32_m391894676_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ConvertFromBase_m4253311449(NULL /*static, unused*/, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Convert::ToInt32(System.UInt32) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m3956995719 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt32_m3956995719_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)2147483647LL))))) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1342583032, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToInt32_m3956995719_RuntimeMethod_var); } IL_001b: { uint32_t L_3 = ___value0; return L_3; } } // System.Int32 System.Convert::ToInt32(System.UInt64) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m825155517 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt32_m825155517_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1342583032, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToInt32_m825155517_RuntimeMethod_var); } IL_001c: { uint64_t L_3 = ___value0; return (((int32_t)((int32_t)L_3))); } } // System.Int32 System.Convert::ToInt32(System.UInt16) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1987758323 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; return L_0; } } // System.Int32 System.Convert::ToInt32(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2608095889 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt32_m2608095889_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { RuntimeObject * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ToInt32_m3211312035(NULL /*static, unused*/, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt32_m3211312035_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); int32_t L_3 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.Int64 System.Convert::ToInt64(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2812720657 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return (((int64_t)((int64_t)G_B3_0))); } } // System.Int64 System.Convert::ToInt64(System.Byte) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m395638860 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return (((int64_t)((uint64_t)L_0))); } } // System.Int64 System.Convert::ToInt64(System.Char) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3122543124 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; return (((int64_t)((int64_t)L_0))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt64_m4082637156_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m3650533794((&L_1), (-1), ((int32_t)2147483647LL), 0, (bool)0, (uint8_t)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0032; } } { Decimal_t2948259380 L_3 = ___value0; Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m3650533794((&L_4), 0, ((int32_t)-2147483648LL), 0, (bool)(-1), (uint8_t)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0042; } } IL_0032: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3205301826, /*hidden argument*/NULL); OverflowException_t2020128637 * L_7 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Convert_ToInt64_m4082637156_RuntimeMethod_var); } IL_0042: { Decimal_t2948259380 L_8 = ___value0; Decimal_t2948259380 L_9 = Math_Round_m3018379666(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int64_t L_10 = Decimal_op_Explicit_m438967917(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt64_m3758262873_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; if ((((double)L_0) > ((double)(9.2233720368547758E+18)))) { goto IL_001e; } } { double L_1 = ___value0; if ((!(((double)L_1) < ((double)(-9.2233720368547758E+18))))) { goto IL_002e; } } IL_001e: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3205301826, /*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,Convert_ToInt64_m3758262873_RuntimeMethod_var); } IL_002e: { double L_4 = ___value0; double L_5 = bankers_round(L_4); return (((int64_t)((int64_t)L_5))); } } // System.Int64 System.Convert::ToInt64(System.Single) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m658295522 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt64_m658295522_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; if ((((float)L_0) > ((float)(9.223372E+18f)))) { goto IL_0016; } } { float L_1 = ___value0; if ((!(((float)L_1) < ((float)(-9.223372E+18f))))) { goto IL_0026; } } IL_0016: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3205301826, /*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,Convert_ToInt64_m658295522_RuntimeMethod_var); } IL_0026: { float L_4 = ___value0; double L_5 = bankers_round((((double)((double)L_4)))); return (((int64_t)((int64_t)L_5))); } } // 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) { { int32_t L_0 = ___value0; return (((int64_t)((int64_t)L_0))); } } // System.Int64 System.Convert::ToInt64(System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2075162888 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; return L_0; } } // System.Int64 System.Convert::ToInt64(System.SByte) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3916071102 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { { int8_t L_0 = ___value0; return (((int64_t)((int64_t)L_0))); } } // 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) { { int16_t L_0 = ___value0; return (((int64_t)((int64_t)L_0))); } } // System.Int64 System.Convert::ToInt64(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m4087101237 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0009; } } { return (((int64_t)((int64_t)0))); } IL_0009: { String_t* L_1 = ___value0; int64_t L_2 = Int64_Parse_m662659148(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int64 System.Convert::ToInt64(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2849840611 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0009; } } { return (((int64_t)((int64_t)0))); } IL_0009: { String_t* L_1 = ___value0; RuntimeObject* L_2 = ___provider1; int64_t L_3 = Int64_Parse_m1331690076(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int64 System.Convert::ToInt64(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m582681594 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt64_m582681594_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_2 = Convert_ConvertFromBase64_m1538005328(NULL /*static, unused*/, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Int64 System.Convert::ToInt64(System.UInt32) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3392013556 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; return (((int64_t)((uint64_t)L_0))); } } // System.Int64 System.Convert::ToInt64(System.UInt64) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m260173354 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt64_m260173354_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)((int64_t)std::numeric_limits::max()))))) { goto IL_001f; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2667268558, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToInt64_m260173354_RuntimeMethod_var); } IL_001f: { uint64_t L_3 = ___value0; return L_3; } } // System.Int64 System.Convert::ToInt64(System.UInt16) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m1422776160 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; return (((int64_t)((uint64_t)L_0))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt64_m3240678588_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0009; } } { return (((int64_t)((int64_t)0))); } IL_0009: { RuntimeObject * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_2 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToInt64_m2643251823_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0009; } } { return (((int64_t)((int64_t)0))); } IL_0009: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); int64_t L_3 = InterfaceFuncInvoker1< int64_t, RuntimeObject* >::Invoke(8 /* System.Int64 System.IConvertible::ToInt64(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.SByte System.Convert::ToSByte(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m3284376536 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return (((int8_t)((int8_t)G_B3_0))); } } // System.SByte System.Convert::ToSByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m717245755 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m717245755_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___value0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)127)))) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral661645146, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToSByte_m717245755_RuntimeMethod_var); } IL_0018: { uint8_t L_3 = ___value0; return (((int8_t)((int8_t)L_3))); } } // System.SByte System.Convert::ToSByte(System.Char) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m1350241137 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m1350241137_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___value0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)127)))) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral661645146, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToSByte_m1350241137_RuntimeMethod_var); } IL_0018: { Il2CppChar L_3 = ___value0; return (((int8_t)((int8_t)L_3))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m2991657475_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), ((int32_t)127), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0024; } } { Decimal_t2948259380 L_3 = ___value0; Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), ((int32_t)-128), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0034; } } IL_0024: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1770622501, /*hidden argument*/NULL); OverflowException_t2020128637 * L_7 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Convert_ToSByte_m2991657475_RuntimeMethod_var); } IL_0034: { Decimal_t2948259380 L_8 = ___value0; Decimal_t2948259380 L_9 = Math_Round_m3018379666(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int8_t L_10 = Decimal_op_Explicit_m1824467517(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m3796870839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; if ((((double)L_0) > ((double)(127.0)))) { goto IL_001e; } } { double L_1 = ___value0; if ((!(((double)L_1) < ((double)(-128.0))))) { goto IL_002e; } } IL_001e: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1770622501, /*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,Convert_ToSByte_m3796870839_RuntimeMethod_var); } IL_002e: { double L_4 = ___value0; double L_5 = bankers_round(L_4); return (((int8_t)((int8_t)L_5))); } } // System.SByte System.Convert::ToSByte(System.Single) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m3472794164 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m3472794164_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; if ((((float)L_0) > ((float)(127.0f)))) { goto IL_0016; } } { float L_1 = ___value0; if ((!(((float)L_1) < ((float)(-128.0f))))) { goto IL_0026; } } IL_0016: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2856141936, /*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,Convert_ToSByte_m3472794164_RuntimeMethod_var); } IL_0026: { float L_4 = ___value0; double L_5 = bankers_round((((double)((double)L_4)))); return (((int8_t)((int8_t)L_5))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m2653418303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)((int32_t)127)))) { goto IL_0010; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) >= ((int32_t)((int32_t)-128)))) { goto IL_0020; } } IL_0010: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1770622501, /*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,Convert_ToSByte_m2653418303_RuntimeMethod_var); } IL_0020: { int32_t L_4 = ___value0; return (((int8_t)((int8_t)L_4))); } } // System.SByte System.Convert::ToSByte(System.Int64) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2653811524 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m2653811524_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)((int32_t)127))))))) { goto IL_0012; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((int64_t)((int32_t)-128))))))) { goto IL_0022; } } IL_0012: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1770622501, /*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,Convert_ToSByte_m2653811524_RuntimeMethod_var); } IL_0022: { int64_t L_4 = ___value0; return (((int8_t)((int8_t)L_4))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m2653680449_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int16_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)((int32_t)127)))) { goto IL_0010; } } { int16_t L_1 = ___value0; if ((((int32_t)L_1) >= ((int32_t)((int32_t)-128)))) { goto IL_0020; } } IL_0010: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1770622501, /*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,Convert_ToSByte_m2653680449_RuntimeMethod_var); } IL_0020: { int16_t L_4 = ___value0; return (((int8_t)((int8_t)L_4))); } } // System.SByte System.Convert::ToSByte(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m4075629912 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m4075629912_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Convert_ToSByte_m4075629912_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___value0; RuntimeObject* L_3 = ___provider1; int8_t L_4 = SByte_Parse_m3250497834(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.SByte System.Convert::ToSByte(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2929426021 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m2929426021_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ConvertFromBase_m4253311449(NULL /*static, unused*/, L_0, L_1, (bool)0, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = ___fromBase1; if ((((int32_t)L_3) == ((int32_t)((int32_t)10)))) { goto IL_0027; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)((int32_t)127)))) { goto IL_0027; } } { int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_6 = Convert_ToSByte_m2653418303(NULL /*static, unused*/, ((-((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)256), (int32_t)L_5)))), /*hidden argument*/NULL); return L_6; } IL_0027: { int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_8 = Convert_ToSByte_m2653418303(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return L_8; } } // System.SByte System.Convert::ToSByte(System.UInt32) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2486156346 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m2486156346_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; if ((((int64_t)(((int64_t)((uint64_t)L_0)))) <= ((int64_t)(((int64_t)((int64_t)((int32_t)127))))))) { goto IL_001a; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral661645146, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToSByte_m2486156346_RuntimeMethod_var); } IL_001a: { uint32_t L_3 = ___value0; return (((int8_t)((int8_t)L_3))); } } // System.SByte System.Convert::ToSByte(System.UInt64) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m1679390684 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m1679390684_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)127)))))))) { goto IL_0019; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral661645146, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToSByte_m1679390684_RuntimeMethod_var); } IL_0019: { uint64_t L_3 = ___value0; return (((int8_t)((int8_t)L_3))); } } // System.SByte System.Convert::ToSByte(System.UInt16) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m516918950 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m516918950_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint16_t L_0 = ___value0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)127)))) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral661645146, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToSByte_m516918950_RuntimeMethod_var); } IL_0018: { uint16_t L_3 = ___value0; return (((int8_t)((int8_t)L_3))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSByte_m4061885981_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (int8_t)0; } IL_0008: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); int8_t L_3 = InterfaceFuncInvoker1< int8_t, RuntimeObject* >::Invoke(9 /* System.SByte System.IConvertible::ToSByte(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.Single System.Convert::ToSingle(System.Boolean) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m1386109941 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return (((float)((float)G_B3_0))); } } // System.Single System.Convert::ToSingle(System.Byte) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m2769033141 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return (((float)((float)L_0))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSingle_m1389817074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); float L_1 = Decimal_op_Explicit_m3488287464(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // 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) { { double L_0 = ___value0; return (((float)((float)L_0))); } } // System.Single System.Convert::ToSingle(System.Single) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m835189399 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { { float L_0 = ___value0; return L_0; } } // 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) { { int32_t L_0 = ___value0; return (((float)((float)L_0))); } } // System.Single System.Convert::ToSingle(System.Int64) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m2891972375 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; return (((float)((float)L_0))); } } // System.Single System.Convert::ToSingle(System.SByte) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m164367433 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { { int8_t L_0 = ___value0; return (((float)((float)L_0))); } } // 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) { { int16_t L_0 = ___value0; return (((float)((float)L_0))); } } // System.Single System.Convert::ToSingle(System.String) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m12213886 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_000c; } } { return (0.0f); } IL_000c: { String_t* L_1 = ___value0; float L_2 = Single_Parse_m364357836(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Single System.Convert::ToSingle(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m2533452644 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_000c; } } { return (0.0f); } IL_000c: { String_t* L_1 = ___value0; RuntimeObject* L_2 = ___provider1; float L_3 = Single_Parse_m3840407583(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Single System.Convert::ToSingle(System.UInt32) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m3983149863 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; return (((float)((float)(((double)((uint32_t)L_0)))))); } } // System.Single System.Convert::ToSingle(System.UInt64) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m2791508777 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; return (((float)((float)(((double)((uint64_t)L_0)))))); } } // System.Single System.Convert::ToSingle(System.UInt16) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m3600812843 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; return (((float)((float)L_0))); } } // System.Single System.Convert::ToSingle(System.Object) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m770958689 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSingle_m770958689_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000c; } } { return (0.0f); } IL_000c: { RuntimeObject * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_2 = Convert_ToSingle_m3605848385(NULL /*static, unused*/, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToSingle_m3605848385_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000c; } } { return (0.0f); } IL_000c: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); float L_3 = InterfaceFuncInvoker1< float, RuntimeObject* >::Invoke(10 /* System.Single System.IConvertible::ToSingle(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.String System.Convert::ToString(System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m1553911740 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method) { { String_t* L_0 = Char_ToString_m3588025615((&___value0), /*hidden argument*/NULL); return L_0; } } // System.String System.Convert::ToString(System.DateTime,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m41256750 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider1; String_t* L_1 = DateTime_ToString_m1916142975((&___value0), L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Convert::ToString(System.Decimal,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m3734943936 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider1; String_t* L_1 = Decimal_ToString_m3653216873((&___value0), L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Convert::ToString(System.Double,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m1282703378 (RuntimeObject * __this /* static, unused */, double ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider1; String_t* L_1 = Double_ToString_m3828879243((&___value0), L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Convert::ToString(System.Int32,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m2614817407 (RuntimeObject * __this /* static, unused */, int32_t ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider1; String_t* L_1 = Int32_ToString_m1760361794((&___value0), L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Convert::ToString(System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m2676554995 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { { String_t* L_0 = Int64_ToString_m2986581816((&___value0), /*hidden argument*/NULL); return L_0; } } // System.String System.Convert::ToString(System.Int64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m239190601 (RuntimeObject * __this /* static, unused */, int64_t ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider1; String_t* L_1 = Int64_ToString_m623640997((&___value0), L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Convert::ToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m2219349533 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToString_m2219349533_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_1 = Convert_ToString_m1854379141(NULL /*static, unused*/, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } // System.String System.Convert::ToString(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m1854379141 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToString_m1854379141_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IConvertible_t2977365677_il2cpp_TypeInfo_var))) { goto IL_0018; } } { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); String_t* L_3 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(11 /* System.String System.IConvertible::ToString(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } IL_0018: { RuntimeObject * L_4 = ___value0; if (!L_4) { goto IL_0025; } } { RuntimeObject * L_5 = ___value0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); return L_6; } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_7; } } // System.String System.Convert::ToString(System.UInt64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m301771913 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider1; String_t* L_1 = UInt64_ToString_m2623377370((&___value0), L_0, /*hidden argument*/NULL); return L_1; } } // System.UInt16 System.Convert::ToUInt16(System.Boolean) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3116648921 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return (uint16_t)(((int32_t)((uint16_t)G_B3_0))); } } // System.UInt16 System.Convert::ToUInt16(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m4064261444 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return L_0; } } // System.UInt16 System.Convert::ToUInt16(System.Char) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m2952781888 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m867476252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), ((int32_t)65535), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0026; } } { Decimal_t2948259380 L_3 = ___value0; Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } IL_0026: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral588587340, /*hidden argument*/NULL); OverflowException_t2020128637 * L_7 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Convert_ToUInt16_m867476252_RuntimeMethod_var); } IL_0036: { Decimal_t2948259380 L_8 = ___value0; Decimal_t2948259380 L_9 = Math_Round_m3018379666(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); uint16_t L_10 = Decimal_op_Explicit_m3716368008(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m3523269149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; if ((((double)L_0) > ((double)(65535.0)))) { goto IL_001e; } } { double L_1 = ___value0; if ((!(((double)L_1) < ((double)(0.0))))) { goto IL_002e; } } IL_001e: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral588587340, /*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,Convert_ToUInt16_m3523269149_RuntimeMethod_var); } IL_002e: { double L_4 = ___value0; double L_5 = bankers_round(L_4); return (uint16_t)(((int32_t)((uint16_t)L_5))); } } // System.UInt16 System.Convert::ToUInt16(System.Single) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m2185524030 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m2185524030_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; if ((((float)L_0) > ((float)(65535.0f)))) { goto IL_0016; } } { float L_1 = ___value0; if ((!(((float)L_1) < ((float)(0.0f))))) { goto IL_0026; } } IL_0016: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral588587340, /*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,Convert_ToUInt16_m2185524030_RuntimeMethod_var); } IL_0026: { float L_4 = ___value0; double L_5 = bankers_round((((double)((double)L_4)))); return (uint16_t)(((int32_t)((uint16_t)L_5))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m3515425647_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)((int32_t)65535)))) { goto IL_0012; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0022; } } IL_0012: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral588587340, /*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,Convert_ToUInt16_m3515425647_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___value0; return (uint16_t)(((int32_t)((uint16_t)L_4))); } } // System.UInt16 System.Convert::ToUInt16(System.Int64) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3902921832 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m3902921832_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)((int32_t)65535))))))) { goto IL_0014; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0024; } } IL_0014: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral588587340, /*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,Convert_ToUInt16_m3902921832_RuntimeMethod_var); } IL_0024: { int64_t L_4 = ___value0; return (uint16_t)(((int32_t)((uint16_t)L_4))); } } // System.UInt16 System.Convert::ToUInt16(System.SByte) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3736443170 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m3736443170_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int8_t L_0 = ___value0; if ((((int32_t)(((int32_t)((int32_t)L_0)))) >= ((int32_t)0))) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2375818832, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt16_m3736443170_RuntimeMethod_var); } IL_0018: { int8_t L_3 = ___value0; return (uint16_t)(((int32_t)((uint16_t)L_3))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m1147931813_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int16_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2375818832, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt16_m1147931813_RuntimeMethod_var); } IL_0017: { int16_t L_3 = ___value0; return (uint16_t)(((int32_t)((uint16_t)L_3))); } } // System.UInt16 System.Convert::ToUInt16(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3216249716 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (uint16_t)0; } IL_0008: { String_t* L_1 = ___value0; RuntimeObject* L_2 = ___provider1; uint16_t L_3 = UInt16_Parse_m1613088384(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.UInt16 System.Convert::ToUInt16(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m1964846188 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m1964846188_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ConvertFromBase_m4253311449(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); uint16_t L_3 = Convert_ToUInt16_m3515425647(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.UInt16 System.Convert::ToUInt16(System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m1480956416 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m1480956416_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)65535))))) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3910897868, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt16_m1480956416_RuntimeMethod_var); } IL_001b: { uint32_t L_3 = ___value0; return (uint16_t)(((int32_t)((uint16_t)L_3))); } } // System.UInt16 System.Convert::ToUInt16(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m2672597498 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m2672597498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((int64_t)((int32_t)65535)))))))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3910897868, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt16_m2672597498_RuntimeMethod_var); } IL_001c: { uint64_t L_3 = ___value0; return (uint16_t)(((int32_t)((uint16_t)L_3))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt16_m4211508274_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return (uint16_t)0; } IL_0008: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); uint16_t L_3 = InterfaceFuncInvoker1< uint16_t, RuntimeObject* >::Invoke(13 /* System.UInt16 System.IConvertible::ToUInt16(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.UInt32 System.Convert::ToUInt32(System.Boolean) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m835119716 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return G_B3_0; } } // System.UInt32 System.Convert::ToUInt32(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m360864467 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return L_0; } } // System.UInt32 System.Convert::ToUInt32(System.Char) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m3188121845 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m3622072499_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m3650533794((&L_1), (-1), 0, 0, (bool)0, (uint8_t)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0026; } } { Decimal_t2948259380 L_3 = ___value0; Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } IL_0026: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral894538182, /*hidden argument*/NULL); OverflowException_t2020128637 * L_7 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Convert_ToUInt32_m3622072499_RuntimeMethod_var); } IL_0036: { Decimal_t2948259380 L_8 = ___value0; Decimal_t2948259380 L_9 = Math_Round_m3018379666(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); uint32_t L_10 = Decimal_op_Explicit_m1639916169(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m1453583008_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; if ((((double)L_0) > ((double)(4294967295.0)))) { goto IL_001e; } } { double L_1 = ___value0; if ((!(((double)L_1) < ((double)(0.0))))) { goto IL_002e; } } IL_001e: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral894538182, /*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,Convert_ToUInt32_m1453583008_RuntimeMethod_var); } IL_002e: { double L_4 = ___value0; double L_5 = bankers_round(L_4); return (((int32_t)((uint32_t)L_5))); } } // System.UInt32 System.Convert::ToUInt32(System.Single) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2045194461 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m2045194461_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; if ((((float)L_0) > ((float)(4.2949673E+09f)))) { goto IL_0016; } } { float L_1 = ___value0; if ((!(((float)L_1) < ((float)(0.0f))))) { goto IL_0026; } } IL_0016: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral894538182, /*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,Convert_ToUInt32_m2045194461_RuntimeMethod_var); } IL_0026: { float L_4 = ___value0; double L_5 = bankers_round((((double)((double)L_4)))); return (((int32_t)((uint32_t)L_5))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m2215525276_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int64_t)(((int64_t)((int64_t)L_0)))) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0019; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2580672812, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt32_m2215525276_RuntimeMethod_var); } IL_0019: { int32_t L_3 = ___value0; return L_3; } } // System.UInt32 System.Convert::ToUInt32(System.Int64) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2194577773 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m2194577773_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((((int64_t)L_0) > ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))) { goto IL_0010; } } { int64_t L_1 = ___value0; if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0020; } } IL_0010: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral894538182, /*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,Convert_ToUInt32_m2194577773_RuntimeMethod_var); } IL_0020: { int64_t L_4 = ___value0; return (((int32_t)((uint32_t)L_4))); } } // System.UInt32 System.Convert::ToUInt32(System.SByte) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m3592050311 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m3592050311_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int8_t L_0 = ___value0; if ((((int64_t)(((int64_t)((int64_t)L_0)))) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0019; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2580672812, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt32_m3592050311_RuntimeMethod_var); } IL_0019: { int8_t L_3 = ___value0; return (((int32_t)((uint32_t)L_3))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m4142998738_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int16_t L_0 = ___value0; if ((((int64_t)(((int64_t)((int64_t)L_0)))) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0019; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2580672812, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt32_m4142998738_RuntimeMethod_var); } IL_0019: { int16_t L_3 = ___value0; return (((int32_t)((uint32_t)L_3))); } } // System.UInt32 System.Convert::ToUInt32(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m3920761395 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { String_t* L_1 = ___value0; RuntimeObject* L_2 = ___provider1; uint32_t L_3 = UInt32_Parse_m1373460382(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.UInt32 System.Convert::ToUInt32(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m4185155480 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m4185155480_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ConvertFromBase_m4253311449(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.UInt32 System.Convert::ToUInt32(System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m1767593911 (RuntimeObject * __this /* static, unused */, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m1767593911_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; if ((!(((uint64_t)L_0) > ((uint64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3367608834, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt32_m1767593911_RuntimeMethod_var); } IL_0018: { uint64_t L_3 = ___value0; return (((int32_t)((uint32_t)L_3))); } } // System.UInt32 System.Convert::ToUInt32(System.UInt16) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m193615797 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; return L_0; } } // System.UInt32 System.Convert::ToUInt32(System.Object) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m668801151 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m668801151_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { RuntimeObject * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_2 = Convert_ToUInt32_m2061619287(NULL /*static, unused*/, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt32_m2061619287_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); uint32_t L_3 = InterfaceFuncInvoker1< uint32_t, RuntimeObject* >::Invoke(14 /* System.UInt32 System.IConvertible::ToUInt32(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.UInt64 System.Convert::ToUInt64(System.Boolean) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m2343585091 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { G_B3_0 = 1; goto IL_000d; } IL_000c: { G_B3_0 = 0; } IL_000d: { return (((int64_t)((int64_t)G_B3_0))); } } // System.UInt64 System.Convert::ToUInt64(System.Byte) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m2652538228 (RuntimeObject * __this /* static, unused */, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; return (((int64_t)((uint64_t)L_0))); } } // System.UInt64 System.Convert::ToUInt64(System.Char) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m3102114524 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; return (((int64_t)((uint64_t)L_0))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt64_m92315402_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m3650533794((&L_1), (-1), (-1), 0, (bool)0, (uint8_t)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0026; } } { Decimal_t2948259380 L_3 = ___value0; Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } IL_0026: { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2015603325, /*hidden argument*/NULL); OverflowException_t2020128637 * L_7 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Convert_ToUInt64_m92315402_RuntimeMethod_var); } IL_0036: { Decimal_t2948259380 L_8 = ___value0; Decimal_t2948259380 L_9 = Math_Round_m3018379666(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); uint64_t L_10 = Decimal_op_Explicit_m1503081942(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt64_m1433697267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; if ((((double)L_0) > ((double)(1.8446744073709552E+19)))) { goto IL_001e; } } { double L_1 = ___value0; if ((!(((double)L_1) < ((double)(0.0))))) { goto IL_002e; } } IL_001e: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2015603325, /*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,Convert_ToUInt64_m1433697267_RuntimeMethod_var); } IL_002e: { double L_4 = ___value0; double L_5 = bankers_round(L_4); return (((int64_t)((uint64_t)L_5))); } } // System.UInt64 System.Convert::ToUInt64(System.Single) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m1627266664 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt64_m1627266664_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; if ((((float)L_0) > ((float)(1.84467441E+19f)))) { goto IL_0016; } } { float L_1 = ___value0; if ((!(((float)L_1) < ((float)(0.0f))))) { goto IL_0026; } } IL_0016: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2015603325, /*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,Convert_ToUInt64_m1627266664_RuntimeMethod_var); } IL_0026: { float L_4 = ___value0; double L_5 = bankers_round((((double)((double)L_4)))); return (((int64_t)((uint64_t)L_5))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt64_m786726853_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2977630634, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt64_m786726853_RuntimeMethod_var); } IL_0017: { int32_t L_3 = ___value0; return (((int64_t)((int64_t)L_3))); } } // System.UInt64 System.Convert::ToUInt64(System.Int64) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m409548990 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt64_m409548990_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2977630634, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt64_m409548990_RuntimeMethod_var); } IL_0018: { int64_t L_3 = ___value0; return L_3; } } // System.UInt64 System.Convert::ToUInt64(System.SByte) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m473526756 (RuntimeObject * __this /* static, unused */, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt64_m473526756_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int8_t L_0 = ___value0; if ((((int32_t)(((int32_t)((int32_t)L_0)))) >= ((int32_t)0))) { goto IL_0013; } } { OverflowException_t2020128637 * L_1 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_1, _stringLiteral2977630634, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Convert_ToUInt64_m473526756_RuntimeMethod_var); } IL_0013: { int8_t L_2 = ___value0; return (((int64_t)((int64_t)L_2))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt64_m388601487_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int16_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2977630634, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ToUInt64_m388601487_RuntimeMethod_var); } IL_0017: { int16_t L_3 = ___value0; return (((int64_t)((int64_t)L_3))); } } // System.UInt64 System.Convert::ToUInt64(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m2629133713 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_0009; } } { return (((int64_t)((int64_t)0))); } IL_0009: { String_t* L_1 = ___value0; RuntimeObject* L_2 = ___provider1; uint64_t L_3 = UInt64_Parse_m819899889(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.UInt64 System.Convert::ToUInt64(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m3589951548 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt64_m3589951548_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_2 = Convert_ConvertFromBase64_m1538005328(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.UInt64 System.Convert::ToUInt64(System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m1745056470 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; return (((int64_t)((uint64_t)L_0))); } } // System.UInt64 System.Convert::ToUInt64(System.UInt16) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m1362719450 (RuntimeObject * __this /* static, unused */, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; return (((int64_t)((uint64_t)L_0))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt64_m1841050714_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0009; } } { return (((int64_t)((int64_t)0))); } IL_0009: { RuntimeObject * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_2 = Convert_ToUInt64_m3170916409(NULL /*static, unused*/, L_1, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToUInt64_m3170916409_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0009; } } { return (((int64_t)((int64_t)0))); } IL_0009: { RuntimeObject * L_1 = ___value0; RuntimeObject* L_2 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var))); uint64_t L_3 = InterfaceFuncInvoker1< uint64_t, RuntimeObject* >::Invoke(15 /* System.UInt64 System.IConvertible::ToUInt64(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_2); return L_3; } } // System.Object System.Convert::ChangeType(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m739676612 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___conversionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ChangeType_m739676612_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject * L_0 = ___value0; if (!L_0) { goto IL_0017; } } { Type_t * L_1 = ___conversionType1; if (L_1) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral1255815265, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ChangeType_m739676612_RuntimeMethod_var); } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = ___conversionType1; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (DateTime_t3738529785_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_0039; } } { CultureInfo_t4157843068 * L_7 = V_0; NullCheck(L_7); DateTimeFormatInfo_t2405853701 * L_8 = VirtFuncInvoker0< DateTimeFormatInfo_t2405853701 * >::Invoke(15 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, L_7); V_1 = L_8; goto IL_0040; } IL_0039: { CultureInfo_t4157843068 * L_9 = V_0; NullCheck(L_9); NumberFormatInfo_t435877138 * L_10 = VirtFuncInvoker0< NumberFormatInfo_t435877138 * >::Invoke(13 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_9); V_1 = L_10; } IL_0040: { RuntimeObject * L_11 = ___value0; Type_t * L_12 = ___conversionType1; RuntimeObject* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_14 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_11, L_12, L_13, (bool)1, /*hidden argument*/NULL); return L_14; } } // System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m827193029 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ChangeType_m827193029_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!L_0) { goto IL_0017; } } { Type_t * L_1 = ___conversionType1; if (L_1) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral1255815265, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ChangeType_m827193029_RuntimeMethod_var); } IL_0017: { RuntimeObject * L_3 = ___value0; Type_t * L_4 = ___conversionType1; RuntimeObject* L_5 = ___provider2; 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)1, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.Convert::NotValidBase(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Convert_NotValidBase_m1629381015 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_001e; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_001e; } } { int32_t L_2 = ___value0; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_001e; } } { int32_t L_3 = ___value0; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)16))))) { goto IL_0020; } } IL_001e: { return (bool)0; } IL_0020: { return (bool)1; } } // System.Int32 System.Convert::ConvertFromBase(System.String,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ConvertFromBase_m4253311449 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, bool ___unsigned2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ConvertFromBase_m4253311449_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; { int32_t L_0 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_1 = Convert_NotValidBase_m1629381015(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral1559588801, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ConvertFromBase_m4253311449_RuntimeMethod_var); } IL_0016: { String_t* L_3 = ___value0; if (L_3) { goto IL_001e; } } { return 0; } IL_001e: { V_0 = 0; V_1 = 0; V_3 = 0; String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); V_4 = L_5; V_5 = (bool)0; int32_t L_6 = ___fromBase1; V_7 = L_6; int32_t L_7 = V_7; if ((((int32_t)L_7) == ((int32_t)((int32_t)10)))) { goto IL_0049; } } { int32_t L_8 = V_7; if ((((int32_t)L_8) == ((int32_t)((int32_t)16)))) { goto IL_0082; } } { goto IL_00e5; } IL_0049: { String_t* L_9 = ___value0; int32_t L_10 = V_3; NullCheck(L_9); String_t* L_11 = String_Substring_m1610150815(L_9, L_10, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, _stringLiteral3452614531, /*hidden argument*/NULL); if (!L_12) { goto IL_007d; } } { bool L_13 = ___unsigned2; if (!L_13) { goto IL_0076; } } { String_t* L_14 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2517193105, /*hidden argument*/NULL); OverflowException_t2020128637 * L_15 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Convert_ConvertFromBase_m4253311449_RuntimeMethod_var); } IL_0076: { V_5 = (bool)1; int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_007d: { goto IL_010c; } IL_0082: { String_t* L_17 = ___value0; int32_t L_18 = V_3; NullCheck(L_17); String_t* L_19 = String_Substring_m1610150815(L_17, L_18, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_19, _stringLiteral3452614531, /*hidden argument*/NULL); if (!L_20) { goto IL_00a4; } } { ArgumentException_t132251570 * L_21 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_21, _stringLiteral1223480157, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,Convert_ConvertFromBase_m4253311449_RuntimeMethod_var); } IL_00a4: { int32_t L_22 = V_4; int32_t L_23 = V_3; if ((((int32_t)L_22) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)2))))) { goto IL_00e0; } } { String_t* L_24 = ___value0; int32_t L_25 = V_3; NullCheck(L_24); Il2CppChar L_26 = String_get_Chars_m2986988803(L_24, L_25, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)48))))) { goto IL_00e0; } } { String_t* L_27 = ___value0; int32_t L_28 = V_3; NullCheck(L_27); Il2CppChar L_29 = String_get_Chars_m2986988803(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_29) == ((int32_t)((int32_t)120)))) { goto IL_00dc; } } { String_t* L_30 = ___value0; int32_t L_31 = V_3; NullCheck(L_30); Il2CppChar L_32 = String_get_Chars_m2986988803(L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)88))))) { goto IL_00e0; } } IL_00dc: { int32_t L_33 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)2)); } IL_00e0: { goto IL_010c; } IL_00e5: { String_t* L_34 = ___value0; int32_t L_35 = V_3; NullCheck(L_34); String_t* L_36 = String_Substring_m1610150815(L_34, L_35, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_36, _stringLiteral3452614531, /*hidden argument*/NULL); if (!L_37) { goto IL_0107; } } { ArgumentException_t132251570 * L_38 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_38, _stringLiteral1223480157, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,Convert_ConvertFromBase_m4253311449_RuntimeMethod_var); } IL_0107: { goto IL_010c; } IL_010c: { int32_t L_39 = V_4; int32_t L_40 = V_3; if ((!(((uint32_t)L_39) == ((uint32_t)L_40)))) { goto IL_011f; } } { FormatException_t154580423 * L_41 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_41, _stringLiteral609558521, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41,Convert_ConvertFromBase_m4253311449_RuntimeMethod_var); } IL_011f: { String_t* L_42 = ___value0; int32_t L_43 = V_3; NullCheck(L_42); Il2CppChar L_44 = String_get_Chars_m2986988803(L_42, L_43, /*hidden argument*/NULL); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)43))))) { goto IL_0131; } } { int32_t L_45 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0131: { goto IL_01c4; } IL_0136: { String_t* L_46 = ___value0; int32_t L_47 = V_3; int32_t L_48 = L_47; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); NullCheck(L_46); Il2CppChar L_49 = String_get_Chars_m2986988803(L_46, L_48, /*hidden argument*/NULL); V_6 = L_49; Il2CppChar L_50 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_51 = Char_IsNumber_m2445552278(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_015a; } } { Il2CppChar L_52 = V_6; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)((int32_t)48))); goto IL_0196; } IL_015a: { Il2CppChar L_53 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_54 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0179; } } { Il2CppChar L_55 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_56 = Char_ToLowerInvariant_m1926695830(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))); goto IL_0196; } IL_0179: { int32_t L_57 = V_0; if ((((int32_t)L_57) <= ((int32_t)0))) { goto IL_018b; } } { FormatException_t154580423 * L_58 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_58, _stringLiteral3242678743, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58,Convert_ConvertFromBase_m4253311449_RuntimeMethod_var); } IL_018b: { FormatException_t154580423 * L_59 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_59, _stringLiteral609558521, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59,Convert_ConvertFromBase_m4253311449_RuntimeMethod_var); } IL_0196: { int32_t L_60 = V_2; int32_t L_61 = ___fromBase1; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_01ba; } } { int32_t L_62 = V_0; if ((((int32_t)L_62) <= ((int32_t)0))) { goto IL_01af; } } { FormatException_t154580423 * L_63 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_63, _stringLiteral3242678743, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63,Convert_ConvertFromBase_m4253311449_RuntimeMethod_var); } IL_01af: { FormatException_t154580423 * L_64 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_64, _stringLiteral609558521, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,Convert_ConvertFromBase_m4253311449_RuntimeMethod_var); } IL_01ba: { int32_t L_65 = ___fromBase1; int32_t L_66 = V_1; int32_t L_67 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_65, (int32_t)L_66)), (int32_t)L_67)); int32_t L_68 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_01c4: { int32_t L_69 = V_3; int32_t L_70 = V_4; if ((((int32_t)L_69) < ((int32_t)L_70))) { goto IL_0136; } } { int32_t L_71 = V_0; if (L_71) { goto IL_01dd; } } { FormatException_t154580423 * L_72 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_72, _stringLiteral609558521, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_72,Convert_ConvertFromBase_m4253311449_RuntimeMethod_var); } IL_01dd: { bool L_73 = V_5; if (!L_73) { goto IL_01e7; } } { int32_t L_74 = V_1; return ((-L_74)); } IL_01e7: { int32_t L_75 = V_1; return L_75; } } // System.Int64 System.Convert::ConvertFromBase64(System.String,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ConvertFromBase64_m1538005328 (RuntimeObject * __this /* static, unused */, String_t* ___value0, int32_t ___fromBase1, bool ___unsigned2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ConvertFromBase64_m1538005328_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int64_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; { int32_t L_0 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_1 = Convert_NotValidBase_m1629381015(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral1559588801, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var); } IL_0016: { String_t* L_3 = ___value0; if (L_3) { goto IL_001f; } } { return (((int64_t)((int64_t)0))); } IL_001f: { V_0 = 0; V_1 = (-1); V_2 = (((int64_t)((int64_t)0))); V_3 = (bool)0; V_4 = 0; String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); V_5 = L_5; int32_t L_6 = ___fromBase1; V_7 = L_6; int32_t L_7 = V_7; if ((((int32_t)L_7) == ((int32_t)((int32_t)10)))) { goto IL_004d; } } { int32_t L_8 = V_7; if ((((int32_t)L_8) == ((int32_t)((int32_t)16)))) { goto IL_0088; } } { goto IL_00f2; } IL_004d: { String_t* L_9 = ___value0; int32_t L_10 = V_4; NullCheck(L_9); String_t* L_11 = String_Substring_m1610150815(L_9, L_10, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, _stringLiteral3452614531, /*hidden argument*/NULL); if (!L_12) { goto IL_0083; } } { bool L_13 = ___unsigned2; if (!L_13) { goto IL_007b; } } { String_t* L_14 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2517193105, /*hidden argument*/NULL); OverflowException_t2020128637 * L_15 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var); } IL_007b: { V_3 = (bool)1; int32_t L_16 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0083: { goto IL_011a; } IL_0088: { String_t* L_17 = ___value0; int32_t L_18 = V_4; NullCheck(L_17); String_t* L_19 = String_Substring_m1610150815(L_17, L_18, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_19, _stringLiteral3452614531, /*hidden argument*/NULL); if (!L_20) { goto IL_00ab; } } { ArgumentException_t132251570 * L_21 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_21, _stringLiteral1223480157, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var); } IL_00ab: { int32_t L_22 = V_5; int32_t L_23 = V_4; if ((((int32_t)L_22) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)2))))) { goto IL_00ed; } } { String_t* L_24 = ___value0; int32_t L_25 = V_4; NullCheck(L_24); Il2CppChar L_26 = String_get_Chars_m2986988803(L_24, L_25, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)48))))) { goto IL_00ed; } } { String_t* L_27 = ___value0; int32_t L_28 = V_4; NullCheck(L_27); Il2CppChar L_29 = String_get_Chars_m2986988803(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_29) == ((int32_t)((int32_t)120)))) { goto IL_00e7; } } { String_t* L_30 = ___value0; int32_t L_31 = V_4; NullCheck(L_30); Il2CppChar L_32 = String_get_Chars_m2986988803(L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)88))))) { goto IL_00ed; } } IL_00e7: { int32_t L_33 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)2)); } IL_00ed: { goto IL_011a; } IL_00f2: { String_t* L_34 = ___value0; int32_t L_35 = V_4; NullCheck(L_34); String_t* L_36 = String_Substring_m1610150815(L_34, L_35, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_36, _stringLiteral3452614531, /*hidden argument*/NULL); if (!L_37) { goto IL_0115; } } { ArgumentException_t132251570 * L_38 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_38, _stringLiteral1223480157, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var); } IL_0115: { goto IL_011a; } IL_011a: { int32_t L_39 = V_5; int32_t L_40 = V_4; if ((!(((uint32_t)L_39) == ((uint32_t)L_40)))) { goto IL_012e; } } { FormatException_t154580423 * L_41 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_41, _stringLiteral609558521, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41,Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var); } IL_012e: { String_t* L_42 = ___value0; int32_t L_43 = V_4; NullCheck(L_42); Il2CppChar L_44 = String_get_Chars_m2986988803(L_42, L_43, /*hidden argument*/NULL); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)43))))) { goto IL_0143; } } { int32_t L_45 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0143: { goto IL_01da; } IL_0148: { String_t* L_46 = ___value0; int32_t L_47 = V_4; int32_t L_48 = L_47; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); NullCheck(L_46); Il2CppChar L_49 = String_get_Chars_m2986988803(L_46, L_48, /*hidden argument*/NULL); V_6 = L_49; Il2CppChar L_50 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_51 = Char_IsNumber_m2445552278(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_016e; } } { Il2CppChar L_52 = V_6; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)((int32_t)48))); goto IL_01aa; } IL_016e: { Il2CppChar L_53 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_54 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_018d; } } { Il2CppChar L_55 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_56 = Char_ToLowerInvariant_m1926695830(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))); goto IL_01aa; } IL_018d: { int32_t L_57 = V_0; if ((((int32_t)L_57) <= ((int32_t)0))) { goto IL_019f; } } { FormatException_t154580423 * L_58 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_58, _stringLiteral3242678743, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58,Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var); } IL_019f: { FormatException_t154580423 * L_59 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_59, _stringLiteral609558521, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59,Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var); } IL_01aa: { int32_t L_60 = V_1; int32_t L_61 = ___fromBase1; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_01ce; } } { int32_t L_62 = V_0; if ((((int32_t)L_62) <= ((int32_t)0))) { goto IL_01c3; } } { FormatException_t154580423 * L_63 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_63, _stringLiteral3242678743, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63,Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var); } IL_01c3: { FormatException_t154580423 * L_64 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_64, _stringLiteral609558521, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var); } IL_01ce: { int32_t L_65 = ___fromBase1; int64_t L_66 = V_2; int32_t L_67 = V_1; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_65))), (int64_t)L_66)), (int64_t)(((int64_t)((int64_t)L_67))))); int32_t L_68 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_01da: { int32_t L_69 = V_4; int32_t L_70 = V_5; if ((((int32_t)L_69) < ((int32_t)L_70))) { goto IL_0148; } } { int32_t L_71 = V_0; if (L_71) { goto IL_01f4; } } { FormatException_t154580423 * L_72 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_72, _stringLiteral609558521, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_72,Convert_ConvertFromBase64_m1538005328_RuntimeMethod_var); } IL_01f4: { bool L_73 = V_3; if (!L_73) { goto IL_01ff; } } { int64_t L_74 = V_2; return ((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)(-1)))), (int64_t)L_74)); } IL_01ff: { int64_t L_75 = V_2; return L_75; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Convert_ToType_m2406080310_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0024; } } { Type_t * L_1 = ___conversionType1; if (!L_1) { goto IL_0022; } } { Type_t * L_2 = ___conversionType1; NullCheck(L_2); bool L_3 = Type_get_IsValueType_m3108065642(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { InvalidCastException_t3927145244 * L_4 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_4, _stringLiteral3495165633, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Convert_ToType_m2406080310_RuntimeMethod_var); } IL_0022: { return NULL; } IL_0024: { Type_t * L_5 = ___conversionType1; if (L_5) { goto IL_0035; } } { InvalidCastException_t3927145244 * L_6 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_6, _stringLiteral2617833356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Convert_ToType_m2406080310_RuntimeMethod_var); } IL_0035: { RuntimeObject * L_7 = ___value0; NullCheck(L_7); Type_t * L_8 = Object_GetType_m88164663(L_7, /*hidden argument*/NULL); Type_t * L_9 = ___conversionType1; if ((!(((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_9)))) { goto IL_0043; } } { RuntimeObject * L_10 = ___value0; return L_10; } IL_0043: { RuntimeObject * L_11 = ___value0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_11, IConvertible_t2977365677_il2cpp_TypeInfo_var))) { goto IL_0228; } } { RuntimeObject * L_12 = ___value0; V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IConvertible_t2977365677_il2cpp_TypeInfo_var)); Type_t * L_13 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_14 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_14); int32_t L_15 = 0; Type_t * L_16 = (L_14)->GetAt(static_cast(L_15)); if ((!(((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_16)))) { goto IL_0068; } } { ArgumentNullException_t1615371798 * L_17 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Convert_ToType_m2406080310_RuntimeMethod_var); } IL_0068: { Type_t * L_18 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_19 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_19); int32_t L_20 = 1; Type_t * L_21 = (L_19)->GetAt(static_cast(L_20)); if ((!(((RuntimeObject*)(Type_t *)L_18) == ((RuntimeObject*)(Type_t *)L_21)))) { goto IL_0077; } } { RuntimeObject * L_22 = ___value0; return L_22; } IL_0077: { Type_t * L_23 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_24 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_24); int32_t L_25 = 2; Type_t * L_26 = (L_24)->GetAt(static_cast(L_25)); if ((!(((RuntimeObject*)(Type_t *)L_23) == ((RuntimeObject*)(Type_t *)L_26)))) { goto IL_008f; } } { InvalidCastException_t3927145244 * L_27 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_27, _stringLiteral2368423739, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,Convert_ToType_m2406080310_RuntimeMethod_var); } IL_008f: { Type_t * L_28 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_29 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_29); int32_t L_30 = 3; Type_t * L_31 = (L_29)->GetAt(static_cast(L_30)); if ((!(((RuntimeObject*)(Type_t *)L_28) == ((RuntimeObject*)(Type_t *)L_31)))) { goto IL_00a9; } } { RuntimeObject* L_32 = V_0; RuntimeObject* L_33 = ___provider2; NullCheck(L_32); bool L_34 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.IConvertible::ToBoolean(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_32, L_33); bool L_35 = L_34; RuntimeObject * L_36 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_35); return L_36; } IL_00a9: { Type_t * L_37 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_38 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_38); int32_t L_39 = 4; Type_t * L_40 = (L_38)->GetAt(static_cast(L_39)); if ((!(((RuntimeObject*)(Type_t *)L_37) == ((RuntimeObject*)(Type_t *)L_40)))) { goto IL_00c3; } } { RuntimeObject* L_41 = V_0; RuntimeObject* L_42 = ___provider2; NullCheck(L_41); Il2CppChar L_43 = InterfaceFuncInvoker1< Il2CppChar, RuntimeObject* >::Invoke(2 /* System.Char System.IConvertible::ToChar(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_41, L_42); Il2CppChar L_44 = L_43; RuntimeObject * L_45 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_44); return L_45; } IL_00c3: { Type_t * L_46 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_47 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_47); int32_t L_48 = 5; Type_t * L_49 = (L_47)->GetAt(static_cast(L_48)); if ((!(((RuntimeObject*)(Type_t *)L_46) == ((RuntimeObject*)(Type_t *)L_49)))) { goto IL_00dd; } } { RuntimeObject* L_50 = V_0; RuntimeObject* L_51 = ___provider2; NullCheck(L_50); int8_t L_52 = InterfaceFuncInvoker1< int8_t, RuntimeObject* >::Invoke(9 /* System.SByte System.IConvertible::ToSByte(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_50, L_51); int8_t L_53 = L_52; RuntimeObject * L_54 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_53); return L_54; } IL_00dd: { Type_t * L_55 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_56 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_56); int32_t L_57 = 6; Type_t * L_58 = (L_56)->GetAt(static_cast(L_57)); if ((!(((RuntimeObject*)(Type_t *)L_55) == ((RuntimeObject*)(Type_t *)L_58)))) { goto IL_00f7; } } { RuntimeObject* L_59 = V_0; RuntimeObject* L_60 = ___provider2; NullCheck(L_59); uint8_t L_61 = InterfaceFuncInvoker1< uint8_t, RuntimeObject* >::Invoke(1 /* System.Byte System.IConvertible::ToByte(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_59, L_60); uint8_t L_62 = L_61; RuntimeObject * L_63 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_62); return L_63; } IL_00f7: { Type_t * L_64 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_65 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_65); int32_t L_66 = 7; Type_t * L_67 = (L_65)->GetAt(static_cast(L_66)); if ((!(((RuntimeObject*)(Type_t *)L_64) == ((RuntimeObject*)(Type_t *)L_67)))) { goto IL_0111; } } { RuntimeObject* L_68 = V_0; RuntimeObject* L_69 = ___provider2; NullCheck(L_68); int16_t L_70 = InterfaceFuncInvoker1< int16_t, RuntimeObject* >::Invoke(6 /* System.Int16 System.IConvertible::ToInt16(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_68, L_69); int16_t L_71 = L_70; RuntimeObject * L_72 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_71); return L_72; } IL_0111: { Type_t * L_73 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_74 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_74); int32_t L_75 = 8; Type_t * L_76 = (L_74)->GetAt(static_cast(L_75)); if ((!(((RuntimeObject*)(Type_t *)L_73) == ((RuntimeObject*)(Type_t *)L_76)))) { goto IL_012b; } } { RuntimeObject* L_77 = V_0; RuntimeObject* L_78 = ___provider2; NullCheck(L_77); uint16_t L_79 = InterfaceFuncInvoker1< uint16_t, RuntimeObject* >::Invoke(13 /* System.UInt16 System.IConvertible::ToUInt16(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_77, L_78); uint16_t L_80 = L_79; RuntimeObject * L_81 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_80); return L_81; } IL_012b: { Type_t * L_82 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_83 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_83); int32_t L_84 = ((int32_t)9); Type_t * L_85 = (L_83)->GetAt(static_cast(L_84)); if ((!(((RuntimeObject*)(Type_t *)L_82) == ((RuntimeObject*)(Type_t *)L_85)))) { goto IL_0146; } } { RuntimeObject* L_86 = V_0; RuntimeObject* L_87 = ___provider2; NullCheck(L_86); int32_t L_88 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7 /* System.Int32 System.IConvertible::ToInt32(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_86, L_87); int32_t L_89 = L_88; RuntimeObject * L_90 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_89); return L_90; } IL_0146: { Type_t * L_91 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_92 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_92); int32_t L_93 = ((int32_t)10); Type_t * L_94 = (L_92)->GetAt(static_cast(L_93)); if ((!(((RuntimeObject*)(Type_t *)L_91) == ((RuntimeObject*)(Type_t *)L_94)))) { goto IL_0161; } } { RuntimeObject* L_95 = V_0; RuntimeObject* L_96 = ___provider2; NullCheck(L_95); uint32_t L_97 = InterfaceFuncInvoker1< uint32_t, RuntimeObject* >::Invoke(14 /* System.UInt32 System.IConvertible::ToUInt32(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_95, L_96); uint32_t L_98 = L_97; RuntimeObject * L_99 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_98); return L_99; } IL_0161: { Type_t * L_100 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_101 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_101); int32_t L_102 = ((int32_t)11); Type_t * L_103 = (L_101)->GetAt(static_cast(L_102)); if ((!(((RuntimeObject*)(Type_t *)L_100) == ((RuntimeObject*)(Type_t *)L_103)))) { goto IL_017c; } } { RuntimeObject* L_104 = V_0; RuntimeObject* L_105 = ___provider2; NullCheck(L_104); int64_t L_106 = InterfaceFuncInvoker1< int64_t, RuntimeObject* >::Invoke(8 /* System.Int64 System.IConvertible::ToInt64(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_104, L_105); int64_t L_107 = L_106; RuntimeObject * L_108 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_107); return L_108; } IL_017c: { Type_t * L_109 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_110 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_110); int32_t L_111 = ((int32_t)12); Type_t * L_112 = (L_110)->GetAt(static_cast(L_111)); if ((!(((RuntimeObject*)(Type_t *)L_109) == ((RuntimeObject*)(Type_t *)L_112)))) { goto IL_0197; } } { RuntimeObject* L_113 = V_0; RuntimeObject* L_114 = ___provider2; NullCheck(L_113); uint64_t L_115 = InterfaceFuncInvoker1< uint64_t, RuntimeObject* >::Invoke(15 /* System.UInt64 System.IConvertible::ToUInt64(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_113, L_114); uint64_t L_116 = L_115; RuntimeObject * L_117 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_116); return L_117; } IL_0197: { Type_t * L_118 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_119 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_119); int32_t L_120 = ((int32_t)13); Type_t * L_121 = (L_119)->GetAt(static_cast(L_120)); if ((!(((RuntimeObject*)(Type_t *)L_118) == ((RuntimeObject*)(Type_t *)L_121)))) { goto IL_01b2; } } { RuntimeObject* L_122 = V_0; RuntimeObject* L_123 = ___provider2; NullCheck(L_122); float L_124 = InterfaceFuncInvoker1< float, RuntimeObject* >::Invoke(10 /* System.Single System.IConvertible::ToSingle(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_122, L_123); float L_125 = L_124; RuntimeObject * L_126 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_125); return L_126; } IL_01b2: { Type_t * L_127 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_128 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_128); int32_t L_129 = ((int32_t)14); Type_t * L_130 = (L_128)->GetAt(static_cast(L_129)); if ((!(((RuntimeObject*)(Type_t *)L_127) == ((RuntimeObject*)(Type_t *)L_130)))) { goto IL_01cd; } } { RuntimeObject* L_131 = V_0; RuntimeObject* L_132 = ___provider2; NullCheck(L_131); double L_133 = InterfaceFuncInvoker1< double, RuntimeObject* >::Invoke(5 /* System.Double System.IConvertible::ToDouble(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_131, L_132); double L_134 = L_133; RuntimeObject * L_135 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_134); return L_135; } IL_01cd: { Type_t * L_136 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_137 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_137); int32_t L_138 = ((int32_t)15); Type_t * L_139 = (L_137)->GetAt(static_cast(L_138)); if ((!(((RuntimeObject*)(Type_t *)L_136) == ((RuntimeObject*)(Type_t *)L_139)))) { goto IL_01e8; } } { RuntimeObject* L_140 = V_0; RuntimeObject* L_141 = ___provider2; NullCheck(L_140); Decimal_t2948259380 L_142 = InterfaceFuncInvoker1< Decimal_t2948259380 , RuntimeObject* >::Invoke(4 /* System.Decimal System.IConvertible::ToDecimal(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_140, L_141); Decimal_t2948259380 L_143 = L_142; RuntimeObject * L_144 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_143); return L_144; } IL_01e8: { Type_t * L_145 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_146 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_146); int32_t L_147 = ((int32_t)16); Type_t * L_148 = (L_146)->GetAt(static_cast(L_147)); if ((!(((RuntimeObject*)(Type_t *)L_145) == ((RuntimeObject*)(Type_t *)L_148)))) { goto IL_0203; } } { RuntimeObject* L_149 = V_0; RuntimeObject* L_150 = ___provider2; NullCheck(L_149); DateTime_t3738529785 L_151 = InterfaceFuncInvoker1< DateTime_t3738529785 , RuntimeObject* >::Invoke(3 /* System.DateTime System.IConvertible::ToDateTime(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_149, L_150); DateTime_t3738529785 L_152 = L_151; RuntimeObject * L_153 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_152); return L_153; } IL_0203: { Type_t * L_154 = ___conversionType1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_155 = ((Convert_t2465617642_StaticFields*)il2cpp_codegen_static_fields_for(Convert_t2465617642_il2cpp_TypeInfo_var))->get_conversionTable_1(); NullCheck(L_155); int32_t L_156 = ((int32_t)18); Type_t * L_157 = (L_155)->GetAt(static_cast(L_156)); if ((!(((RuntimeObject*)(Type_t *)L_154) == ((RuntimeObject*)(Type_t *)L_157)))) { goto IL_0219; } } { RuntimeObject* L_158 = V_0; RuntimeObject* L_159 = ___provider2; NullCheck(L_158); String_t* L_160 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(11 /* System.String System.IConvertible::ToString(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_158, L_159); return L_160; } IL_0219: { bool L_161 = ___try_target_to_type3; if (!L_161) { goto IL_0228; } } { RuntimeObject* L_162 = V_0; Type_t * L_163 = ___conversionType1; RuntimeObject* L_164 = ___provider2; NullCheck(L_162); RuntimeObject * L_165 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(12 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, L_162, L_163, L_164); return L_165; } IL_0228: { RuntimeObject * L_166 = ___value0; NullCheck(L_166); Type_t * L_167 = Object_GetType_m88164663(L_166, /*hidden argument*/NULL); NullCheck(L_167); String_t* L_168 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_167); Type_t * L_169 = ___conversionType1; NullCheck(L_169); String_t* L_170 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_169); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_171 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral559265016, L_168, _stringLiteral684852591, L_170, /*hidden argument*/NULL); String_t* L_172 = Locale_GetText_m3374010885(NULL /*static, unused*/, L_171, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_173 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_173, L_172, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_173,Convert_ToType_m2406080310_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.CultureAwareComparer::.ctor(System.Globalization.CultureInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureAwareComparer__ctor_m3981913244 (CultureAwareComparer_t30646139 * __this, CultureInfo_t4157843068 * ___ci0, bool ___ignore_case1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureAwareComparer__ctor_m3981913244_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t3301955079_il2cpp_TypeInfo_var); StringComparer__ctor_m621368542(__this, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_0 = ___ci0; NullCheck(L_0); CompareInfo_t1092934962 * L_1 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0); __this->set__compareInfo_5(L_1); bool L_2 = ___ignore_case1; __this->set__ignoreCase_4(L_2); return; } } // System.Int32 System.CultureAwareComparer::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_Compare_m1644833365 (CultureAwareComparer_t30646139 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = __this->get__ignoreCase_4(); if (!L_0) { goto IL_0011; } } { G_B3_0 = 1; goto IL_0012; } IL_0011: { G_B3_0 = 0; } IL_0012: { V_0 = G_B3_0; CompareInfo_t1092934962 * L_1 = __this->get__compareInfo_5(); String_t* L_2 = ___x0; String_t* L_3 = ___y1; int32_t L_4 = V_0; NullCheck(L_1); int32_t L_5 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_1, L_2, L_3, L_4); return L_5; } } // System.Boolean System.CultureAwareComparer::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool CultureAwareComparer_Equals_m710929189 (CultureAwareComparer_t30646139 * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method) { { String_t* L_0 = ___x0; String_t* L_1 = ___y1; int32_t L_2 = CultureAwareComparer_Compare_m1644833365(__this, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.CultureAwareComparer::GetHashCode(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_GetHashCode_m1902485640 (CultureAwareComparer_t30646139 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureAwareComparer_GetHashCode_m1902485640_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B5_0 = 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,CultureAwareComparer_GetHashCode_m1902485640_RuntimeMethod_var); } IL_0011: { bool L_2 = __this->get__ignoreCase_4(); if (!L_2) { goto IL_0022; } } { G_B5_0 = 1; goto IL_0023; } IL_0022: { G_B5_0 = 0; } IL_0023: { V_0 = G_B5_0; CompareInfo_t1092934962 * L_3 = __this->get__compareInfo_5(); String_t* L_4 = ___s0; int32_t L_5 = V_0; NullCheck(L_3); SortKey_t3955336732 * L_6 = VirtFuncInvoker2< SortKey_t3955336732 *, String_t*, int32_t >::Invoke(8 /* System.Globalization.SortKey System.Globalization.CompareInfo::GetSortKey(System.String,System.Globalization.CompareOptions) */, L_3, L_4, L_5); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Globalization.SortKey::GetHashCode() */, L_6); 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.CurrentSystemTimeZone::.ctor() extern "C" IL2CPP_METHOD_ATTR void CurrentSystemTimeZone__ctor_m4046394832 (CurrentSystemTimeZone_t3998352255 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CurrentSystemTimeZone__ctor_m4046394832_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1684344284(L_0, 1, /*hidden argument*/NULL); __this->set_m_CachedDaylightChanges_5(L_0); IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone__ctor_m1831364098(__this, /*hidden argument*/NULL); return; } } // System.Void System.CurrentSystemTimeZone::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void CurrentSystemTimeZone__ctor_m4224169966 (CurrentSystemTimeZone_t3998352255 * __this, int64_t ___lnow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CurrentSystemTimeZone__ctor_m4224169966_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int64U5BU5D_t2559172825* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); DaylightTime_t2582425773 * V_3 = NULL; { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1684344284(L_0, 1, /*hidden argument*/NULL); __this->set_m_CachedDaylightChanges_5(L_0); IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone__ctor_m1831364098(__this, /*hidden argument*/NULL); int64_t L_1 = ___lnow0; DateTime__ctor_m516789325((&V_2), L_1, /*hidden argument*/NULL); int32_t L_2 = DateTime_get_Year_m1184003812((&V_2), /*hidden argument*/NULL); bool L_3 = CurrentSystemTimeZone_GetTimeZoneData_m2641861607(NULL /*static, unused*/, L_2, (&V_0), (&V_1), /*hidden argument*/NULL); if (L_3) { goto IL_003f; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4114170796, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,CurrentSystemTimeZone__ctor_m4224169966_RuntimeMethod_var); } IL_003f: { StringU5BU5D_t1281789340* L_6 = V_1; NullCheck(L_6); int32_t L_7 = 0; String_t* L_8 = (L_6)->GetAt(static_cast(L_7)); String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); __this->set_m_standardName_3(L_9); StringU5BU5D_t1281789340* L_10 = V_1; NullCheck(L_10); int32_t L_11 = 1; String_t* L_12 = (L_10)->GetAt(static_cast(L_11)); String_t* L_13 = Locale_GetText_m3374010885(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); __this->set_m_daylightName_4(L_13); Int64U5BU5D_t2559172825* L_14 = V_0; NullCheck(L_14); int32_t L_15 = 2; int64_t L_16 = (L_14)->GetAt(static_cast(L_15)); __this->set_m_ticksOffset_6(L_16); Int64U5BU5D_t2559172825* L_17 = V_0; DaylightTime_t2582425773 * L_18 = CurrentSystemTimeZone_GetDaylightTimeFromData_m2196414210(__this, L_17, /*hidden argument*/NULL); V_3 = L_18; Hashtable_t1853889766 * L_19 = __this->get_m_CachedDaylightChanges_5(); int32_t L_20 = DateTime_get_Year_m1184003812((&V_2), /*hidden argument*/NULL); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_21); DaylightTime_t2582425773 * L_23 = V_3; NullCheck(L_19); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_19, L_22, L_23); DaylightTime_t2582425773 * L_24 = V_3; CurrentSystemTimeZone_OnDeserialization_m3711380055(__this, L_24, /*hidden argument*/NULL); return; } } // System.Void System.CurrentSystemTimeZone::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void CurrentSystemTimeZone_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m3815140570 (CurrentSystemTimeZone_t3998352255 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { CurrentSystemTimeZone_OnDeserialization_m3711380055(__this, (DaylightTime_t2582425773 *)NULL, /*hidden argument*/NULL); return; } } // System.Boolean System.CurrentSystemTimeZone::GetTimeZoneData(System.Int32,System.Int64[]&,System.String[]&) extern "C" IL2CPP_METHOD_ATTR bool CurrentSystemTimeZone_GetTimeZoneData_m2641861607 (RuntimeObject * __this /* static, unused */, int32_t ___year0, Int64U5BU5D_t2559172825** ___data1, StringU5BU5D_t1281789340** ___names2, const RuntimeMethod* method) { typedef bool (*CurrentSystemTimeZone_GetTimeZoneData_m2641861607_ftn) (int32_t, Int64U5BU5D_t2559172825**, StringU5BU5D_t1281789340**); using namespace il2cpp::icalls; return ((CurrentSystemTimeZone_GetTimeZoneData_m2641861607_ftn)mscorlib::System::CurrentSystemTimeZone::GetTimeZoneData) (___year0, ___data1, ___names2); } // System.Globalization.DaylightTime System.CurrentSystemTimeZone::GetDaylightChanges(System.Int32) extern "C" IL2CPP_METHOD_ATTR DaylightTime_t2582425773 * CurrentSystemTimeZone_GetDaylightChanges_m2394763749 (CurrentSystemTimeZone_t3998352255 * __this, int32_t ___year0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CurrentSystemTimeZone_GetDaylightChanges_m2394763749_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; DaylightTime_t2582425773 * V_1 = NULL; Int64U5BU5D_t2559172825* V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; DaylightTime_t2582425773 * V_4 = 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); { int32_t L_0 = ___year0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_0012; } } { int32_t L_1 = ___year0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)9999)))) { goto IL_0032; } } IL_0012: { int32_t L_2 = ___year0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3969500422, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral3872780028, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,CurrentSystemTimeZone_GetDaylightChanges_m2394763749_RuntimeMethod_var); } IL_0032: { int32_t L_8 = ___year0; int32_t L_9 = ((CurrentSystemTimeZone_t3998352255_StaticFields*)il2cpp_codegen_static_fields_for(CurrentSystemTimeZone_t3998352255_il2cpp_TypeInfo_var))->get_this_year_9(); if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0043; } } { DaylightTime_t2582425773 * L_10 = ((CurrentSystemTimeZone_t3998352255_StaticFields*)il2cpp_codegen_static_fields_for(CurrentSystemTimeZone_t3998352255_il2cpp_TypeInfo_var))->get_this_year_dlt_10(); return L_10; } IL_0043: { Hashtable_t1853889766 * L_11 = __this->get_m_CachedDaylightChanges_5(); V_0 = L_11; Hashtable_t1853889766 * L_12 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); } IL_0050: try { // begin try (depth: 1) { Hashtable_t1853889766 * L_13 = __this->get_m_CachedDaylightChanges_5(); int32_t L_14 = ___year0; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_16); V_1 = ((DaylightTime_t2582425773 *)CastclassClass((RuntimeObject*)L_17, DaylightTime_t2582425773_il2cpp_TypeInfo_var)); DaylightTime_t2582425773 * L_18 = V_1; if (L_18) { goto IL_00b1; } } IL_006d: { int32_t L_19 = ___year0; bool L_20 = CurrentSystemTimeZone_GetTimeZoneData_m2641861607(NULL /*static, unused*/, L_19, (&V_2), (&V_3), /*hidden argument*/NULL); if (L_20) { goto IL_0097; } } IL_007c: { int32_t L_21 = ___year0; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1446264756, L_23, /*hidden argument*/NULL); String_t* L_25 = Locale_GetText_m3374010885(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); ArgumentException_t132251570 * L_26 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,CurrentSystemTimeZone_GetDaylightChanges_m2394763749_RuntimeMethod_var); } IL_0097: { Int64U5BU5D_t2559172825* L_27 = V_2; DaylightTime_t2582425773 * L_28 = CurrentSystemTimeZone_GetDaylightTimeFromData_m2196414210(__this, L_27, /*hidden argument*/NULL); V_1 = L_28; Hashtable_t1853889766 * L_29 = __this->get_m_CachedDaylightChanges_5(); int32_t L_30 = ___year0; int32_t L_31 = L_30; RuntimeObject * L_32 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_31); DaylightTime_t2582425773 * L_33 = V_1; NullCheck(L_29); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_29, L_32, L_33); } IL_00b1: { DaylightTime_t2582425773 * L_34 = V_1; V_4 = L_34; IL2CPP_LEAVE(0xC5, FINALLY_00be); } IL_00b9: { ; // IL_00b9: leave IL_00c5 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00be; } FINALLY_00be: { // begin finally (depth: 1) Hashtable_t1853889766 * L_35 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); IL2CPP_END_FINALLY(190) } // end finally (depth: 1) IL2CPP_CLEANUP(190) { IL2CPP_JUMP_TBL(0xC5, IL_00c5) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c5: { DaylightTime_t2582425773 * L_36 = V_4; return L_36; } } // System.TimeSpan System.CurrentSystemTimeZone::GetUtcOffset(System.DateTime) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 CurrentSystemTimeZone_GetUtcOffset_m340358963 (CurrentSystemTimeZone_t3998352255 * __this, DateTime_t3738529785 ___time0, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = ___time0; bool L_1 = VirtFuncInvoker1< bool, DateTime_t3738529785 >::Invoke(6 /* System.Boolean System.TimeZone::IsDaylightSavingTime(System.DateTime) */, __this, L_0); if (!L_1) { goto IL_0013; } } { TimeSpan_t881159249 L_2 = __this->get_utcOffsetWithDLS_8(); return L_2; } IL_0013: { TimeSpan_t881159249 L_3 = __this->get_utcOffsetWithOutDLS_7(); return L_3; } } // System.Void System.CurrentSystemTimeZone::OnDeserialization(System.Globalization.DaylightTime) extern "C" IL2CPP_METHOD_ATTR void CurrentSystemTimeZone_OnDeserialization_m3711380055 (CurrentSystemTimeZone_t3998352255 * __this, DaylightTime_t2582425773 * ___dlt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CurrentSystemTimeZone_OnDeserialization_m3711380055_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int64U5BU5D_t2559172825* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); DateTime_t3738529785 V_3; memset(&V_3, 0, sizeof(V_3)); TimeSpan_t881159249 V_4; memset(&V_4, 0, sizeof(V_4)); { DaylightTime_t2582425773 * L_0 = ___dlt0; if (L_0) { goto IL_0058; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_1; int32_t L_2 = DateTime_get_Year_m1184003812((&V_2), /*hidden argument*/NULL); ((CurrentSystemTimeZone_t3998352255_StaticFields*)il2cpp_codegen_static_fields_for(CurrentSystemTimeZone_t3998352255_il2cpp_TypeInfo_var))->set_this_year_9(L_2); int32_t L_3 = ((CurrentSystemTimeZone_t3998352255_StaticFields*)il2cpp_codegen_static_fields_for(CurrentSystemTimeZone_t3998352255_il2cpp_TypeInfo_var))->get_this_year_9(); bool L_4 = CurrentSystemTimeZone_GetTimeZoneData_m2641861607(NULL /*static, unused*/, L_3, (&V_0), (&V_1), /*hidden argument*/NULL); if (L_4) { goto IL_004a; } } { int32_t L_5 = ((CurrentSystemTimeZone_t3998352255_StaticFields*)il2cpp_codegen_static_fields_for(CurrentSystemTimeZone_t3998352255_il2cpp_TypeInfo_var))->get_this_year_9(); 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_m904156431(NULL /*static, unused*/, _stringLiteral1446264756, L_7, /*hidden argument*/NULL); String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, L_8, /*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,CurrentSystemTimeZone_OnDeserialization_m3711380055_RuntimeMethod_var); } IL_004a: { Int64U5BU5D_t2559172825* L_11 = V_0; DaylightTime_t2582425773 * L_12 = CurrentSystemTimeZone_GetDaylightTimeFromData_m2196414210(__this, L_11, /*hidden argument*/NULL); ___dlt0 = L_12; goto IL_006b; } IL_0058: { DaylightTime_t2582425773 * L_13 = ___dlt0; NullCheck(L_13); DateTime_t3738529785 L_14 = DaylightTime_get_Start_m2228394704(L_13, /*hidden argument*/NULL); V_3 = L_14; int32_t L_15 = DateTime_get_Year_m1184003812((&V_3), /*hidden argument*/NULL); ((CurrentSystemTimeZone_t3998352255_StaticFields*)il2cpp_codegen_static_fields_for(CurrentSystemTimeZone_t3998352255_il2cpp_TypeInfo_var))->set_this_year_9(L_15); } IL_006b: { int64_t L_16 = __this->get_m_ticksOffset_6(); TimeSpan_t881159249 L_17; memset(&L_17, 0, sizeof(L_17)); TimeSpan__ctor_m1896986612((&L_17), L_16, /*hidden argument*/NULL); __this->set_utcOffsetWithOutDLS_7(L_17); int64_t L_18 = __this->get_m_ticksOffset_6(); DaylightTime_t2582425773 * L_19 = ___dlt0; NullCheck(L_19); TimeSpan_t881159249 L_20 = DaylightTime_get_Delta_m2355462786(L_19, /*hidden argument*/NULL); V_4 = L_20; int64_t L_21 = TimeSpan_get_Ticks_m2137362016((&V_4), /*hidden argument*/NULL); TimeSpan_t881159249 L_22; memset(&L_22, 0, sizeof(L_22)); TimeSpan__ctor_m1896986612((&L_22), ((int64_t)il2cpp_codegen_add((int64_t)L_18, (int64_t)L_21)), /*hidden argument*/NULL); __this->set_utcOffsetWithDLS_8(L_22); DaylightTime_t2582425773 * L_23 = ___dlt0; ((CurrentSystemTimeZone_t3998352255_StaticFields*)il2cpp_codegen_static_fields_for(CurrentSystemTimeZone_t3998352255_il2cpp_TypeInfo_var))->set_this_year_dlt_10(L_23); return; } } // System.Globalization.DaylightTime System.CurrentSystemTimeZone::GetDaylightTimeFromData(System.Int64[]) extern "C" IL2CPP_METHOD_ATTR DaylightTime_t2582425773 * CurrentSystemTimeZone_GetDaylightTimeFromData_m2196414210 (CurrentSystemTimeZone_t3998352255 * __this, Int64U5BU5D_t2559172825* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CurrentSystemTimeZone_GetDaylightTimeFromData_m2196414210_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int64U5BU5D_t2559172825* L_0 = ___data0; NullCheck(L_0); int32_t L_1 = 0; int64_t L_2 = (L_0)->GetAt(static_cast(L_1)); DateTime_t3738529785 L_3; memset(&L_3, 0, sizeof(L_3)); DateTime__ctor_m516789325((&L_3), L_2, /*hidden argument*/NULL); Int64U5BU5D_t2559172825* L_4 = ___data0; NullCheck(L_4); int32_t L_5 = 1; int64_t L_6 = (L_4)->GetAt(static_cast(L_5)); DateTime_t3738529785 L_7; memset(&L_7, 0, sizeof(L_7)); DateTime__ctor_m516789325((&L_7), L_6, /*hidden argument*/NULL); Int64U5BU5D_t2559172825* L_8 = ___data0; NullCheck(L_8); int32_t L_9 = 3; int64_t L_10 = (L_8)->GetAt(static_cast(L_9)); TimeSpan_t881159249 L_11; memset(&L_11, 0, sizeof(L_11)); TimeSpan__ctor_m1896986612((&L_11), L_10, /*hidden argument*/NULL); DaylightTime_t2582425773 * L_12 = (DaylightTime_t2582425773 *)il2cpp_codegen_object_new(DaylightTime_t2582425773_il2cpp_TypeInfo_var); DaylightTime__ctor_m1928120219(L_12, L_3, L_7, L_11, /*hidden argument*/NULL); return L_12; } } #ifdef __clang__ #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.DateTime::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m516789325 (DateTime_t3738529785 * __this, int64_t ___ticks0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__ctor_m516789325_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); DateTime_t3738529785 V_3; memset(&V_3, 0, sizeof(V_3)); DateTime_t3738529785 V_4; memset(&V_4, 0, sizeof(V_4)); { int64_t L_0 = ___ticks0; TimeSpan_t881159249 L_1; memset(&L_1, 0, sizeof(L_1)); TimeSpan__ctor_m1896986612((&L_1), L_0, /*hidden argument*/NULL); __this->set_ticks_10(L_1); int64_t L_2 = ___ticks0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_3 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); V_1 = L_3; int64_t L_4 = DateTime_get_Ticks_m1550640881((&V_1), /*hidden argument*/NULL); if ((((int64_t)L_2) < ((int64_t)L_4))) { goto IL_0032; } } { int64_t L_5 = ___ticks0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_6 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MaxValue_12(); V_2 = L_6; int64_t L_7 = DateTime_get_Ticks_m1550640881((&V_2), /*hidden argument*/NULL); if ((((int64_t)L_5) <= ((int64_t)L_7))) { goto IL_0083; } } IL_0032: { ObjectU5BU5D_t2843939325* L_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); int64_t L_9 = ___ticks0; int64_t L_10 = L_9; RuntimeObject * L_11 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_13 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); V_3 = L_13; int64_t L_14 = DateTime_get_Ticks_m1550640881((&V_3), /*hidden argument*/NULL); int64_t L_15 = L_14; RuntimeObject * L_16 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_16); ObjectU5BU5D_t2843939325* L_17 = L_12; DateTime_t3738529785 L_18 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MaxValue_12(); V_4 = L_18; int64_t L_19 = DateTime_get_Ticks_m1550640881((&V_4), /*hidden argument*/NULL); int64_t L_20 = L_19; RuntimeObject * L_21 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_20); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_21); (L_17)->SetAt(static_cast(2), (RuntimeObject *)L_21); String_t* L_22 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral2071066067, L_17, /*hidden argument*/NULL); V_0 = L_22; String_t* L_23 = V_0; ArgumentOutOfRangeException_t777629997 * L_24 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_24, _stringLiteral4286223022, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,DateTime__ctor_m516789325_RuntimeMethod_var); } IL_0083: { __this->set_kind_11(0); return; } } extern "C" void DateTime__ctor_m516789325_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); DateTime__ctor_m516789325(_thisAdjusted, ___ticks0, method); } // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m12900168 (DateTime_t3738529785 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method) { { int32_t L_0 = ___year0; int32_t L_1 = ___month1; int32_t L_2 = ___day2; DateTime__ctor_m2030998145(__this, L_0, L_1, L_2, 0, 0, 0, 0, /*hidden argument*/NULL); return; } } extern "C" void DateTime__ctor_m12900168_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); DateTime__ctor_m12900168(_thisAdjusted, ___year0, ___month1, ___day2, method); } // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m3895589019 (DateTime_t3738529785 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, const RuntimeMethod* method) { { int32_t L_0 = ___year0; int32_t L_1 = ___month1; int32_t L_2 = ___day2; int32_t L_3 = ___hour3; int32_t L_4 = ___minute4; int32_t L_5 = ___second5; DateTime__ctor_m2030998145(__this, L_0, L_1, L_2, L_3, L_4, L_5, 0, /*hidden argument*/NULL); return; } } extern "C" void DateTime__ctor_m3895589019_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); DateTime__ctor_m3895589019(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, method); } // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m2030998145 (DateTime_t3738529785 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__ctor_m2030998145_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___year0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_007c; } } { int32_t L_1 = ___year0; if ((((int32_t)L_1) > ((int32_t)((int32_t)9999)))) { goto IL_007c; } } { int32_t L_2 = ___month1; if ((((int32_t)L_2) < ((int32_t)1))) { goto IL_007c; } } { int32_t L_3 = ___month1; if ((((int32_t)L_3) > ((int32_t)((int32_t)12)))) { goto IL_007c; } } { int32_t L_4 = ___day2; if ((((int32_t)L_4) < ((int32_t)1))) { goto IL_007c; } } { int32_t L_5 = ___day2; int32_t L_6 = ___year0; int32_t L_7 = ___month1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_8 = DateTime_DaysInMonth_m2587936260(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if ((((int32_t)L_5) > ((int32_t)L_8))) { goto IL_007c; } } { int32_t L_9 = ___hour3; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_007c; } } { int32_t L_10 = ___hour3; if ((((int32_t)L_10) > ((int32_t)((int32_t)23)))) { goto IL_007c; } } { int32_t L_11 = ___minute4; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_007c; } } { int32_t L_12 = ___minute4; if ((((int32_t)L_12) > ((int32_t)((int32_t)59)))) { goto IL_007c; } } { int32_t L_13 = ___second5; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_007c; } } { int32_t L_14 = ___second5; if ((((int32_t)L_14) > ((int32_t)((int32_t)59)))) { goto IL_007c; } } { int32_t L_15 = ___millisecond6; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_007c; } } { int32_t L_16 = ___millisecond6; if ((((int32_t)L_16) <= ((int32_t)((int32_t)999)))) { goto IL_0087; } } IL_007c: { ArgumentOutOfRangeException_t777629997 * L_17 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_17, _stringLiteral4205478629, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,DateTime__ctor_m2030998145_RuntimeMethod_var); } IL_0087: { int32_t L_18 = ___year0; int32_t L_19 = ___month1; int32_t L_20 = ___day2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_21 = DateTime_AbsoluteDays_m4235097773(NULL /*static, unused*/, L_18, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = ___hour3; int32_t L_23 = ___minute4; int32_t L_24 = ___second5; int32_t L_25 = ___millisecond6; TimeSpan_t881159249 L_26; memset(&L_26, 0, sizeof(L_26)); TimeSpan__ctor_m2047388489((&L_26), L_21, L_22, L_23, L_24, L_25, /*hidden argument*/NULL); __this->set_ticks_10(L_26); __this->set_kind_11(0); return; } } extern "C" void DateTime__ctor_m2030998145_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); DateTime__ctor_m2030998145(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___millisecond6, method); } // System.Void System.DateTime::.ctor(System.Boolean,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m2135476686 (DateTime_t3738529785 * __this, bool ___check0, TimeSpan_t881159249 ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__ctor_m2135476686_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)); { bool L_0 = ___check0; if (!L_0) { goto IL_003e; } } { int64_t L_1 = TimeSpan_get_Ticks_m2137362016((&___value1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); V_0 = L_2; int64_t L_3 = DateTime_get_Ticks_m1550640881((&V_0), /*hidden argument*/NULL); if ((((int64_t)L_1) < ((int64_t)L_3))) { goto IL_0038; } } { int64_t L_4 = TimeSpan_get_Ticks_m2137362016((&___value1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_5 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MaxValue_12(); V_1 = L_5; int64_t L_6 = DateTime_get_Ticks_m1550640881((&V_1), /*hidden argument*/NULL); if ((((int64_t)L_4) <= ((int64_t)L_6))) { goto IL_003e; } } IL_0038: { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DateTime__ctor_m2135476686_RuntimeMethod_var); } IL_003e: { TimeSpan_t881159249 L_8 = ___value1; __this->set_ticks_10(L_8); __this->set_kind_11(0); return; } } extern "C" void DateTime__ctor_m2135476686_AdjustorThunk (RuntimeObject * __this, bool ___check0, TimeSpan_t881159249 ___value1, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); DateTime__ctor_m2135476686(_thisAdjusted, ___check0, ___value1, method); } // System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m1095105629 (DateTime_t3738529785 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method) { { int64_t L_0 = ___ticks0; DateTime__ctor_m516789325(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___kind1; DateTime_CheckDateTimeKind_m456577410(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = ___kind1; __this->set_kind_11(L_2); return; } } extern "C" void DateTime__ctor_m1095105629_AdjustorThunk (RuntimeObject * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); DateTime__ctor_m1095105629(_thisAdjusted, ___ticks0, ___kind1, method); } // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind) extern "C" IL2CPP_METHOD_ATTR void DateTime__ctor_m2956360140 (DateTime_t3738529785 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___kind6, const RuntimeMethod* method) { { int32_t L_0 = ___year0; int32_t L_1 = ___month1; int32_t L_2 = ___day2; int32_t L_3 = ___hour3; int32_t L_4 = ___minute4; int32_t L_5 = ___second5; DateTime__ctor_m3895589019(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = ___kind6; DateTime_CheckDateTimeKind_m456577410(__this, L_6, /*hidden argument*/NULL); int32_t L_7 = ___kind6; __this->set_kind_11(L_7); return; } } extern "C" void DateTime__ctor_m2956360140_AdjustorThunk (RuntimeObject * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___kind6, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); DateTime__ctor_m2956360140(_thisAdjusted, ___year0, ___month1, ___day2, ___hour3, ___minute4, ___second5, ___kind6, method); } // System.Void System.DateTime::.cctor() extern "C" IL2CPP_METHOD_ATTR void DateTime__cctor_m1880035693 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__cctor_m1880035693_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0; memset(&L_0, 0, sizeof(L_0)); TimeSpan__ctor_m1896986612((&L_0), ((int64_t)3155378975999999999LL), /*hidden argument*/NULL); DateTime_t3738529785 L_1; memset(&L_1, 0, sizeof(L_1)); DateTime__ctor_m2135476686((&L_1), (bool)0, L_0, /*hidden argument*/NULL); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_MaxValue_12(L_1); TimeSpan_t881159249 L_2; memset(&L_2, 0, sizeof(L_2)); TimeSpan__ctor_m1896986612((&L_2), (((int64_t)((int64_t)0))), /*hidden argument*/NULL); DateTime_t3738529785 L_3; memset(&L_3, 0, sizeof(L_3)); DateTime__ctor_m2135476686((&L_3), (bool)0, L_2, /*hidden argument*/NULL); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_MinValue_13(L_3); StringU5BU5D_t1281789340* L_4 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9))); NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3812554410); (L_4)->SetAt(static_cast(0), (String_t*)_stringLiteral3812554410); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral650697639); (L_5)->SetAt(static_cast(1), (String_t*)_stringLiteral650697639); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral1398209066); (L_6)->SetAt(static_cast(2), (String_t*)_stringLiteral1398209066); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3271011544); (L_7)->SetAt(static_cast(3), (String_t*)_stringLiteral3271011544); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral2444352104); (L_8)->SetAt(static_cast(4), (String_t*)_stringLiteral2444352104); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral1791744625); (L_9)->SetAt(static_cast(5), (String_t*)_stringLiteral1791744625); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1340939425); (L_10)->SetAt(static_cast(6), (String_t*)_stringLiteral1340939425); StringU5BU5D_t1281789340* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral2370831150); (L_11)->SetAt(static_cast(7), (String_t*)_stringLiteral2370831150); StringU5BU5D_t1281789340* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral2776337358); (L_12)->SetAt(static_cast(8), (String_t*)_stringLiteral2776337358); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_ParseTimeFormats_14(L_12); StringU5BU5D_t1281789340* L_13 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral1487999300); (L_13)->SetAt(static_cast(0), (String_t*)_stringLiteral1487999300); StringU5BU5D_t1281789340* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral3948889752); (L_14)->SetAt(static_cast(1), (String_t*)_stringLiteral3948889752); StringU5BU5D_t1281789340* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3044097118); (L_15)->SetAt(static_cast(2), (String_t*)_stringLiteral3044097118); StringU5BU5D_t1281789340* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral2947336664); (L_16)->SetAt(static_cast(3), (String_t*)_stringLiteral2947336664); StringU5BU5D_t1281789340* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral2245027491); (L_17)->SetAt(static_cast(4), (String_t*)_stringLiteral2245027491); StringU5BU5D_t1281789340* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral3591290029); (L_18)->SetAt(static_cast(5), (String_t*)_stringLiteral3591290029); StringU5BU5D_t1281789340* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral2523574472); (L_19)->SetAt(static_cast(6), (String_t*)_stringLiteral2523574472); StringU5BU5D_t1281789340* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral1207130773); (L_20)->SetAt(static_cast(7), (String_t*)_stringLiteral1207130773); StringU5BU5D_t1281789340* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral2403840965); (L_21)->SetAt(static_cast(8), (String_t*)_stringLiteral2403840965); StringU5BU5D_t1281789340* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral981461091); (L_22)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral981461091); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_ParseYearDayMonthFormats_15(L_22); StringU5BU5D_t1281789340* L_23 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12))); NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1487999300); (L_23)->SetAt(static_cast(0), (String_t*)_stringLiteral1487999300); StringU5BU5D_t1281789340* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3948889752); (L_24)->SetAt(static_cast(1), (String_t*)_stringLiteral3948889752); StringU5BU5D_t1281789340* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral3044097118); (L_25)->SetAt(static_cast(2), (String_t*)_stringLiteral3044097118); StringU5BU5D_t1281789340* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3120091763); (L_26)->SetAt(static_cast(3), (String_t*)_stringLiteral3120091763); StringU5BU5D_t1281789340* L_27 = L_26; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral2411729195); (L_27)->SetAt(static_cast(4), (String_t*)_stringLiteral2411729195); StringU5BU5D_t1281789340* L_28 = L_27; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral1818253464); (L_28)->SetAt(static_cast(5), (String_t*)_stringLiteral1818253464); StringU5BU5D_t1281789340* L_29 = L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral1413877174); (L_29)->SetAt(static_cast(6), (String_t*)_stringLiteral1413877174); StringU5BU5D_t1281789340* L_30 = L_29; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral2288846099); (L_30)->SetAt(static_cast(7), (String_t*)_stringLiteral2288846099); StringU5BU5D_t1281789340* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral671523304); (L_31)->SetAt(static_cast(8), (String_t*)_stringLiteral671523304); StringU5BU5D_t1281789340* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral3583684738); (L_32)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral3583684738); StringU5BU5D_t1281789340* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral2216260826); (L_33)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral2216260826); StringU5BU5D_t1281789340* L_34 = L_33; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral2618162500); (L_34)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral2618162500); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_ParseYearMonthDayFormats_16(L_34); StringU5BU5D_t1281789340* L_35 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15))); NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral1487999300); (L_35)->SetAt(static_cast(0), (String_t*)_stringLiteral1487999300); StringU5BU5D_t1281789340* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral3948889752); (L_36)->SetAt(static_cast(1), (String_t*)_stringLiteral3948889752); StringU5BU5D_t1281789340* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral3044097118); (L_37)->SetAt(static_cast(2), (String_t*)_stringLiteral3044097118); StringU5BU5D_t1281789340* L_38 = L_37; NullCheck(L_38); ArrayElementTypeCheck (L_38, _stringLiteral3120091763); (L_38)->SetAt(static_cast(3), (String_t*)_stringLiteral3120091763); StringU5BU5D_t1281789340* L_39 = L_38; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral2411729195); (L_39)->SetAt(static_cast(4), (String_t*)_stringLiteral2411729195); StringU5BU5D_t1281789340* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteral3591290029); (L_40)->SetAt(static_cast(5), (String_t*)_stringLiteral3591290029); StringU5BU5D_t1281789340* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteral2523574472); (L_41)->SetAt(static_cast(6), (String_t*)_stringLiteral2523574472); StringU5BU5D_t1281789340* L_42 = L_41; NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral2288846099); (L_42)->SetAt(static_cast(7), (String_t*)_stringLiteral2288846099); StringU5BU5D_t1281789340* L_43 = L_42; NullCheck(L_43); ArrayElementTypeCheck (L_43, _stringLiteral671523304); (L_43)->SetAt(static_cast(8), (String_t*)_stringLiteral671523304); StringU5BU5D_t1281789340* L_44 = L_43; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral1560724100); (L_44)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral1560724100); StringU5BU5D_t1281789340* L_45 = L_44; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral3340749518); (L_45)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral3340749518); StringU5BU5D_t1281789340* L_46 = L_45; NullCheck(L_46); ArrayElementTypeCheck (L_46, _stringLiteral994061267); (L_46)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral994061267); StringU5BU5D_t1281789340* L_47 = L_46; NullCheck(L_47); ArrayElementTypeCheck (L_47, _stringLiteral2216260826); (L_47)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral2216260826); StringU5BU5D_t1281789340* L_48 = L_47; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral680740961); (L_48)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral680740961); StringU5BU5D_t1281789340* L_49 = L_48; NullCheck(L_49); ArrayElementTypeCheck (L_49, _stringLiteral2618162500); (L_49)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral2618162500); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_ParseDayMonthYearFormats_17(L_49); StringU5BU5D_t1281789340* L_50 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15))); NullCheck(L_50); ArrayElementTypeCheck (L_50, _stringLiteral1487999300); (L_50)->SetAt(static_cast(0), (String_t*)_stringLiteral1487999300); StringU5BU5D_t1281789340* L_51 = L_50; NullCheck(L_51); ArrayElementTypeCheck (L_51, _stringLiteral3948889752); (L_51)->SetAt(static_cast(1), (String_t*)_stringLiteral3948889752); StringU5BU5D_t1281789340* L_52 = L_51; NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral3044097118); (L_52)->SetAt(static_cast(2), (String_t*)_stringLiteral3044097118); StringU5BU5D_t1281789340* L_53 = L_52; NullCheck(L_53); ArrayElementTypeCheck (L_53, _stringLiteral3120091763); (L_53)->SetAt(static_cast(3), (String_t*)_stringLiteral3120091763); StringU5BU5D_t1281789340* L_54 = L_53; NullCheck(L_54); ArrayElementTypeCheck (L_54, _stringLiteral2411729195); (L_54)->SetAt(static_cast(4), (String_t*)_stringLiteral2411729195); StringU5BU5D_t1281789340* L_55 = L_54; NullCheck(L_55); ArrayElementTypeCheck (L_55, _stringLiteral1818253464); (L_55)->SetAt(static_cast(5), (String_t*)_stringLiteral1818253464); StringU5BU5D_t1281789340* L_56 = L_55; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral1413877174); (L_56)->SetAt(static_cast(6), (String_t*)_stringLiteral1413877174); StringU5BU5D_t1281789340* L_57 = L_56; NullCheck(L_57); ArrayElementTypeCheck (L_57, _stringLiteral2288846099); (L_57)->SetAt(static_cast(7), (String_t*)_stringLiteral2288846099); StringU5BU5D_t1281789340* L_58 = L_57; NullCheck(L_58); ArrayElementTypeCheck (L_58, _stringLiteral671523304); (L_58)->SetAt(static_cast(8), (String_t*)_stringLiteral671523304); StringU5BU5D_t1281789340* L_59 = L_58; NullCheck(L_59); ArrayElementTypeCheck (L_59, _stringLiteral4089077359); (L_59)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral4089077359); StringU5BU5D_t1281789340* L_60 = L_59; NullCheck(L_60); ArrayElementTypeCheck (L_60, _stringLiteral2618162500); (L_60)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral2618162500); StringU5BU5D_t1281789340* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral2117026673); (L_61)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral2117026673); StringU5BU5D_t1281789340* L_62 = L_61; NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral3340749518); (L_62)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral3340749518); StringU5BU5D_t1281789340* L_63 = L_62; NullCheck(L_63); ArrayElementTypeCheck (L_63, _stringLiteral994061267); (L_63)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral994061267); StringU5BU5D_t1281789340* L_64 = L_63; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral2216260826); (L_64)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral2216260826); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_ParseMonthDayYearFormats_18(L_64); StringU5BU5D_t1281789340* L_65 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_65); ArrayElementTypeCheck (L_65, _stringLiteral871712353); (L_65)->SetAt(static_cast(0), (String_t*)_stringLiteral871712353); StringU5BU5D_t1281789340* L_66 = L_65; NullCheck(L_66); ArrayElementTypeCheck (L_66, _stringLiteral661602726); (L_66)->SetAt(static_cast(1), (String_t*)_stringLiteral661602726); StringU5BU5D_t1281789340* L_67 = L_66; NullCheck(L_67); ArrayElementTypeCheck (L_67, _stringLiteral2238998273); (L_67)->SetAt(static_cast(2), (String_t*)_stringLiteral2238998273); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_MonthDayShortFormats_19(L_67); StringU5BU5D_t1281789340* L_68 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_68); ArrayElementTypeCheck (L_68, _stringLiteral664945062); (L_68)->SetAt(static_cast(0), (String_t*)_stringLiteral664945062); StringU5BU5D_t1281789340* L_69 = L_68; NullCheck(L_69); ArrayElementTypeCheck (L_69, _stringLiteral3613279915); (L_69)->SetAt(static_cast(1), (String_t*)_stringLiteral3613279915); StringU5BU5D_t1281789340* L_70 = L_69; NullCheck(L_70); ArrayElementTypeCheck (L_70, _stringLiteral2238998273); (L_70)->SetAt(static_cast(2), (String_t*)_stringLiteral2238998273); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_DayMonthShortFormats_20(L_70); Int32U5BU5D_t385246372* L_71 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13))); RuntimeFieldHandle_t1871169219 L_72 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D27_19_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_71, L_72, /*hidden argument*/NULL); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_daysmonth_21(L_71); Int32U5BU5D_t385246372* L_73 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13))); RuntimeFieldHandle_t1871169219 L_74 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D28_20_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_73, L_74, /*hidden argument*/NULL); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_daysmonthleap_22(L_73); return; } } // System.Boolean System.DateTime::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool DateTime_System_IConvertible_ToBoolean_m3229932458 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToBoolean_m3229932458_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,DateTime_System_IConvertible_ToBoolean_m3229932458_RuntimeMethod_var); } } extern "C" bool DateTime_System_IConvertible_ToBoolean_m3229932458_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToBoolean_m3229932458(_thisAdjusted, ___provider0, method); } // System.Byte System.DateTime::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t DateTime_System_IConvertible_ToByte_m3025810066 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToByte_m3025810066_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,DateTime_System_IConvertible_ToByte_m3025810066_RuntimeMethod_var); } } extern "C" uint8_t DateTime_System_IConvertible_ToByte_m3025810066_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToByte_m3025810066(_thisAdjusted, ___provider0, method); } // System.Char System.DateTime::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar DateTime_System_IConvertible_ToChar_m197318076 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToChar_m197318076_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,DateTime_System_IConvertible_ToChar_m197318076_RuntimeMethod_var); } } extern "C" Il2CppChar DateTime_System_IConvertible_ToChar_m197318076_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToChar_m197318076(_thisAdjusted, ___provider0, method); } // System.DateTime System.DateTime::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_System_IConvertible_ToDateTime_m616366890 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return (*(DateTime_t3738529785 *)__this); } } extern "C" DateTime_t3738529785 DateTime_System_IConvertible_ToDateTime_m616366890_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToDateTime_m616366890(_thisAdjusted, ___provider0, method); } // System.Decimal System.DateTime::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 DateTime_System_IConvertible_ToDecimal_m1044850612 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToDecimal_m1044850612_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,DateTime_System_IConvertible_ToDecimal_m1044850612_RuntimeMethod_var); } } extern "C" Decimal_t2948259380 DateTime_System_IConvertible_ToDecimal_m1044850612_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToDecimal_m1044850612(_thisAdjusted, ___provider0, method); } // System.Double System.DateTime::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double DateTime_System_IConvertible_ToDouble_m2116720007 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToDouble_m2116720007_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,DateTime_System_IConvertible_ToDouble_m2116720007_RuntimeMethod_var); } } extern "C" double DateTime_System_IConvertible_ToDouble_m2116720007_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToDouble_m2116720007(_thisAdjusted, ___provider0, method); } // System.Int16 System.DateTime::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t DateTime_System_IConvertible_ToInt16_m3239820399 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToInt16_m3239820399_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,DateTime_System_IConvertible_ToInt16_m3239820399_RuntimeMethod_var); } } extern "C" int16_t DateTime_System_IConvertible_ToInt16_m3239820399_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToInt16_m3239820399(_thisAdjusted, ___provider0, method); } // System.Int32 System.DateTime::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_System_IConvertible_ToInt32_m340560789 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToInt32_m340560789_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,DateTime_System_IConvertible_ToInt32_m340560789_RuntimeMethod_var); } } extern "C" int32_t DateTime_System_IConvertible_ToInt32_m340560789_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToInt32_m340560789(_thisAdjusted, ___provider0, method); } // System.Int64 System.DateTime::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_System_IConvertible_ToInt64_m850544508 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToInt64_m850544508_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,DateTime_System_IConvertible_ToInt64_m850544508_RuntimeMethod_var); } } extern "C" int64_t DateTime_System_IConvertible_ToInt64_m850544508_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToInt64_m850544508(_thisAdjusted, ___provider0, method); } // System.SByte System.DateTime::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t DateTime_System_IConvertible_ToSByte_m4130251280 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToSByte_m4130251280_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,DateTime_System_IConvertible_ToSByte_m4130251280_RuntimeMethod_var); } } extern "C" int8_t DateTime_System_IConvertible_ToSByte_m4130251280_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToSByte_m4130251280(_thisAdjusted, ___provider0, method); } // System.Single System.DateTime::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float DateTime_System_IConvertible_ToSingle_m2193708681 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToSingle_m2193708681_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,DateTime_System_IConvertible_ToSingle_m2193708681_RuntimeMethod_var); } } extern "C" float DateTime_System_IConvertible_ToSingle_m2193708681_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToSingle_m2193708681(_thisAdjusted, ___provider0, method); } // System.Object System.DateTime::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DateTime_System_IConvertible_ToType_m1242864300 (DateTime_t3738529785 * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToType_m1242864300_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,DateTime_System_IConvertible_ToType_m1242864300_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___targetType0; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (DateTime_t3738529785_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_002d; } } { DateTime_t3738529785 L_5 = (*(DateTime_t3738529785 *)__this); RuntimeObject * L_6 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_5); return L_6; } IL_002d: { Type_t * L_7 = ___targetType0; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_9)))) { goto IL_0045; } } { RuntimeObject* L_10 = ___provider1; String_t* L_11 = DateTime_ToString_m1916142975(__this, L_10, /*hidden argument*/NULL); return L_11; } IL_0045: { Type_t * L_12 = ___targetType0; RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_12) == ((RuntimeObject*)(Type_t *)L_14)))) { goto IL_0061; } } { DateTime_t3738529785 L_15 = (*(DateTime_t3738529785 *)__this); RuntimeObject * L_16 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_15); return L_16; } IL_0061: { InvalidCastException_t3927145244 * L_17 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m1807554410(L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,DateTime_System_IConvertible_ToType_m1242864300_RuntimeMethod_var); } } extern "C" RuntimeObject * DateTime_System_IConvertible_ToType_m1242864300_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToType_m1242864300(_thisAdjusted, ___targetType0, ___provider1, method); } // System.UInt16 System.DateTime::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t DateTime_System_IConvertible_ToUInt16_m4182197229 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToUInt16_m4182197229_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,DateTime_System_IConvertible_ToUInt16_m4182197229_RuntimeMethod_var); } } extern "C" uint16_t DateTime_System_IConvertible_ToUInt16_m4182197229_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToUInt16_m4182197229(_thisAdjusted, ___provider0, method); } // System.UInt32 System.DateTime::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t DateTime_System_IConvertible_ToUInt32_m3781235049 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToUInt32_m3781235049_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,DateTime_System_IConvertible_ToUInt32_m3781235049_RuntimeMethod_var); } } extern "C" uint32_t DateTime_System_IConvertible_ToUInt32_m3781235049_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToUInt32_m3781235049(_thisAdjusted, ___provider0, method); } // System.UInt64 System.DateTime::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t DateTime_System_IConvertible_ToUInt64_m2275741153 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_System_IConvertible_ToUInt64_m2275741153_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,DateTime_System_IConvertible_ToUInt64_m2275741153_RuntimeMethod_var); } } extern "C" uint64_t DateTime_System_IConvertible_ToUInt64_m2275741153_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_System_IConvertible_ToUInt64_m2275741153(_thisAdjusted, ___provider0, method); } // System.Int32 System.DateTime::AbsoluteDays(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_AbsoluteDays_m4235097773 (RuntimeObject * __this /* static, unused */, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_AbsoluteDays_m4235097773_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Int32U5BU5D_t385246372* G_B3_0 = NULL; { V_1 = 0; V_2 = 1; int32_t L_0 = ___year0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_1 = DateTime_IsLeapYear_m1852497299(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_2 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_daysmonthleap_22(); G_B3_0 = L_2; goto IL_001e; } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_3 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_daysmonth_21(); G_B3_0 = L_3; } IL_001e: { V_0 = G_B3_0; goto IL_002e; } IL_0024: { int32_t L_4 = V_1; Int32U5BU5D_t385246372* L_5 = V_0; int32_t L_6 = V_2; int32_t L_7 = L_6; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); NullCheck(L_5); int32_t L_8 = L_7; int32_t L_9 = (L_5)->GetAt(static_cast(L_8)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_9)); } IL_002e: { int32_t L_10 = V_2; int32_t L_11 = ___month1; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0024; } } { int32_t L_12 = ___day2; int32_t L_13 = V_1; int32_t L_14 = ___year0; int32_t L_15 = ___year0; int32_t L_16 = ___year0; int32_t L_17 = ___year0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)L_13)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)365), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)))))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1))/(int32_t)4)))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))/(int32_t)((int32_t)100))))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))/(int32_t)((int32_t)400))))); } } // System.Int32 System.DateTime::FromTicks(System.DateTime/Which) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_FromTicks_m4059645178 (DateTime_t3738529785 * __this, int32_t ___what0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_FromTicks_m4059645178_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Int32U5BU5D_t385246372* V_5 = NULL; int32_t V_6 = 0; { V_4 = 1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_0 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_daysmonth_21(); V_5 = L_0; TimeSpan_t881159249 * L_1 = __this->get_address_of_ticks_10(); int32_t L_2 = TimeSpan_get_Days_m2243259430(L_1, /*hidden argument*/NULL); V_6 = L_2; int32_t L_3 = V_6; V_0 = ((int32_t)((int32_t)L_3/(int32_t)((int32_t)146097))); int32_t L_4 = V_6; int32_t L_5 = V_0; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)((int32_t)146097))))); int32_t L_6 = V_6; V_1 = ((int32_t)((int32_t)L_6/(int32_t)((int32_t)36524))); int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)4)))) { goto IL_003e; } } { V_1 = 3; } IL_003e: { int32_t L_8 = V_6; int32_t L_9 = V_1; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)((int32_t)36524))))); int32_t L_10 = V_6; V_2 = ((int32_t)((int32_t)L_10/(int32_t)((int32_t)1461))); int32_t L_11 = V_6; int32_t L_12 = V_2; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)((int32_t)1461))))); int32_t L_13 = V_6; V_3 = ((int32_t)((int32_t)L_13/(int32_t)((int32_t)365))); int32_t L_14 = V_3; if ((!(((uint32_t)L_14) == ((uint32_t)4)))) { goto IL_0071; } } { V_3 = 3; } IL_0071: { int32_t L_15 = ___what0; if ((!(((uint32_t)L_15) == ((uint32_t)3)))) { goto IL_008d; } } { int32_t L_16 = V_0; int32_t L_17 = V_1; int32_t L_18 = V_2; int32_t L_19 = V_3; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)400))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)((int32_t)100))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)4)))), (int32_t)L_19)), (int32_t)1)); } IL_008d: { int32_t L_20 = V_6; int32_t L_21 = V_3; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)((int32_t)365))))); int32_t L_22 = ___what0; if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_00a5; } } { int32_t L_23 = V_6; return ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_00a5: { int32_t L_24 = V_3; if ((!(((uint32_t)L_24) == ((uint32_t)3)))) { goto IL_00c2; } } { int32_t L_25 = V_1; if ((((int32_t)L_25) == ((int32_t)3))) { goto IL_00bb; } } { int32_t L_26 = V_2; if ((((int32_t)L_26) == ((int32_t)((int32_t)24)))) { goto IL_00c2; } } IL_00bb: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_27 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_daysmonthleap_22(); V_5 = L_27; } IL_00c2: { goto IL_00d6; } IL_00c7: { int32_t L_28 = V_6; Int32U5BU5D_t385246372* L_29 = V_5; int32_t L_30 = V_4; int32_t L_31 = L_30; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); NullCheck(L_29); int32_t L_32 = L_31; int32_t L_33 = (L_29)->GetAt(static_cast(L_32)); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_33)); } IL_00d6: { int32_t L_34 = V_6; Int32U5BU5D_t385246372* L_35 = V_5; int32_t L_36 = V_4; NullCheck(L_35); int32_t L_37 = L_36; int32_t L_38 = (L_35)->GetAt(static_cast(L_37)); if ((((int32_t)L_34) >= ((int32_t)L_38))) { goto IL_00c7; } } { int32_t L_39 = ___what0; if ((!(((uint32_t)L_39) == ((uint32_t)2)))) { goto IL_00ec; } } { int32_t L_40 = V_4; return L_40; } IL_00ec: { int32_t L_41 = V_6; return ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } } extern "C" int32_t DateTime_FromTicks_m4059645178_AdjustorThunk (RuntimeObject * __this, int32_t ___what0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_FromTicks_m4059645178(_thisAdjusted, ___what0, method); } // System.DateTime System.DateTime::get_Date() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Date_m46742767 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { int32_t L_0 = DateTime_get_Year_m1184003812(__this, /*hidden argument*/NULL); int32_t L_1 = DateTime_get_Month_m1566006993(__this, /*hidden argument*/NULL); int32_t L_2 = DateTime_get_Day_m1623500273(__this, /*hidden argument*/NULL); DateTime__ctor_m12900168((&V_0), L_0, L_1, L_2, /*hidden argument*/NULL); int32_t L_3 = __this->get_kind_11(); (&V_0)->set_kind_11(L_3); DateTime_t3738529785 L_4 = V_0; return L_4; } } extern "C" DateTime_t3738529785 DateTime_get_Date_m46742767_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_Date_m46742767(_thisAdjusted, method); } // System.Int32 System.DateTime::get_Month() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m1566006993 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { int32_t L_0 = DateTime_FromTicks_m4059645178(__this, 2, /*hidden argument*/NULL); return L_0; } } extern "C" int32_t DateTime_get_Month_m1566006993_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_Month_m1566006993(_thisAdjusted, method); } // System.Int32 System.DateTime::get_Day() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m1623500273 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { int32_t L_0 = DateTime_FromTicks_m4059645178(__this, 0, /*hidden argument*/NULL); return L_0; } } extern "C" int32_t DateTime_get_Day_m1623500273_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_Day_m1623500273(_thisAdjusted, method); } // System.DayOfWeek System.DateTime::get_DayOfWeek() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_DayOfWeek_m2326490739 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { TimeSpan_t881159249 * L_0 = __this->get_address_of_ticks_10(); int32_t L_1 = TimeSpan_get_Days_m2243259430(L_0, /*hidden argument*/NULL); return (int32_t)(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))%(int32_t)7))); } } extern "C" int32_t DateTime_get_DayOfWeek_m2326490739_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_DayOfWeek_m2326490739(_thisAdjusted, method); } // System.TimeSpan System.DateTime::get_TimeOfDay() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTime_get_TimeOfDay_m82064893 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { TimeSpan_t881159249 * L_0 = __this->get_address_of_ticks_10(); int64_t L_1 = TimeSpan_get_Ticks_m2137362016(L_0, /*hidden argument*/NULL); TimeSpan_t881159249 L_2; memset(&L_2, 0, sizeof(L_2)); TimeSpan__ctor_m1896986612((&L_2), ((int64_t)((int64_t)L_1%(int64_t)((int64_t)864000000000LL))), /*hidden argument*/NULL); return L_2; } } extern "C" TimeSpan_t881159249 DateTime_get_TimeOfDay_m82064893_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_TimeOfDay_m82064893(_thisAdjusted, method); } // System.Int32 System.DateTime::get_Hour() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m4153505178 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { TimeSpan_t881159249 * L_0 = __this->get_address_of_ticks_10(); int32_t L_1 = TimeSpan_get_Hours_m550761902(L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int32_t DateTime_get_Hour_m4153505178_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_Hour_m4153505178(_thisAdjusted, method); } // System.Int32 System.DateTime::get_Minute() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m87527789 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { TimeSpan_t881159249 * L_0 = __this->get_address_of_ticks_10(); int32_t L_1 = TimeSpan_get_Minutes_m4278980001(L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int32_t DateTime_get_Minute_m87527789_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_Minute_m87527789(_thisAdjusted, method); } // System.Int32 System.DateTime::get_Second() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_m2686182256 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { TimeSpan_t881159249 * L_0 = __this->get_address_of_ticks_10(); int32_t L_1 = TimeSpan_get_Seconds_m1883479191(L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int32_t DateTime_get_Second_m2686182256_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_Second_m2686182256(_thisAdjusted, method); } // System.Int64 System.DateTime::GetTimeMonotonic() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_GetTimeMonotonic_m2320662727 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int64_t (*DateTime_GetTimeMonotonic_m2320662727_ftn) (); using namespace il2cpp::icalls; return ((DateTime_GetTimeMonotonic_m2320662727_ftn)mscorlib::System::DateTime::GetTimeMonotonic) (); } // System.Int64 System.DateTime::GetNow() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_GetNow_m1268643815 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int64_t (*DateTime_GetNow_m1268643815_ftn) (); using namespace il2cpp::icalls; return ((DateTime_GetNow_m1268643815_ftn)mscorlib::System::DateTime::GetNow) (); } // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_get_Now_m1277138875_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int64_t L_0 = DateTime_GetNow_m1268643815(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int64_t L_1 = V_0; DateTime__ctor_m516789325((&V_1), L_1, /*hidden argument*/NULL); int64_t L_2 = V_0; int64_t L_3 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_last_now_24(); if ((((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)L_3))) <= ((int64_t)(((int64_t)((int64_t)((int32_t)600000000))))))) { goto IL_003b; } } { IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone_t2038656743 * L_4 = TimeZone_get_CurrentTimeZone_m2520313554(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_5 = V_1; NullCheck(L_4); TimeSpan_t881159249 L_6 = TimeZone_GetLocalTimeDiff_m4276408377(L_4, L_5, /*hidden argument*/NULL); TimeSpan_t881159249 L_7 = L_6; RuntimeObject * L_8 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_7); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_to_local_time_span_object_23(L_8); int64_t L_9 = V_0; ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->set_last_now_24(L_9); } IL_003b: { DateTime_t3738529785 L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); RuntimeObject * L_11 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_to_local_time_span_object_23(); DateTime_t3738529785 L_12 = DateTime_op_Addition_m1857121695(NULL /*static, unused*/, L_10, ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_11, TimeSpan_t881159249_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_2 = L_12; (&V_2)->set_kind_11(2); DateTime_t3738529785 L_13 = V_2; return L_13; } } // System.Int64 System.DateTime::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m1550640881 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { TimeSpan_t881159249 * L_0 = __this->get_address_of_ticks_10(); int64_t L_1 = TimeSpan_get_Ticks_m2137362016(L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int64_t DateTime_get_Ticks_m1550640881_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_Ticks_m1550640881(_thisAdjusted, method); } // System.DateTime System.DateTime::get_Today() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Today_m2788644320 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_get_Today_m2788644320_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)); { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = DateTime_get_Year_m1184003812((&V_0), /*hidden argument*/NULL); int32_t L_2 = DateTime_get_Month_m1566006993((&V_0), /*hidden argument*/NULL); int32_t L_3 = DateTime_get_Day_m1623500273((&V_0), /*hidden argument*/NULL); DateTime__ctor_m12900168((&V_1), L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_4 = (&V_0)->get_kind_11(); (&V_1)->set_kind_11(L_4); DateTime_t3738529785 L_5 = V_1; return L_5; } } // System.DateTime System.DateTime::get_UtcNow() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_UtcNow_m1393945741 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_get_UtcNow_m1393945741_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int64_t L_0 = DateTime_GetNow_m1268643815(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_1; memset(&L_1, 0, sizeof(L_1)); DateTime__ctor_m1095105629((&L_1), L_0, 1, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.DateTime::get_Year() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m1184003812 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { int32_t L_0 = DateTime_FromTicks_m4059645178(__this, 3, /*hidden argument*/NULL); return L_0; } } extern "C" int32_t DateTime_get_Year_m1184003812_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_Year_m1184003812(_thisAdjusted, method); } // System.DateTimeKind System.DateTime::get_Kind() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m2154871796 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_kind_11(); return L_0; } } extern "C" int32_t DateTime_get_Kind_m2154871796_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_get_Kind_m2154871796(_thisAdjusted, 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) { DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { int64_t L_0 = TimeSpan_get_Ticks_m2137362016((&___value0), /*hidden argument*/NULL); DateTime_t3738529785 L_1 = DateTime_AddTicks_m3396580426(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = __this->get_kind_11(); (&V_0)->set_kind_11(L_2); DateTime_t3738529785 L_3 = V_0; return L_3; } } extern "C" DateTime_t3738529785 DateTime_Add_m2995894549_AdjustorThunk (RuntimeObject * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_Add_m2995894549(_thisAdjusted, ___value0, method); } // System.DateTime System.DateTime::AddTicks(System.Int64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_AddTicks_m3396580426 (DateTime_t3738529785 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_AddTicks_m3396580426_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { int64_t L_0 = ___value0; TimeSpan_t881159249 * L_1 = __this->get_address_of_ticks_10(); int64_t L_2 = TimeSpan_get_Ticks_m2137362016(L_1, /*hidden argument*/NULL); if ((((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)L_2))) > ((int64_t)((int64_t)3155378975999999999LL)))) { goto IL_002f; } } { int64_t L_3 = ___value0; TimeSpan_t881159249 * L_4 = __this->get_address_of_ticks_10(); int64_t L_5 = TimeSpan_get_Ticks_m2137362016(L_4, /*hidden argument*/NULL); if ((((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_3, (int64_t)L_5))) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0035; } } IL_002f: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,DateTime_AddTicks_m3396580426_RuntimeMethod_var); } IL_0035: { int64_t L_7 = ___value0; TimeSpan_t881159249 * L_8 = __this->get_address_of_ticks_10(); int64_t L_9 = TimeSpan_get_Ticks_m2137362016(L_8, /*hidden argument*/NULL); DateTime__ctor_m516789325((&V_0), ((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)L_9)), /*hidden argument*/NULL); int32_t L_10 = __this->get_kind_11(); (&V_0)->set_kind_11(L_10); DateTime_t3738529785 L_11 = V_0; return L_11; } } extern "C" DateTime_t3738529785 DateTime_AddTicks_m3396580426_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_AddTicks_m3396580426(_thisAdjusted, ___value0, method); } // System.DateTime System.DateTime::AddMilliseconds(System.Double) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_AddMilliseconds_m3713972790 (DateTime_t3738529785 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_AddMilliseconds_m3713972790_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { double L_0 = ___value0; if ((((double)((double)il2cpp_codegen_multiply((double)L_0, (double)(10000.0)))) > ((double)(9.2233720368547758E+18)))) { goto IL_0032; } } { double L_1 = ___value0; if ((!(((double)((double)il2cpp_codegen_multiply((double)L_1, (double)(10000.0)))) < ((double)(-9.2233720368547758E+18))))) { goto IL_0038; } } IL_0032: { 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,DateTime_AddMilliseconds_m3713972790_RuntimeMethod_var); } IL_0038: { double L_3 = ___value0; double L_4 = bankers_round(((double)il2cpp_codegen_multiply((double)L_3, (double)(10000.0)))); V_0 = (((int64_t)((int64_t)L_4))); int64_t L_5 = V_0; DateTime_t3738529785 L_6 = DateTime_AddTicks_m3396580426(__this, L_5, /*hidden argument*/NULL); return L_6; } } extern "C" DateTime_t3738529785 DateTime_AddMilliseconds_m3713972790_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_AddMilliseconds_m3713972790(_thisAdjusted, ___value0, method); } // System.DateTime System.DateTime::AddSeconds(System.Double) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_AddSeconds_m332574389 (DateTime_t3738529785 * __this, double ___value0, const RuntimeMethod* method) { { double L_0 = ___value0; DateTime_t3738529785 L_1 = DateTime_AddMilliseconds_m3713972790(__this, ((double)il2cpp_codegen_multiply((double)L_0, (double)(1000.0))), /*hidden argument*/NULL); return L_1; } } extern "C" DateTime_t3738529785 DateTime_AddSeconds_m332574389_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_AddSeconds_m332574389(_thisAdjusted, ___value0, method); } // System.Int32 System.DateTime::Compare(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_Compare_m2855073242 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___t10, DateTime_t3738529785 ___t21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_Compare_m2855073242_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0 = (&___t10)->get_ticks_10(); TimeSpan_t881159249 L_1 = (&___t21)->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_2 = TimeSpan_op_LessThan_m1594498345(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { return (-1); } IL_001a: { TimeSpan_t881159249 L_3 = (&___t10)->get_ticks_10(); TimeSpan_t881159249 L_4 = (&___t21)->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_5 = TimeSpan_op_GreaterThan_m734703194(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0034; } } { return 1; } IL_0034: { return 0; } } // System.Int32 System.DateTime::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m3687348273 (DateTime_t3738529785 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_CompareTo_m3687348273_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, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2283438069, /*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,DateTime_CompareTo_m3687348273_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_5 = DateTime_Compare_m2855073242(NULL /*static, unused*/, (*(DateTime_t3738529785 *)__this), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_4, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_5; } } extern "C" int32_t DateTime_CompareTo_m3687348273_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_CompareTo_m3687348273(_thisAdjusted, ___value0, 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_CompareTo_m3889078633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTime_t3738529785 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_1 = DateTime_Compare_m2855073242(NULL /*static, unused*/, (*(DateTime_t3738529785 *)__this), L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int32_t DateTime_CompareTo_m3889078633_AdjustorThunk (RuntimeObject * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_CompareTo_m3889078633(_thisAdjusted, ___value0, method); } // System.Boolean System.DateTime::Equals(System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m4001498422 (DateTime_t3738529785 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_Equals_m4001498422_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0 = (&___value0)->get_ticks_10(); TimeSpan_t881159249 L_1 = __this->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_2 = TimeSpan_op_Equality_m1999885032(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } extern "C" bool DateTime_Equals_m4001498422_AdjustorThunk (RuntimeObject * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_Equals_m4001498422(_thisAdjusted, ___value0, method); } // System.Int64 System.DateTime::ToBinary() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToBinary_m1193069875 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_kind_11(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_001a; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_002b; } } { goto IL_0044; } IL_001a: { int64_t L_3 = DateTime_get_Ticks_m1550640881(__this, /*hidden argument*/NULL); return ((int64_t)((int64_t)L_3|(int64_t)((int64_t)4611686018427387904LL))); } IL_002b: { DateTime_t3738529785 L_4 = DateTime_ToUniversalTime_m1945318289(__this, /*hidden argument*/NULL); V_1 = L_4; int64_t L_5 = DateTime_get_Ticks_m1550640881((&V_1), /*hidden argument*/NULL); return ((int64_t)((int64_t)L_5|(int64_t)((int64_t)std::numeric_limits::min()))); } IL_0044: { int64_t L_6 = DateTime_get_Ticks_m1550640881(__this, /*hidden argument*/NULL); return L_6; } } extern "C" int64_t DateTime_ToBinary_m1193069875_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_ToBinary_m1193069875(_thisAdjusted, method); } // System.DateTime System.DateTime::FromBinary(System.Int64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_FromBinary_m2489276715 (RuntimeObject * __this /* static, unused */, int64_t ___dateData0, const RuntimeMethod* method) { uint64_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); { int64_t L_0 = ___dateData0; V_0 = ((int64_t)((uint64_t)L_0>>((int32_t)62))); uint64_t L_1 = V_0; if ((((int64_t)L_1) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)0))))))))) { goto IL_002c; } } { uint64_t L_2 = V_0; if ((((int64_t)L_2) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)1))))))))) { goto IL_001a; } } { goto IL_0034; } IL_001a: { int64_t L_3 = ___dateData0; DateTime_t3738529785 L_4; memset(&L_4, 0, sizeof(L_4)); DateTime__ctor_m1095105629((&L_4), ((int64_t)((int64_t)L_3^(int64_t)((int64_t)4611686018427387904LL))), 1, /*hidden argument*/NULL); return L_4; } IL_002c: { int64_t L_5 = ___dateData0; DateTime_t3738529785 L_6; memset(&L_6, 0, sizeof(L_6)); DateTime__ctor_m1095105629((&L_6), L_5, 0, /*hidden argument*/NULL); return L_6; } IL_0034: { int64_t L_7 = ___dateData0; DateTime__ctor_m1095105629((&V_1), ((int64_t)((int64_t)L_7&(int64_t)((int64_t)4611686018427387903LL))), 1, /*hidden argument*/NULL); DateTime_t3738529785 L_8 = DateTime_ToLocalTime_m3134475597((&V_1), /*hidden argument*/NULL); return L_8; } } // 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) { { int64_t L_0 = DateTime_get_Ticks_m1550640881((&___value0), /*hidden argument*/NULL); int32_t L_1 = ___kind1; DateTime_t3738529785 L_2; memset(&L_2, 0, sizeof(L_2)); DateTime__ctor_m1095105629((&L_2), L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_m2587936260 (RuntimeObject * __this /* static, unused */, int32_t ___year0, int32_t ___month1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_DaysInMonth_m2587936260_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; Int32U5BU5D_t385246372* G_B9_0 = NULL; { int32_t L_0 = ___month1; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_000f; } } { int32_t L_1 = ___month1; if ((((int32_t)L_1) <= ((int32_t)((int32_t)12)))) { 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,DateTime_DaysInMonth_m2587936260_RuntimeMethod_var); } IL_0015: { int32_t L_3 = ___year0; if ((((int32_t)L_3) < ((int32_t)1))) { goto IL_0027; } } { int32_t L_4 = ___year0; if ((((int32_t)L_4) <= ((int32_t)((int32_t)9999)))) { goto IL_002d; } } IL_0027: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DateTime_DaysInMonth_m2587936260_RuntimeMethod_var); } IL_002d: { int32_t L_6 = ___year0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_7 = DateTime_IsLeapYear_m1852497299(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_8 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_daysmonthleap_22(); G_B9_0 = L_8; goto IL_0047; } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_9 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_daysmonth_21(); G_B9_0 = L_9; } IL_0047: { V_0 = G_B9_0; Int32U5BU5D_t385246372* L_10 = V_0; int32_t L_11 = ___month1; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); return L_13; } } // System.Boolean System.DateTime::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m611432332 (DateTime_t3738529785 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_Equals_m611432332_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___value0; V_0 = ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_1, DateTime_t3738529785_il2cpp_TypeInfo_var)))); TimeSpan_t881159249 L_2 = (&V_0)->get_ticks_10(); TimeSpan_t881159249 L_3 = __this->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_4 = TimeSpan_op_Equality_m1999885032(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } } extern "C" bool DateTime_Equals_m611432332_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_Equals_m611432332(_thisAdjusted, ___value0, method); } // System.DateTime System.DateTime::FromFileTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_FromFileTime_m47770515 (RuntimeObject * __this /* static, unused */, int64_t ___fileTime0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_FromFileTime_m47770515_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { int64_t L_0 = ___fileTime0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral1970444927, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DateTime_FromFileTime_m47770515_RuntimeMethod_var); } IL_0018: { int64_t L_2 = ___fileTime0; DateTime__ctor_m516789325((&V_0), ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)504911232000000000LL), (int64_t)L_2)), /*hidden argument*/NULL); DateTime_t3738529785 L_3 = DateTime_ToLocalTime_m3134475597((&V_0), /*hidden argument*/NULL); return L_3; } } // System.Void System.DateTime::CheckDateTimeKind(System.DateTimeKind) extern "C" IL2CPP_METHOD_ATTR void DateTime_CheckDateTimeKind_m456577410 (DateTime_t3738529785 * __this, int32_t ___kind0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_CheckDateTimeKind_m456577410_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___kind0; if (!L_0) { goto IL_0024; } } { int32_t L_1 = ___kind0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0024; } } { int32_t L_2 = ___kind0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0024; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral4301633, _stringLiteral835817753, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DateTime_CheckDateTimeKind_m456577410_RuntimeMethod_var); } IL_0024: { return; } } extern "C" void DateTime_CheckDateTimeKind_m456577410_AdjustorThunk (RuntimeObject * __this, int32_t ___kind0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); DateTime_CheckDateTimeKind_m456577410(_thisAdjusted, ___kind0, method); } // System.Int32 System.DateTime::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_GetHashCode_m2261847002 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { { TimeSpan_t881159249 * L_0 = __this->get_address_of_ticks_10(); int64_t L_1 = TimeSpan_get_Ticks_m2137362016(L_0, /*hidden argument*/NULL); return (((int32_t)((int32_t)L_1))); } } extern "C" int32_t DateTime_GetHashCode_m2261847002_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_GetHashCode_m2261847002(_thisAdjusted, method); } // System.Boolean System.DateTime::IsLeapYear(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DateTime_IsLeapYear_m1852497299 (RuntimeObject * __this /* static, unused */, int32_t ___year0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_IsLeapYear_m1852497299_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B7_0 = 0; { int32_t L_0 = ___year0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_0012; } } { int32_t L_1 = ___year0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)9999)))) { goto IL_0018; } } IL_0012: { 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,DateTime_IsLeapYear_m1852497299_RuntimeMethod_var); } IL_0018: { int32_t L_3 = ___year0; if (((int32_t)((int32_t)L_3%(int32_t)4))) { goto IL_0029; } } { int32_t L_4 = ___year0; if (((int32_t)((int32_t)L_4%(int32_t)((int32_t)100)))) { goto IL_0035; } } IL_0029: { int32_t L_5 = ___year0; G_B7_0 = ((((int32_t)((int32_t)((int32_t)L_5%(int32_t)((int32_t)400)))) == ((int32_t)0))? 1 : 0); goto IL_0036; } IL_0035: { G_B7_0 = 1; } IL_0036: { return (bool)G_B7_0; } } // System.DateTime System.DateTime::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m2550724587 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_Parse_m2550724587_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = DateTime_Parse_m3729096069(NULL /*static, unused*/, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } // System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m3729096069 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_Parse_m3729096069_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_Parse_m1070804416(NULL /*static, unused*/, L_0, L_1, 7, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m1070804416 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_Parse_m1070804416_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); DateTimeOffset_t3229287507 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * V_2 = NULL; { 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,DateTime_Parse_m1070804416_RuntimeMethod_var); } IL_0011: { V_2 = (Exception_t *)NULL; String_t* L_2 = ___s0; RuntimeObject* L_3 = ___provider1; int32_t L_4 = ___styles2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_5 = DateTime_CoreParse_m428043272(NULL /*static, unused*/, L_2, L_3, L_4, (&V_0), (&V_1), (bool)1, (&V_2), /*hidden argument*/NULL); if (L_5) { goto IL_0029; } } { Exception_t * L_6 = V_2; IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,DateTime_Parse_m1070804416_RuntimeMethod_var); } IL_0029: { DateTime_t3738529785 L_7 = V_0; return L_7; } } // System.Boolean System.DateTime::CoreParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&,System.DateTimeOffset&,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool DateTime_CoreParse_m428043272 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, DateTime_t3738529785 * ___result3, DateTimeOffset_t3229287507 * ___dto4, bool ___setExceptionOnError5, Exception_t ** ___exception6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_CoreParse_m428043272_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTimeFormatInfo_t2405853701 * V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; String_t* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; bool V_9 = false; StringU5BU5D_t1281789340* V_10 = NULL; int32_t V_11 = 0; bool V_12 = false; int32_t V_13 = 0; String_t* V_14 = NULL; bool V_15 = false; int32_t V_16 = 0; int32_t V_17 = 0; String_t* V_18 = NULL; StringU5BU5D_t1281789340* G_B29_0 = NULL; { DateTimeOffset_t3229287507 * L_0 = ___dto4; 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__ctor_m1464148220(L_0, (((int64_t)((int64_t)0))), L_1, /*hidden argument*/NULL); String_t* L_2 = ___s0; if (!L_2) { goto IL_001f; } } { String_t* L_3 = ___s0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0040; } } IL_001f: { bool L_5 = ___setExceptionOnError5; if (!L_5) { goto IL_0033; } } { Exception_t ** L_6 = ___exception6; FormatException_t154580423 * L_7 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_7, _stringLiteral1921144611, /*hidden argument*/NULL); *((RuntimeObject **)(L_6)) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_6), (RuntimeObject *)L_7); } IL_0033: { DateTime_t3738529785 * L_8 = ___result3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_9 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); *(DateTime_t3738529785 *)L_8 = L_9; return (bool)0; } IL_0040: { RuntimeObject* L_10 = ___provider1; if (L_10) { goto IL_004d; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); ___provider1 = L_11; } IL_004d: { RuntimeObject* L_12 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_13 = DateTimeFormatInfo_GetInstance_m684998497(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_0 = L_13; DateTimeFormatInfo_t2405853701 * L_14 = V_0; bool L_15 = ___setExceptionOnError5; Exception_t ** L_16 = ___exception6; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_17 = DateTime_YearMonthDayFormats_m827415370(NULL /*static, unused*/, L_14, L_15, L_16, /*hidden argument*/NULL); V_1 = L_17; StringU5BU5D_t1281789340* L_18 = V_1; if (L_18) { goto IL_0072; } } { DateTime_t3738529785 * L_19 = ___result3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_20 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); *(DateTime_t3738529785 *)L_19 = L_20; return (bool)0; } IL_0072: { V_2 = (bool)0; V_3 = 0; goto IL_00f0; } IL_007b: { StringU5BU5D_t1281789340* L_21 = V_1; int32_t L_22 = V_3; NullCheck(L_21); int32_t L_23 = L_22; String_t* L_24 = (L_21)->GetAt(static_cast(L_23)); V_4 = L_24; V_5 = (bool)0; String_t* L_25 = ___s0; String_t* L_26 = V_4; 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(); DateTime_t3738529785 * L_28 = ___result3; DateTimeOffset_t3229287507 * L_29 = ___dto4; DateTimeFormatInfo_t2405853701 * L_30 = V_0; int32_t L_31 = ___styles2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_32 = DateTime__DoParse_m552486664(NULL /*static, unused*/, L_25, L_26, L_27, (bool)0, L_28, L_29, L_30, L_31, (bool)1, (&V_5), (&V_2), /*hidden argument*/NULL); if (!L_32) { goto IL_00a2; } } { return (bool)1; } IL_00a2: { bool L_33 = V_5; if (L_33) { goto IL_00ae; } } { goto IL_00ec; } IL_00ae: { V_6 = 0; goto IL_00de; } IL_00b6: { String_t* L_34 = ___s0; String_t* L_35 = V_4; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_36 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_ParseTimeFormats_14(); int32_t L_37 = V_6; NullCheck(L_36); int32_t L_38 = L_37; String_t* L_39 = (L_36)->GetAt(static_cast(L_38)); DateTime_t3738529785 * L_40 = ___result3; DateTimeOffset_t3229287507 * L_41 = ___dto4; DateTimeFormatInfo_t2405853701 * L_42 = V_0; int32_t L_43 = ___styles2; bool L_44 = DateTime__DoParse_m552486664(NULL /*static, unused*/, L_34, L_35, L_39, (bool)0, L_40, L_41, L_42, L_43, (bool)1, (&V_5), (&V_2), /*hidden argument*/NULL); if (!L_44) { goto IL_00d8; } } { return (bool)1; } IL_00d8: { int32_t L_45 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00de: { int32_t L_46 = V_6; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_47 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_ParseTimeFormats_14(); NullCheck(L_47); if ((((int32_t)L_46) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length))))))) { goto IL_00b6; } } IL_00ec: { int32_t L_48 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00f0: { int32_t L_49 = V_3; StringU5BU5D_t1281789340* L_50 = V_1; NullCheck(L_50); if ((((int32_t)L_49) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length))))))) { goto IL_007b; } } { DateTimeFormatInfo_t2405853701 * L_51 = V_0; NullCheck(L_51); String_t* L_52 = DateTimeFormatInfo_get_MonthDayPattern_m4068069839(L_51, /*hidden argument*/NULL); NullCheck(L_52); int32_t L_53 = String_IndexOf_m363431711(L_52, ((int32_t)100), /*hidden argument*/NULL); V_7 = L_53; DateTimeFormatInfo_t2405853701 * L_54 = V_0; NullCheck(L_54); String_t* L_55 = DateTimeFormatInfo_get_MonthDayPattern_m4068069839(L_54, /*hidden argument*/NULL); NullCheck(L_55); int32_t L_56 = String_IndexOf_m363431711(L_55, ((int32_t)77), /*hidden argument*/NULL); V_8 = L_56; int32_t L_57 = V_7; if ((((int32_t)L_57) == ((int32_t)(-1)))) { goto IL_0127; } } { int32_t L_58 = V_8; if ((!(((uint32_t)L_58) == ((uint32_t)(-1))))) { goto IL_015c; } } IL_0127: { DateTime_t3738529785 * L_59 = ___result3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_60 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); *(DateTime_t3738529785 *)L_59 = L_60; bool L_61 = ___setExceptionOnError5; if (!L_61) { goto IL_015a; } } { Exception_t ** L_62 = ___exception6; ObjectU5BU5D_t2843939325* L_63 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); DateTimeFormatInfo_t2405853701 * L_64 = V_0; NullCheck(L_64); String_t* L_65 = DateTimeFormatInfo_get_MonthDayPattern_m4068069839(L_64, /*hidden argument*/NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_65); (L_63)->SetAt(static_cast(0), (RuntimeObject *)L_65); String_t* L_66 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral630689056, L_63, /*hidden argument*/NULL); FormatException_t154580423 * L_67 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_67, L_66, /*hidden argument*/NULL); *((RuntimeObject **)(L_62)) = (RuntimeObject *)L_67; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_62), (RuntimeObject *)L_67); } IL_015a: { return (bool)0; } IL_015c: { int32_t L_68 = V_7; int32_t L_69 = V_8; V_9 = (bool)((((int32_t)L_68) < ((int32_t)L_69))? 1 : 0); bool L_70 = V_9; if (!L_70) { goto IL_0175; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_71 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_DayMonthShortFormats_20(); G_B29_0 = L_71; goto IL_017a; } IL_0175: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_72 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MonthDayShortFormats_19(); G_B29_0 = L_72; } IL_017a: { V_10 = G_B29_0; V_11 = 0; goto IL_01af; } IL_0184: { V_12 = (bool)0; String_t* L_73 = ___s0; StringU5BU5D_t1281789340* L_74 = V_10; int32_t L_75 = V_11; NullCheck(L_74); int32_t L_76 = L_75; String_t* L_77 = (L_74)->GetAt(static_cast(L_76)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_78 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); DateTime_t3738529785 * L_79 = ___result3; DateTimeOffset_t3229287507 * L_80 = ___dto4; DateTimeFormatInfo_t2405853701 * L_81 = V_0; int32_t L_82 = ___styles2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_83 = DateTime__DoParse_m552486664(NULL /*static, unused*/, L_73, L_77, L_78, (bool)0, L_79, L_80, L_81, L_82, (bool)1, (&V_12), (&V_2), /*hidden argument*/NULL); if (!L_83) { goto IL_01a9; } } { return (bool)1; } IL_01a9: { int32_t L_84 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_01af: { int32_t L_85 = V_11; StringU5BU5D_t1281789340* L_86 = V_10; NullCheck(L_86); if ((((int32_t)L_85) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_86)->max_length))))))) { goto IL_0184; } } { V_13 = 0; goto IL_028e; } IL_01c2: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_87 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_ParseTimeFormats_14(); int32_t L_88 = V_13; NullCheck(L_87); int32_t L_89 = L_88; String_t* L_90 = (L_87)->GetAt(static_cast(L_89)); V_14 = L_90; V_15 = (bool)0; String_t* L_91 = ___s0; String_t* L_92 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_93 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); DateTime_t3738529785 * L_94 = ___result3; DateTimeOffset_t3229287507 * L_95 = ___dto4; DateTimeFormatInfo_t2405853701 * L_96 = V_0; int32_t L_97 = ___styles2; bool L_98 = DateTime__DoParse_m552486664(NULL /*static, unused*/, L_91, L_92, L_93, (bool)0, L_94, L_95, L_96, L_97, (bool)0, (&V_15), (&V_2), /*hidden argument*/NULL); if (!L_98) { goto IL_01ee; } } { return (bool)1; } IL_01ee: { bool L_99 = V_15; if (L_99) { goto IL_01fa; } } { goto IL_0288; } IL_01fa: { V_16 = 0; goto IL_0227; } IL_0202: { String_t* L_100 = ___s0; String_t* L_101 = V_14; StringU5BU5D_t1281789340* L_102 = V_10; int32_t L_103 = V_16; NullCheck(L_102); int32_t L_104 = L_103; String_t* L_105 = (L_102)->GetAt(static_cast(L_104)); DateTime_t3738529785 * L_106 = ___result3; DateTimeOffset_t3229287507 * L_107 = ___dto4; DateTimeFormatInfo_t2405853701 * L_108 = V_0; int32_t L_109 = ___styles2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_110 = DateTime__DoParse_m552486664(NULL /*static, unused*/, L_100, L_101, L_105, (bool)0, L_106, L_107, L_108, L_109, (bool)0, (&V_15), (&V_2), /*hidden argument*/NULL); if (!L_110) { goto IL_0221; } } { return (bool)1; } IL_0221: { int32_t L_111 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1)); } IL_0227: { int32_t L_112 = V_16; StringU5BU5D_t1281789340* L_113 = V_10; NullCheck(L_113); if ((((int32_t)L_112) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_113)->max_length))))))) { goto IL_0202; } } { V_17 = 0; goto IL_027e; } IL_023a: { StringU5BU5D_t1281789340* L_114 = V_1; int32_t L_115 = V_17; NullCheck(L_114); int32_t L_116 = L_115; String_t* L_117 = (L_114)->GetAt(static_cast(L_116)); V_18 = L_117; String_t* L_118 = V_18; String_t* L_119 = V_18; NullCheck(L_119); int32_t L_120 = String_get_Length_m3847582255(L_119, /*hidden argument*/NULL); NullCheck(L_118); Il2CppChar L_121 = String_get_Chars_m2986988803(L_118, ((int32_t)il2cpp_codegen_subtract((int32_t)L_120, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_121) == ((uint32_t)((int32_t)84))))) { goto IL_025c; } } { goto IL_0278; } IL_025c: { String_t* L_122 = ___s0; String_t* L_123 = V_14; String_t* L_124 = V_18; DateTime_t3738529785 * L_125 = ___result3; DateTimeOffset_t3229287507 * L_126 = ___dto4; DateTimeFormatInfo_t2405853701 * L_127 = V_0; int32_t L_128 = ___styles2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_129 = DateTime__DoParse_m552486664(NULL /*static, unused*/, L_122, L_123, L_124, (bool)0, L_125, L_126, L_127, L_128, (bool)0, (&V_15), (&V_2), /*hidden argument*/NULL); if (!L_129) { goto IL_0278; } } { return (bool)1; } IL_0278: { int32_t L_130 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); } IL_027e: { int32_t L_131 = V_17; StringU5BU5D_t1281789340* L_132 = V_1; NullCheck(L_132); if ((((int32_t)L_131) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_132)->max_length))))))) { goto IL_023a; } } IL_0288: { int32_t L_133 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1)); } IL_028e: { int32_t L_134 = V_13; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_135 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_ParseTimeFormats_14(); NullCheck(L_135); if ((((int32_t)L_134) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_135)->max_length))))))) { goto IL_01c2; } } { String_t* L_136 = ___s0; DateTimeFormatInfo_t2405853701 * L_137 = V_0; NullCheck(L_137); StringU5BU5D_t1281789340* L_138 = DateTimeFormatInfo_GetAllDateTimePatternsInternal_m1798077795(L_137, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_139 = V_0; int32_t L_140 = ___styles2; DateTime_t3738529785 * L_141 = ___result3; bool L_142 = ___setExceptionOnError5; Exception_t ** L_143 = ___exception6; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_144 = DateTime_ParseExact_m317338046(NULL /*static, unused*/, L_136, L_138, L_139, L_140, L_141, (bool)0, (&V_2), L_142, L_143, /*hidden argument*/NULL); if (!L_144) { goto IL_02b9; } } { return (bool)1; } IL_02b9: { bool L_145 = ___setExceptionOnError5; if (L_145) { goto IL_02c2; } } { return (bool)0; } IL_02c2: { Exception_t ** L_146 = ___exception6; FormatException_t154580423 * L_147 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_147, _stringLiteral1921144611, /*hidden argument*/NULL); *((RuntimeObject **)(L_146)) = (RuntimeObject *)L_147; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_146), (RuntimeObject *)L_147); return (bool)0; } } // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m3543736043 (RuntimeObject * __this /* static, unused */, String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_ParseExact_m3543736043_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = ___format1; RuntimeObject* L_2 = ___provider2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_3 = DateTime_ParseExact_m2711902273(NULL /*static, unused*/, L_0, L_1, L_2, 0, /*hidden argument*/NULL); return L_3; } } // System.String[] System.DateTime::YearMonthDayFormats(System.Globalization.DateTimeFormatInfo,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* DateTime_YearMonthDayFormats_m827415370 (RuntimeObject * __this /* static, unused */, DateTimeFormatInfo_t2405853701 * ___dfi0, bool ___setExceptionOnError1, Exception_t ** ___exc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_YearMonthDayFormats_m827415370_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { DateTimeFormatInfo_t2405853701 * L_0 = ___dfi0; NullCheck(L_0); String_t* L_1 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = String_IndexOf_m363431711(L_1, ((int32_t)100), /*hidden argument*/NULL); V_0 = L_2; DateTimeFormatInfo_t2405853701 * L_3 = ___dfi0; NullCheck(L_3); String_t* L_4 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = String_IndexOf_m363431711(L_4, ((int32_t)77), /*hidden argument*/NULL); V_1 = L_5; DateTimeFormatInfo_t2405853701 * L_6 = ___dfi0; NullCheck(L_6); String_t* L_7 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = String_IndexOf_m363431711(L_7, ((int32_t)121), /*hidden argument*/NULL); V_2 = L_8; int32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_003f; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)(-1)))) { goto IL_003f; } } { int32_t L_11 = V_2; if ((!(((uint32_t)L_11) == ((uint32_t)(-1))))) { goto IL_0067; } } IL_003f: { bool L_12 = ___setExceptionOnError1; if (!L_12) { goto IL_0065; } } { Exception_t ** L_13 = ___exc2; ObjectU5BU5D_t2843939325* L_14 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); DateTimeFormatInfo_t2405853701 * L_15 = ___dfi0; NullCheck(L_15); String_t* L_16 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_15, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_16); String_t* L_17 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral1909548866, L_14, /*hidden argument*/NULL); FormatException_t154580423 * L_18 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_18, L_17, /*hidden argument*/NULL); *((RuntimeObject **)(L_13)) = (RuntimeObject *)L_18; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_13), (RuntimeObject *)L_18); } IL_0065: { return (StringU5BU5D_t1281789340*)NULL; } IL_0067: { int32_t L_19 = V_2; int32_t L_20 = V_1; if ((((int32_t)L_19) >= ((int32_t)L_20))) { goto IL_00b0; } } { int32_t L_21 = V_1; int32_t L_22 = V_0; if ((((int32_t)L_21) >= ((int32_t)L_22))) { goto IL_007b; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_23 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_ParseYearMonthDayFormats_16(); return L_23; } IL_007b: { int32_t L_24 = V_2; int32_t L_25 = V_0; if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_0088; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_26 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_ParseYearDayMonthFormats_15(); return L_26; } IL_0088: { bool L_27 = ___setExceptionOnError1; if (!L_27) { goto IL_00ae; } } { Exception_t ** L_28 = ___exc2; ObjectU5BU5D_t2843939325* L_29 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); DateTimeFormatInfo_t2405853701 * L_30 = ___dfi0; NullCheck(L_30); String_t* L_31 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_30, /*hidden argument*/NULL); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_31); (L_29)->SetAt(static_cast(0), (RuntimeObject *)L_31); String_t* L_32 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral1147193673, L_29, /*hidden argument*/NULL); FormatException_t154580423 * L_33 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_33, L_32, /*hidden argument*/NULL); *((RuntimeObject **)(L_28)) = (RuntimeObject *)L_33; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_28), (RuntimeObject *)L_33); } IL_00ae: { return (StringU5BU5D_t1281789340*)NULL; } IL_00b0: { int32_t L_34 = V_0; int32_t L_35 = V_1; if ((((int32_t)L_34) >= ((int32_t)L_35))) { goto IL_00bd; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_36 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_ParseDayMonthYearFormats_17(); return L_36; } IL_00bd: { int32_t L_37 = V_0; int32_t L_38 = V_2; if ((((int32_t)L_37) >= ((int32_t)L_38))) { goto IL_00ca; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_39 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_ParseMonthDayYearFormats_18(); return L_39; } IL_00ca: { bool L_40 = ___setExceptionOnError1; if (!L_40) { goto IL_00f0; } } { Exception_t ** L_41 = ___exc2; ObjectU5BU5D_t2843939325* L_42 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); DateTimeFormatInfo_t2405853701 * L_43 = ___dfi0; NullCheck(L_43); String_t* L_44 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_43, /*hidden argument*/NULL); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_44); (L_42)->SetAt(static_cast(0), (RuntimeObject *)L_44); String_t* L_45 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral2010862155, L_42, /*hidden argument*/NULL); FormatException_t154580423 * L_46 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_46, L_45, /*hidden argument*/NULL); *((RuntimeObject **)(L_41)) = (RuntimeObject *)L_46; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_41), (RuntimeObject *)L_46); } IL_00f0: { return (StringU5BU5D_t1281789340*)NULL; } } // System.Int32 System.DateTime::_ParseNumber(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime__ParseNumber_m1240316250 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___valuePos1, int32_t ___min_digits2, int32_t ___digits3, bool ___leadingzero4, bool ___sloppy_parsing5, int32_t* ___num_parsed6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__ParseNumber_m1240316250_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { V_0 = 0; bool L_0 = ___sloppy_parsing5; if (!L_0) { goto IL_000c; } } { ___leadingzero4 = (bool)0; } IL_000c: { bool L_1 = ___leadingzero4; if (L_1) { goto IL_0052; } } { V_2 = 0; int32_t L_2 = ___valuePos1; V_1 = L_2; goto IL_003a; } IL_001c: { String_t* L_3 = ___s0; int32_t L_4 = V_1; 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); bool L_6 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0032; } } { goto IL_004f; } IL_0032: { int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003a: { int32_t L_9 = V_1; String_t* L_10 = ___s0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) >= ((int32_t)L_11))) { goto IL_004f; } } { int32_t L_12 = V_1; int32_t L_13 = ___digits3; int32_t L_14 = ___valuePos1; if ((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))))) { goto IL_001c; } } IL_004f: { int32_t L_15 = V_2; ___digits3 = L_15; } IL_0052: { int32_t L_16 = ___digits3; int32_t L_17 = ___min_digits2; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_005f; } } { int32_t* L_18 = ___num_parsed6; *((int32_t*)(L_18)) = (int32_t)(-1); return 0; } IL_005f: { String_t* L_19 = ___s0; NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); int32_t L_21 = ___valuePos1; int32_t L_22 = ___digits3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21))) >= ((int32_t)L_22))) { goto IL_0073; } } { int32_t* L_23 = ___num_parsed6; *((int32_t*)(L_23)) = (int32_t)(-1); return 0; } IL_0073: { int32_t L_24 = ___valuePos1; V_1 = L_24; goto IL_00a2; } IL_007a: { String_t* L_25 = ___s0; int32_t L_26 = V_1; NullCheck(L_25); Il2CppChar L_27 = String_get_Chars_m2986988803(L_25, L_26, /*hidden argument*/NULL); V_3 = L_27; Il2CppChar L_28 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_29 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_0093; } } { int32_t* L_30 = ___num_parsed6; *((int32_t*)(L_30)) = (int32_t)(-1); return 0; } IL_0093: { int32_t L_31 = V_0; Il2CppChar L_32 = V_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)((int32_t)10))), (int32_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)((int32_t)48)))))))); int32_t L_33 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a2: { int32_t L_34 = V_1; int32_t L_35 = ___digits3; int32_t L_36 = ___valuePos1; if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))))) { goto IL_007a; } } { int32_t* L_37 = ___num_parsed6; int32_t L_38 = ___digits3; *((int32_t*)(L_37)) = (int32_t)L_38; int32_t L_39 = V_0; return L_39; } } // System.Int32 System.DateTime::_ParseEnum(System.String,System.Int32,System.String[],System.String[],System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime__ParseEnum_m253019513 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___sPos1, StringU5BU5D_t1281789340* ___values2, StringU5BU5D_t1281789340* ___invValues3, bool ___exact4, int32_t* ___num_parsed5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__ParseEnum_m253019513_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { StringU5BU5D_t1281789340* L_0 = ___values2; NullCheck(L_0); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)1)); goto IL_00bf; } IL_000b: { bool L_1 = ___exact4; if (L_1) { goto IL_0070; } } { StringU5BU5D_t1281789340* L_2 = ___invValues3; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_7 = ___values2; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)L_11))) { goto IL_0070; } } { StringU5BU5D_t1281789340* L_12 = ___invValues3; int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; String_t* L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_0049; } } { String_t* L_17 = ___s0; int32_t L_18 = ___sPos1; StringU5BU5D_t1281789340* L_19 = ___invValues3; int32_t L_20 = V_0; NullCheck(L_19); int32_t L_21 = L_20; String_t* L_22 = (L_19)->GetAt(static_cast(L_21)); int32_t* L_23 = ___num_parsed5; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_24 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_17, L_18, 0, L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0049; } } { int32_t L_25 = V_0; return L_25; } IL_0049: { StringU5BU5D_t1281789340* L_26 = ___values2; int32_t L_27 = V_0; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_29); int32_t L_30 = String_get_Length_m3847582255(L_29, /*hidden argument*/NULL); if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_006b; } } { String_t* L_31 = ___s0; int32_t L_32 = ___sPos1; StringU5BU5D_t1281789340* L_33 = ___values2; int32_t L_34 = V_0; NullCheck(L_33); int32_t L_35 = L_34; String_t* L_36 = (L_33)->GetAt(static_cast(L_35)); int32_t* L_37 = ___num_parsed5; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_38 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_31, L_32, 0, L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_006b; } } { int32_t L_39 = V_0; return L_39; } IL_006b: { goto IL_00bb; } IL_0070: { StringU5BU5D_t1281789340* L_40 = ___values2; int32_t L_41 = V_0; NullCheck(L_40); int32_t L_42 = L_41; String_t* L_43 = (L_40)->GetAt(static_cast(L_42)); NullCheck(L_43); int32_t L_44 = String_get_Length_m3847582255(L_43, /*hidden argument*/NULL); if ((((int32_t)L_44) <= ((int32_t)0))) { goto IL_0092; } } { String_t* L_45 = ___s0; int32_t L_46 = ___sPos1; StringU5BU5D_t1281789340* L_47 = ___values2; int32_t L_48 = V_0; NullCheck(L_47); int32_t L_49 = L_48; String_t* L_50 = (L_47)->GetAt(static_cast(L_49)); int32_t* L_51 = ___num_parsed5; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_52 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_45, L_46, 0, L_50, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0092; } } { int32_t L_53 = V_0; return L_53; } IL_0092: { bool L_54 = ___exact4; if (L_54) { goto IL_00bb; } } { StringU5BU5D_t1281789340* L_55 = ___invValues3; int32_t L_56 = V_0; NullCheck(L_55); int32_t L_57 = L_56; String_t* L_58 = (L_55)->GetAt(static_cast(L_57)); NullCheck(L_58); int32_t L_59 = String_get_Length_m3847582255(L_58, /*hidden argument*/NULL); if ((((int32_t)L_59) <= ((int32_t)0))) { goto IL_00bb; } } { String_t* L_60 = ___s0; int32_t L_61 = ___sPos1; StringU5BU5D_t1281789340* L_62 = ___invValues3; int32_t L_63 = V_0; NullCheck(L_62); int32_t L_64 = L_63; String_t* L_65 = (L_62)->GetAt(static_cast(L_64)); int32_t* L_66 = ___num_parsed5; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_67 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_60, L_61, 0, L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_00bb; } } { int32_t L_68 = V_0; return L_68; } IL_00bb: { int32_t L_69 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)1)); } IL_00bf: { int32_t L_70 = V_0; if ((((int32_t)L_70) >= ((int32_t)0))) { goto IL_000b; } } { int32_t* L_71 = ___num_parsed5; *((int32_t*)(L_71)) = (int32_t)(-1); return (-1); } } // System.Boolean System.DateTime::_ParseString(System.String,System.Int32,System.Int32,System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool DateTime__ParseString_m2913931606 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___sPos1, int32_t ___maxlength2, String_t* ___value3, int32_t* ___num_parsed4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__ParseString_m2913931606_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___maxlength2; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000f; } } { String_t* L_1 = ___value3; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); ___maxlength2 = L_2; } IL_000f: { int32_t L_3 = ___sPos1; int32_t L_4 = ___maxlength2; String_t* L_5 = ___s0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) > ((int32_t)L_6))) { goto IL_0038; } } { String_t* L_7 = ___s0; int32_t L_8 = ___sPos1; String_t* L_9 = ___value3; int32_t L_10 = ___maxlength2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_12 = String_Compare_m945110377(NULL /*static, unused*/, L_7, L_8, L_9, 0, L_10, (bool)1, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0038; } } { int32_t* L_13 = ___num_parsed4; int32_t L_14 = ___maxlength2; *((int32_t*)(L_13)) = (int32_t)L_14; return (bool)1; } IL_0038: { int32_t* L_15 = ___num_parsed4; *((int32_t*)(L_15)) = (int32_t)(-1); return (bool)0; } } // System.Boolean System.DateTime::_ParseAmPm(System.String,System.Int32,System.Int32,System.Globalization.DateTimeFormatInfo,System.Boolean,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool DateTime__ParseAmPm_m3478436123 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___valuePos1, int32_t ___num2, DateTimeFormatInfo_t2405853701 * ___dfi3, bool ___exact4, int32_t* ___num_parsed5, int32_t* ___ampm6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__ParseAmPm_m3478436123_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTimeFormatInfo_t2405853701 * V_0 = NULL; { int32_t* L_0 = ___num_parsed5; *((int32_t*)(L_0)) = (int32_t)(-1); int32_t* L_1 = ___ampm6; if ((((int32_t)(*((int32_t*)L_1))) == ((int32_t)(-1)))) { goto IL_000f; } } { return (bool)0; } IL_000f: { String_t* L_2 = ___s0; int32_t L_3 = ___valuePos1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_4 = DateTime_IsLetter_m156019844(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0043; } } { DateTimeFormatInfo_t2405853701 * L_5 = ___dfi3; NullCheck(L_5); String_t* L_6 = DateTimeFormatInfo_get_AMDesignator_m1610196743(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_8 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0032; } } { return (bool)0; } IL_0032: { bool L_9 = ___exact4; if (!L_9) { goto IL_003d; } } { int32_t* L_10 = ___ampm6; *((int32_t*)(L_10)) = (int32_t)0; } IL_003d: { int32_t* L_11 = ___num_parsed5; *((int32_t*)(L_11)) = (int32_t)0; return (bool)1; } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_12 = DateTimeFormatInfo_get_InvariantInfo_m2329875772(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_12; bool L_13 = ___exact4; if (L_13) { goto IL_0065; } } { String_t* L_14 = ___s0; int32_t L_15 = ___valuePos1; int32_t L_16 = ___num2; DateTimeFormatInfo_t2405853701 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = DateTimeFormatInfo_get_PMDesignator_m1609519124(L_17, /*hidden argument*/NULL); int32_t* L_19 = ___num_parsed5; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_20 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_14, L_15, L_16, L_18, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_008f; } } IL_0065: { DateTimeFormatInfo_t2405853701 * L_21 = ___dfi3; NullCheck(L_21); String_t* L_22 = DateTimeFormatInfo_get_PMDesignator_m1609519124(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_24 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0098; } } { String_t* L_25 = ___s0; int32_t L_26 = ___valuePos1; int32_t L_27 = ___num2; DateTimeFormatInfo_t2405853701 * L_28 = ___dfi3; NullCheck(L_28); String_t* L_29 = DateTimeFormatInfo_get_PMDesignator_m1609519124(L_28, /*hidden argument*/NULL); int32_t* L_30 = ___num_parsed5; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_31 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_25, L_26, L_27, L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0098; } } IL_008f: { int32_t* L_32 = ___ampm6; *((int32_t*)(L_32)) = (int32_t)1; goto IL_00e3; } IL_0098: { bool L_33 = ___exact4; if (L_33) { goto IL_00b4; } } { String_t* L_34 = ___s0; int32_t L_35 = ___valuePos1; int32_t L_36 = ___num2; DateTimeFormatInfo_t2405853701 * L_37 = V_0; NullCheck(L_37); String_t* L_38 = DateTimeFormatInfo_get_AMDesignator_m1610196743(L_37, /*hidden argument*/NULL); int32_t* L_39 = ___num_parsed5; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_40 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_34, L_35, L_36, L_38, L_39, /*hidden argument*/NULL); if (L_40) { goto IL_00c9; } } IL_00b4: { String_t* L_41 = ___s0; int32_t L_42 = ___valuePos1; int32_t L_43 = ___num2; DateTimeFormatInfo_t2405853701 * L_44 = ___dfi3; NullCheck(L_44); String_t* L_45 = DateTimeFormatInfo_get_AMDesignator_m1610196743(L_44, /*hidden argument*/NULL); int32_t* L_46 = ___num_parsed5; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_47 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_41, L_42, L_43, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_00e1; } } IL_00c9: { bool L_48 = ___exact4; if (L_48) { goto IL_00d8; } } { int32_t* L_49 = ___num_parsed5; if (!(*((int32_t*)L_49))) { goto IL_00dc; } } IL_00d8: { int32_t* L_50 = ___ampm6; *((int32_t*)(L_50)) = (int32_t)0; } IL_00dc: { goto IL_00e3; } IL_00e1: { return (bool)0; } IL_00e3: { return (bool)1; } } // System.Boolean System.DateTime::_ParseTimeSeparator(System.String,System.Int32,System.Globalization.DateTimeFormatInfo,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool DateTime__ParseTimeSeparator_m2659275695 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___sPos1, DateTimeFormatInfo_t2405853701 * ___dfi2, bool ___exact3, int32_t* ___num_parsed4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__ParseTimeSeparator_m2659275695_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { String_t* L_0 = ___s0; int32_t L_1 = ___sPos1; DateTimeFormatInfo_t2405853701 * L_2 = ___dfi2; NullCheck(L_2); String_t* L_3 = DateTimeFormatInfo_get_TimeSeparator_m1179730581(L_2, /*hidden argument*/NULL); int32_t* L_4 = ___num_parsed4; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_5 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_0, L_1, 0, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002f; } } { bool L_6 = ___exact3; if (L_6) { goto IL_002c; } } { String_t* L_7 = ___s0; int32_t L_8 = ___sPos1; int32_t* L_9 = ___num_parsed4; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_10 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_7, L_8, 0, _stringLiteral3452614550, L_9, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_10)); goto IL_002d; } IL_002c: { G_B4_0 = 0; } IL_002d: { G_B6_0 = G_B4_0; goto IL_0030; } IL_002f: { G_B6_0 = 1; } IL_0030: { return (bool)G_B6_0; } } // System.Boolean System.DateTime::_ParseDateSeparator(System.String,System.Int32,System.Globalization.DateTimeFormatInfo,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool DateTime__ParseDateSeparator_m1803046501 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___sPos1, DateTimeFormatInfo_t2405853701 * ___dfi2, bool ___exact3, int32_t* ___num_parsed4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__ParseDateSeparator_m1803046501_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = ___num_parsed4; *((int32_t*)(L_0)) = (int32_t)(-1); bool L_1 = ___exact3; if (!L_1) { goto IL_001a; } } { String_t* L_2 = ___s0; int32_t L_3 = ___sPos1; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)47)))) { goto IL_001a; } } { return (bool)0; } IL_001a: { String_t* L_5 = ___s0; int32_t L_6 = ___sPos1; DateTimeFormatInfo_t2405853701 * L_7 = ___dfi2; bool L_8 = ___exact3; int32_t* L_9 = ___num_parsed4; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_10 = DateTime__ParseTimeSeparator_m2659275695(NULL /*static, unused*/, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_004c; } } { String_t* L_11 = ___s0; int32_t L_12 = ___sPos1; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_14 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { String_t* L_15 = ___s0; int32_t L_16 = ___sPos1; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_18 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_004e; } } IL_004c: { return (bool)0; } IL_004e: { int32_t* L_19 = ___num_parsed4; *((int32_t*)(L_19)) = (int32_t)1; return (bool)1; } } // System.Boolean System.DateTime::IsLetter(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DateTime_IsLetter_m156019844 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___pos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_IsLetter_m156019844_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { int32_t L_0 = ___pos1; String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)L_2))) { goto IL_001a; } } { String_t* L_3 = ___s0; int32_t L_4 = ___pos1; 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); bool L_6 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_6)); goto IL_001b; } IL_001a: { G_B3_0 = 0; } IL_001b: { return (bool)G_B3_0; } } // System.Boolean System.DateTime::_DoParse(System.String,System.String,System.String,System.Boolean,System.DateTime&,System.DateTimeOffset&,System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.Boolean,System.Boolean&,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR bool DateTime__DoParse_m552486664 (RuntimeObject * __this /* static, unused */, String_t* ___s0, String_t* ___firstPart1, String_t* ___secondPart2, bool ___exact3, DateTime_t3738529785 * ___result4, DateTimeOffset_t3229287507 * ___dto5, DateTimeFormatInfo_t2405853701 * ___dfi6, int32_t ___style7, bool ___firstPartIsDate8, bool* ___incompleteFormat9, bool* ___longYear10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime__DoParse_m552486664_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; String_t* V_5 = NULL; bool V_6 = false; DateTimeFormatInfo_t2405853701 * V_7 = NULL; String_t* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; double V_19 = 0.0; int32_t V_20 = 0; int32_t V_21 = 0; int32_t V_22 = 0; int32_t V_23 = 0; bool V_24 = false; int32_t V_25 = 0; bool V_26 = false; bool V_27 = false; int32_t V_28 = 0; int32_t V_29 = 0; int32_t V_30 = 0; double V_31 = 0.0; bool V_32 = false; int64_t V_33 = 0; bool V_34 = false; Il2CppChar V_35 = 0x0; DateTime_t3738529785 V_36; memset(&V_36, 0, sizeof(V_36)); DateTime_t3738529785 V_37; memset(&V_37, 0, sizeof(V_37)); DateTime_t3738529785 V_38; memset(&V_38, 0, sizeof(V_38)); DateTime_t3738529785 V_39; memset(&V_39, 0, sizeof(V_39)); TimeSpan_t881159249 V_40; memset(&V_40, 0, sizeof(V_40)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B3_0 = 0; int32_t G_B56_0 = 0; int32_t G_B173_0 = 0; String_t* G_B173_1 = NULL; int32_t G_B172_0 = 0; String_t* G_B172_1 = NULL; int32_t G_B174_0 = 0; int32_t G_B174_1 = 0; String_t* G_B174_2 = NULL; int32_t G_B183_0 = 0; int32_t G_B182_0 = 0; int32_t G_B184_0 = 0; int32_t G_B184_1 = 0; int32_t G_B231_0 = 0; String_t* G_B231_1 = NULL; int32_t G_B230_0 = 0; String_t* G_B230_1 = NULL; int32_t G_B232_0 = 0; int32_t G_B232_1 = 0; String_t* G_B232_2 = NULL; int32_t G_B413_0 = 0; { V_0 = (bool)0; V_1 = (bool)0; V_2 = (bool)0; DateTimeOffset_t3229287507 * L_0 = ___dto5; 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__ctor_m1464148220(L_0, (((int64_t)((int64_t)0))), L_1, /*hidden argument*/NULL); bool L_2 = ___exact3; if (L_2) { goto IL_0023; } } { String_t* L_3 = ___secondPart2; G_B3_0 = ((((int32_t)((((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0024; } IL_0023: { G_B3_0 = 0; } IL_0024: { V_3 = (bool)G_B3_0; bool* L_4 = ___incompleteFormat9; *((int8_t*)(L_4)) = (int8_t)0; V_4 = 0; String_t* L_5 = ___firstPart1; V_5 = L_5; V_6 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_6 = DateTimeFormatInfo_get_InvariantInfo_m2329875772(NULL /*static, unused*/, /*hidden argument*/NULL); V_7 = L_6; String_t* L_7 = V_5; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_005b; } } { String_t* L_9 = V_5; NullCheck(L_9); Il2CppChar L_10 = String_get_Chars_m2986988803(L_9, 0, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_11 = ___dfi6; String_t* L_12 = DateTimeUtils_GetStandardPattern_m728910817(NULL /*static, unused*/, L_10, L_11, (&V_0), (&V_1), /*hidden argument*/NULL); V_5 = L_12; } IL_005b: { DateTime_t3738529785 * L_13 = ___result4; DateTime__ctor_m516789325(L_13, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); String_t* L_14 = V_5; if (L_14) { goto IL_006d; } } { return (bool)0; } IL_006d: { String_t* L_15 = ___s0; if (L_15) { goto IL_0075; } } { return (bool)0; } IL_0075: { int32_t L_16 = ___style7; if (!((int32_t)((int32_t)L_16&(int32_t)1))) { goto IL_0091; } } { String_t* L_17 = V_5; NullCheck(L_17); String_t* L_18 = String_TrimStart_m1431283012(L_17, (CharU5BU5D_t3528271667*)(CharU5BU5D_t3528271667*)NULL, /*hidden argument*/NULL); V_5 = L_18; String_t* L_19 = ___s0; NullCheck(L_19); String_t* L_20 = String_TrimStart_m1431283012(L_19, (CharU5BU5D_t3528271667*)(CharU5BU5D_t3528271667*)NULL, /*hidden argument*/NULL); ___s0 = L_20; } IL_0091: { int32_t L_21 = ___style7; if (!((int32_t)((int32_t)L_21&(int32_t)2))) { goto IL_00ad; } } { String_t* L_22 = V_5; NullCheck(L_22); String_t* L_23 = String_TrimEnd_m3824727301(L_22, (CharU5BU5D_t3528271667*)(CharU5BU5D_t3528271667*)NULL, /*hidden argument*/NULL); V_5 = L_23; String_t* L_24 = ___s0; NullCheck(L_24); String_t* L_25 = String_TrimEnd_m3824727301(L_24, (CharU5BU5D_t3528271667*)(CharU5BU5D_t3528271667*)NULL, /*hidden argument*/NULL); ___s0 = L_25; } IL_00ad: { bool L_26 = V_1; if (!L_26) { goto IL_00b7; } } { DateTimeFormatInfo_t2405853701 * L_27 = V_7; ___dfi6 = L_27; } IL_00b7: { int32_t L_28 = ___style7; if (!((int32_t)((int32_t)L_28&(int32_t)4))) { goto IL_00c2; } } { V_2 = (bool)1; } IL_00c2: { String_t* L_29 = V_5; V_8 = L_29; String_t* L_30 = V_5; NullCheck(L_30); int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL); V_9 = L_31; V_10 = 0; V_11 = 0; int32_t L_32 = V_9; if (L_32) { goto IL_00de; } } { return (bool)0; } IL_00de: { V_12 = (-1); V_13 = (-1); V_14 = (-1); V_15 = (-1); V_16 = (-1); V_17 = (-1); V_18 = (-1); V_19 = (-1.0); V_20 = (-1); V_21 = (-1); V_22 = (-1); V_23 = (-1); V_24 = (bool)1; goto IL_0ea4; } IL_0112: { int32_t L_33 = V_4; String_t* L_34 = ___s0; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); if ((!(((uint32_t)L_33) == ((uint32_t)L_35)))) { goto IL_0124; } } { goto IL_0ea9; } IL_0124: { V_25 = 0; bool L_36 = V_3; if (!L_36) { goto IL_0288; } } { int32_t L_37 = V_10; int32_t L_38 = V_11; if (((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38))) { goto IL_0288; } } { String_t* L_39 = ___s0; int32_t L_40 = V_4; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_41 = DateTime_IsLetter_m156019844(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL); V_26 = L_41; bool L_42 = V_26; if (!L_42) { goto IL_0196; } } { String_t* L_43 = ___s0; int32_t L_44 = V_4; NullCheck(L_43); Il2CppChar L_45 = String_get_Chars_m2986988803(L_43, L_44, /*hidden argument*/NULL); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)90))))) { goto IL_015f; } } { V_25 = 1; goto IL_0170; } IL_015f: { String_t* L_46 = ___s0; int32_t L_47 = V_4; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_46, L_47, 0, _stringLiteral1130917823, (&V_25), /*hidden argument*/NULL); } IL_0170: { int32_t L_48 = V_25; if ((((int32_t)L_48) <= ((int32_t)0))) { goto IL_0196; } } { String_t* L_49 = ___s0; int32_t L_50 = V_4; int32_t L_51 = V_25; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_52 = DateTime_IsLetter_m156019844(NULL /*static, unused*/, L_49, ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51)), /*hidden argument*/NULL); if (L_52) { goto IL_0196; } } { int32_t L_53 = V_4; int32_t L_54 = V_25; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54)); V_0 = (bool)1; goto IL_0ea4; } IL_0196: { bool L_55 = V_6; if (L_55) { goto IL_01de; } } { String_t* L_56 = ___s0; int32_t L_57 = V_4; DateTimeFormatInfo_t2405853701 * L_58 = ___dfi6; bool L_59 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_60 = DateTime__ParseAmPm_m3478436123(NULL /*static, unused*/, L_56, L_57, 0, L_58, L_59, (&V_25), (&V_20), /*hidden argument*/NULL); if (!L_60) { goto IL_01de; } } { String_t* L_61 = ___s0; int32_t L_62 = V_4; int32_t L_63 = V_25; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_64 = DateTime_IsLetter_m156019844(NULL /*static, unused*/, L_61, ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63)), /*hidden argument*/NULL); if (!L_64) { goto IL_01ca; } } { V_20 = (-1); goto IL_01de; } IL_01ca: { int32_t L_65 = V_25; if ((((int32_t)L_65) <= ((int32_t)0))) { goto IL_01de; } } { int32_t L_66 = V_4; int32_t L_67 = V_25; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67)); goto IL_0ea4; } IL_01de: { bool L_68 = V_6; if (L_68) { goto IL_0259; } } { int32_t L_69 = V_13; if ((!(((uint32_t)L_69) == ((uint32_t)(-1))))) { goto IL_0259; } } { bool L_70 = V_26; if (!L_70) { goto IL_0259; } } { String_t* L_71 = ___s0; int32_t L_72 = V_4; DateTimeFormatInfo_t2405853701 * L_73 = ___dfi6; NullCheck(L_73); StringU5BU5D_t1281789340* L_74 = DateTimeFormatInfo_get_RawDayNames_m3876370387(L_73, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_75 = V_7; NullCheck(L_75); StringU5BU5D_t1281789340* L_76 = DateTimeFormatInfo_get_RawDayNames_m3876370387(L_75, /*hidden argument*/NULL); bool L_77 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_78 = DateTime__ParseEnum_m253019513(NULL /*static, unused*/, L_71, L_72, L_74, L_76, L_77, (&V_25), /*hidden argument*/NULL); V_13 = L_78; int32_t L_79 = V_13; if ((!(((uint32_t)L_79) == ((uint32_t)(-1))))) { goto IL_0232; } } { String_t* L_80 = ___s0; int32_t L_81 = V_4; DateTimeFormatInfo_t2405853701 * L_82 = ___dfi6; NullCheck(L_82); StringU5BU5D_t1281789340* L_83 = DateTimeFormatInfo_get_RawAbbreviatedDayNames_m1257850285(L_82, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_84 = V_7; NullCheck(L_84); StringU5BU5D_t1281789340* L_85 = DateTimeFormatInfo_get_RawAbbreviatedDayNames_m1257850285(L_84, /*hidden argument*/NULL); bool L_86 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_87 = DateTime__ParseEnum_m253019513(NULL /*static, unused*/, L_80, L_81, L_83, L_85, L_86, (&V_25), /*hidden argument*/NULL); V_13 = L_87; } IL_0232: { int32_t L_88 = V_13; if ((((int32_t)L_88) == ((int32_t)(-1)))) { goto IL_0256; } } { String_t* L_89 = ___s0; int32_t L_90 = V_4; int32_t L_91 = V_25; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_92 = DateTime_IsLetter_m156019844(NULL /*static, unused*/, L_89, ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)L_91)), /*hidden argument*/NULL); if (L_92) { goto IL_0256; } } { int32_t L_93 = V_4; int32_t L_94 = V_25; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)L_94)); goto IL_0ea4; } IL_0256: { V_13 = (-1); } IL_0259: { String_t* L_95 = ___s0; int32_t L_96 = V_4; NullCheck(L_95); Il2CppChar L_97 = String_get_Chars_m2986988803(L_95, L_96, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_98 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_97, /*hidden argument*/NULL); if (L_98) { goto IL_027a; } } { String_t* L_99 = ___s0; int32_t L_100 = V_4; NullCheck(L_99); Il2CppChar L_101 = String_get_Chars_m2986988803(L_99, L_100, /*hidden argument*/NULL); if ((!(((uint32_t)L_101) == ((uint32_t)((int32_t)44))))) { goto IL_0285; } } IL_027a: { int32_t L_102 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); goto IL_0ea4; } IL_0285: { V_25 = 0; } IL_0288: { int32_t L_103 = V_10; int32_t L_104 = V_11; int32_t L_105 = V_9; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)L_104))) < ((int32_t)L_105))) { goto IL_030f; } } { bool L_106 = V_3; if (!L_106) { goto IL_030a; } } { int32_t L_107 = V_11; if (L_107) { goto IL_030a; } } { bool L_108 = V_24; if (!L_108) { goto IL_02bc; } } { String_t* L_109 = ___firstPart1; String_t* L_110 = ___firstPart1; NullCheck(L_110); int32_t L_111 = String_get_Length_m3847582255(L_110, /*hidden argument*/NULL); NullCheck(L_109); Il2CppChar L_112 = String_get_Chars_m2986988803(L_109, ((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)1)), /*hidden argument*/NULL); G_B56_0 = ((((int32_t)L_112) == ((int32_t)((int32_t)84)))? 1 : 0); goto IL_02bd; } IL_02bc: { G_B56_0 = 0; } IL_02bd: { V_6 = (bool)G_B56_0; bool L_113 = V_24; if (L_113) { goto IL_02dc; } } { String_t* L_114 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_115 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_116 = String_op_Equality_m920492651(NULL /*static, unused*/, L_114, L_115, /*hidden argument*/NULL); if (!L_116) { goto IL_02dc; } } { goto IL_0ea9; } IL_02dc: { V_10 = 0; bool L_117 = V_24; if (!L_117) { goto IL_02ee; } } { String_t* L_118 = ___secondPart2; V_5 = L_118; goto IL_02f5; } IL_02ee: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_119 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_5 = L_119; } IL_02f5: { String_t* L_120 = V_5; V_8 = L_120; String_t* L_121 = V_8; NullCheck(L_121); int32_t L_122 = String_get_Length_m3847582255(L_121, /*hidden argument*/NULL); V_9 = L_122; V_24 = (bool)0; goto IL_0ea4; } IL_030a: { goto IL_0ea9; } IL_030f: { V_27 = (bool)1; String_t* L_123 = V_8; int32_t L_124 = V_10; NullCheck(L_123); Il2CppChar L_125 = String_get_Chars_m2986988803(L_123, L_124, /*hidden argument*/NULL); if ((!(((uint32_t)L_125) == ((uint32_t)((int32_t)39))))) { goto IL_0393; } } { V_11 = 1; goto IL_0376; } IL_032a: { String_t* L_126 = V_8; int32_t L_127 = V_10; int32_t L_128 = V_11; NullCheck(L_126); Il2CppChar L_129 = String_get_Chars_m2986988803(L_126, ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)L_128)), /*hidden argument*/NULL); if ((!(((uint32_t)L_129) == ((uint32_t)((int32_t)39))))) { goto IL_0342; } } { goto IL_0382; } IL_0342: { int32_t L_130 = V_4; String_t* L_131 = ___s0; NullCheck(L_131); int32_t L_132 = String_get_Length_m3847582255(L_131, /*hidden argument*/NULL); if ((((int32_t)L_130) == ((int32_t)L_132))) { goto IL_0368; } } { String_t* L_133 = ___s0; int32_t L_134 = V_4; NullCheck(L_133); Il2CppChar L_135 = String_get_Chars_m2986988803(L_133, L_134, /*hidden argument*/NULL); String_t* L_136 = V_8; int32_t L_137 = V_10; int32_t L_138 = V_11; NullCheck(L_136); Il2CppChar L_139 = String_get_Chars_m2986988803(L_136, ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)L_138)), /*hidden argument*/NULL); if ((((int32_t)L_135) == ((int32_t)L_139))) { goto IL_036a; } } IL_0368: { return (bool)0; } IL_036a: { int32_t L_140 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); int32_t L_141 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)); } IL_0376: { int32_t L_142 = V_10; int32_t L_143 = V_11; int32_t L_144 = V_9; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)L_143))) < ((int32_t)L_144))) { goto IL_032a; } } IL_0382: { int32_t L_145 = V_10; int32_t L_146 = V_11; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)))); V_11 = 0; goto IL_0ea4; } IL_0393: { String_t* L_147 = V_8; int32_t L_148 = V_10; NullCheck(L_147); Il2CppChar L_149 = String_get_Chars_m2986988803(L_147, L_148, /*hidden argument*/NULL); if ((!(((uint32_t)L_149) == ((uint32_t)((int32_t)34))))) { goto IL_0414; } } { V_11 = 1; goto IL_03f7; } IL_03ab: { String_t* L_150 = V_8; int32_t L_151 = V_10; int32_t L_152 = V_11; NullCheck(L_150); Il2CppChar L_153 = String_get_Chars_m2986988803(L_150, ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)L_152)), /*hidden argument*/NULL); if ((!(((uint32_t)L_153) == ((uint32_t)((int32_t)34))))) { goto IL_03c3; } } { goto IL_0403; } IL_03c3: { int32_t L_154 = V_4; String_t* L_155 = ___s0; NullCheck(L_155); int32_t L_156 = String_get_Length_m3847582255(L_155, /*hidden argument*/NULL); if ((((int32_t)L_154) == ((int32_t)L_156))) { goto IL_03e9; } } { String_t* L_157 = ___s0; int32_t L_158 = V_4; NullCheck(L_157); Il2CppChar L_159 = String_get_Chars_m2986988803(L_157, L_158, /*hidden argument*/NULL); String_t* L_160 = V_8; int32_t L_161 = V_10; int32_t L_162 = V_11; NullCheck(L_160); Il2CppChar L_163 = String_get_Chars_m2986988803(L_160, ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)L_162)), /*hidden argument*/NULL); if ((((int32_t)L_159) == ((int32_t)L_163))) { goto IL_03eb; } } IL_03e9: { return (bool)0; } IL_03eb: { int32_t L_164 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_164, (int32_t)1)); int32_t L_165 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)1)); } IL_03f7: { int32_t L_166 = V_10; int32_t L_167 = V_11; int32_t L_168 = V_9; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)L_167))) < ((int32_t)L_168))) { goto IL_03ab; } } IL_0403: { int32_t L_169 = V_10; int32_t L_170 = V_11; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_169, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)1)))); V_11 = 0; goto IL_0ea4; } IL_0414: { String_t* L_171 = V_8; int32_t L_172 = V_10; NullCheck(L_171); Il2CppChar L_173 = String_get_Chars_m2986988803(L_171, L_172, /*hidden argument*/NULL); if ((!(((uint32_t)L_173) == ((uint32_t)((int32_t)92))))) { goto IL_0464; } } { int32_t L_174 = V_10; int32_t L_175 = V_11; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)1)))); V_11 = 0; int32_t L_176 = V_10; int32_t L_177 = V_9; if ((((int32_t)L_176) < ((int32_t)L_177))) { goto IL_043b; } } { return (bool)0; } IL_043b: { String_t* L_178 = ___s0; int32_t L_179 = V_4; NullCheck(L_178); Il2CppChar L_180 = String_get_Chars_m2986988803(L_178, L_179, /*hidden argument*/NULL); String_t* L_181 = V_8; int32_t L_182 = V_10; NullCheck(L_181); Il2CppChar L_183 = String_get_Chars_m2986988803(L_181, L_182, /*hidden argument*/NULL); if ((((int32_t)L_180) == ((int32_t)L_183))) { goto IL_0453; } } { return (bool)0; } IL_0453: { int32_t L_184 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)1)); int32_t L_185 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)1)); goto IL_0ea4; } IL_0464: { String_t* L_186 = V_8; int32_t L_187 = V_10; NullCheck(L_186); Il2CppChar L_188 = String_get_Chars_m2986988803(L_186, L_187, /*hidden argument*/NULL); if ((!(((uint32_t)L_188) == ((uint32_t)((int32_t)37))))) { goto IL_047f; } } { int32_t L_189 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)1)); goto IL_0ea4; } IL_047f: { String_t* L_190 = ___s0; int32_t L_191 = V_4; NullCheck(L_190); Il2CppChar L_192 = String_get_Chars_m2986988803(L_190, L_191, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_193 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_192, /*hidden argument*/NULL); if (L_193) { goto IL_04c9; } } { String_t* L_194 = ___s0; int32_t L_195 = V_4; NullCheck(L_194); Il2CppChar L_196 = String_get_Chars_m2986988803(L_194, L_195, /*hidden argument*/NULL); if ((!(((uint32_t)L_196) == ((uint32_t)((int32_t)44))))) { goto IL_05db; } } { bool L_197 = ___exact3; if (L_197) { goto IL_04b6; } } { String_t* L_198 = V_8; int32_t L_199 = V_10; NullCheck(L_198); Il2CppChar L_200 = String_get_Chars_m2986988803(L_198, L_199, /*hidden argument*/NULL); if ((((int32_t)L_200) == ((int32_t)((int32_t)47)))) { goto IL_04c9; } } IL_04b6: { String_t* L_201 = V_8; int32_t L_202 = V_10; NullCheck(L_201); Il2CppChar L_203 = String_get_Chars_m2986988803(L_201, L_202, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_204 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_203, /*hidden argument*/NULL); if (!L_204) { goto IL_05db; } } IL_04c9: { int32_t L_205 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_205, (int32_t)1)); V_11 = 0; bool L_206 = ___exact3; if (!L_206) { goto IL_0501; } } { int32_t L_207 = ___style7; if (((int32_t)((int32_t)L_207&(int32_t)4))) { goto IL_0501; } } { String_t* L_208 = V_8; int32_t L_209 = V_10; NullCheck(L_208); Il2CppChar L_210 = String_get_Chars_m2986988803(L_208, L_209, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_211 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_210, /*hidden argument*/NULL); if (L_211) { goto IL_04f6; } } { return (bool)0; } IL_04f6: { int32_t L_212 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_212, (int32_t)1)); goto IL_0ea4; } IL_0501: { int32_t L_213 = V_4; V_28 = L_213; goto IL_053b; } IL_050a: { String_t* L_214 = ___s0; int32_t L_215 = V_28; NullCheck(L_214); Il2CppChar L_216 = String_get_Chars_m2986988803(L_214, L_215, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_217 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_216, /*hidden argument*/NULL); if (L_217) { goto IL_052b; } } { String_t* L_218 = ___s0; int32_t L_219 = V_28; NullCheck(L_218); Il2CppChar L_220 = String_get_Chars_m2986988803(L_218, L_219, /*hidden argument*/NULL); if ((!(((uint32_t)L_220) == ((uint32_t)((int32_t)44))))) { goto IL_0536; } } IL_052b: { int32_t L_221 = V_28; V_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_221, (int32_t)1)); goto IL_053b; } IL_0536: { goto IL_0548; } IL_053b: { int32_t L_222 = V_28; String_t* L_223 = ___s0; NullCheck(L_223); int32_t L_224 = String_get_Length_m3847582255(L_223, /*hidden argument*/NULL); if ((((int32_t)L_222) < ((int32_t)L_224))) { goto IL_050a; } } IL_0548: { int32_t L_225 = V_28; V_4 = L_225; int32_t L_226 = V_10; V_28 = L_226; goto IL_0588; } IL_0555: { String_t* L_227 = V_8; int32_t L_228 = V_28; NullCheck(L_227); Il2CppChar L_229 = String_get_Chars_m2986988803(L_227, L_228, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_230 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_229, /*hidden argument*/NULL); if (L_230) { goto IL_0578; } } { String_t* L_231 = V_8; int32_t L_232 = V_28; NullCheck(L_231); Il2CppChar L_233 = String_get_Chars_m2986988803(L_231, L_232, /*hidden argument*/NULL); if ((!(((uint32_t)L_233) == ((uint32_t)((int32_t)44))))) { goto IL_0583; } } IL_0578: { int32_t L_234 = V_28; V_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_234, (int32_t)1)); goto IL_0588; } IL_0583: { goto IL_0596; } IL_0588: { int32_t L_235 = V_28; String_t* L_236 = V_8; NullCheck(L_236); int32_t L_237 = String_get_Length_m3847582255(L_236, /*hidden argument*/NULL); if ((((int32_t)L_235) < ((int32_t)L_237))) { goto IL_0555; } } IL_0596: { int32_t L_238 = V_28; V_10 = L_238; bool L_239 = ___exact3; if (L_239) { goto IL_05d6; } } { int32_t L_240 = V_10; String_t* L_241 = V_8; NullCheck(L_241); int32_t L_242 = String_get_Length_m3847582255(L_241, /*hidden argument*/NULL); if ((((int32_t)L_240) >= ((int32_t)L_242))) { goto IL_05d6; } } { String_t* L_243 = V_8; int32_t L_244 = V_10; NullCheck(L_243); Il2CppChar L_245 = String_get_Chars_m2986988803(L_243, L_244, /*hidden argument*/NULL); if ((!(((uint32_t)L_245) == ((uint32_t)((int32_t)47))))) { goto IL_05d6; } } { String_t* L_246 = ___s0; int32_t L_247 = V_4; DateTimeFormatInfo_t2405853701 * L_248 = ___dfi6; bool L_249 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_250 = DateTime__ParseDateSeparator_m1803046501(NULL /*static, unused*/, L_246, L_247, L_248, L_249, (&V_25), /*hidden argument*/NULL); if (L_250) { goto IL_05d6; } } { int32_t L_251 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_251, (int32_t)1)); } IL_05d6: { goto IL_0ea4; } IL_05db: { int32_t L_252 = V_10; int32_t L_253 = V_11; int32_t L_254 = V_9; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_252, (int32_t)L_253)), (int32_t)1))) >= ((int32_t)L_254))) { goto IL_0613; } } { String_t* L_255 = V_8; int32_t L_256 = V_10; int32_t L_257 = V_11; NullCheck(L_255); Il2CppChar L_258 = String_get_Chars_m2986988803(L_255, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_256, (int32_t)L_257)), (int32_t)1)), /*hidden argument*/NULL); String_t* L_259 = V_8; int32_t L_260 = V_10; int32_t L_261 = V_11; NullCheck(L_259); Il2CppChar L_262 = String_get_Chars_m2986988803(L_259, ((int32_t)il2cpp_codegen_add((int32_t)L_260, (int32_t)L_261)), /*hidden argument*/NULL); if ((!(((uint32_t)L_258) == ((uint32_t)L_262)))) { goto IL_0613; } } { int32_t L_263 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_263, (int32_t)1)); goto IL_0ea4; } IL_0613: { String_t* L_264 = V_8; int32_t L_265 = V_10; NullCheck(L_264); Il2CppChar L_266 = String_get_Chars_m2986988803(L_264, L_265, /*hidden argument*/NULL); V_35 = L_266; Il2CppChar L_267 = V_35; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_267, (int32_t)((int32_t)70)))) { case 0: { goto IL_0a7a; } case 1: { goto IL_0d12; } case 2: { goto IL_099a; } case 3: { goto IL_0648; } case 4: { goto IL_0648; } case 5: { goto IL_0c04; } case 6: { goto IL_0648; } case 7: { goto IL_075c; } } } IL_0648: { Il2CppChar L_268 = V_35; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_268, (int32_t)((int32_t)115)))) { case 0: { goto IL_0a34; } case 1: { goto IL_0ad6; } case 2: { goto IL_0672; } case 3: { goto IL_0672; } case 4: { goto IL_0672; } case 5: { goto IL_0672; } case 6: { goto IL_0872; } case 7: { goto IL_0b00; } } } IL_0672: { Il2CppChar L_269 = V_35; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_269, (int32_t)((int32_t)100)))) { case 0: { goto IL_06b9; } case 1: { goto IL_0690; } case 2: { goto IL_0a82; } case 3: { goto IL_0690; } case 4: { goto IL_0948; } } } IL_0690: { Il2CppChar L_270 = V_35; if ((((int32_t)L_270) == ((int32_t)((int32_t)47)))) { goto IL_0db4; } } { Il2CppChar L_271 = V_35; if ((((int32_t)L_271) == ((int32_t)((int32_t)58)))) { goto IL_0d9b; } } { Il2CppChar L_272 = V_35; if ((((int32_t)L_272) == ((int32_t)((int32_t)90)))) { goto IL_0cf4; } } { Il2CppChar L_273 = V_35; if ((((int32_t)L_273) == ((int32_t)((int32_t)109)))) { goto IL_09ee; } } { goto IL_0dd0; } IL_06b9: { int32_t L_274 = V_11; if ((((int32_t)L_274) >= ((int32_t)2))) { goto IL_06c9; } } { int32_t L_275 = V_12; if ((!(((uint32_t)L_275) == ((uint32_t)(-1))))) { goto IL_06d9; } } IL_06c9: { int32_t L_276 = V_11; if ((((int32_t)L_276) < ((int32_t)2))) { goto IL_06db; } } { int32_t L_277 = V_13; if ((((int32_t)L_277) == ((int32_t)(-1)))) { goto IL_06db; } } IL_06d9: { return (bool)0; } IL_06db: { int32_t L_278 = V_11; if (L_278) { goto IL_06f7; } } { String_t* L_279 = ___s0; int32_t L_280 = V_4; bool L_281 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_282 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_279, L_280, 1, 2, (bool)0, L_281, (&V_25), /*hidden argument*/NULL); V_12 = L_282; goto IL_0757; } IL_06f7: { int32_t L_283 = V_11; if ((!(((uint32_t)L_283) == ((uint32_t)1)))) { goto IL_0714; } } { String_t* L_284 = ___s0; int32_t L_285 = V_4; bool L_286 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_287 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_284, L_285, 1, 2, (bool)1, L_286, (&V_25), /*hidden argument*/NULL); V_12 = L_287; goto IL_0757; } IL_0714: { int32_t L_288 = V_11; if ((!(((uint32_t)L_288) == ((uint32_t)2)))) { goto IL_073c; } } { String_t* L_289 = ___s0; int32_t L_290 = V_4; DateTimeFormatInfo_t2405853701 * L_291 = ___dfi6; NullCheck(L_291); StringU5BU5D_t1281789340* L_292 = DateTimeFormatInfo_get_RawAbbreviatedDayNames_m1257850285(L_291, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_293 = V_7; NullCheck(L_293); StringU5BU5D_t1281789340* L_294 = DateTimeFormatInfo_get_RawAbbreviatedDayNames_m1257850285(L_293, /*hidden argument*/NULL); bool L_295 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_296 = DateTime__ParseEnum_m253019513(NULL /*static, unused*/, L_289, L_290, L_292, L_294, L_295, (&V_25), /*hidden argument*/NULL); V_13 = L_296; goto IL_0757; } IL_073c: { String_t* L_297 = ___s0; int32_t L_298 = V_4; DateTimeFormatInfo_t2405853701 * L_299 = ___dfi6; NullCheck(L_299); StringU5BU5D_t1281789340* L_300 = DateTimeFormatInfo_get_RawDayNames_m3876370387(L_299, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_301 = V_7; NullCheck(L_301); StringU5BU5D_t1281789340* L_302 = DateTimeFormatInfo_get_RawDayNames_m3876370387(L_301, /*hidden argument*/NULL); bool L_303 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_304 = DateTime__ParseEnum_m253019513(NULL /*static, unused*/, L_297, L_298, L_300, L_302, L_303, (&V_25), /*hidden argument*/NULL); V_13 = L_304; } IL_0757: { goto IL_0df3; } IL_075c: { int32_t L_305 = V_14; if ((((int32_t)L_305) == ((int32_t)(-1)))) { goto IL_0766; } } { return (bool)0; } IL_0766: { bool L_306 = V_3; if (!L_306) { goto IL_07ed; } } { V_25 = (-1); int32_t L_307 = V_11; if (!L_307) { goto IL_077e; } } { int32_t L_308 = V_11; if ((!(((uint32_t)L_308) == ((uint32_t)3)))) { goto IL_078e; } } IL_077e: { String_t* L_309 = ___s0; int32_t L_310 = V_4; bool L_311 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_312 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_309, L_310, 1, 2, (bool)0, L_311, (&V_25), /*hidden argument*/NULL); V_14 = L_312; } IL_078e: { int32_t L_313 = V_11; if ((((int32_t)L_313) <= ((int32_t)1))) { goto IL_07bb; } } { int32_t L_314 = V_25; if ((!(((uint32_t)L_314) == ((uint32_t)(-1))))) { goto IL_07bb; } } { String_t* L_315 = ___s0; int32_t L_316 = V_4; DateTimeFormatInfo_t2405853701 * L_317 = ___dfi6; NullCheck(L_317); StringU5BU5D_t1281789340* L_318 = DateTimeFormatInfo_get_RawMonthNames_m246920234(L_317, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_319 = V_7; NullCheck(L_319); StringU5BU5D_t1281789340* L_320 = DateTimeFormatInfo_get_RawMonthNames_m246920234(L_319, /*hidden argument*/NULL); bool L_321 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_322 = DateTime__ParseEnum_m253019513(NULL /*static, unused*/, L_315, L_316, L_318, L_320, L_321, (&V_25), /*hidden argument*/NULL); V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_322, (int32_t)1)); } IL_07bb: { int32_t L_323 = V_11; if ((((int32_t)L_323) <= ((int32_t)1))) { goto IL_07e8; } } { int32_t L_324 = V_25; if ((!(((uint32_t)L_324) == ((uint32_t)(-1))))) { goto IL_07e8; } } { String_t* L_325 = ___s0; int32_t L_326 = V_4; DateTimeFormatInfo_t2405853701 * L_327 = ___dfi6; NullCheck(L_327); StringU5BU5D_t1281789340* L_328 = DateTimeFormatInfo_get_RawAbbreviatedMonthNames_m2395953416(L_327, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_329 = V_7; NullCheck(L_329); StringU5BU5D_t1281789340* L_330 = DateTimeFormatInfo_get_RawAbbreviatedMonthNames_m2395953416(L_329, /*hidden argument*/NULL); bool L_331 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_332 = DateTime__ParseEnum_m253019513(NULL /*static, unused*/, L_325, L_326, L_328, L_330, L_331, (&V_25), /*hidden argument*/NULL); V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_332, (int32_t)1)); } IL_07e8: { goto IL_0df3; } IL_07ed: { int32_t L_333 = V_11; if (L_333) { goto IL_0809; } } { String_t* L_334 = ___s0; int32_t L_335 = V_4; bool L_336 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_337 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_334, L_335, 1, 2, (bool)0, L_336, (&V_25), /*hidden argument*/NULL); V_14 = L_337; goto IL_086d; } IL_0809: { int32_t L_338 = V_11; if ((!(((uint32_t)L_338) == ((uint32_t)1)))) { goto IL_0826; } } { String_t* L_339 = ___s0; int32_t L_340 = V_4; bool L_341 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_342 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_339, L_340, 1, 2, (bool)1, L_341, (&V_25), /*hidden argument*/NULL); V_14 = L_342; goto IL_086d; } IL_0826: { int32_t L_343 = V_11; if ((!(((uint32_t)L_343) == ((uint32_t)2)))) { goto IL_0850; } } { String_t* L_344 = ___s0; int32_t L_345 = V_4; DateTimeFormatInfo_t2405853701 * L_346 = ___dfi6; NullCheck(L_346); StringU5BU5D_t1281789340* L_347 = DateTimeFormatInfo_get_RawAbbreviatedMonthNames_m2395953416(L_346, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_348 = V_7; NullCheck(L_348); StringU5BU5D_t1281789340* L_349 = DateTimeFormatInfo_get_RawAbbreviatedMonthNames_m2395953416(L_348, /*hidden argument*/NULL); bool L_350 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_351 = DateTime__ParseEnum_m253019513(NULL /*static, unused*/, L_344, L_345, L_347, L_349, L_350, (&V_25), /*hidden argument*/NULL); V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_351, (int32_t)1)); goto IL_086d; } IL_0850: { String_t* L_352 = ___s0; int32_t L_353 = V_4; DateTimeFormatInfo_t2405853701 * L_354 = ___dfi6; NullCheck(L_354); StringU5BU5D_t1281789340* L_355 = DateTimeFormatInfo_get_RawMonthNames_m246920234(L_354, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_356 = V_7; NullCheck(L_356); StringU5BU5D_t1281789340* L_357 = DateTimeFormatInfo_get_RawMonthNames_m246920234(L_356, /*hidden argument*/NULL); bool L_358 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_359 = DateTime__ParseEnum_m253019513(NULL /*static, unused*/, L_352, L_353, L_355, L_357, L_358, (&V_25), /*hidden argument*/NULL); V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_359, (int32_t)1)); } IL_086d: { goto IL_0df3; } IL_0872: { int32_t L_360 = V_15; if ((((int32_t)L_360) == ((int32_t)(-1)))) { goto IL_087c; } } { return (bool)0; } IL_087c: { int32_t L_361 = V_11; if (L_361) { goto IL_0898; } } { String_t* L_362 = ___s0; int32_t L_363 = V_4; bool L_364 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_365 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_362, L_363, 1, 2, (bool)0, L_364, (&V_25), /*hidden argument*/NULL); V_15 = L_365; goto IL_091e; } IL_0898: { int32_t L_366 = V_11; if ((((int32_t)L_366) >= ((int32_t)3))) { goto IL_08b5; } } { String_t* L_367 = ___s0; int32_t L_368 = V_4; bool L_369 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_370 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_367, L_368, 1, 2, (bool)1, L_369, (&V_25), /*hidden argument*/NULL); V_15 = L_370; goto IL_091e; } IL_08b5: { String_t* L_371 = ___s0; int32_t L_372 = V_4; bool L_373 = ___exact3; G_B172_0 = L_372; G_B172_1 = L_371; if (!L_373) { G_B173_0 = L_372; G_B173_1 = L_371; goto IL_08c4; } } { G_B174_0 = 4; G_B174_1 = G_B172_0; G_B174_2 = G_B172_1; goto IL_08c5; } IL_08c4: { G_B174_0 = 3; G_B174_1 = G_B173_0; G_B174_2 = G_B173_1; } IL_08c5: { bool L_374 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_375 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, G_B174_2, G_B174_1, G_B174_0, 4, (bool)0, L_374, (&V_25), /*hidden argument*/NULL); V_15 = L_375; int32_t L_376 = V_15; if ((((int32_t)L_376) < ((int32_t)((int32_t)1000)))) { goto IL_091b; } } { int32_t L_377 = V_25; if ((!(((uint32_t)L_377) == ((uint32_t)4)))) { goto IL_091b; } } { bool* L_378 = ___longYear10; if ((*((int8_t*)L_378))) { goto IL_091b; } } { String_t* L_379 = ___s0; NullCheck(L_379); int32_t L_380 = String_get_Length_m3847582255(L_379, /*hidden argument*/NULL); int32_t L_381 = V_4; if ((((int32_t)L_380) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_381))))) { goto IL_091b; } } { V_29 = 0; String_t* L_382 = ___s0; int32_t L_383 = V_4; bool L_384 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_385 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_382, L_383, 5, 5, (bool)0, L_384, (&V_29), /*hidden argument*/NULL); V_30 = L_385; bool* L_386 = ___longYear10; int32_t L_387 = V_30; *((int8_t*)(L_386)) = (int8_t)((((int32_t)L_387) > ((int32_t)((int32_t)9999)))? 1 : 0); } IL_091b: { V_11 = 3; } IL_091e: { int32_t L_388 = V_25; if ((((int32_t)L_388) > ((int32_t)2))) { goto IL_0943; } } { int32_t L_389 = V_15; int32_t L_390 = V_15; G_B182_0 = L_389; if ((((int32_t)L_390) >= ((int32_t)((int32_t)30)))) { G_B183_0 = L_389; goto IL_093b; } } { G_B184_0 = ((int32_t)2000); G_B184_1 = G_B182_0; goto IL_0940; } IL_093b: { G_B184_0 = ((int32_t)1900); G_B184_1 = G_B183_0; } IL_0940: { V_15 = ((int32_t)il2cpp_codegen_add((int32_t)G_B184_1, (int32_t)G_B184_0)); } IL_0943: { goto IL_0df3; } IL_0948: { int32_t L_391 = V_16; if ((((int32_t)L_391) == ((int32_t)(-1)))) { goto IL_0952; } } { return (bool)0; } IL_0952: { int32_t L_392 = V_11; if (L_392) { goto IL_096e; } } { String_t* L_393 = ___s0; int32_t L_394 = V_4; bool L_395 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_396 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_393, L_394, 1, 2, (bool)0, L_395, (&V_25), /*hidden argument*/NULL); V_16 = L_396; goto IL_097e; } IL_096e: { String_t* L_397 = ___s0; int32_t L_398 = V_4; bool L_399 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_400 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_397, L_398, 1, 2, (bool)1, L_399, (&V_25), /*hidden argument*/NULL); V_16 = L_400; } IL_097e: { int32_t L_401 = V_16; if ((((int32_t)L_401) <= ((int32_t)((int32_t)12)))) { goto IL_0989; } } { return (bool)0; } IL_0989: { int32_t L_402 = V_16; if ((!(((uint32_t)L_402) == ((uint32_t)((int32_t)12))))) { goto IL_0995; } } { V_16 = 0; } IL_0995: { goto IL_0df3; } IL_099a: { int32_t L_403 = V_16; if ((!(((uint32_t)L_403) == ((uint32_t)(-1))))) { goto IL_09b0; } } { bool L_404 = V_3; if (L_404) { goto IL_09b2; } } { int32_t L_405 = V_20; if ((((int32_t)L_405) < ((int32_t)0))) { goto IL_09b2; } } IL_09b0: { return (bool)0; } IL_09b2: { int32_t L_406 = V_11; if (L_406) { goto IL_09ce; } } { String_t* L_407 = ___s0; int32_t L_408 = V_4; bool L_409 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_410 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_407, L_408, 1, 2, (bool)0, L_409, (&V_25), /*hidden argument*/NULL); V_16 = L_410; goto IL_09de; } IL_09ce: { String_t* L_411 = ___s0; int32_t L_412 = V_4; bool L_413 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_414 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_411, L_412, 1, 2, (bool)1, L_413, (&V_25), /*hidden argument*/NULL); V_16 = L_414; } IL_09de: { int32_t L_415 = V_16; if ((((int32_t)L_415) < ((int32_t)((int32_t)24)))) { goto IL_09e9; } } { return (bool)0; } IL_09e9: { goto IL_0df3; } IL_09ee: { int32_t L_416 = V_17; if ((((int32_t)L_416) == ((int32_t)(-1)))) { goto IL_09f8; } } { return (bool)0; } IL_09f8: { int32_t L_417 = V_11; if (L_417) { goto IL_0a14; } } { String_t* L_418 = ___s0; int32_t L_419 = V_4; bool L_420 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_421 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_418, L_419, 1, 2, (bool)0, L_420, (&V_25), /*hidden argument*/NULL); V_17 = L_421; goto IL_0a24; } IL_0a14: { String_t* L_422 = ___s0; int32_t L_423 = V_4; bool L_424 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_425 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_422, L_423, 1, 2, (bool)1, L_424, (&V_25), /*hidden argument*/NULL); V_17 = L_425; } IL_0a24: { int32_t L_426 = V_17; if ((((int32_t)L_426) < ((int32_t)((int32_t)60)))) { goto IL_0a2f; } } { return (bool)0; } IL_0a2f: { goto IL_0df3; } IL_0a34: { int32_t L_427 = V_18; if ((((int32_t)L_427) == ((int32_t)(-1)))) { goto IL_0a3e; } } { return (bool)0; } IL_0a3e: { int32_t L_428 = V_11; if (L_428) { goto IL_0a5a; } } { String_t* L_429 = ___s0; int32_t L_430 = V_4; bool L_431 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_432 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_429, L_430, 1, 2, (bool)0, L_431, (&V_25), /*hidden argument*/NULL); V_18 = L_432; goto IL_0a6a; } IL_0a5a: { String_t* L_433 = ___s0; int32_t L_434 = V_4; bool L_435 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_436 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_433, L_434, 1, 2, (bool)1, L_435, (&V_25), /*hidden argument*/NULL); V_18 = L_436; } IL_0a6a: { int32_t L_437 = V_18; if ((((int32_t)L_437) < ((int32_t)((int32_t)60)))) { goto IL_0a75; } } { return (bool)0; } IL_0a75: { goto IL_0df3; } IL_0a7a: { V_27 = (bool)0; goto IL_0a82; } IL_0a82: { int32_t L_438 = V_11; if ((((int32_t)L_438) > ((int32_t)6))) { goto IL_0a9a; } } { double L_439 = V_19; if ((((double)L_439) == ((double)(-1.0)))) { goto IL_0a9c; } } IL_0a9a: { return (bool)0; } IL_0a9c: { String_t* L_440 = ___s0; int32_t L_441 = V_4; int32_t L_442 = V_11; bool L_443 = V_27; bool L_444 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_445 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_440, L_441, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_442, (int32_t)1)), L_443, L_444, (&V_25), /*hidden argument*/NULL); V_31 = (((double)((double)L_445))); int32_t L_446 = V_25; if ((!(((uint32_t)L_446) == ((uint32_t)(-1))))) { goto IL_0abb; } } { return (bool)0; } IL_0abb: { double L_447 = V_31; int32_t L_448 = V_25; double L_449 = pow((10.0), (((double)((double)L_448)))); V_19 = ((double)((double)L_447/(double)L_449)); goto IL_0df3; } IL_0ad6: { String_t* L_450 = ___s0; int32_t L_451 = V_4; int32_t L_452 = V_11; G_B230_0 = L_451; G_B230_1 = L_450; if ((((int32_t)L_452) <= ((int32_t)0))) { G_B231_0 = L_451; G_B231_1 = L_450; goto IL_0ae7; } } { G_B232_0 = 0; G_B232_1 = G_B230_0; G_B232_2 = G_B230_1; goto IL_0ae8; } IL_0ae7: { G_B232_0 = 1; G_B232_1 = G_B231_0; G_B232_2 = G_B231_1; } IL_0ae8: { DateTimeFormatInfo_t2405853701 * L_453 = ___dfi6; bool L_454 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_455 = DateTime__ParseAmPm_m3478436123(NULL /*static, unused*/, G_B232_2, G_B232_1, G_B232_0, L_453, L_454, (&V_25), (&V_20), /*hidden argument*/NULL); if (L_455) { goto IL_0afb; } } { return (bool)0; } IL_0afb: { goto IL_0df3; } IL_0b00: { int32_t L_456 = V_21; if ((((int32_t)L_456) == ((int32_t)(-1)))) { goto IL_0b0a; } } { return (bool)0; } IL_0b0a: { String_t* L_457 = ___s0; int32_t L_458 = V_4; NullCheck(L_457); Il2CppChar L_459 = String_get_Chars_m2986988803(L_457, L_458, /*hidden argument*/NULL); if ((!(((uint32_t)L_459) == ((uint32_t)((int32_t)43))))) { goto IL_0b21; } } { V_21 = 0; goto IL_0b3a; } IL_0b21: { String_t* L_460 = ___s0; int32_t L_461 = V_4; NullCheck(L_460); Il2CppChar L_462 = String_get_Chars_m2986988803(L_460, L_461, /*hidden argument*/NULL); if ((!(((uint32_t)L_462) == ((uint32_t)((int32_t)45))))) { goto IL_0b38; } } { V_21 = 1; goto IL_0b3a; } IL_0b38: { return (bool)0; } IL_0b3a: { int32_t L_463 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_463, (int32_t)1)); int32_t L_464 = V_11; if (L_464) { goto IL_0b5c; } } { String_t* L_465 = ___s0; int32_t L_466 = V_4; bool L_467 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_468 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_465, L_466, 1, 2, (bool)0, L_467, (&V_25), /*hidden argument*/NULL); V_22 = L_468; goto IL_0bff; } IL_0b5c: { int32_t L_469 = V_11; if ((!(((uint32_t)L_469) == ((uint32_t)1)))) { goto IL_0b79; } } { String_t* L_470 = ___s0; int32_t L_471 = V_4; bool L_472 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_473 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_470, L_471, 1, 2, (bool)1, L_472, (&V_25), /*hidden argument*/NULL); V_22 = L_473; goto IL_0bff; } IL_0b79: { String_t* L_474 = ___s0; int32_t L_475 = V_4; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_476 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_474, L_475, 1, 2, (bool)1, (bool)1, (&V_25), /*hidden argument*/NULL); V_22 = L_476; int32_t L_477 = V_4; int32_t L_478 = V_25; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_477, (int32_t)L_478)); int32_t L_479 = V_25; if ((((int32_t)L_479) >= ((int32_t)0))) { goto IL_0b9a; } } { return (bool)0; } IL_0b9a: { V_25 = 0; int32_t L_480 = V_4; String_t* L_481 = ___s0; NullCheck(L_481); int32_t L_482 = String_get_Length_m3847582255(L_481, /*hidden argument*/NULL); if ((((int32_t)L_480) >= ((int32_t)L_482))) { goto IL_0bbc; } } { String_t* L_483 = ___s0; int32_t L_484 = V_4; NullCheck(L_483); Il2CppChar L_485 = String_get_Chars_m2986988803(L_483, L_484, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_486 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_485, /*hidden argument*/NULL); if (L_486) { goto IL_0bce; } } IL_0bbc: { String_t* L_487 = ___s0; int32_t L_488 = V_4; DateTimeFormatInfo_t2405853701 * L_489 = ___dfi6; bool L_490 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_491 = DateTime__ParseTimeSeparator_m2659275695(NULL /*static, unused*/, L_487, L_488, L_489, L_490, (&V_25), /*hidden argument*/NULL); if (!L_491) { goto IL_0bf4; } } IL_0bce: { int32_t L_492 = V_4; int32_t L_493 = V_25; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_492, (int32_t)L_493)); String_t* L_494 = ___s0; int32_t L_495 = V_4; bool L_496 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_497 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_494, L_495, 1, 2, (bool)1, L_496, (&V_25), /*hidden argument*/NULL); V_23 = L_497; int32_t L_498 = V_25; if ((((int32_t)L_498) >= ((int32_t)0))) { goto IL_0bef; } } { return (bool)0; } IL_0bef: { goto IL_0bff; } IL_0bf4: { bool L_499 = V_3; if (L_499) { goto IL_0bfc; } } { return (bool)0; } IL_0bfc: { V_25 = 0; } IL_0bff: { goto IL_0df3; } IL_0c04: { String_t* L_500 = ___s0; int32_t L_501 = V_4; NullCheck(L_500); Il2CppChar L_502 = String_get_Chars_m2986988803(L_500, L_501, /*hidden argument*/NULL); if ((!(((uint32_t)L_502) == ((uint32_t)((int32_t)90))))) { goto IL_0c20; } } { int32_t L_503 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_503, (int32_t)1)); V_0 = (bool)1; goto IL_0cef; } IL_0c20: { String_t* L_504 = ___s0; int32_t L_505 = V_4; NullCheck(L_504); Il2CppChar L_506 = String_get_Chars_m2986988803(L_504, L_505, /*hidden argument*/NULL); if ((((int32_t)L_506) == ((int32_t)((int32_t)43)))) { goto IL_0c3e; } } { String_t* L_507 = ___s0; int32_t L_508 = V_4; NullCheck(L_507); Il2CppChar L_509 = String_get_Chars_m2986988803(L_507, L_508, /*hidden argument*/NULL); if ((!(((uint32_t)L_509) == ((uint32_t)((int32_t)45))))) { goto IL_0cef; } } IL_0c3e: { int32_t L_510 = V_21; if ((((int32_t)L_510) == ((int32_t)(-1)))) { goto IL_0c48; } } { return (bool)0; } IL_0c48: { String_t* L_511 = ___s0; int32_t L_512 = V_4; NullCheck(L_511); Il2CppChar L_513 = String_get_Chars_m2986988803(L_511, L_512, /*hidden argument*/NULL); if ((!(((uint32_t)L_513) == ((uint32_t)((int32_t)43))))) { goto IL_0c5f; } } { V_21 = 0; goto IL_0c71; } IL_0c5f: { String_t* L_514 = ___s0; int32_t L_515 = V_4; NullCheck(L_514); Il2CppChar L_516 = String_get_Chars_m2986988803(L_514, L_515, /*hidden argument*/NULL); if ((!(((uint32_t)L_516) == ((uint32_t)((int32_t)45))))) { goto IL_0c71; } } { V_21 = 1; } IL_0c71: { int32_t L_517 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_517, (int32_t)1)); String_t* L_518 = ___s0; int32_t L_519 = V_4; bool L_520 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_521 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_518, L_519, 0, 2, (bool)1, L_520, (&V_25), /*hidden argument*/NULL); V_22 = L_521; int32_t L_522 = V_4; int32_t L_523 = V_25; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_522, (int32_t)L_523)); int32_t L_524 = V_25; if ((((int32_t)L_524) >= ((int32_t)0))) { goto IL_0c98; } } { return (bool)0; } IL_0c98: { String_t* L_525 = ___s0; int32_t L_526 = V_4; NullCheck(L_525); Il2CppChar L_527 = String_get_Chars_m2986988803(L_525, L_526, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_528 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_527, /*hidden argument*/NULL); if (!L_528) { goto IL_0cb2; } } { V_25 = 0; goto IL_0ccb; } IL_0cb2: { String_t* L_529 = ___s0; int32_t L_530 = V_4; DateTimeFormatInfo_t2405853701 * L_531 = ___dfi6; NullCheck(L_531); String_t* L_532 = DateTimeFormatInfo_get_TimeSeparator_m1179730581(L_531, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_533 = DateTime__ParseString_m2913931606(NULL /*static, unused*/, L_529, L_530, 0, L_532, (&V_25), /*hidden argument*/NULL); if (L_533) { goto IL_0ccb; } } { return (bool)0; } IL_0ccb: { int32_t L_534 = V_4; int32_t L_535 = V_25; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_534, (int32_t)L_535)); String_t* L_536 = ___s0; int32_t L_537 = V_4; bool L_538 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_539 = DateTime__ParseNumber_m1240316250(NULL /*static, unused*/, L_536, L_537, 0, 2, (bool)1, L_538, (&V_25), /*hidden argument*/NULL); V_23 = L_539; V_11 = 2; int32_t L_540 = V_25; if ((((int32_t)L_540) >= ((int32_t)0))) { goto IL_0cef; } } { return (bool)0; } IL_0cef: { goto IL_0df3; } IL_0cf4: { String_t* L_541 = ___s0; int32_t L_542 = V_4; NullCheck(L_541); Il2CppChar L_543 = String_get_Chars_m2986988803(L_541, L_542, /*hidden argument*/NULL); if ((((int32_t)L_543) == ((int32_t)((int32_t)90)))) { goto IL_0d05; } } { return (bool)0; } IL_0d05: { V_11 = 0; V_25 = 1; V_0 = (bool)1; goto IL_0df3; } IL_0d12: { String_t* L_544 = ___s0; int32_t L_545 = V_4; NullCheck(L_544); Il2CppChar L_546 = String_get_Chars_m2986988803(L_544, L_545, /*hidden argument*/NULL); if ((((int32_t)L_546) == ((int32_t)((int32_t)71)))) { goto IL_0d23; } } { return (bool)0; } IL_0d23: { int32_t L_547 = V_10; int32_t L_548 = V_9; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_547, (int32_t)2))) >= ((int32_t)L_548))) { goto IL_0d90; } } { int32_t L_549 = V_4; String_t* L_550 = ___s0; NullCheck(L_550); int32_t L_551 = String_get_Length_m3847582255(L_550, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_549, (int32_t)2))) >= ((int32_t)L_551))) { goto IL_0d90; } } { String_t* L_552 = V_8; int32_t L_553 = V_10; NullCheck(L_552); Il2CppChar L_554 = String_get_Chars_m2986988803(L_552, ((int32_t)il2cpp_codegen_add((int32_t)L_553, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_554) == ((uint32_t)((int32_t)77))))) { goto IL_0d90; } } { String_t* L_555 = ___s0; int32_t L_556 = V_4; NullCheck(L_555); Il2CppChar L_557 = String_get_Chars_m2986988803(L_555, ((int32_t)il2cpp_codegen_add((int32_t)L_556, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_557) == ((uint32_t)((int32_t)77))))) { goto IL_0d90; } } { String_t* L_558 = V_8; int32_t L_559 = V_10; NullCheck(L_558); Il2CppChar L_560 = String_get_Chars_m2986988803(L_558, ((int32_t)il2cpp_codegen_add((int32_t)L_559, (int32_t)2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_560) == ((uint32_t)((int32_t)84))))) { goto IL_0d90; } } { String_t* L_561 = ___s0; int32_t L_562 = V_4; NullCheck(L_561); Il2CppChar L_563 = String_get_Chars_m2986988803(L_561, ((int32_t)il2cpp_codegen_add((int32_t)L_562, (int32_t)2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_563) == ((uint32_t)((int32_t)84))))) { goto IL_0d90; } } { V_0 = (bool)1; V_11 = 2; V_25 = 3; goto IL_0d96; } IL_0d90: { V_11 = 0; V_25 = 1; } IL_0d96: { goto IL_0df3; } IL_0d9b: { String_t* L_564 = ___s0; int32_t L_565 = V_4; DateTimeFormatInfo_t2405853701 * L_566 = ___dfi6; bool L_567 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_568 = DateTime__ParseTimeSeparator_m2659275695(NULL /*static, unused*/, L_564, L_565, L_566, L_567, (&V_25), /*hidden argument*/NULL); if (L_568) { goto IL_0daf; } } { return (bool)0; } IL_0daf: { goto IL_0df3; } IL_0db4: { String_t* L_569 = ___s0; int32_t L_570 = V_4; DateTimeFormatInfo_t2405853701 * L_571 = ___dfi6; bool L_572 = ___exact3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_573 = DateTime__ParseDateSeparator_m1803046501(NULL /*static, unused*/, L_569, L_570, L_571, L_572, (&V_25), /*hidden argument*/NULL); if (L_573) { goto IL_0dc8; } } { return (bool)0; } IL_0dc8: { V_11 = 0; goto IL_0df3; } IL_0dd0: { String_t* L_574 = ___s0; int32_t L_575 = V_4; NullCheck(L_574); Il2CppChar L_576 = String_get_Chars_m2986988803(L_574, L_575, /*hidden argument*/NULL); String_t* L_577 = V_8; int32_t L_578 = V_10; NullCheck(L_577); Il2CppChar L_579 = String_get_Chars_m2986988803(L_577, L_578, /*hidden argument*/NULL); if ((((int32_t)L_576) == ((int32_t)L_579))) { goto IL_0de8; } } { return (bool)0; } IL_0de8: { V_11 = 0; V_25 = 1; goto IL_0df3; } IL_0df3: { int32_t L_580 = V_25; if ((((int32_t)L_580) >= ((int32_t)0))) { goto IL_0dfd; } } { return (bool)0; } IL_0dfd: { int32_t L_581 = V_4; int32_t L_582 = V_25; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_581, (int32_t)L_582)); bool L_583 = ___exact3; if (L_583) { goto IL_0e98; } } { bool L_584 = V_3; if (L_584) { goto IL_0e98; } } { String_t* L_585 = V_8; int32_t L_586 = V_10; NullCheck(L_585); Il2CppChar L_587 = String_get_Chars_m2986988803(L_585, L_586, /*hidden argument*/NULL); V_35 = L_587; Il2CppChar L_588 = V_35; if ((((int32_t)L_588) == ((int32_t)((int32_t)70)))) { goto IL_0e4d; } } { Il2CppChar L_589 = V_35; if ((((int32_t)L_589) == ((int32_t)((int32_t)102)))) { goto IL_0e4d; } } { Il2CppChar L_590 = V_35; if ((((int32_t)L_590) == ((int32_t)((int32_t)109)))) { goto IL_0e4d; } } { Il2CppChar L_591 = V_35; if ((((int32_t)L_591) == ((int32_t)((int32_t)115)))) { goto IL_0e4d; } } { Il2CppChar L_592 = V_35; if ((((int32_t)L_592) == ((int32_t)((int32_t)122)))) { goto IL_0e4d; } } { goto IL_0e98; } IL_0e4d: { String_t* L_593 = ___s0; NullCheck(L_593); int32_t L_594 = String_get_Length_m3847582255(L_593, /*hidden argument*/NULL); int32_t L_595 = V_4; if ((((int32_t)L_594) <= ((int32_t)L_595))) { goto IL_0e93; } } { String_t* L_596 = ___s0; int32_t L_597 = V_4; NullCheck(L_596); Il2CppChar L_598 = String_get_Chars_m2986988803(L_596, L_597, /*hidden argument*/NULL); if ((!(((uint32_t)L_598) == ((uint32_t)((int32_t)90))))) { goto IL_0e93; } } { int32_t L_599 = V_10; String_t* L_600 = V_8; NullCheck(L_600); int32_t L_601 = String_get_Length_m3847582255(L_600, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_599, (int32_t)1))) == ((int32_t)L_601))) { goto IL_0e8b; } } { String_t* L_602 = V_8; int32_t L_603 = V_10; NullCheck(L_602); Il2CppChar L_604 = String_get_Chars_m2986988803(L_602, ((int32_t)il2cpp_codegen_add((int32_t)L_603, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_604) == ((int32_t)((int32_t)90)))) { goto IL_0e93; } } IL_0e8b: { V_0 = (bool)1; int32_t L_605 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_605, (int32_t)1)); } IL_0e93: { goto IL_0e98; } IL_0e98: { int32_t L_606 = V_10; int32_t L_607 = V_11; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_606, (int32_t)L_607)), (int32_t)1)); V_11 = 0; } IL_0ea4: { goto IL_0112; } IL_0ea9: { int32_t L_608 = V_10; int32_t L_609 = V_9; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_608, (int32_t)1))) >= ((int32_t)L_609))) { goto IL_0f00; } } { String_t* L_610 = V_8; int32_t L_611 = V_10; NullCheck(L_610); Il2CppChar L_612 = String_get_Chars_m2986988803(L_610, L_611, /*hidden argument*/NULL); if ((!(((uint32_t)L_612) == ((uint32_t)((int32_t)46))))) { goto IL_0f00; } } { String_t* L_613 = V_8; int32_t L_614 = V_10; NullCheck(L_613); Il2CppChar L_615 = String_get_Chars_m2986988803(L_613, ((int32_t)il2cpp_codegen_add((int32_t)L_614, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_615) == ((uint32_t)((int32_t)70))))) { goto IL_0f00; } } { int32_t L_616 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_616, (int32_t)1)); goto IL_0ee7; } IL_0ee1: { int32_t L_617 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_617, (int32_t)1)); } IL_0ee7: { int32_t L_618 = V_10; int32_t L_619 = V_9; if ((((int32_t)L_618) >= ((int32_t)L_619))) { goto IL_0f00; } } { String_t* L_620 = V_8; int32_t L_621 = V_10; NullCheck(L_620); Il2CppChar L_622 = String_get_Chars_m2986988803(L_620, L_621, /*hidden argument*/NULL); if ((((int32_t)L_622) == ((int32_t)((int32_t)70)))) { goto IL_0ee1; } } IL_0f00: { goto IL_0f0b; } IL_0f05: { int32_t L_623 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_623, (int32_t)1)); } IL_0f0b: { int32_t L_624 = V_10; int32_t L_625 = V_9; if ((((int32_t)L_624) >= ((int32_t)L_625))) { goto IL_0f24; } } { String_t* L_626 = V_8; int32_t L_627 = V_10; NullCheck(L_626); Il2CppChar L_628 = String_get_Chars_m2986988803(L_626, L_627, /*hidden argument*/NULL); if ((((int32_t)L_628) == ((int32_t)((int32_t)75)))) { goto IL_0f05; } } IL_0f24: { int32_t L_629 = V_10; int32_t L_630 = V_9; if ((((int32_t)L_629) >= ((int32_t)L_630))) { goto IL_0f2f; } } { return (bool)0; } IL_0f2f: { String_t* L_631 = ___s0; NullCheck(L_631); int32_t L_632 = String_get_Length_m3847582255(L_631, /*hidden argument*/NULL); int32_t L_633 = V_4; if ((((int32_t)L_632) <= ((int32_t)L_633))) { goto IL_0f9b; } } { int32_t L_634 = V_4; if (L_634) { goto IL_0f45; } } { return (bool)0; } IL_0f45: { String_t* L_635 = ___s0; int32_t L_636 = V_4; NullCheck(L_635); Il2CppChar L_637 = String_get_Chars_m2986988803(L_635, L_636, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_638 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_637, /*hidden argument*/NULL); if (!L_638) { goto IL_0f6d; } } { String_t* L_639 = ___s0; int32_t L_640 = V_4; NullCheck(L_639); Il2CppChar L_641 = String_get_Chars_m2986988803(L_639, ((int32_t)il2cpp_codegen_subtract((int32_t)L_640, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_642 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_641, /*hidden argument*/NULL); if (!L_642) { goto IL_0f6d; } } { return (bool)0; } IL_0f6d: { String_t* L_643 = ___s0; int32_t L_644 = V_4; NullCheck(L_643); Il2CppChar L_645 = String_get_Chars_m2986988803(L_643, L_644, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_646 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_645, /*hidden argument*/NULL); if (!L_646) { goto IL_0f95; } } { String_t* L_647 = ___s0; int32_t L_648 = V_4; NullCheck(L_647); Il2CppChar L_649 = String_get_Chars_m2986988803(L_647, ((int32_t)il2cpp_codegen_subtract((int32_t)L_648, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_650 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_649, /*hidden argument*/NULL); if (!L_650) { goto IL_0f95; } } { return (bool)0; } IL_0f95: { bool* L_651 = ___incompleteFormat9; *((int8_t*)(L_651)) = (int8_t)1; return (bool)0; } IL_0f9b: { int32_t L_652 = V_16; if ((!(((uint32_t)L_652) == ((uint32_t)(-1))))) { goto IL_0fa6; } } { V_16 = 0; } IL_0fa6: { int32_t L_653 = V_17; if ((!(((uint32_t)L_653) == ((uint32_t)(-1))))) { goto IL_0fb1; } } { V_17 = 0; } IL_0fb1: { int32_t L_654 = V_18; if ((!(((uint32_t)L_654) == ((uint32_t)(-1))))) { goto IL_0fbc; } } { V_18 = 0; } IL_0fbc: { double L_655 = V_19; if ((!(((double)L_655) == ((double)(-1.0))))) { goto IL_0fd7; } } { V_19 = (0.0); } IL_0fd7: { int32_t L_656 = V_12; if ((!(((uint32_t)L_656) == ((uint32_t)(-1))))) { goto IL_1036; } } { int32_t L_657 = V_14; if ((!(((uint32_t)L_657) == ((uint32_t)(-1))))) { goto IL_1036; } } { int32_t L_658 = V_15; if ((!(((uint32_t)L_658) == ((uint32_t)(-1))))) { goto IL_1036; } } { int32_t L_659 = ___style7; if (!((int32_t)((int32_t)L_659&(int32_t)8))) { goto IL_1006; } } { V_12 = 1; V_14 = 1; V_15 = 1; goto IL_1036; } IL_1006: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_660 = DateTime_get_Today_m2788644320(NULL /*static, unused*/, /*hidden argument*/NULL); V_36 = L_660; int32_t L_661 = DateTime_get_Day_m1623500273((&V_36), /*hidden argument*/NULL); V_12 = L_661; DateTime_t3738529785 L_662 = DateTime_get_Today_m2788644320(NULL /*static, unused*/, /*hidden argument*/NULL); V_37 = L_662; int32_t L_663 = DateTime_get_Month_m1566006993((&V_37), /*hidden argument*/NULL); V_14 = L_663; DateTime_t3738529785 L_664 = DateTime_get_Today_m2788644320(NULL /*static, unused*/, /*hidden argument*/NULL); V_38 = L_664; int32_t L_665 = DateTime_get_Year_m1184003812((&V_38), /*hidden argument*/NULL); V_15 = L_665; } IL_1036: { int32_t L_666 = V_12; if ((!(((uint32_t)L_666) == ((uint32_t)(-1))))) { goto IL_1041; } } { V_12 = 1; } IL_1041: { int32_t L_667 = V_14; if ((!(((uint32_t)L_667) == ((uint32_t)(-1))))) { goto IL_104c; } } { V_14 = 1; } IL_104c: { int32_t L_668 = V_15; if ((!(((uint32_t)L_668) == ((uint32_t)(-1))))) { goto IL_1075; } } { int32_t L_669 = ___style7; if (!((int32_t)((int32_t)L_669&(int32_t)8))) { goto IL_1065; } } { V_15 = 1; goto IL_1075; } IL_1065: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_670 = DateTime_get_Today_m2788644320(NULL /*static, unused*/, /*hidden argument*/NULL); V_39 = L_670; int32_t L_671 = DateTime_get_Year_m1184003812((&V_39), /*hidden argument*/NULL); V_15 = L_671; } IL_1075: { int32_t L_672 = V_20; if (L_672) { goto IL_1088; } } { int32_t L_673 = V_16; if ((!(((uint32_t)L_673) == ((uint32_t)((int32_t)12))))) { goto IL_1088; } } { V_16 = 0; } IL_1088: { int32_t L_674 = V_20; if ((!(((uint32_t)L_674) == ((uint32_t)1)))) { goto IL_10a6; } } { bool L_675 = V_3; if (!L_675) { goto IL_109f; } } { int32_t L_676 = V_16; if ((((int32_t)L_676) >= ((int32_t)((int32_t)12)))) { goto IL_10a6; } } IL_109f: { int32_t L_677 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_677, (int32_t)((int32_t)12))); } IL_10a6: { int32_t L_678 = V_15; if ((((int32_t)L_678) < ((int32_t)1))) { goto IL_1116; } } { int32_t L_679 = V_15; if ((((int32_t)L_679) > ((int32_t)((int32_t)9999)))) { goto IL_1116; } } { int32_t L_680 = V_14; if ((((int32_t)L_680) < ((int32_t)1))) { goto IL_1116; } } { int32_t L_681 = V_14; if ((((int32_t)L_681) > ((int32_t)((int32_t)12)))) { goto IL_1116; } } { int32_t L_682 = V_12; if ((((int32_t)L_682) < ((int32_t)1))) { goto IL_1116; } } { int32_t L_683 = V_12; int32_t L_684 = V_15; int32_t L_685 = V_14; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_686 = DateTime_DaysInMonth_m2587936260(NULL /*static, unused*/, L_684, L_685, /*hidden argument*/NULL); if ((((int32_t)L_683) > ((int32_t)L_686))) { goto IL_1116; } } { int32_t L_687 = V_16; if ((((int32_t)L_687) < ((int32_t)0))) { goto IL_1116; } } { int32_t L_688 = V_16; if ((((int32_t)L_688) > ((int32_t)((int32_t)23)))) { goto IL_1116; } } { int32_t L_689 = V_17; if ((((int32_t)L_689) < ((int32_t)0))) { goto IL_1116; } } { int32_t L_690 = V_17; if ((((int32_t)L_690) > ((int32_t)((int32_t)59)))) { goto IL_1116; } } { int32_t L_691 = V_18; if ((((int32_t)L_691) < ((int32_t)0))) { goto IL_1116; } } { int32_t L_692 = V_18; if ((((int32_t)L_692) <= ((int32_t)((int32_t)59)))) { goto IL_1118; } } IL_1116: { return (bool)0; } IL_1118: { DateTime_t3738529785 * L_693 = ___result4; int32_t L_694 = V_15; int32_t L_695 = V_14; int32_t L_696 = V_12; int32_t L_697 = V_16; int32_t L_698 = V_17; int32_t L_699 = V_18; DateTime__ctor_m2030998145(L_693, L_694, L_695, L_696, L_697, L_698, L_699, 0, /*hidden argument*/NULL); DateTime_t3738529785 * L_700 = ___result4; DateTime_t3738529785 * L_701 = ___result4; double L_702 = V_19; DateTime_t3738529785 L_703 = DateTime_AddSeconds_m332574389(L_701, L_702, /*hidden argument*/NULL); *(DateTime_t3738529785 *)L_700 = L_703; int32_t L_704 = V_13; if ((((int32_t)L_704) == ((int32_t)(-1)))) { goto IL_1154; } } { int32_t L_705 = V_13; DateTime_t3738529785 * L_706 = ___result4; int32_t L_707 = DateTime_get_DayOfWeek_m2326490739(L_706, /*hidden argument*/NULL); if ((((int32_t)L_705) == ((int32_t)L_707))) { goto IL_1154; } } { return (bool)0; } IL_1154: { int32_t L_708 = V_21; if ((!(((uint32_t)L_708) == ((uint32_t)(-1))))) { goto IL_1190; } } { DateTime_t3738529785 * L_709 = ___result4; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_710 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); bool L_711 = DateTime_op_Inequality_m1382517918(NULL /*static, unused*/, (*(DateTime_t3738529785 *)L_709), L_710, /*hidden argument*/NULL); if (!L_711) { goto IL_118b; } } IL_1172: try { // begin try (depth: 1) DateTimeOffset_t3229287507 * L_712 = ___dto5; DateTime_t3738529785 * L_713 = ___result4; DateTimeOffset__ctor_m2084804982(L_712, (*(DateTime_t3738529785 *)L_713), /*hidden argument*/NULL); goto IL_118b; } // 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_1185; throw e; } CATCH_1185: { // begin catch(System.Object) goto IL_118b; } // end catch (depth: 1) IL_118b: { goto IL_11db; } IL_1190: { int32_t L_714 = V_23; if ((!(((uint32_t)L_714) == ((uint32_t)(-1))))) { goto IL_119b; } } { V_23 = 0; } IL_119b: { int32_t L_715 = V_22; if ((!(((uint32_t)L_715) == ((uint32_t)(-1))))) { goto IL_11a6; } } { V_22 = 0; } IL_11a6: { int32_t L_716 = V_21; if ((!(((uint32_t)L_716) == ((uint32_t)1)))) { goto IL_11b8; } } { int32_t L_717 = V_22; V_22 = ((-L_717)); int32_t L_718 = V_23; V_23 = ((-L_718)); } IL_11b8: try { // begin try (depth: 1) DateTimeOffset_t3229287507 * L_719 = ___dto5; DateTime_t3738529785 * L_720 = ___result4; int32_t L_721 = V_22; int32_t L_722 = V_23; TimeSpan_t881159249 L_723; memset(&L_723, 0, sizeof(L_723)); TimeSpan__ctor_m3689759052((&L_723), L_721, L_722, 0, /*hidden argument*/NULL); DateTimeOffset__ctor_m74032857(L_719, (*(DateTime_t3738529785 *)L_720), L_723, /*hidden argument*/NULL); goto IL_11db; } // 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_11d5; throw e; } CATCH_11d5: { // begin catch(System.Object) goto IL_11db; } // end catch (depth: 1) IL_11db: { int32_t L_724 = ___style7; V_32 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_724&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_725 = V_21; if ((((int32_t)L_725) == ((int32_t)(-1)))) { goto IL_125c; } } { DateTime_t3738529785 * L_726 = ___result4; TimeSpan_t881159249 L_727 = L_726->get_ticks_10(); DateTimeOffset_t3229287507 * L_728 = ___dto5; TimeSpan_t881159249 L_729 = DateTimeOffset_get_Offset_m2040541042(L_728, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_730 = TimeSpan_op_Subtraction_m3592306516(NULL /*static, unused*/, L_727, L_729, /*hidden argument*/NULL); V_40 = L_730; int64_t L_731 = TimeSpan_get_Ticks_m2137362016((&V_40), /*hidden argument*/NULL); V_33 = L_731; int64_t L_732 = V_33; if ((((int64_t)L_732) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_1225; } } { int64_t L_733 = V_33; V_33 = ((int64_t)il2cpp_codegen_add((int64_t)L_733, (int64_t)((int64_t)864000000000LL))); } IL_1225: { DateTime_t3738529785 * L_734 = ___result4; int64_t L_735 = V_33; TimeSpan_t881159249 L_736; memset(&L_736, 0, sizeof(L_736)); TimeSpan__ctor_m1896986612((&L_736), L_735, /*hidden argument*/NULL); DateTime__ctor_m2135476686(L_734, (bool)0, L_736, /*hidden argument*/NULL); DateTime_t3738529785 * L_737 = ___result4; L_737->set_kind_11(1); int32_t L_738 = ___style7; if (!((int32_t)((int32_t)L_738&(int32_t)((int32_t)128)))) { goto IL_1257; } } { DateTime_t3738529785 * L_739 = ___result4; DateTime_t3738529785 * L_740 = ___result4; DateTime_t3738529785 L_741 = DateTime_ToLocalTime_m3134475597(L_740, /*hidden argument*/NULL); *(DateTime_t3738529785 *)L_739 = L_741; } IL_1257: { goto IL_128b; } IL_125c: { bool L_742 = V_0; if (L_742) { goto IL_126c; } } { int32_t L_743 = ___style7; if (!((int32_t)((int32_t)L_743&(int32_t)((int32_t)64)))) { goto IL_1279; } } IL_126c: { DateTime_t3738529785 * L_744 = ___result4; L_744->set_kind_11(1); goto IL_128b; } IL_1279: { int32_t L_745 = ___style7; if (!((int32_t)((int32_t)L_745&(int32_t)((int32_t)32)))) { goto IL_128b; } } { DateTime_t3738529785 * L_746 = ___result4; L_746->set_kind_11(2); } IL_128b: { bool L_747 = V_32; if (L_747) { goto IL_129f; } } { int32_t L_748 = ___style7; G_B413_0 = ((((int32_t)((int32_t)((int32_t)L_748&(int32_t)((int32_t)128)))) == ((int32_t)0))? 1 : 0); goto IL_12a0; } IL_129f: { G_B413_0 = 0; } IL_12a0: { V_34 = (bool)G_B413_0; DateTime_t3738529785 * L_749 = ___result4; int32_t L_750 = L_749->get_kind_11(); if (!L_750) { goto IL_12dd; } } { bool L_751 = V_32; if (!L_751) { goto IL_12c8; } } { DateTime_t3738529785 * L_752 = ___result4; DateTime_t3738529785 * L_753 = ___result4; DateTime_t3738529785 L_754 = DateTime_ToUniversalTime_m1945318289(L_753, /*hidden argument*/NULL); *(DateTime_t3738529785 *)L_752 = L_754; goto IL_12dd; } IL_12c8: { bool L_755 = V_34; if (!L_755) { goto IL_12dd; } } { DateTime_t3738529785 * L_756 = ___result4; DateTime_t3738529785 * L_757 = ___result4; DateTime_t3738529785 L_758 = DateTime_ToLocalTime_m3134475597(L_757, /*hidden argument*/NULL); *(DateTime_t3738529785 *)L_756 = L_758; } IL_12dd: { return (bool)1; } } // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m2711902273 (RuntimeObject * __this /* static, unused */, String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_ParseExact_m2711902273_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; { String_t* L_0 = ___format1; 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, _stringLiteral446157247, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DateTime_ParseExact_m2711902273_RuntimeMethod_var); } IL_0011: { V_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); StringU5BU5D_t1281789340* L_2 = V_0; String_t* L_3 = ___format1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); String_t* L_4 = ___s0; StringU5BU5D_t1281789340* L_5 = V_0; RuntimeObject* L_6 = ___provider2; int32_t L_7 = ___style3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_8 = DateTime_ParseExact_m1132380469(NULL /*static, unused*/, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.DateTime System.DateTime::ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m1132380469 (RuntimeObject * __this /* static, unused */, String_t* ___s0, StringU5BU5D_t1281789340* ___formats1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_ParseExact_m1132380469_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTimeFormatInfo_t2405853701 * V_0 = NULL; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); bool V_2 = false; Exception_t * V_3 = NULL; { RuntimeObject* L_0 = ___provider2; 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; int32_t L_2 = ___style3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_CheckStyle_m1392838900(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); String_t* L_3 = ___s0; if (L_3) { goto IL_001e; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_4, _stringLiteral3452614605, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DateTime_ParseExact_m1132380469_RuntimeMethod_var); } IL_001e: { StringU5BU5D_t1281789340* L_5 = ___formats1; if (L_5) { goto IL_002f; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral2935598894, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,DateTime_ParseExact_m1132380469_RuntimeMethod_var); } IL_002f: { StringU5BU5D_t1281789340* L_7 = ___formats1; NullCheck(L_7); if ((((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) { goto IL_0042; } } { FormatException_t154580423 * L_8 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_8, _stringLiteral3935794509, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DateTime_ParseExact_m1132380469_RuntimeMethod_var); } IL_0042: { V_2 = (bool)0; V_3 = (Exception_t *)NULL; String_t* L_9 = ___s0; StringU5BU5D_t1281789340* L_10 = ___formats1; DateTimeFormatInfo_t2405853701 * L_11 = V_0; int32_t L_12 = ___style3; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_13 = DateTime_ParseExact_m317338046(NULL /*static, unused*/, L_9, L_10, L_11, L_12, (&V_1), (bool)1, (&V_2), (bool)1, (&V_3), /*hidden argument*/NULL); if (L_13) { goto IL_005e; } } { Exception_t * L_14 = V_3; IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,DateTime_ParseExact_m1132380469_RuntimeMethod_var); } IL_005e: { DateTime_t3738529785 L_15 = V_1; return L_15; } } // System.Void System.DateTime::CheckStyle(System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR void DateTime_CheckStyle_m1392838900 (RuntimeObject * __this /* static, unused */, int32_t ___style0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_CheckStyle_m1392838900_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___style0; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)128)))) { goto IL_0037; } } { int32_t L_1 = ___style0; if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)16)))) { goto IL_0027; } } { int32_t L_2 = ___style0; if (((int32_t)((int32_t)L_2&(int32_t)((int32_t)32)))) { goto IL_0027; } } { int32_t L_3 = ___style0; if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)64)))) { goto IL_0037; } } IL_0027: { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral199312060, _stringLiteral4021861061, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DateTime_CheckStyle_m1392838900_RuntimeMethod_var); } IL_0037: { int32_t L_5 = ___style0; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)64)))) { goto IL_0059; } } { int32_t L_6 = ___style0; if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)32)))) { goto IL_0059; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, _stringLiteral3901562946, _stringLiteral4021861061, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DateTime_CheckStyle_m1392838900_RuntimeMethod_var); } IL_0059: { return; } } // System.Boolean System.DateTime::ParseExact(System.String,System.String[],System.Globalization.DateTimeFormatInfo,System.Globalization.DateTimeStyles,System.DateTime&,System.Boolean,System.Boolean&,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool DateTime_ParseExact_m317338046 (RuntimeObject * __this /* static, unused */, String_t* ___s0, StringU5BU5D_t1281789340* ___formats1, DateTimeFormatInfo_t2405853701 * ___dfi2, int32_t ___style3, DateTime_t3738529785 * ___ret4, bool ___exact5, bool* ___longYear6, bool ___setExceptionOnError7, Exception_t ** ___exception8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_ParseExact_m317338046_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); String_t* V_3 = NULL; DateTimeOffset_t3229287507 V_4; memset(&V_4, 0, sizeof(V_4)); { V_1 = (bool)0; V_0 = 0; goto IL_0052; } IL_0009: { StringU5BU5D_t1281789340* L_0 = ___formats1; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; String_t* L_3 = (L_0)->GetAt(static_cast(L_2)); V_3 = L_3; String_t* L_4 = V_3; if (!L_4) { goto IL_0023; } } { String_t* L_5 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0028; } } IL_0023: { goto IL_005b; } IL_0028: { String_t* L_8 = ___s0; StringU5BU5D_t1281789340* L_9 = ___formats1; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); bool L_13 = ___exact5; DateTimeFormatInfo_t2405853701 * L_14 = ___dfi2; int32_t L_15 = ___style3; bool* L_16 = ___longYear6; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_17 = DateTime__DoParse_m552486664(NULL /*static, unused*/, L_8, L_12, (String_t*)NULL, L_13, (&V_2), (&V_4), L_14, L_15, (bool)0, (&V_1), L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_004e; } } { DateTime_t3738529785 * L_18 = ___ret4; DateTime_t3738529785 L_19 = V_2; *(DateTime_t3738529785 *)L_18 = L_19; return (bool)1; } IL_004e: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0052: { int32_t L_21 = V_0; StringU5BU5D_t1281789340* L_22 = ___formats1; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0009; } } IL_005b: { bool L_23 = ___setExceptionOnError7; if (!L_23) { goto IL_006f; } } { Exception_t ** L_24 = ___exception8; FormatException_t154580423 * L_25 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_25, _stringLiteral2333226155, /*hidden argument*/NULL); *((RuntimeObject **)(L_24)) = (RuntimeObject *)L_25; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_24), (RuntimeObject *)L_25); } IL_006f: { DateTime_t3738529785 * L_26 = ___ret4; 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_MinValue_13(); *(DateTime_t3738529785 *)L_26 = L_27; return (bool)0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_Subtract_m3522513701_MetadataUsageId); s_Il2CppMethodInitialized = true; } TimeSpan_t881159249 V_0; memset(&V_0, 0, sizeof(V_0)); DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); { TimeSpan_t881159249 * L_0 = __this->get_address_of_ticks_10(); int64_t L_1 = TimeSpan_get_Ticks_m2137362016(L_0, /*hidden argument*/NULL); TimeSpan_t881159249 L_2; memset(&L_2, 0, sizeof(L_2)); TimeSpan__ctor_m1896986612((&L_2), L_1, /*hidden argument*/NULL); TimeSpan_t881159249 L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_4 = TimeSpan_op_Subtraction_m3592306516(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; TimeSpan_t881159249 L_5 = V_0; DateTime__ctor_m2135476686((&V_1), (bool)1, L_5, /*hidden argument*/NULL); int32_t L_6 = __this->get_kind_11(); (&V_1)->set_kind_11(L_6); DateTime_t3738529785 L_7 = V_1; return L_7; } } extern "C" DateTime_t3738529785 DateTime_Subtract_m3522513701_AdjustorThunk (RuntimeObject * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_Subtract_m3522513701(_thisAdjusted, ___value0, method); } // System.Int64 System.DateTime::ToFileTime() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_ToFileTime_m215920971 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_ToFileTime_m215920971_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { DateTime_t3738529785 L_0 = DateTime_ToUniversalTime_m1945318289(__this, /*hidden argument*/NULL); V_0 = L_0; int64_t L_1 = DateTime_get_Ticks_m1550640881((&V_0), /*hidden argument*/NULL); if ((((int64_t)L_1) >= ((int64_t)((int64_t)504911232000000000LL)))) { goto IL_0027; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral1019336748, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,DateTime_ToFileTime_m215920971_RuntimeMethod_var); } IL_0027: { int64_t L_3 = DateTime_get_Ticks_m1550640881((&V_0), /*hidden argument*/NULL); return ((int64_t)il2cpp_codegen_subtract((int64_t)L_3, (int64_t)((int64_t)504911232000000000LL))); } } extern "C" int64_t DateTime_ToFileTime_m215920971_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_ToFileTime_m215920971(_thisAdjusted, method); } // System.String System.DateTime::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m884486936 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_ToString_m884486936_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = DateTime_ToString_m2992030064(__this, _stringLiteral3452614617, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* DateTime_ToString_m884486936_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_ToString_m884486936(_thisAdjusted, method); } // System.String System.DateTime::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m1916142975 (DateTime_t3738529785 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider0; String_t* L_1 = DateTime_ToString_m2992030064(__this, (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* DateTime_ToString_m1916142975_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_ToString_m1916142975(_thisAdjusted, ___provider0, method); } // System.String System.DateTime::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m3718521780 (DateTime_t3738529785 * __this, String_t* ___format0, const RuntimeMethod* method) { { String_t* L_0 = ___format0; String_t* L_1 = DateTime_ToString_m2992030064(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* DateTime_ToString_m3718521780_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_ToString_m3718521780(_thisAdjusted, ___format0, method); } // System.String System.DateTime::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m2992030064 (DateTime_t3738529785 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_ToString_m2992030064_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTimeFormatInfo_t2405853701 * V_0 = NULL; bool V_1 = false; bool V_2 = false; Il2CppChar V_3 = 0x0; { RuntimeObject* L_0 = ___provider1; 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_0024; } } IL_001d: { ___format0 = _stringLiteral3452614617; } IL_0024: { V_1 = (bool)0; V_2 = (bool)0; String_t* L_6 = ___format0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0070; } } { String_t* L_8 = ___format0; NullCheck(L_8); Il2CppChar L_9 = String_get_Chars_m2986988803(L_8, 0, /*hidden argument*/NULL); V_3 = L_9; Il2CppChar L_10 = V_3; DateTimeFormatInfo_t2405853701 * L_11 = V_0; String_t* L_12 = DateTimeUtils_GetStandardPattern_m728910817(NULL /*static, unused*/, L_10, L_11, (&V_1), (&V_2), /*hidden argument*/NULL); ___format0 = L_12; Il2CppChar L_13 = V_3; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)85))))) { goto IL_005f; } } { DateTime_t3738529785 L_14 = DateTime_ToUniversalTime_m1945318289(__this, /*hidden argument*/NULL); String_t* L_15 = ___format0; DateTimeFormatInfo_t2405853701 * L_16 = V_0; String_t* L_17 = DateTimeUtils_ToString_m93951406(NULL /*static, unused*/, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } IL_005f: { String_t* L_18 = ___format0; if (L_18) { goto IL_0070; } } { 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,DateTime_ToString_m2992030064_RuntimeMethod_var); } IL_0070: { String_t* L_20 = ___format0; DateTimeFormatInfo_t2405853701 * L_21 = V_0; String_t* L_22 = DateTimeUtils_ToString_m93951406(NULL /*static, unused*/, (*(DateTime_t3738529785 *)__this), L_20, L_21, /*hidden argument*/NULL); return L_22; } } extern "C" String_t* DateTime_ToString_m2992030064_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_ToString_m2992030064(_thisAdjusted, ___format0, ___provider1, method); } // System.DateTime System.DateTime::ToLocalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToLocalTime_m3134475597 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_ToLocalTime_m3134475597_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone_t2038656743 * L_0 = TimeZone_get_CurrentTimeZone_m2520313554(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); DateTime_t3738529785 L_1 = VirtFuncInvoker1< DateTime_t3738529785 , DateTime_t3738529785 >::Invoke(7 /* System.DateTime System.TimeZone::ToLocalTime(System.DateTime) */, L_0, (*(DateTime_t3738529785 *)__this)); return L_1; } } extern "C" DateTime_t3738529785 DateTime_ToLocalTime_m3134475597_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_ToLocalTime_m3134475597(_thisAdjusted, method); } // System.DateTime System.DateTime::ToUniversalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToUniversalTime_m1945318289 (DateTime_t3738529785 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_ToUniversalTime_m1945318289_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone_t2038656743 * L_0 = TimeZone_get_CurrentTimeZone_m2520313554(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); DateTime_t3738529785 L_1 = VirtFuncInvoker1< DateTime_t3738529785 , DateTime_t3738529785 >::Invoke(8 /* System.DateTime System.TimeZone::ToUniversalTime(System.DateTime) */, L_0, (*(DateTime_t3738529785 *)__this)); return L_1; } } extern "C" DateTime_t3738529785 DateTime_ToUniversalTime_m1945318289_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DateTime_t3738529785 * _thisAdjusted = reinterpret_cast(__this + 1); return DateTime_ToUniversalTime_m1945318289(_thisAdjusted, method); } // System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_op_Addition_m1857121695 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___d0, TimeSpan_t881159249 ___t1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_op_Addition_m1857121695_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { TimeSpan_t881159249 L_0 = (&___d0)->get_ticks_10(); TimeSpan_t881159249 L_1 = ___t1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_2 = TimeSpan_op_Addition_m672714982(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); DateTime__ctor_m2135476686((&V_0), (bool)1, L_2, /*hidden argument*/NULL); int32_t L_3 = (&___d0)->get_kind_11(); (&V_0)->set_kind_11(L_3); DateTime_t3738529785 L_4 = V_0; return L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_op_Equality_m1022058599_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0 = (&___d10)->get_ticks_10(); TimeSpan_t881159249 L_1 = (&___d21)->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_2 = TimeSpan_op_Equality_m1999885032(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_op_GreaterThan_m3768590082_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0 = (&___t10)->get_ticks_10(); TimeSpan_t881159249 L_1 = (&___t21)->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_2 = TimeSpan_op_GreaterThan_m734703194(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.DateTime::op_GreaterThanOrEqual(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThanOrEqual_m674703316 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___t10, DateTime_t3738529785 ___t21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_op_GreaterThanOrEqual_m674703316_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0 = (&___t10)->get_ticks_10(); TimeSpan_t881159249 L_1 = (&___t21)->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_2 = TimeSpan_op_GreaterThanOrEqual_m3604983771(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_m1382517918 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___d10, DateTime_t3738529785 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_op_Inequality_m1382517918_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0 = (&___d10)->get_ticks_10(); TimeSpan_t881159249 L_1 = (&___d21)->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_2 = TimeSpan_op_Inequality_m2467851530(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_op_LessThan_m2497205152_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0 = (&___t10)->get_ticks_10(); TimeSpan_t881159249 L_1 = (&___t21)->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_2 = TimeSpan_op_LessThan_m1594498345(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.DateTime::op_LessThanOrEqual(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_LessThanOrEqual_m2360948759 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___t10, DateTime_t3738529785 ___t21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_op_LessThanOrEqual_m2360948759_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_t881159249 L_0 = (&___t10)->get_ticks_10(); TimeSpan_t881159249 L_1 = (&___t21)->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); bool L_2 = TimeSpan_op_LessThanOrEqual_m300470010(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTime_op_Subtraction_m3579235380 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___d10, DateTime_t3738529785 ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_op_Subtraction_m3579235380_MetadataUsageId); s_Il2CppMethodInitialized = true; } TimeSpan_t881159249 V_0; memset(&V_0, 0, sizeof(V_0)); { TimeSpan_t881159249 L_0 = (&___d10)->get_ticks_10(); TimeSpan_t881159249 L_1 = (&___d21)->get_ticks_10(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_2 = TimeSpan_op_Subtraction_m3592306516(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int64_t L_3 = TimeSpan_get_Ticks_m2137362016((&V_0), /*hidden argument*/NULL); TimeSpan_t881159249 L_4; memset(&L_4, 0, sizeof(L_4)); TimeSpan__ctor_m1896986612((&L_4), L_3, /*hidden argument*/NULL); return L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTime_op_Subtraction_m529926081_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { TimeSpan_t881159249 L_0 = (&___d0)->get_ticks_10(); TimeSpan_t881159249 L_1 = ___t1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_2 = TimeSpan_op_Subtraction_m3592306516(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); DateTime__ctor_m2135476686((&V_0), (bool)1, L_2, /*hidden argument*/NULL); int32_t L_3 = (&___d0)->get_kind_11(); (&V_0)->set_kind_11(L_3); DateTime_t3738529785 L_4 = V_0; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif